/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  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: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

input:-webkit-autofill {
  border-color: inherit !important;
}

button,
select {
  text-transform: none;
}

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.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: 0.25rem;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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;
  }
}
.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.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.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@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: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.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: #6c757d;
}

.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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .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-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 {
  background-color: #71dd8a;
}

.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 {
  background-color: #34ce57;
}

.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .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-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 {
  background-color: #efa2a9;
}

.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 {
  background-color: #e4606d;
}

.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  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 {
    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;
    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 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #1e7e34;
  border-color: #1c7430;
}

.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(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #117a8b;
  border-color: #10707f;
}

.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(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #d39e00;
  border-color: #c69500;
}

.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(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #bd2130;
  border-color: #b21f2d;
}

.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(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #dae0e5;
  border-color: #d3d9df;
}

.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(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.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(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}

.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(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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 {
  margin-left: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 + .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: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.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;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.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;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.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: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.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 .dropdown-menu-right {
  right: 0;
  left: auto;
}

.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-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%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;charset=utf8,%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: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: 0.25rem;
}

.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 {
  color: #0056b3;
  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(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: 0.25rem;
}

.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: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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: 0.25rem;
}

.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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
@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: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.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 {
  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 {
  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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 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 #e9ecef;
}

.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-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.25rem;
}

.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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 #f7f7f7;
}

.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,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #1e7e34 !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: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !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 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.857143%;
}

.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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.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;
  }
}
.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;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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-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-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-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-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-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;
  }
}
.text-justify {
  text-align: justify !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;
  }
}
.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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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 #999;
    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 #ddd !important;
  }
}
.modal-dialog {
  margin-right: auto;
  margin-left: auto;
}

::-webkit-scrollbar {
  width: 0.45em;
  height: 0.45em;
  border-radius: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #BBBBBB;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #93929B;
}
::-webkit-scrollbar-thumb:active {
  background: #787878;
}

/*
  Font weight types

  100 - thin (hairline)
  200 - extra light (ultra light)
  300 - light
  400 - normal
  500 - medium
  600 - semi bold (demi bold)
  700 - bold
  800 - extra bold (ultra bold)
  900 - black (heavy)
*/
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Light.ttf"), url("/assets/fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-LightItalic.ttf"), url("/assets/fonts/Rubik/Rubik-LightItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Regular.ttf"), url("/assets/fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Italic.ttf"), url("/assets/fonts/Rubik/Rubik-Italic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Medium.ttf"), url("/assets/fonts/Rubik/Rubik-Medium.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-MediumItalic.ttf"), url("/assets/fonts/Rubik/Rubik-MediumItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Bold.ttf"), url("/assets/fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-BoldItalic.ttf"), url("/assets/fonts/Rubik/Rubik-BoldItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
.u-button {
  color: #0099cc;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 13px;
}
.u-button:hover {
  text-decoration: none;
  color: #0099cc;
}
.u-button:focus {
  outline: none;
}
.u-button_disabled {
  opacity: 0.5;
  pointer-events: none;
  color: #93929B;
}
.u-button_with-plus::before {
  content: "+";
  margin-right: 5px;
  margin-left: unset;
}
.u-button_flat {
  padding: 4px 10px;
  border-radius: 10px;
  background: #d7e6eb;
}
.u-button_flat.u-button_disabled {
  color: #93929B;
  background: #F0F0F0;
}
.u-button_primary {
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #3D3D4A;
}
.u-button_primary:hover {
  color: #fff;
}
.u-button_light {
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 30px;
  background: #fff;
  color: #3D3D4A;
}
.u-button_light:hover {
  color: #3D3D4A;
}
.u-button_size-small {
  font-size: 12px;
}
.u-button_size-large {
  font-size: 16px;
}

.u-font-weight-light {
  font-weight: 300;
}
.u-font-weight-normal {
  font-weight: 400;
}
.u-font-weight-medium {
  font-weight: 500;
}
.u-font-weight-bold {
  font-weight: 700;
}

.u-input {
  width: 100%;
  height: 26px;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  outline: none;
  color: #6B6B79;
  padding: 0 13px;
  appearance: none;
  background-color: transparent;
}
.u-input::placeholder {
  color: #93929B;
  opacity: 1;
}
.u-input_border-none {
  border: none;
}
.u-input_thin {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 5px 0;
}
.u-input_underline {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  cursor: pointer;
  height: 26px;
}
.u-input_underline:hover, .u-input_underline:focus {
  border: 1px solid #CCCCCC;
  border-radius: 7px;
}
.u-input_time {
  height: 28px;
  font-size: 11px;
  font-family: inherit;
  text-align: center;
}
.u-input_text-center {
  text-align: center;
}
.u-input_cursor-pointer {
  cursor: pointer;
}
.u-input_arrow {
  padding-left: 13px;
  padding-right: 22px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2Ljg4IDMuNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NjY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zZWxlY3QtYXJyb3c8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJBY2NvbXBhbnkiPjxnIGlkPSJhZGQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg2Ljg4TDMuNDQsMy41WiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: calc(100% - 9px) 10px;
}
.u-input_no-arrow {
  background-image: none;
}
.u-input_no-arrow-hover {
  background-image: none;
}
.u-input_no-arrow-hover:hover, .u-input_no-arrow-hover:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2Ljg4IDMuNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NjY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zZWxlY3QtYXJyb3c8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJBY2NvbXBhbnkiPjxnIGlkPSJhZGQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg2Ljg4TDMuNDQsMy41WiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
.u-input_placeholder-black::placeholder {
  color: #000;
}
.u-input_invalid {
  border-color: #FF1D25;
}
.u-input_text-grey {
  color: #93929B;
}
.u-input[disabled] {
  background-color: #E7EAED;
}
.u-input_no-border {
  border: none;
}
.u-input_no-border[disabled] {
  background-color: inherit;
}

.dropdown-toggle::before, .dropdown-toggle::after {
  display: none !important;
}
.dropdown-toggle_disabled {
  pointer-events: none;
  background-color: #e7eaed;
}

.u-dropdown_dropup .u-dropdown-menu {
  margin: -9px 0 0 0;
}

.u-dropdown-menu {
  position: absolute;
  z-index: 100;
  border: 0;
  min-width: 100%;
  margin: 0 !important;
  padding: 0;
  background: none;
  box-shadow: none;
  bottom: auto;
}
.u-dropdown-menu_show {
  display: block;
}
.u-dropdown-menu_width-auto {
  min-width: auto;
}
.u-dropdown-menu_range-body {
  width: 252px;
  min-width: auto;
}

.u-dropdown-content {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  padding: 9px;
  border-radius: 10px;
  background: #fff;
  margin: 9px 0;
}
.u-dropdown-content_bg-white {
  min-width: 425px;
  background: #ffffff;
}
.u-dropdown-content_extra {
  padding: 13px;
}
.u-dropdown-content_no-padding {
  padding: 0;
}
.u-dropdown-content_no-margin {
  margin: 0;
}
.u-dropdown-content_smw {
  min-width: 170px;
}
.u-dropdown-content_mmw {
  min-width: 212px;
}
.u-dropdown-content_lmw {
  min-width: 255px;
}
.u-dropdown-content_full-width {
  width: 100%;
}
.u-dropdown-content_u-date-range-presets {
  margin: -4px 0 0 0;
}
.u-dropdown-content_u-input-cities {
  min-width: 220px;
}

@media (max-width: 1279.98px) {
  .u-dropdown-menu_range-body {
    width: 290px;
  }
}
@media (max-width: 639.98px) {
  .u-dropdown-content_u-search-filters-drawer {
    width: calc(100vw - 32px);
  }
}
.u-modal_no-content .modal-content {
  padding: 0;
}
.u-modal .modal-content {
  border: 0;
  height: 100%;
  max-width: 100%;
  padding: 7px 34px;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.u-modal_popup-confirm .modal-content, .u-modal_popup-error .modal-content {
  padding: 0;
}
.u-modal__main {
  height: 100%;
}
.u-modal_content {
  width: auto;
  max-width: 100%;
  margin-top: 102px;
  margin-bottom: auto;
  min-height: 200px;
  height: calc(100% - 124px);
  margin-left: 183px;
  margin-right: 17px;
}
.u-modal_content-hide-menu {
  margin-left: 64px;
}
.u-modal_content .tab-content {
  height: calc(100% - 177px);
  overflow-y: auto;
}
.u-modal_content .tab-pane {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
}
.u-modal_two-column .tab-pane {
  width: calc(100% - 153px);
}
.u-modal__body {
  height: 100%;
}
.u-modal__close {
  position: absolute;
  top: 24px;
  right: 34px;
  left: auto;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMTguODI4IiB2aWV3Qm94PSIwIDAgMTguODI4IDE4LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzRkNGQ0ZDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTYiIHkyPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTYiIHkyPSIxNiIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.u-modal__actions {
  box-shadow: 0 -9px 5px -5px rgba(51, 51, 51, 0.1411764706);
  padding: 21px;
  text-align: right;
}
.u-modal_popup {
  width: 22%;
  margin-top: 128px;
}
.u-modal_popup .modal-content {
  margin: 0 auto;
  max-width: 330px;
}
.u-modal_popup-error {
  width: 22%;
  margin-top: 128px;
}
.u-modal_popup-confirm {
  width: 22%;
}
.u-modal_popup-confirm .u-confirm-popup__actions {
  width: 100%;
}
.u-modal_popup-confirm .u-confirm-popup__main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.u-modal_popup-confirm .u-confirm-popup__actions {
  width: 100%;
}
.u-modal_popup-confirm .u-confirm-popup__actions-btn {
  font-style: normal;
  font-size: 14px;
  margin-top: -9px;
}
.u-modal_side-modal.u-modal {
  margin: 0;
  width: 455px;
  height: 100%;
}
.u-modal_side-modal.u-modal .modal-dialog {
  height: 100%;
  width: 455px;
  margin: auto;
  position: fixed;
  max-width: none;
  left: unset;
  right: -455px;
  transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
}
.u-modal_side-modal.u-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  padding: 7px 26px;
}
.u-modal_side-modal.u-modal .modal-body {
  padding: 13px 13px 68px;
}
.u-modal_side-modal.u-modal.show .modal-dialog {
  right: 0;
  left: unset;
}

@media (max-width: 1279.98px) {
  .u-modal {
    padding: 10px;
  }
  .u-modal_popup {
    width: calc(100% - 1rem);
  }
  .u-modal_popup-confirm {
    width: calc(100% - 1rem);
  }
  .u-modal.u-modal_popup-error {
    width: calc(100% - 31px);
  }
  .u-modal.u-modal_popup-error .modal-content {
    padding: 0;
  }
  .u-modal_content {
    margin-top: 58px;
    height: calc(100% - 58px);
    margin-left: auto;
    margin-right: auto;
  }
  .u-modal_content .tab-content {
    height: calc(100% - 166px);
  }
  .u-modal_content-hide-menu {
    margin-left: auto;
    margin-right: auto;
  }
  .u-modal .modal-content {
    padding: 5px 15px;
  }
}
@media (max-width: 639.98px) {
  .u-modal {
    padding: 0;
  }
  .u-modal_content .tab-content {
    height: calc(100% - 147px);
  }
  .u-modal_content .modal-content {
    padding-right: 0;
    padding-left: 15px;
    border-radius: 0;
  }
  .u-modal_content .tab-pane {
    padding-right: 15px;
    padding-left: 0;
  }
  .u-modal.modal-dialog {
    max-width: unset;
  }
}
.u-tab-title {
  position: absolute;
  top: 41px;
  right: auto;
  left: 34px;
}
.u-tab-title__text {
  font-family: inherit;
  font-size: 19px;
  color: #3d3d4a;
  font-weight: normal;
}

.u-tabset-pills .nav-pills .nav-link {
  background: none;
}
.u-tabset-pills_no-pills .nav-pills {
  padding: 0;
}
.u-tabset-pills.u-tabset-pills_modal .nav-pills .nav-item {
  margin-right: 0;
  margin-left: 30px;
}
.u-tabset-pills.u-tabset-pills_light .nav-pills {
  padding: 13px 0;
}
.u-tabset-pills.u-tabset-pills_light .nav-pills .nav-item {
  margin: 0;
  font-weight: bold;
  padding: 0 13px;
  border-left: 0;
  border-right: 1px solid #CCCCCC;
}
.u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link.active, .u-tabset-pills.u-tabset-pills_light .nav-pills .show > .nav-link {
  color: #0099CC;
}
.u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link {
  padding: 0;
  font-size: 13px;
  color: #666666;
}
.u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link:hover {
  color: #0099CC;
}
.u-tabset-pills .nav-pills {
  height: 69px;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #CCCCCC;
}
.u-tabset-pills .nav-pills .nav-item {
  display: flex;
  padding-bottom: 7px;
  align-items: flex-end;
  margin-right: 0;
  margin-left: 21px;
}
.u-tabset-pills .nav-pills li.active {
  background: none;
}
.u-tabset-pills .nav-pills li.active a:hover {
  background: none;
}
.u-tabset-pills .nav-pills li.active a:focus {
  background: none;
}
.u-tabset-pills .nav-pills li:active {
  background: none;
}
.u-tabset-pills .nav-pills .nav-link {
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  color: #3d3d4a;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
}
.u-tabset-pills .nav-pills .nav-link:hover {
  color: #fcb83f;
}
.u-tabset-pills .nav-pills .nav-link.active,
.u-tabset-pills .nav-pills .show > .nav-link {
  color: #fcb83f;
}
.u-tabset-pills .tab-content {
  margin: 34px 0 7px;
  padding: 0;
}

@media (max-width: 1279.98px) {
  .u-tabset-pills .nav-pills {
    max-width: calc(100% - 16px);
    overflow-y: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 74px;
  }
  .u-tabset-pills .nav-pills .nav-item:first-child {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .u-tabset-pills .tab-content {
    margin: 16px 0 7px;
    padding: 0;
  }
  .u-tabset-pills_no-pills .nav-pills {
    height: 46px;
  }
  .u-tabset-pills_no-pills .tab-content {
    height: calc(100% - 137px);
  }
}
@media (max-width: 639.98px) {
  .u-tabset-pills_no-pills .tab-content {
    height: calc(100% - 120px);
  }
}
.u-btn-m {
  width: 150px;
  height: 34px;
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  background: #3D3D4A;
  outline: none;
  cursor: pointer;
}
.u-btn-m_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.u-btn-m:focus {
  outline: none;
}
.u-btn-m_clear {
  background: #fff;
  color: #3D3D4A;
}

.u-btn-s {
  color: #0099cc;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.u-btn-s_with-plus::before {
  content: "+";
  margin-right: 5px;
  margin-left: unset;
}
.u-btn-s_black {
  color: #000;
}
.u-btn-s_medium {
  font-weight: 500;
}
.u-btn-s_bold {
  font-weight: bold;
}
.u-btn-s_sm {
  font-size: 13px;
}
.u-btn-s_flat {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  background: #d7e6eb;
}
.u-btn-s_flat.u-btn-s_disabled {
  color: #93929B;
  background: #F0F0F0;
}

.u-textarea {
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  outline: none;
  padding: 5px 13px;
  min-height: 85px;
  color: #6B6B79;
  resize: none;
  appearance: none;
  background-color: transparent;
}
.u-textarea::placeholder {
  color: #93929B;
  opacity: 1;
}
.u-textarea_placeholder-black::placeholder {
  color: #000;
}
.u-textarea_invalid {
  border-color: #FF1D25;
}
.u-textarea[disabled] {
  background-color: #E7EAED;
}

.u-text-line {
  margin: 0 0 27px 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  color: #3d3d4a;
  font-family: inherit;
  font-size: 16px;
}
.u-text-line_two {
  margin: 26px 0;
}
.u-text-line_border-off {
  padding-bottom: 0;
  margin-bottom: 36px;
  border-bottom: none;
}

.u-popover {
  background: #fff;
  border: 0;
  box-shadow: 0 0 3px 0 #ccc;
  font-family: inherit;
  font-size: inherit;
}
.u-popover .popover-body {
  padding: 9px;
}
.u-popover.bs-popover-top .arrow::before, .u-popover.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgb(236, 236, 236);
}
.u-popover.bs-popover-right .arrow::before, .u-popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgb(236, 236, 236);
}
.u-popover.bs-popover-bottom .arrow::before, .u-popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgb(236, 236, 236);
}
.u-popover.bs-popover-left .arrow::before, .u-popover.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgb(236, 236, 236);
}
.u-popover_rounded {
  border-radius: 13px;
}
.u-popover_rounded.popover .arrow {
  margin: 0;
}
.u-popover_rounded.bs-popover-top .arrow::before, .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgb(237, 237, 237);
}
.u-popover_rounded.bs-popover-right .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgb(237, 237, 237);
}
.u-popover_rounded.bs-popover-bottom .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgb(237, 237, 237);
}
.u-popover_rounded.bs-popover-left .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgb(237, 237, 237);
}
.u-popover_rounded.bs-popover-top, .u-popover_rounded .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.u-popover_rounded.bs-popover-top .arrow, .u-popover_rounded.bs-popover-bottom .arrow {
  margin-left: -0.8rem;
}
.u-popover_rounded.bs-popover-top .arrow, .u-popover_rounded .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.8rem + 1px) * -1);
}
.u-popover_rounded.bs-popover-top .arrow::before, .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::before, .u-popover_rounded.bs-popover-top .arrow::after, .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.8rem 0.8rem 0;
}
.u-popover_rounded.bs-popover-right, .u-popover_rounded .bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.u-popover_rounded.bs-popover-right .arrow, .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  margin: 0.3rem 0;
}
.u-popover_rounded.bs-popover-right .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::before, .u-popover_rounded.bs-popover-right .arrow::after, .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.8rem 0.8rem 0.8rem 0;
}
.u-popover_rounded.bs-popover-bottom, .u-popover_rounded .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.u-popover_rounded.bs-popover-bottom .arrow, .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.8rem + 1px) * -1);
}
.u-popover_rounded.bs-popover-bottom .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::before, .u-popover_rounded.bs-popover-bottom .arrow::after, .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.8rem 0.8rem 0.8rem;
}
.u-popover_rounded.bs-popover-bottom .popover-header::before, .u-popover_rounded.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  margin-left: -0.8rem;
}
.u-popover_rounded.bs-popover-left, .u-popover_rounded .bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.u-popover_rounded.bs-popover-left .arrow, .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
}
.u-popover_rounded.bs-popover-left .arrow::before, .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::before, .u-popover_rounded.bs-popover-left .arrow::after, .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.8rem 0 0.8rem 0.8rem;
}
.u-popover_three-dots-popover {
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px 0;
}
.u-popover_three-dots-popover .popover-body {
  padding: 9px;
}
.u-popover_three-dots-popover .popover-body:empty {
  display: none;
}
.u-popover_three-dots-popover .arrow {
  display: none;
}
.u-popover_grid-filter {
  margin-top: 4px;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 7px 1px #CDCDCD;
}
.u-popover_grid-filter.u-popover .popover-body {
  padding: 5px 13px;
}
.u-popover_grid-filter .arrow {
  display: none;
}
.u-popover_u-sidebar-menu.u-popover {
  margin: 0 0.4rem;
  width: max-content;
  top: -6px !important;
}
.u-popover_u-sidebar-menu.u-popover .popover-body {
  color: #fff;
  font-size: 10px;
  text-align: start;
  border-radius: 6px;
  font-family: inherit;
  padding: 0.12rem 0.75rem;
  background-color: #3D3D4A;
}
.u-popover_u-sidebar-menu.u-popover .arrow {
  transform: none;
}
.u-popover_u-sidebar-menu.u-popover .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.u-popover_u-sidebar-menu.u-popover .arrow:after {
  border-right-color: #3D3D4A;
  left: unset;
  right: -1.5px;
  border-width: 0.25rem 0.3rem 0.25rem 0;
}
.u-popover_u-sidebar-menu-header.u-popover {
  width: 133px;
  left: -5px !important;
}
.u-popover_u-sidebar-menu-header.u-popover .arrow {
  display: none;
}
@media (min-width: 1280px) {
  .u-popover_u-sidebar-menu-header_collapsed.u-popover {
    left: 58px !important;
  }
}
.u-popover_search-filter_expanded {
  right: unset !important;
}
.u-popover_search-filter.u-popover {
  min-width: 315px;
  min-height: 85px;
  width: max-content;
  top: 5px !important;
  right: unset !important;
  left: 134px !important;
}
.u-popover_search-filter.u-popover .popover-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.u-popover_menu-icons.u-popover {
  min-width: 149px;
  margin-top: 9px;
  background-color: #3D3D4A;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
  border: none;
}
.u-popover_menu-icons.u-popover .arrow:after {
  border-top-color: #3D3D4A;
  border-bottom-color: #3D3D4A;
}
.u-popover_menu-icons.u-popover .popover-body {
  color: #fff;
  padding: 10px 13px;
}

.u-list {
  width: 136px;
  max-height: 170px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.u-list_blue .u-list__item {
  color: #29ABE6;
}
.u-list__item {
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
}
.u-list__item:hover {
  background-color: #e7ebee;
}
.u-list_three-dots-popover {
  font-size: 12px;
  text-align: left;
}
.u-list_three-dots-popover .u-list__item {
  text-align: left;
}

.u-split-area-layout {
  box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff !important;
}

.u-icon {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.u-icon_inline-block {
  display: inline-block;
}
.u-icon_pointer {
  cursor: pointer;
}
.u-icon_three-dots-popover {
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4xIDE1LjE3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZvbnQtc2l6ZToxMXB4O2ZpbGw6IzY2NjtzdHJva2U6IzAwOThjZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtmb250LWZhbWlseTpIZWViby1SZWd1bGFyLCBIZWVibzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSAzPC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0ic3lzIj48ZyBpZD0ic3RhdGlvbnMiPjxnIGlkPSJsaXN0Ij48dGV4dCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuOTEgMTQuNjcpIHJvdGF0ZSgtOTApIj4uIC4gLjwvdGV4dD48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: -5px;
  background-size: 14px;
}
.u-icon_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.u-select-s_u-date-range-presets {
  width: 106px;
  border: none;
  display: inline-block;
  position: absolute !important;
  right: 0;
  left: auto;
  z-index: 1;
  margin-top: -5px;
}
.u-select-s_u-date-range-presets .u-input {
  border: none;
  color: #93929B;
  font-family: inherit;
  font-size: 12px;
  text-align: left;
}

.u-tooltip_u-sidebar-menu.tooltip {
  top: 3px;
  opacity: 1;
  left: unset;
}
.u-tooltip_u-sidebar-menu.tooltip .tooltip-inner {
  font-size: 10px;
  border-radius: 6px;
  width: max-content;
  font-family: inherit;
  max-width: max-content;
  padding: 0.12rem 0.75rem;
  background-color: #3D3D4A;
}
.u-tooltip_u-sidebar-menu.tooltip .arrow {
  top: 6px;
  transform: none;
}
.u-tooltip_u-sidebar-menu.tooltip .arrow:before {
  border-right-color: #3D3D4A;
  left: unset;
  right: -1px;
  border-width: 0.25rem 0.3rem 0.25rem 0;
}
.u-tooltip_chips-s.tooltip {
  opacity: 1;
  top: -3px !important;
}
.u-tooltip_chips-s.tooltip .tooltip-inner {
  padding: 6px 9px;
  font-size: 10px;
  max-width: 216px;
  border-radius: 6px;
  width: max-content;
  font-family: inherit;
  background-color: #3D3D4A;
}
.u-tooltip_chips-s.tooltip .arrow:before {
  border-top-color: #3D3D4A;
}
.u-tooltip_date-picker-day-indicator.tooltip {
  opacity: 1;
}
.u-tooltip_date-picker-day-indicator.tooltip .tooltip-inner {
  background-color: #3D3D4A;
  padding: 5px 16px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  font-size: 10px;
  white-space: nowrap;
}
.u-tooltip_date-picker-day-indicator.tooltip .arrow:before {
  border-top-color: #3D3D4A;
}
.u-tooltip_general-dark.u-tooltip.show {
  opacity: 1;
  margin-bottom: 5px;
}
.u-tooltip_general .tooltip-inner {
  background: #3D3D4A;
  padding: 10px 14px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
}
.u-tooltip_general.u-tooltip .arrow {
  width: 16px;
  height: 8px;
}
.u-tooltip_general.bs-tooltip-top, .u-tooltip_general.bs-tooltip-auto[x-placement^=top] {
  padding: 8px 0;
}
.u-tooltip_general.bs-tooltip-top .arrow::before, .u-tooltip_general.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-width: 8px 8px 0;
  border-top-color: #3D3D4A;
}
.u-tooltip_general.bs-tooltip-right, .u-tooltip_general.bs-tooltip-auto[x-placement^=right] {
  padding: 0 8px;
}
.u-tooltip_general.bs-tooltip-right .arrow, .u-tooltip_general.bs-tooltip-auto[x-placement^=right] .arrow {
  width: 8px;
  height: 16px;
}
.u-tooltip_general.bs-tooltip-right .arrow::before, .u-tooltip_general.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 8px 8px 8px 0;
  border-right-color: #3D3D4A;
}
.u-tooltip_general.bs-tooltip-bottom, .u-tooltip_general.bs-tooltip-auto[x-placement^=bottom] {
  padding: 8px 0;
}
.u-tooltip_general.bs-tooltip-bottom .arrow::before, .u-tooltip_general.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-width: 0 8px 8px;
  border-bottom-color: #3D3D4A;
}
.u-tooltip_general.bs-tooltip-left, .u-tooltip_general.bs-tooltip-auto[x-placement^=left] {
  padding: 0 8px;
}
.u-tooltip_general.bs-tooltip-left .arrow, .u-tooltip_general.bs-tooltip-auto[x-placement^=left] .arrow {
  width: 8px;
  height: 16px;
}
.u-tooltip_general.bs-tooltip-left .arrow::before, .u-tooltip_general.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 8px 0 8px 8px;
  border-left-color: #3D3D4A;
}
.u-tooltip_general.bs-tooltip-top .arrow, .u-tooltip_general.bs-tooltip-bottom .arrow {
  left: calc(50% - 8px);
}
.u-tooltip_general.bs-tooltip-top-left .arrow, .u-tooltip_general.bs-tooltip-bottom-left .arrow {
  left: 1em;
}
.u-tooltip_general.bs-tooltip-top-right .arrow, .u-tooltip_general.bs-tooltip-bottom-right .arrow {
  left: auto;
  right: 16px;
}
.u-tooltip_general.bs-tooltip-left .arrow, .u-tooltip_general.bs-tooltip-right .arrow {
  top: calc(50% - 8px);
}
.u-tooltip_general.bs-tooltip-left-top .arrow, .u-tooltip_general.bs-tooltip-right-top .arrow {
  top: 9px;
}
.u-tooltip_general.bs-tooltip-left-bottom .arrow, .u-tooltip_general.bs-tooltip-right-bottom .arrow {
  top: auto;
  bottom: 9px;
}
.u-tooltip_menu-icons.tooltip {
  margin-top: 5px;
}
.u-tooltip_menu-icons.tooltip.show {
  opacity: 1;
}
.u-tooltip_menu-icons.tooltip .tooltip-inner {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1411764706);
  color: #3D3D4A;
  border-radius: 10px;
  padding: 1px 7px;
}
.u-tooltip_menu-icons.tooltip .arrow:before {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.u-date-picker-day-indicator-wrapper {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.u-date-picker-day-indicator-wrapper .u-date-picker-day-indicator:not(:nth-child(1)) {
  margin-top: 3px;
}

.u-sidebar-menu {
  height: 100%;
}
.u-sidebar-menu.u-sidebar-menu_collapsed {
  width: 43px;
}
.u-sidebar-menu__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.u-sidebar-menu__item-children-popover {
  display: flex;
  flex-direction: column;
}
.u-sidebar-menu__item-children-popover-child {
  padding: 5px 0;
  cursor: pointer;
}
.u-sidebar-menu__item-children-popover-child:hover, .u-sidebar-menu__item-children-popover-child_active {
  font-weight: 500;
}
.u-sidebar-menu-header {
  height: 55px;
  padding: 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.u-sidebar-menu-header__data {
  display: flex;
  color: #3D3D4A;
  flex-direction: column;
  width: calc(100% - 26px);
}
.u-sidebar-menu-header__data-customer {
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 9px);
}
.u-sidebar-menu-header__data-user {
  font-size: 10px;
  overflow: hidden;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 9px);
}
.u-sidebar-menu-header__logo:not(:only-child) {
  margin-left: unset;
  margin-right: 5px;
}
.u-sidebar-menu-header-popover {
  padding: 8px 0;
  text-align: left;
}
.u-sidebar-menu-header-popover > * {
  font-size: 12px;
}
.u-sidebar-menu-header-popover > *:not(:last-child) {
  margin-bottom: 9px;
}
.u-sidebar-menu-header-popover__item {
  cursor: pointer;
}
.u-sidebar-menu-header-popover__item:hover {
  font-weight: 500;
}
.u-sidebar-menu-header-popover__language {
  display: flex;
  justify-content: space-between;
}
.u-sidebar-menu-header-popover__language-items {
  display: flex;
  flex-direction: row;
}
.u-sidebar-menu-header-popover__language-item {
  color: #93929B;
}
.u-sidebar-menu-header-popover__language-item:not(:last-child) {
  border-left: unset;
  border-right: 1.2px solid #93929b;
}
.u-sidebar-menu-header-popover__language-item:first-child {
  padding-right: 5px;
  padding-left: unset;
}
.u-sidebar-menu-header-popover__language-item:last-child {
  padding-left: 5px;
  padding-right: unset;
}
.u-sidebar-menu-header-popover__language-item:not(:first-child):not(:last-child) {
  padding: 0 5px;
}
.u-sidebar-menu-header-popover__language-item:hover, .u-sidebar-menu-header-popover__language-item_active {
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
.u-sidebar-menu-header-popover__language-item_active {
  cursor: default;
  pointer-events: none;
}
.u-sidebar-menu-main {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 55px);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.u-sidebar-menu-main::-webkit-scrollbar-thumb {
  background: #93929B;
}
.u-sidebar-menu-main::-webkit-scrollbar {
  width: 4px;
}
.u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle {
  left: 32px;
  right: unset;
}
.u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle-arrow {
  transform: scaleX(-1);
}
.u-sidebar-menu-collapsed-toggle {
  z-index: 10;
  width: 21px;
  height: 21px;
  bottom: 35px;
  display: flex;
  cursor: pointer;
  position: absolute;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: white;
  left: 153px;
  right: unset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.u-sidebar-menu-collapsed-toggle-arrow {
  width: 7px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjQxNCIgaGVpZ2h0PSIxMC44MjgiIHZpZXdCb3g9IjAgMCA2LjQxNCAxMC44MjgiPg0KICA8ZyBpZD0iR3JvdXBfMTQwOTQiIGRhdGEtbmFtZT0iR3JvdXAgMTQwOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMS40MTQpIj4NCiAgICA8cGF0aCBpZD0ic2lkZV9hcnJvdyIgZGF0YS1uYW1lPSJzaWRlIGFycm93IiBkPSJNNCw4LDAsMy45Nyw0LDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkM2Q0YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
}
.u-sidebar-menu-top {
  flex: 3;
  padding: 0;
  width: 163px;
}
.u-sidebar-menu-top_collapsed {
  width: 43px;
}
.u-sidebar-menu-top_collapsed .u-sidebar-menu-top__item-link-parent_active {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.u-sidebar-menu-top__item {
  direction: ltr;
  font-family: inherit;
  font-size: inherit;
  color: #ffffff;
  cursor: pointer;
}
.u-sidebar-menu-top__item-link {
  font-family: inherit;
  font-size: 13px;
  color: #3d3d4a;
  text-decoration: none;
  width: auto;
  display: flex;
  text-align: left;
  position: relative;
  align-items: center;
  height: 28px;
  margin: 0 3px 12px 3px;
  padding-left: 10px;
  padding-right: unset;
}
.u-sidebar-menu-top__item-link:first-child {
  margin-top: 0;
}
.u-sidebar-menu-top__item-link_active {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.u-sidebar-menu-top__item-link:hover .u-sidebar-menu-top__item-text, .u-sidebar-menu-top__item-link_active .u-sidebar-menu-top__item-text, .u-sidebar-menu-top__item-link-parent_active .u-sidebar-menu-top__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
.u-sidebar-menu-top__item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  min-width: 17px;
}
.u-sidebar-menu-top__item-icon-img {
  width: 100%;
  vertical-align: middle;
}
.u-sidebar-menu-top__item-text {
  display: inline-block;
  vertical-align: middle;
  color: #93929B;
  font-family: inherit;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
  padding-right: unset;
}
.u-sidebar-menu-top__item-arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjY5NyIgaGVpZ2h0PSI1LjQ0OCIgdmlld0JveD0iMCAwIDkuNjk3IDUuNDQ4Ij4NCiAgPHBhdGggaWQ9ImRvd25fYXJyb3ciIGRhdGEtbmFtZT0iZG93biBhcnJvdyIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNCw0LDQtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODYuMzc3IC0xMTguMzU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS4yIi8+DQo8L3N2Zz4NCg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: unset;
}
.u-sidebar-menu-top__item-arrow_active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjY5NyIgaGVpZ2h0PSI1LjQ0OCIgdmlld0JveD0iMCAwIDkuNjk3IDUuNDQ4Ij4NCiAgPHBhdGggaWQ9ImRvd25fYXJyb3ciIGRhdGEtbmFtZT0iZG93biBhcnJvdyIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNCw0LDQtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODYuMzc3IC0xMTguMzU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2QzZDRhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4NCjwvc3ZnPg0K");
}
.u-sidebar-menu-top__item-arrow_rotate {
  margin-bottom: 9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.u-sidebar-menu-bottom {
  flex: 1;
  display: flex;
  direction: ltr;
  flex-direction: column;
  justify-content: flex-end;
  width: 163px;
}
.u-sidebar-menu-bottom_collapsed {
  width: 43px;
}
.u-sidebar-menu-bottom:not(.u-sidebar-menu-bottom_sticky):before {
  left: 7px;
  right: unset;
  content: "";
  height: 1px;
  bottom: 9px;
  display: block;
  position: relative;
  width: calc(100% - 17px);
  background-color: #F0F0F0;
}
.u-sidebar-menu-bottom__item {
  height: 28px;
  display: flex;
  color: #93929B;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  margin: 0 3px 12px 3px;
  font-family: inherit;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: unset;
}
.u-sidebar-menu-bottom__item:hover .u-sidebar-menu-bottom__item-text, .u-sidebar-menu-bottom__item_active .u-sidebar-menu-bottom__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
.u-sidebar-menu-bottom__item-icon {
  width: 17px;
  min-width: 17px;
}
.u-sidebar-menu-bottom__item-icon > * {
  width: 100%;
  vertical-align: middle;
}
.u-sidebar-menu-bottom__item-text {
  color: #93929B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: inherit;
  padding-left: 10px;
  padding-right: unset;
}
.u-sidebar-menu-children {
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  font-family: inherit;
}
.u-sidebar-menu-children .u-sidebar-menu-top__item-text {
  color: #93929B;
}
.u-sidebar-menu-children .u-sidebar-menu-top__item-link_active .u-sidebar-menu-top__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
.u-sidebar-menu-children_show {
  display: block;
}

@media (max-width: 1279.98px) {
  .u-sidebar-menu.u-sidebar-menu_collapsed {
    width: auto;
  }
  .u-sidebar-menu.u-sidebar-menu_opened {
    display: flex;
  }
  .u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle {
    display: none;
  }
  .u-sidebar-menu-top_collapsed {
    width: auto;
  }
  .u-sidebar-menu-bottom_collapsed {
    width: auto;
  }
  .u-sidebar-menu-collapsed-toggle {
    display: none;
  }
}
.u-sidebar-menu-toggle {
  display: none;
  padding: 15px 8px;
  height: 55px;
}
.u-sidebar-menu-toggle-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZwogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxnPgogICAgPHBhdGgKICAgICAgZD0iTTUgMTJIMjAiCiAgICAgIHN0cm9rZT0iIzY2NjY2NiIKICAgICAgc3Ryb2tlLXdpZHRoPSIyIgogICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICA+PC9wYXRoPgogICAgPHBhdGgKICAgICAgZD0iTTUgMTdIMjAiCiAgICAgIHN0cm9rZT0iIzY2NjY2NiIKICAgICAgc3Ryb2tlLXdpZHRoPSIyIgogICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICA+PC9wYXRoPgogICAgPHBhdGgKICAgICAgZD0iTTUgN0gyMCIKICAgICAgc3Ryb2tlPSIjNjY2NjY2IgogICAgICBzdHJva2Utd2lkdGg9IjIiCiAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgID48L3BhdGg+CiAgPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 1279.98px) {
  .u-sidebar-menu-toggle {
    display: flex;
  }
}
.u-search {
  display: flex;
  min-width: 100%;
  width: max-content;
  align-items: center;
}
.u-search_drawer {
  align-items: initial;
  flex-direction: column;
}
.u-search__input {
  height: 28px;
  padding: 0 26px;
  font-size: 13px;
  text-overflow: ellipsis;
  background-color: #F0F0F0;
  border: 1px solid transparent;
  transition: width 0.2s ease-in-out;
}
.u-search__input_active {
  border: 1px solid #ccc;
  background-color: white;
}
.u-search__container {
  width: 210px;
  display: flex;
  position: relative;
  transition: width 0.2s ease-in-out;
}
.u-search__icon {
  top: 52%;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  background-size: 95% 95%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.u-search__icon_search {
  left: 8px;
  right: unset;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy44MTEiIGhlaWdodD0iMTcuODExIiB2aWV3Qm94PSIwIDAgMTcuODExIDE3LjgxMSI+CiAgPGcgaWQ9InNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wNjEgMC43NSkiPgogICAgPGVsbGlwc2UgaWQ9IkVsbGlwc2VfNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDciIGN4PSI1LjkyOSIgY3k9IjUuOTQ0IiByeD0iNS45MjkiIHJ5PSI1Ljk0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4xNDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzYxIiBkYXRhLW5hbWU9IkxpbmUgNjEiIHgxPSI1LjUiIHkyPSI1LjY4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMC4zMTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICA8L2c+Cjwvc3ZnPgo=");
  transform: translateY(-50%);
}
.u-search__icon_filter {
  right: 6px;
  left: unset;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBpZD0ic2xpZGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81NTUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA1NTUxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4KICAgIDxnIGlkPSJHcm91cF8xMzc1NiIgZGF0YS1uYW1lPSJHcm91cCAxMzc1NiI+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg1IiBkYXRhLW5hbWU9IkxpbmUgMTExODUiIHkyPSI2Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDYuNzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg2IiBkYXRhLW5hbWU9IkxpbmUgMTExODYiIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NTk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgNDU5OCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ljc1IDQuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg3IiBkYXRhLW5hbWU9IkxpbmUgMTExODciIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi41IDExLjc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE4OCIgZGF0YS1uYW1lPSJMaW5lIDExMTg4IiB5Mj0iNi43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNSAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDU5OSIgZGF0YS1uYW1lPSJFbGxpcHNlIDQ1OTkiIGN4PSIxLjI1IiBjeT0iMS4yNSIgcj0iMS4yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMjUgOS4yNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGxpbmUgaWQ9IkxpbmVfMTExODkiIGRhdGEtbmFtZT0iTGluZSAxMTE4OSIgeTI9IjMuNzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSA5Ljc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE5MCIgZGF0YS1uYW1lPSJMaW5lIDExMTkwIiB5Mj0iNC43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NjAwIiBkYXRhLW5hbWU9IkVsbGlwc2UgNDYwMCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjI1IDcuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}
.u-search__icon_filter:before {
  content: "";
  width: 0.5px;
  height: 16px;
  bottom: -1px;
  position: absolute;
  background: #cccccc;
  left: unset;
  right: 18px;
}
.u-search__icon_active.u-search__icon_search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy44MTEiIGhlaWdodD0iMTcuODExIiB2aWV3Qm94PSIwIDAgMTcuODExIDE3LjgxMSI+CiAgPGcgaWQ9InNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wNjEgMC43NSkiPgogICAgPGVsbGlwc2UgaWQ9IkVsbGlwc2VfNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDciIGN4PSI1LjkyOSIgY3k9IjUuOTQ0IiByeD0iNS45MjkiIHJ5PSI1Ljk0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4xNDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzYxIiBkYXRhLW5hbWU9IkxpbmUgNjEiIHgxPSI1LjUiIHkyPSI1LjY4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMC4zMTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICA8L2c+Cjwvc3ZnPg==");
}
.u-search__icon_active.u-search__icon_filter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBpZD0ic2xpZGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81NTUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA1NTUxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4KICAgIDxnIGlkPSJHcm91cF8xMzc1NiIgZGF0YS1uYW1lPSJHcm91cCAxMzc1NiI+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg1IiBkYXRhLW5hbWU9IkxpbmUgMTExODUiIHkyPSI2Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDYuNzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg2IiBkYXRhLW5hbWU9IkxpbmUgMTExODYiIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NTk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgNDU5OCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ljc1IDQuMjUpIiBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg3IiBkYXRhLW5hbWU9IkxpbmUgMTExODciIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi41IDExLjc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE4OCIgZGF0YS1uYW1lPSJMaW5lIDExMTg4IiB5Mj0iNi43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNSAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDU5OSIgZGF0YS1uYW1lPSJFbGxpcHNlIDQ1OTkiIGN4PSIxLjI1IiBjeT0iMS4yNSIgcj0iMS4yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMjUgOS4yNSkiIGZpbGw9IiMwMDAwMDAiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGxpbmUgaWQ9IkxpbmVfMTExODkiIGRhdGEtbmFtZT0iTGluZSAxMTE4OSIgeTI9IjMuNzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSA5Ljc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE5MCIgZGF0YS1uYW1lPSJMaW5lIDExMTkwIiB5Mj0iNC43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NjAwIiBkYXRhLW5hbWU9IkVsbGlwc2UgNDYwMCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjI1IDcuMjUpIiBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}
.u-search-filters-clear {
  margin: 0 9px;
  color: #0099CC;
  font-size: 12px;
  cursor: pointer;
}
.u-search-filters-popover {
  padding: 17px;
}
.u-search-filters-popover__title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 26px;
}
.u-search-filters-popover__item {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  justify-content: space-between;
}
.u-search-filters-popover__item-name {
  width: 35%;
  max-width: 35%;
  font-size: 13px;
  color: #93929b;
  display: inline-block;
  word-break: break-word;
}
.u-search-filters-popover__item-field {
  width: calc(65% - 5px);
  max-width: calc(65% - 5px);
  padding-left: 5px;
  padding-right: unset;
}
.u-search-filters-popover__apply {
  font-size: 13px;
  margin-top: 13px;
  float: right;
}

@media (max-width: 1279.98px) {
  .u-search__input {
    height: 32px;
    font-size: 16px;
  }
  .u-search__input_active {
    border: 1px solid #ccc;
    background-color: white;
  }
  .u-search__input_active .u-search__container {
    margin: 0 auto;
    width: 100%;
  }
  .u-search__container {
    transition: none;
  }
  .u-search_active .u-search__container {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 639.98px) {
  .u-search_drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    background-color: white;
    padding: 16px;
    width: 100%;
  }
}
.u-search-filters-drawer {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: white;
}
.u-search-filters-drawer__items {
  display: flex;
  height: inherit;
  overflow-x: auto;
  overflow-y: hidden;
}
.u-search-filters-drawer__items ::-webkit-scrollbar {
  height: 0.25em;
}
.u-search-filters-drawer__items_with-scroll + .u-search-filters-drawer__actions {
  margin-bottom: 4px;
}
.u-search-filters-drawer__item {
  display: flex;
  align-items: center;
}
.u-search-filters-drawer__item-field {
  width: 135px;
}
.u-search-filters-drawer__item:after {
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 5px;
  display: block;
  border: 1px solid #f0f0f0;
}
.u-search-filters-drawer__actions {
  display: flex;
  margin: 0 15px;
}
.u-search-filters-drawer__actions-btn {
  font-weight: 500;
}
.u-search-filters-drawer__actions-btn:not(:first-child) {
  margin-left: 15px;
  margin-right: unset;
}
.u-search-filters-drawer__actions-btn.u-button_disabled {
  opacity: 1;
}

@media (max-width: 1279.98px) {
  .u-search-filters-drawer {
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 36px);
    margin-top: 16px;
    gap: 8px;
  }
  .u-search-filters-drawer__items {
    flex-direction: column;
    gap: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .u-search-filters-drawer__item-field {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 7px;
  }
  .u-search-filters-drawer__item-field .u-input_arrow {
    padding-left: 29px;
    padding-right: 0;
    background-size: 17px;
    background-position: 3px 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIwIDQwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgIC5iIHsKICAgICAgZmlsbDogbm9uZTsKICAgIH0KCiAgICAuYiB7CiAgICAgIHN0cm9rZTogIzAwMDsKICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIHN0cm9rZS13aWR0aDogMS4ycHg7CiAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAgLTc2MCkiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjYgNzkxKSByb3RhdGUoMjcwKSBzY2FsZSgxLjgpIj4KICAgICAgICA8cGF0aCBjbGFzcz0iYiIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNiw2LDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODcuMjI2IC0xMTkuMjA2KSIvPgogICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
    font-size: 16px;
    color: #000;
    font-weight: 500;
  }
  .u-search-filters-drawer__item-field .u-input::placeholder {
    color: #000;
    font-weight: normal;
  }
  .u-search-filters-drawer__item:after {
    display: none;
  }
  .u-search-filters-drawer__actions {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin: 0;
  }
  .u-search-filters-drawer__actions-btn {
    width: 152px;
    height: 32px;
    border-radius: 10px;
    font-size: 15px;
  }
  .u-search-filters-drawer__actions-btn-apply {
    background-color: #3D3D4A;
    color: white;
  }
  .u-search-filters-drawer__actions-btn-apply:hover {
    color: white;
  }
  .u-search-filters-drawer__actions-btn-clear {
    color: #3D3D4A;
  }
  .u-search-filters-drawer__actions-btn-clear:hover {
    color: #3D3D4A;
  }
  .u-search-filters-drawer__actions-btn:not(:first-child) {
    margin: 0;
  }
  .u-search-filters-drawer__actions-btn.u-button_disabled {
    color: white;
    opacity: 0.5;
  }
}
@media (min-width: 640px) and (max-width: 1279.98px) {
  .u-search-filters-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    background-color: white;
    padding: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .u-search-filters-drawer__actions {
    justify-content: flex-start;
    gap: 16px;
  }
}
.u-grid {
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
}
.u-grid__main {
  display: block;
  height: 100%;
  position: relative;
  background: inherit;
}
.u-grid__table {
  width: 100%;
  height: 100%;
  position: relative;
}
.u-grid_white .u-grid-expand,
.u-grid_white .u-grid-filter {
  background-color: #ffffff;
}
.u-grid_white .datatable-header-cell:hover .u-grid-header-filter__column {
  background-color: #ffffff !important;
}
.u-grid__cell-edit {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.u-grid__cell-edit-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 43px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.u-grid__cell-text-container {
  width: 54%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-grid-hidden {
  visibility: hidden;
}
.u-grid-expand {
  top: 0;
  z-index: 1;
  padding: 0 9px;
  position: absolute;
  right: 0;
  left: auto;
}
.u-grid-expand__btn {
  position: relative;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 20px;
  min-width: 25px;
  min-height: 20px;
  color: #666666;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-size: 98% 98%;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45OTQiIGhlaWdodD0iMTYuOTk0IiB2aWV3Qm94PSIwIDAgMTYuOTk0IDE2Ljk5NCI+CiAgPGcgaWQ9Ikdyb3VwXzE0MzA4IiBkYXRhLW5hbWU9Ikdyb3VwIDE0MzA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC41KSI+CiAgICA8ZyBpZD0iR3JvdXBfMTM3OTkiIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNDk3IDIuNDk0KSI+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5NyIgZGF0YS1uYW1lPSJHcm91cCAxMzc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi40NTUpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk0IiBkYXRhLW5hbWU9IkxpbmUgNDY5NCIgeTE9IjQuMzE4IiB4Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTUiIGRhdGEtbmFtZT0iTGluZSA0Njk1IiB5MT0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMzYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTY1IiBkYXRhLW5hbWU9IkxpbmUgMTExNjUiIHgxPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5OCIgZGF0YS1uYW1lPSJHcm91cCAxMzc5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA2LjMpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk3IiBkYXRhLW5hbWU9IkxpbmUgNDY5NyIgeDE9IjQuMzE4IiB5Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5OCIgZGF0YS1uYW1lPSJMaW5lIDQ2OTgiIHkyPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTkiIGRhdGEtbmFtZT0iTGluZSA0Njk5IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE1Ljk5NCIgaGVpZ2h0PSIxNS45OTQiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K");
}
.u-grid-expand__btn:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45OTQiIGhlaWdodD0iMTYuOTk0IiB2aWV3Qm94PSIwIDAgMTYuOTk0IDE2Ljk5NCI+CiAgPGcgaWQ9Ikdyb3VwXzE0MzM3IiBkYXRhLW5hbWU9Ikdyb3VwIDE0MzM3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC41KSI+CiAgICA8ZyBpZD0iR3JvdXBfMTM3OTkiIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNDk3IDIuNDk0KSI+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5NyIgZGF0YS1uYW1lPSJHcm91cCAxMzc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi40NTUpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk0IiBkYXRhLW5hbWU9IkxpbmUgNDY5NCIgeTE9IjQuMzE4IiB4Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTUiIGRhdGEtbmFtZT0iTGluZSA0Njk1IiB5MT0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMzYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTY1IiBkYXRhLW5hbWU9IkxpbmUgMTExNjUiIHgxPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5OCIgZGF0YS1uYW1lPSJHcm91cCAxMzc5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA2LjMpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk3IiBkYXRhLW5hbWU9IkxpbmUgNDY5NyIgeDE9IjQuMzE4IiB5Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5OCIgZGF0YS1uYW1lPSJMaW5lIDQ2OTgiIHkyPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTkiIGRhdGEtbmFtZT0iTGluZSA0Njk5IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE1Ljk5NCIgaGVpZ2h0PSIxNS45OTQiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K");
}
.u-grid-expand__btn_expanded {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICA8ZyBpZD0iR3JvdXBfMTQzMzMiIGRhdGEtbmFtZT0iR3JvdXAgMTQzMzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODU4LjUgLTI1NTYuNSkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzk5IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMCkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTM3OTciIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4NjcuNDU1IDI1NTkuNSkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTQiIGRhdGEtbmFtZT0iTGluZSA0Njk0IiB4MT0iNC4zMTgiIHkyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDEgMC4wNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5NSIgZGF0YS1uYW1lPSJMaW5lIDQ2OTUiIHkyPSI0LjM2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV8xMTE2NSIgZGF0YS1uYW1lPSJMaW5lIDExMTY1IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgICAgPGcgaWQ9Ikdyb3VwXzEzNzk4IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1ODYxIDI1NjUuOCkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTciIGRhdGEtbmFtZT0iTGluZSA0Njk3IiB5MT0iNC4zMTgiIHgyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDUgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk4IiBkYXRhLW5hbWU9IkxpbmUgNDY5OCIgeTE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjM2NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk5IiBkYXRhLW5hbWU9IkxpbmUgNDY5OSIgeDE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTg1OSAyNTU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.u-grid-expand__btn_expanded:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICA8ZyBpZD0iR3JvdXBfMTQzMzYiIGRhdGEtbmFtZT0iR3JvdXAgMTQzMzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODU4LjUgLTI1NTYuNSkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzk5IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMCkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTM3OTciIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4NjcuNDU1IDI1NTkuNSkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTQiIGRhdGEtbmFtZT0iTGluZSA0Njk0IiB4MT0iNC4zMTgiIHkyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDEgMC4wNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5NSIgZGF0YS1uYW1lPSJMaW5lIDQ2OTUiIHkyPSI0LjM2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV8xMTE2NSIgZGF0YS1uYW1lPSJMaW5lIDExMTY1IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgICAgPGcgaWQ9Ikdyb3VwXzEzNzk4IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1ODYxIDI1NjUuOCkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTciIGRhdGEtbmFtZT0iTGluZSA0Njk3IiB5MT0iNC4zMTgiIHgyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDUgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk4IiBkYXRhLW5hbWU9IkxpbmUgNDY5OCIgeTE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjM2NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk5IiBkYXRhLW5hbWU9IkxpbmUgNDY5OSIgeDE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTg1OSAyNTU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.u-grid-filter {
  position: absolute;
  top: 0;
  z-index: 0;
  padding: 0 9px;
  right: 0;
  left: auto;
  background-color: #f9f9f9;
}
.u-grid-filter_with-expand {
  right: 40px;
}
.u-grid-filter_direction-rtl {
  direction: rtl;
}
.u-grid-filter_direction-rtl .u-grid-filter__popup {
  right: auto;
  left: 0;
}
.u-grid-filter_direction-rtl .u-grid-filter__list {
  text-align: right;
}
.u-grid-filter__btn {
  position: relative;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 20px;
  min-width: 25px;
  min-height: 20px;
  color: #666666;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMi44IDE5LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyLjggMTkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY2NjY7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4KPGcgaWQ9ItCh0LvQvtC5XzIiPgoJPGcgaWQ9ItCh0LvQvtC5XzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiwwLjRoMTkuNmMwLjcsMCwxLjIsMC41LDEuMiwxLjJ2Mi42YzAsMC43LTAuNSwxLjItMS4yLDEuMkgxLjZjLTAuNywwLTEuMi0wLjUtMS4yLTEuMlYxLjYKCQkJQzAuNCwwLjksMC45LDAuNCwxLjYsMC40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjYsNy40aDExLjZjMC43LDAsMS4yLDAuNSwxLjIsMS4ydjIuNmMwLDAuNy0wLjUsMS4yLTEuMiwxLjJINS42Yy0wLjcsMC0xLjItMC41LTEuMi0xLjJWOC42CgkJCUM0LjQsNy45LDQuOSw3LjQsNS42LDcuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS42LDE0LjRoMy42YzAuNywwLDEuMiwwLjUsMS4yLDEuMnYyLjZjMCwwLjctMC41LDEuMi0xLjIsMS4ySDkuNmMtMC43LDAtMS4yLTAuNS0xLjItMS4ydi0yLjYKCQkJQzguNCwxNC45LDguOSwxNC40LDkuNiwxNC40eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 98% 98%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.u-grid-filter__btn:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMi44IDE5LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyLjggMTkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwOWM7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4KPGcgaWQ9ItCh0LvQvtC5XzIiPgoJPGcgaWQ9ItCh0LvQvtC5XzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiwwLjRoMTkuNmMwLjcsMCwxLjIsMC41LDEuMiwxLjJ2Mi42YzAsMC43LTAuNSwxLjItMS4yLDEuMkgxLjZjLTAuNywwLTEuMi0wLjUtMS4yLTEuMlYxLjYKCQkJQzAuNCwwLjksMC45LDAuNCwxLjYsMC40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjYsNy40aDExLjZjMC43LDAsMS4yLDAuNSwxLjIsMS4ydjIuNmMwLDAuNy0wLjUsMS4yLTEuMiwxLjJINS42Yy0wLjcsMC0xLjItMC41LTEuMi0xLjJWOC42CgkJCUM0LjQsNy45LDQuOSw3LjQsNS42LDcuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS42LDE0LjRoMy42YzAuNywwLDEuMiwwLjUsMS4yLDEuMnYyLjZjMCwwLjctMC41LDEuMi0xLjIsMS4ySDkuNmMtMC43LDAtMS4yLTAuNS0xLjItMS4ydi0yLjYKCQkJQzguNCwxNC45LDguOSwxNC40LDkuNiwxNC40eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}
.u-grid-filter__popup {
  position: absolute;
  width: auto;
  top: 100%;
  right: 0;
  min-width: 128px;
  padding: 5px 13px;
  max-height: 213px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px 1px #CDCDCD;
}
.u-grid-filter__list {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
.u-grid-filter__list-item {
  padding: 5px 0;
  white-space: nowrap;
}
.u-grid-filter__list-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.u-grid-filter__list-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 6px;
}
.u-grid-checkbox {
  position: relative;
  width: 13px;
  height: 13px;
  top: 2px;
  outline: none;
}
.u-grid-checkbox:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #666666;
  background-color: #FFffff;
  border-radius: 0;
}
.u-grid-checkbox:checked:after {
  background-color: #666666;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjMgNi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+CjxnIGlkPSLQodC70L7QuV8yXzFfIj4KCTxnIGlkPSJhc3NpZ25tZW50Ij4KCQk8ZyBpZD0id2VlayI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjMsNi45TDAsMy42bDAuOS0wLjlsMi40LDIuNEw4LjQsMGwwLjksMC45TDMuMyw2Ljl6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: 50%;
}
.u-grid-header-filter {
  display: inline-block;
}
.u-grid-header-filter_direction-rtl .u-grid-header-filter__column {
  left: 4px;
  right: auto;
}
.u-grid-header-filter_direction-rtl .u-grid-header-filter__block {
  left: 0;
  right: auto;
}
.u-grid-header-filter__column {
  position: absolute;
  left: auto;
  right: 4px;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 100%;
  padding: 0 5px;
}
.u-grid-header-filter__column-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.u-grid-header-filter__button {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 17px;
  min-height: 13px;
  height: auto;
  line-height: initial;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNjY2NjY2O30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDE4aDR2LTJoLTRWMTh6IE0zLDZ2MmgxOFY2SDN6IE02LDEzaDEydi0ySDZWMTN6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.u-grid-header-filter__button_active {
  visibility: visible;
}
.u-grid-header-filter__block {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 5;
  display: none;
}
.u-grid-header-filter__block_active {
  display: inline-block;
}
.u-grid-header-filter__block_wrapper {
  padding: 5px 13px;
  box-shadow: 0 1px 7px 1px #CDCDCD;
  background-color: #fff;
}
.u-grid-header-filter__block-input {
  margin: 5px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  padding: 5px 0;
  font-size: inherit;
  font-weight: normal;
}
.u-grid-header-filter__icon {
  position: relative;
  top: 50%;
  left: 50%;
  display: none;
  min-width: 17px;
  min-height: 13px;
  height: auto;
  line-height: initial;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNjY2NjY2O30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDE4aDR2LTJoLTRWMTh6IE0zLDZ2MmgxOFY2SDN6IE02LDEzaDEydi0ySDZWMTN6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: #E7EBEE;
  border: none;
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
}
.u-grid-header-filter__icon_column {
  display: none;
}
.u-grid-header-filter__icon_column-show {
  display: inline-block;
}
.u-grid-input {
  outline: none;
  border: 1px solid #ccc;
  background: inherit;
  border-radius: 10px;
  font-size: inherit;
  padding: 5px 13px;
  width: 100%;
}
.u-grid-input_error {
  border-color: #FF1D25;
}
.u-grid-field {
  min-width: 94px;
  position: absolute;
  background: #ffffff;
}
.u-grid-field_wrapper {
  padding: 9px;
  border-radius: 13px;
  box-shadow: 0 0 5px 0 rgb(196, 192, 196);
}
.u-grid-field_inline {
  border: none;
  padding: 0 10px;
  box-shadow: none;
  border-radius: 10px;
  background: transparent;
}
.u-grid-field_inline .u-select-s {
  margin-top: 3px;
  margin-left: -9px;
  margin-right: unset;
}
.u-grid-field_inline .u-grid-input,
.u-grid-field_inline .u-input-number > input {
  color: black;
  border: none;
  padding: 9px 5px 5px 5px;
}
.u-grid-field__buttons {
  text-align: right;
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
}
.u-grid-field__button {
  display: inline-block;
  font-weight: bold;
}
.u-grid-dropdown {
  position: absolute;
  top: 0;
}
.u-grid-calendar {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 13px;
  box-shadow: 0 1px 7px 1px #CDCDCD;
  border-radius: 13px;
}
.u-grid .ngx-datatable.main {
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: inherit;
}
.u-grid .ngx-datatable.main.direction-rtl {
  direction: rtl;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell {
  text-align: right;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap:after {
  right: 0;
  left: unset;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: block;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .resize-handle {
  left: 0;
  right: auto;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .sort-btn.datatable-icon-up:after {
  right: 0;
  left: auto;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .sort-btn.datatable-icon-down:after {
  right: 0;
  left: auto;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-body {
  text-align: right;
}
.u-grid .ngx-datatable.main.direction-rtl .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
.u-grid .ngx-datatable.main .datatable-body-row_sticky {
  overflow: hidden;
  width: calc(100% - 39px) !important;
}
.u-grid .ngx-datatable.main .empty-row {
  display: none;
}
.u-grid .ngx-datatable.main .datatable-row-close-btn {
  border: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC44MjgiIGhlaWdodD0iMTQuODI4IiB2aWV3Qm94PSIwIDAgMTQuODI4IDE0LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzZiNmI3OTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTIiIHkyPSIxMiIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTIiIHkyPSIxMiIvPjwvZz48L3N2Zz4=");
}
.u-grid .ngx-datatable.main .datatable-row-close-btn:focus {
  outline: none;
}
.u-grid .ngx-datatable.main .datatable-checkbox {
  margin: 0;
  vertical-align: middle;
}
.u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox] {
  width: 13px;
  height: 13px;
  -webkit-user-select: none;
  user-select: none;
  appearance: none;
  outline: none;
  margin: 0;
}
.u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:checked:after {
  border: 1px solid #666666;
  background-color: #666666;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjMgNi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+CjxnIGlkPSLQodC70L7QuV8yXzFfIj4KCTxnIGlkPSJhc3NpZ25tZW50Ij4KCQk8ZyBpZD0id2VlayI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjMsNi45TDAsMy42bDAuOS0wLjlsMi40LDIuNEw4LjQsMGwwLjksMC45TDMuMyw2Ljl6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 87%;
  background-position: center;
}
.u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #666;
  background-color: transparent;
  border-radius: 0;
}
.u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:disabled {
  opacity: 0.25;
}
.u-grid .ngx-datatable.main.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  overflow: visible;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-user-select: none;
  user-select: none;
}
.u-grid .ngx-datatable.main .datatable-header {
  height: unset !important;
  background: transparent;
  overflow: visible;
  z-index: 11;
  position: relative;
  border-bottom: 3px solid #DDDDDD;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  padding: 10px 14px;
  text-align: left;
  font-weight: bold;
  overflow: visible;
  cursor: pointer;
  color: #4D4D4D;
  line-height: normal;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-checkbox {
  height: 12px;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:hover .u-grid-header-filter__column {
  background-color: #f9f9f9;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:hover .u-grid-header-filter__button {
  visibility: visible;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: none;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn.datatable-icon-up:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi43NSAyMy43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxcHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAyMTMzNDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJNdXNpY19Ob3RlXzQiIGRhdGEtbmFtZT0iTXVzaWMgTm90ZSA0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSI4LjM4IiB5Mj0iMC4zOCIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE2LjM4IiB5MT0iMTUuMzgiIHgyPSI4LjM4IiB5Mj0iMjMuMzgiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSIwLjM4IiB5Mj0iMTUuMzgiLz48L2c+PC9nPjwvc3ZnPg==");
  transform: rotate(180deg);
  width: 7px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: auto;
  margin: auto 0;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn.datatable-icon-down:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi43NSAyMy43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxcHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAyMTMzNDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJNdXNpY19Ob3RlXzQiIGRhdGEtbmFtZT0iTXVzaWMgTm90ZSA0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSI4LjM4IiB5Mj0iMC4zOCIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE2LjM4IiB5MT0iMTUuMzgiIHgyPSI4LjM4IiB5Mj0iMjMuMzgiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSIwLjM4IiB5Mj0iMTUuMzgiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: auto;
  margin: auto 0;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  border-right: solid 1px #cecece;
  position: absolute;
  top: 15%;
  right: 0;
  left: unset;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_no-divider:after {
  display: none !important;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_highlight {
  font-weight: bold;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_highlight:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: 3px solid #DDDDDD !important;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}
.u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-label {
  color: #4D4D4D;
  font-weight: bold;
  text-transform: uppercase;
}
.u-grid .ngx-datatable.main .datatable-row-center .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: block;
}
.u-grid .ngx-datatable.main .datatable-row-center .datatable-header-cell:last-child .datatable-header-cell-template-wrap:after {
  display: none;
}
.u-grid .ngx-datatable.main .datatable-row-left_divider:after {
  content: "";
  display: block;
  width: 1.5px;
  position: absolute;
  height: calc(100% + 5px);
  top: 0;
  z-index: 999;
  background-color: #93929B;
  right: 0;
  left: unset;
}
.u-grid .ngx-datatable.main .datatable-row-left_divider > .datatable-header-cell:last-child .datatable-header-cell-template-wrap:after {
  display: none;
}
.u-grid .ngx-datatable.main .datatable-body-cell {
  padding: 21px 14px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label {
  white-space: nowrap;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  color: #666666;
  text-overflow: ellipsis;
  min-height: 18px;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label .track-table-span-active {
  text-overflow: ellipsis;
  overflow: hidden;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label .datatable-body-cell-label-error {
  color: #FF1D25;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-button {
  cursor: pointer;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-button:hover {
  color: #0099cc;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-tree {
  display: flex;
  align-items: center;
}
.u-grid .ngx-datatable.main .datatable-body-cell .datatable-checkbox input[type=checkbox]:checked:after {
  background-color: #666666;
  border: 1px solid #666666;
}
.u-grid .ngx-datatable.main .datatable-icon {
  border-top: 4px solid #6B6B79;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-right: 10px;
  margin-left: unset;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-grid .ngx-datatable.main .datatable-icon::before {
  content: "";
  position: absolute;
  padding: 10px;
}
.u-grid .ngx-datatable.main .datatable-icon_active {
  transform: rotate(180deg);
}
.u-grid .ngx-datatable.main .datatable-icon_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.u-grid .ngx-datatable.main .datatable-body-cell_highlight {
  overflow: visible !important;
  position: relative;
}
.u-grid .ngx-datatable.main .datatable-body-cell_highlight:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: 3px solid #DDDDDD !important;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}
.u-grid .ngx-datatable.main .datatable-body-cell_tree {
  cursor: pointer;
}
.u-grid .ngx-datatable.main .datatable-body {
  text-align: left;
  overflow-y: scroll;
  border-top: 1px solid #eee;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row {
  vertical-align: top;
  border-top: 0;
  background-color: white;
  border-bottom: 1px solid #eee;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row_no-border {
  border: none;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row_sub-row::before {
  content: "";
  position: absolute;
  background: #bbb;
  height: 100%;
  padding: 0.5px;
  z-index: 10;
  top: -30%;
  left: 30px;
  right: unset;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row_sub-row::after {
  content: "";
  position: absolute;
  background: #bbb;
  width: 10px;
  padding: 0.5px;
  z-index: 10;
  top: 50%;
  left: 30px;
  right: unset;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row_half-vertical-line::before {
  height: 80%;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row:hover, .u-grid .ngx-datatable.main .datatable-body .datatable-body-row.active {
  background-color: #E7EBEE;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row.edited-row {
  background-color: #e2e2e2;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row.edited-row .datatable-body-cell .datatable-body-cell-label {
  color: #0099cc;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-body-row.disabled-row {
  pointer-events: none;
}
.u-grid .ngx-datatable.main .datatable-body .empty-row {
  position: relative;
  padding: 0.7rem 1.25rem;
  margin-bottom: 0;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-inline-block,
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-block {
  display: none;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-visible {
  visibility: hidden;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-block {
  display: block;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-inline-block {
  display: inline-block;
}
.u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-visible {
  visibility: visible;
}
.u-grid .ngx-datatable.main .datatable-footer {
  border-top: 1px solid #d1d4d7;
  border-bottom: 1px solid #d1d4d7;
  margin-top: -1px;
}
.u-grid .ngx-datatable.main .datatable-footer .page-count {
  line-height: 43px;
  height: 43px;
  padding: 0 1.2rem;
}
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager {
  margin: 0 9px;
  vertical-align: top;
}
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li {
  margin: 9px 0;
}
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li:not(.disabled).active a, .u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #545454;
  font-weight: bold;
}
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager a {
  height: 19px;
  min-width: 21px;
  line-height: 19px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  color: #ededed;
}
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-left,
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-skip,
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-right,
.u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 16px;
  line-height: 23px;
  padding: 0 3px;
}
.u-grid .ngx-datatable.main .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}

@media (max-width: 1279.98px) {
  .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .u-grid-header-filter__button {
    visibility: visible;
  }
  .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-block {
    display: block;
  }
  .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-inline-block {
    display: inline-block;
  }
  .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-visible {
    visibility: visible;
  }
}
.u-grid-checkboxes-list {
  display: inline-block;
  width: 196px;
  max-height: 213px;
}
.u-grid-checkboxes-list_full-width {
  width: 100%;
}
.u-grid-checkboxes-list__wrapper {
  background-color: #fff;
}
.u-grid-checkboxes-list__search {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 13px;
  padding: 5px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  font-size: inherit;
  font-weight: normal;
}
.u-grid-checkboxes-list__all {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}
.u-grid-checkboxes-list__all:after {
  content: "";
  display: table;
  clear: both;
}
.u-grid-checkboxes-list__all-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.u-grid-checkboxes-list__all-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 6px;
}
.u-grid-checkboxes-list__items {
  height: 128px;
  overflow-x: hidden;
  overflow-y: auto;
}
.u-grid-checkboxes-list__items-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 9px;
}
.u-grid-checkboxes-list__items-item:after {
  content: "";
  display: table;
  clear: both;
}
.u-grid-checkboxes-list__items-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.u-grid-checkboxes-list__items-name {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.u-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.u-grid-header__attention-message {
  color: #fc1616;
  font-size: 15px;
  margin-right: 17px;
  margin-left: 0;
}
.u-grid-header__buttons {
  flex: auto;
}
.u-grid-header__button {
  position: relative;
  font-size: 12px;
  margin-right: 27px;
  margin-left: 0;
}
.u-grid-header__button_disabled {
  opacity: 0.6;
  cursor: default;
}
.u-grid-header__button::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  right: unset;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 14px;
  pointer-events: none;
}
.u-grid-header__button:last-child {
  margin-right: 0;
}
.u-grid-header__button:last-child::after {
  display: none;
}
.u-grid-header__info {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.u-grid-header__info-item {
  position: relative;
  color: #92929C;
  margin-right: 14px;
  margin-left: 0;
}
.u-grid-header__info-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  right: unset;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 7px;
}
.u-grid-header__info-item:last-child {
  margin-right: 0;
}
.u-grid-header__info-item:last-child::after {
  display: none;
}
.u-grid-header__droplist {
  cursor: pointer;
  margin-right: 27px;
  margin-left: 0;
}
.u-grid-header__droplist::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  right: unset;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 14px;
  pointer-events: none;
}
.u-grid-header__droplist:last-child {
  margin-right: 0;
}
.u-grid-header__droplist:last-child::after {
  display: none;
}
.u-grid-header__droplist.u-droplist .u-droplist__name {
  font-size: 12px;
  color: #0099cc;
}
.u-grid-header__droplist.u-droplist .u-droplist__item {
  font-size: 12px;
  color: #6B6B79;
}
.u-grid-header__droplist.u-droplist .u-droplist__arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS40NyA1LjUzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzAwOTljYztzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC41cHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+PGcgaWQ9ItCh0LvQvtC5XzIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMiI+PGcgaWQ9ItCh0LvQvtC5XzEtMiIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj48cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjAuMTYgMC4xOSA1Ljk3IDUuMTkgMTEuMyAwLjE5Ii8+PC9nPjwvZz48L3N2Zz4=");
}

.u-group {
  display: block;
  margin-bottom: 27px;
  position: relative;
}
.u-group_disabled .u-group__field {
  pointer-events: none;
}
.u-group_flex.u-group {
  display: flex;
}
.u-group_flex .u-group__field {
  display: flex;
}
.u-group_flex-row.u-group {
  display: flex;
}
.u-group_flex-row .u-group__field {
  flex: 1;
  display: flex;
}
.u-group_flex-row .u-group__field > :only-child {
  flex: 1;
}
.u-group_flex-column.u-group {
  display: flex;
}
.u-group_flex-column .u-group__field {
  display: flex;
  flex-direction: column;
}
.u-group_big-field .u-group__field {
  width: 404px;
}
.u-group_large-field .u-group__field {
  width: 252px;
}
.u-group_medium-field .u-group__field {
  width: 157px;
}
.u-group_small-field .u-group__field {
  width: 106px;
}
.u-group_password .u-group__info {
  width: 123px;
}
.u-group_filters {
  margin-bottom: 14px;
}
.u-group_filters .u-group__info {
  margin-top: 0;
  padding-left: 4px;
  padding-right: 0px;
}
.u-group_filters .u-group__field {
  width: 100%;
}
.u-group_two .u-group__field {
  position: relative;
}
.u-group_two .u-group__field:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  background: #ccc;
}
.u-group_two .u-group__field .u-input {
  width: 50%;
}
.u-group_two .u-group__field .u-input:first-child {
  border-radius: 22px 0 0 22px;
  border-right: 0;
  border-left: 1px solid #CCCCCC;
}
.u-group_two .u-group__field .u-input:last-child {
  border-radius: 0 22px 22px 0;
  border-left: 0;
  border-right: 1px solid #CCCCCC;
}
.u-group_two .u-group__field .u-input_red:first-child {
  border-right: 0;
  border-left: 1px solid #FF1D25;
}
.u-group_two .u-group__field .u-input_red:last-child {
  border-left: 0;
  border-right: 1px solid #FF1D25;
}
.u-group_two-red .u-group__field:after {
  background: #FF1D25;
}
.u-group_half .u-group__field .u-input, .u-group_half .u-group__field .u-select {
  width: 50%;
}
.u-group_changes {
  margin-bottom: 22px;
}
.u-group_changes .u-group__field {
  width: 225px;
}
.u-group_changes .u-group__info {
  min-width: 85px;
  max-width: 85px;
  margin-top: 0;
}
.u-group_settings .u-group__field {
  display: inline-block;
  width: 230px;
}
.u-group_settings .u-group__info {
  min-width: 85px;
}
.u-group_settings .u-group__date {
  float: left;
  position: relative;
  width: 108px;
  margin-top: 5px;
}
.u-group_settings .u-group__date:first-child {
  margin: 5px 13px 0 0;
}
.u-group_settings .u-group__date-label {
  color: #6B6B79;
  font-size: 10px;
  position: absolute;
  top: -16px;
  left: 9px;
}
.u-group__info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 5px;
  width: 123px;
  position: relative;
}
.u-group__name {
  position: static;
  font-family: inherit;
  font-size: 13px;
  color: #93929B;
  text-align: left;
}
.u-group__message {
  position: absolute;
  font-family: inherit;
  color: #FC1616;
  font-size: 9px;
}
.u-group__field {
  display: inline-block;
  min-width: 94px;
  position: relative;
}
.u-group__field-content {
  margin-top: 9px;
}
.u-group__field_large {
  min-width: 261px;
}
.u-group__fields {
  display: inline-block;
}
.u-group__fields_no-text .u-group__fields-item:last-child .u-group__fields-el {
  margin-right: 0;
}
.u-group__fields_no-text .u-group__fields-el {
  margin: 0 26px 0 0;
}
.u-group__fields-item {
  display: inline-block;
}
.u-group__fields-text {
  display: inline-block;
  font-size: 11px;
  font-family: inherit;
}
.u-group__fields-el {
  display: inline-block;
  width: auto;
  min-width: 111px;
  margin: 0 26px 0 13px;
}

@media (max-width: 639.98px) {
  .u-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
  }
  .u-group__info {
    margin-bottom: 4px;
    margin-top: 0;
    width: 100%;
  }
  .u-group__field {
    width: 100%;
  }
  .u-group__message {
    position: initial;
    margin-top: 5px;
  }
}
.u-modal-entity__close {
  position: absolute;
  top: 40px;
  right: 34px;
  left: auto;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMTguODI4IiB2aWV3Qm94PSIwIDAgMTguODI4IDE4LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzRkNGQ0ZDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTYiIHkyPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTYiIHkyPSIxNiIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.u-modal-entity__title {
  position: absolute;
  top: 39px;
  right: auto;
  left: 34px;
  display: flex;
  align-items: center;
}
.u-modal-entity__title-text {
  font-family: inherit;
  font-size: 19px;
  color: #3d3d4a;
  font-weight: normal;
}
.u-modal-entity__title-info {
  margin-left: 9px;
  margin-right: unset;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmEsLmR7ZmlsbDpub25lO30uYXtzdHJva2U6IzNEM0Q0QTtzdHJva2Utd2lkdGg6MC43NXB4O30uYntmaWxsOiMzRDNENEE7fS5je3N0cm9rZTpub25lO308L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0iYSI+PGNpcmNsZSBjbGFzcz0iYyIgY3g9IjgiIGN5PSI4IiByPSI4Ii8+PGNpcmNsZSBjbGFzcz0iZCIgY3g9IjgiIGN5PSI4IiByPSI3LjYyNSIvPjwvZz48cGF0aCBjbGFzcz0iYiIgZD0iTS0xLjQ0OC01Ljk1NWEuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJ2LS42MzhhLjMuMywwLDAsMSwuMDgtLjIwOS4yNjQuMjY0LDAsMCwxLC4yLS4wODZoLjcyNGEuMjg0LjI4NCwwLDAsMSwuMjA5LjA4Ni4yODQuMjg0LDAsMCwxLC4wODYuMjA5di42MzhhLjI2NC4yNjQsMCwwLDEtLjA4Ni4yLjMuMywwLDAsMS0uMjA5LjA4Wm0uMSw3LjU4N2EuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJWLTQuNDY5YS4yNzQuMjc0LDAsMCwxLC4wOC0uMi4yNzQuMjc0LDAsMCwxLC4yLS4wOGguNTRhLjI3NC4yNzQsMCwwLDEsLjIuMDguMjc0LjI3NCwwLDAsMSwuMDguMlYxLjM0OWEuMjc0LjI3NCwwLDAsMS0uMDguMi4yNzQuMjc0LDAsMCwxLS4yLjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wNzkgMTAuNzgpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.u-modal-entity__title-info:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmEsLmR7ZmlsbDpub25lO30uYXtzdHJva2U6IzA5YztzdHJva2Utd2lkdGg6MC43NXB4O30uYntmaWxsOiMwOWM7fS5je3N0cm9rZTpub25lO308L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0iYSI+PGNpcmNsZSBjbGFzcz0iYyIgY3g9IjgiIGN5PSI4IiByPSI4Ii8+PGNpcmNsZSBjbGFzcz0iZCIgY3g9IjgiIGN5PSI4IiByPSI3LjYyNSIvPjwvZz48cGF0aCBjbGFzcz0iYiIgZD0iTS0xLjQ0OC01Ljk1NWEuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJ2LS42MzhhLjMuMywwLDAsMSwuMDgtLjIwOS4yNjQuMjY0LDAsMCwxLC4yLS4wODZoLjcyNGEuMjg0LjI4NCwwLDAsMSwuMjA5LjA4Ni4yODQuMjg0LDAsMCwxLC4wODYuMjA5di42MzhhLjI2NC4yNjQsMCwwLDEtLjA4Ni4yLjMuMywwLDAsMS0uMjA5LjA4Wm0uMSw3LjU4N2EuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJWLTQuNDY5YS4yNzQuMjc0LDAsMCwxLC4wOC0uMi4yNzQuMjc0LDAsMCwxLC4yLS4wOGguNTRhLjI3NC4yNzQsMCwwLDEsLjIuMDguMjc0LjI3NCwwLDAsMSwuMDguMlYxLjM0OWEuMjc0LjI3NCwwLDAsMS0uMDguMi4yNzQuMjc0LDAsMCwxLS4yLjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wNzkgMTAuNzgpIi8+PC9zdmc+);
}
.u-modal-entity__main {
  height: 100%;
}
.u-modal-entity__body {
  display: initial;
}
.u-modal-entity__actions {
  box-shadow: 0px -9px 5px -5px rgba(51, 51, 51, 0.1411764706);
  padding: 20px;
  text-align: right;
}
.u-modal-entity__actions-item {
  width: auto;
  padding: 0 21px;
  margin-right: 26px;
}
.u-modal-entity__actions-item:first-child {
  margin-left: 0px;
}
.u-modal-entity__actions-item:last-child {
  margin-right: 0;
}

@media (max-width: 1279.98px) {
  .u-modal-entity__actions {
    padding: 20px 10px;
  }
  .u-modal-entity__title {
    top: 10px;
    left: 15px;
    right: auto;
  }
  .u-modal-entity__close {
    top: 19px;
    left: auto;
    right: 15px;
  }
}
@media (max-width: 639.98px) {
  .u-modal-entity__actions {
    height: 55px;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .u-modal-entity__actions-item {
    font-size: 13px;
    height: 35px;
    margin-right: 10px;
    margin-left: 0;
  }
}
.u-range {
  display: block;
  position: relative;
}
.u-range_disabled {
  pointer-events: none;
}
.u-range_disabled .u-range__actions .u-input {
  background-color: #e7eaed;
}
.u-range__calendar {
  padding: 13px;
}
.u-range__calendar-wrapper {
  min-width: auto;
}
.u-range__calendar_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.u-range__calendar-content {
  margin: 0 16px;
  padding: 21px;
}
.u-range__calendar-content .u-date-picker-range__picker-days-row-save {
  margin-left: 14px;
}
.u-range__menu {
  padding: 5px;
}
.u-range__list {
  display: block;
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 170px;
  min-height: 28px;
  text-align: left;
}
.u-range__list-item {
  width: 100%;
  color: #6B6B79;
  display: block;
  padding: 5px 5px;
  cursor: pointer;
  text-align: left;
}
.u-range__list-item_active {
  background-color: #e7ebee;
}
.u-range__list-item:hover {
  background-color: #f5f5f5;
}
.u-range__dates {
  margin-top: 11px;
  padding-top: 14px;
  border-top: 1px solid #CCCCCC;
}
.u-range__days {
  display: flex;
  margin-top: 21px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  justify-content: center;
  border-bottom: 1px solid #CCCCCC;
}
.u-range__day {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  width: 19px;
  height: 17px;
  font-size: 11px;
  text-align: center;
  margin: 0 13px 0 0;
  cursor: pointer;
}
.u-range__day:last-child {
  margin: 0;
}
.u-range__day:hover {
  background: #e6ebee;
}
.u-range__day_disabled {
  cursor: default;
}
.u-range__day_disabled:hover {
  background: none;
  color: #999999;
}
.u-range__day_active {
  background: #767676;
  color: #fff;
}
.u-range__day_active:hover {
  background: #767676;
  color: #fff;
}
.u-range__btns {
  display: flex;
  margin-top: 13px;
  margin-left: 5px;
  justify-content: flex-end;
}

.u-range-input {
  position: relative;
  display: block;
}
.u-range-input_blue .u-range-input__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43NSIgaGVpZ2h0PSIyMy43NSIgdmlld0JveD0iMCAwIDIzLjc1IDIzLjc1Ij4KICA8ZyBpZD0iQ2FsZW5kYXJfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMS4xMjUgLTM1MC40MjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY4MjUiIGRhdGEtbmFtZT0iUGF0aCA2ODI1IiBkPSJNMjUuNSwzNTIuOGgtMWEyLjk0NiwyLjk0NiwwLDAsMC0zLDN2MTVhMi45NDYsMi45NDYsMCwwLDAsMywzaDE3YTIuOTQ2LDIuOTQ2LDAsMCwwLDMtM3YtMTVhMi45NDYsMi45NDYsMCwwLDAtMy0zaC0xIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OCIgZGF0YS1uYW1lPSJMaW5lIDU0OCIgeDI9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjUgMzUyLjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OSIgZGF0YS1uYW1lPSJMaW5lIDU0OSIgeDI9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS41IDM1Ny44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTAiIGRhdGEtbmFtZT0iTGluZSA1NTAiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTEiIGRhdGEtbmFtZT0iTGluZSA1NTEiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI2IiBkYXRhLW5hbWU9IlBhdGggNjgyNiIgZD0iTTI3LjUsMzYzLjhoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLTJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLTJoMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI3IiBkYXRhLW5hbWU9IlBhdGggNjgyNyIgZD0iTTM2LjUsMzY5Ljh2LThsLTIsMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTIiIGRhdGEtbmFtZT0iTGluZSA1NTIiIHgyPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC41IDM2OS44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgPC9nPgo8L3N2Zz4=");
}
.u-range-input_full .u-range-input__actions {
  display: block;
}
.u-range-input_full .u-range-input__item {
  margin: 0 0 17px 0;
  width: 100%;
}
.u-range-input_full .u-range-input__item:last-child {
  margin-bottom: 0;
}
.u-range-input_full .u-range-input__item-title {
  margin-bottom: 5px;
}
.u-range-input__actions {
  display: flex;
}
.u-range-input__item {
  display: inline-block;
  margin: 0 13px 0 0;
}
.u-range-input__item:last-child {
  margin-right: 0;
}
.u-range-input__item-title {
  color: #6B6B79;
  font-size: 13px;
  font-family: inherit;
}
.u-range-input__icon {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43NSIgaGVpZ2h0PSIyMy43NSIgdmlld0JveD0iMCAwIDIzLjc1IDIzLjc1Ij4KICA8ZyBpZD0iQ2FsZW5kYXJfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMS4xMjUgLTM1MC40MjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY4MjUiIGRhdGEtbmFtZT0iUGF0aCA2ODI1IiBkPSJNMjUuNSwzNTIuOGgtMWEyLjk0NiwyLjk0NiwwLDAsMC0zLDN2MTVhMi45NDYsMi45NDYsMCwwLDAsMywzaDE3YTIuOTQ2LDIuOTQ2LDAsMCwwLDMtM3YtMTVhMi45NDYsMi45NDYsMCwwLDAtMy0zaC0xIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OCIgZGF0YS1uYW1lPSJMaW5lIDU0OCIgeDI9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjUgMzUyLjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OSIgZGF0YS1uYW1lPSJMaW5lIDU0OSIgeDI9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS41IDM1Ny44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTAiIGRhdGEtbmFtZT0iTGluZSA1NTAiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTEiIGRhdGEtbmFtZT0iTGluZSA1NTEiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI2IiBkYXRhLW5hbWU9IlBhdGggNjgyNiIgZD0iTTI3LjUsMzYzLjhoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLTJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLTJoMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI3IiBkYXRhLW5hbWU9IlBhdGggNjgyNyIgZD0iTTM2LjUsMzY5Ljh2LThsLTIsMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTIiIGRhdGEtbmFtZT0iTGluZSA1NTIiIHgyPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC41IDM2OS44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 100%;
  margin-left: 9px;
  margin-right: 0;
  cursor: pointer;
}
.u-range-input__content {
  box-shadow: 0 0 3px 0 #ccc;
  padding: 9px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 100%;
  margin-top: 9px;
}

@media (max-width: 1279.98px) {
  .u-range__wrapper .u-dropdown-content {
    box-shadow: none;
    border: 1px solid #ccc;
    min-width: 290px;
  }
  .u-range__calendar {
    max-height: 400px;
    overflow-y: auto;
  }
  .u-range__calendar-content {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 7px;
    margin: 7px 0;
  }
  .u-range__calendar-content .u-date-picker-range {
    margin: 0 auto;
  }
}
.u-hour-schedule {
  display: block;
  width: 100%;
}
.u-hour-schedule__item {
  margin-bottom: 26px;
}
.u-hour-schedule__item-actions {
  text-align: right;
  margin-top: 13px;
}
.u-hour-schedule__classes-select {
  margin-bottom: 26px;
  text-align: left;
}
.u-hour-schedule__classes-select .u-group__field {
  width: 111px;
}
.u-hour-schedule__field {
  margin-bottom: 27px;
}
.u-hour-schedule__field:first-child {
  margin-bottom: 17px;
}
.u-hour-schedule__field:last-child {
  margin-bottom: 0;
}
.u-hour-schedule__field:hover .u-hour-schedule__check-copy {
  opacity: 1;
}
.u-hour-schedule__field_name {
  font-family: inherit;
  font-size: 13px;
  color: #6B6B79;
  line-height: 28px;
}
.u-hour-schedule__days {
  text-align: left;
}
.u-hour-schedule__day {
  display: inline-block;
  width: 98px;
  margin: 0 17px 0 0;
}
.u-hour-schedule__day:last-child {
  margin-right: 0;
}
.u-hour-schedule__day_titles {
  width: 123px;
  margin: 0;
}
.u-hour-schedule__time {
  height: 28px;
  font-size: 11px;
  font-family: inherit;
  text-align: center;
}
.u-hour-schedule__check {
  text-align: center;
}
.u-hour-schedule__check-name {
  display: inline-block;
  margin: 0 9px 0 11px;
  vertical-align: middle;
  font-size: 13px;
  font-family: inherit;
  color: #92929C;
}
.u-hour-schedule__check-copy {
  opacity: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: 0 !important;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
}
.u-hour-schedule__check-copy:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDk5Q0M7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
.u-hour-schedule__check-copy_hidden {
  visibility: hidden;
}
.u-hour-schedule__actions {
  margin-top: 26px;
}

@media (max-width: 1279.98px) {
  .u-hour-schedule__days {
    display: flex;
    flex-direction: column;
    max-width: 319px;
    gap: 17px;
  }
  .u-hour-schedule__day {
    width: 100%;
    display: flex;
    gap: 8px;
  }
  .u-hour-schedule__day_titles {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .u-hour-schedule__field {
    flex: 2;
    margin: 0;
  }
  .u-hour-schedule__field_name {
    text-align: center;
  }
  .u-hour-schedule__field:first-child {
    flex: 1;
    min-width: 123px;
  }
  .u-hour-schedule__check {
    text-align: left;
  }
  .u-hour-schedule__check-copy {
    opacity: 1;
  }
}
@media (max-width: 639.98px) {
  .u-hour-schedule__days {
    max-width: unset;
  }
}
.u-address {
  display: block;
  position: relative;
}
.u-address_disabled .u-address__autocomplete-icon {
  pointer-events: none;
  opacity: 0.5;
}
.u-address__autocomplete {
  position: relative;
}
.u-address__autocomplete_map-icon .u-input {
  padding-right: 39px;
  padding-left: 13px;
}
.u-address__autocomplete-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 13px;
  left: unset;
  top: 5px;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC40NTQiIGhlaWdodD0iMTcuMiIgdmlld0JveD0iMCAwIDE4LjQ1NCAxNy4yIj4KICA8ZyBpZD0ibWFwX2ljb24iIGRhdGEtbmFtZT0ibWFwIGljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzc3NjgiIGRhdGEtbmFtZT0iUGF0aCA3NzY4IiBkPSJNMTM0MS4xMjQsMTQ1MS41aC04LjM0OGwtMi4yNzcsOC4zODFoMTcuNDU0bC0yLjI3Ny04LjM4MWgtMS41MTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzMwLjUgLTE0NDMuODgxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfNTU0MCIgZGF0YS1uYW1lPSJMaW5lIDU1NDAiIHkxPSI0LjU3MSIgeDI9IjMuNDE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjU1MyAxMS40MjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8bGluZSBpZD0iTGluZV81NTQxIiBkYXRhLW5hbWU9IkxpbmUgNTU0MSIgeDI9IjEyLjUyMiIgeTI9IjguMzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjY1NiA3LjYxOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU1NDIiIGRhdGEtbmFtZT0iTGluZSA1NTQyIiB4MT0iNC41NTMiIHkxPSIzLjA0OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS41MTggMTAuNjY3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfNTU0MyIgZGF0YS1uYW1lPSJMaW5lIDU1NDMiIHgxPSIxLjg5NyIgeTI9IjIuNjY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy42NiA5LjkwNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU1NDQiIGRhdGEtbmFtZT0iTGluZSA1NTQ0IiB4MT0iMTEuMDA0IiB5MT0iNy4yMzgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDcxIDcuNjE5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzc2OSIgZGF0YS1uYW1lPSJQYXRoIDc3NjkiIGQ9Ik0xMzQxLjI1OSwxNDU5LjVsLS43NTksMS4xNDMsMS45LDEuMTQzLjc1OS0xLjE0M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzMyLjkxMSAtMTQ0NS43ODYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8ZWxsaXBzZSBpZD0iRWxsaXBzZV8yNDU0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQ1NCIgY3g9IjEuNTE4IiBjeT0iMS41MjQiIHJ4PSIxLjUxOCIgcnk9IjEuNTI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC42MjQgMS41MjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83NzcwIiBkYXRhLW5hbWU9IlBhdGggNzc3MCIgZD0iTTEzNDguNTcxLDE0NDQuNTQ4YzAsMS42ODMtMy4wMzUsNi44NTctMy4wMzUsNi44NTdzLTMuMDM2LTUuMTc0LTMuMDM2LTYuODU3YTMuMDM1LDMuMDM1LDAsMSwxLDYuMDcxLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMzMy4zOTQgLTE0NDEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
.u-address__modal {
  overflow: hidden;
  border-radius: 10px;
}
.u-address__modal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.u-address__modal .u-modal__close {
  width: 27px;
  height: 27px;
  border: 6px solid transparent;
  background-color: #ffffff;
  z-index: 1;
}
.u-address__modal .u-modal__actions {
  padding: 21px 51px;
}

@media (max-width: 639.98px) {
  .u-address__modal {
    border-radius: 0;
  }
}
.u-address-modal {
  display: block;
  height: 100%;
}
.u-address-modal__entity {
  display: block;
  width: 470px;
  height: 100%;
}
.u-address-modal__entity .u-modal-entity__close {
  z-index: 1;
  top: 22px;
  left: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 5px;
  background-color: white;
  left: unset;
  right: 23px;
  background-size: 55% 55%;
  background-position: center;
  box-shadow: -1px 1px 12px -2px grey;
}
.u-address-modal__map {
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  bottom: 0;
  width: calc(100% - 540px);
  background: rgba(149, 149, 149, 0.1803921569);
}
.u-address-modal-tab-content {
  display: flex;
}

@media (max-width: 991.98px) {
  .u-address-modal__entity {
    width: 100%;
  }
  .u-address-modal__entity .u-modal-entity__title, .u-address-modal__entity .u-modal-entity__close {
    top: 14px;
  }
  .u-address-modal__map {
    width: 100%;
    top: max(30%, 106px);
    bottom: 75px;
  }
}
@media (max-width: 639.98px) {
  .u-address-modal__map {
    bottom: 58px;
  }
}
.u-week-days-cost {
  display: flex;
  align-items: center;
  gap: 8px;
}
.u-week-days-cost__day {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.u-week-days-cost__day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 123px;
}
.u-week-days-cost__day-header-name {
  text-align: center;
  font-size: 13px;
  font-family: inherit;
  color: #92929C;
  width: 33px;
  margin-right: unset;
  margin-left: 22px;
}
.u-week-days-cost__day-header-copy {
  visibility: hidden;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
}
.u-week-days-cost__day-header-copy:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDk5Q0M7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
.u-week-days-cost__day-header:hover .u-week-days-cost__day-header-copy {
  visibility: visible;
}
.u-week-days-cost__day-field {
  width: 100%;
  max-width: 144px;
}

@media (max-width: 1279.98px) {
  .u-week-days-cost {
    flex-direction: column;
    width: 320px;
  }
  .u-week-days-cost__day {
    flex-direction: row;
    width: 100%;
  }
  .u-week-days-cost__day-header {
    justify-content: flex-start;
  }
  .u-week-days-cost__day-header-name {
    margin: 0;
  }
  .u-week-days-cost__day-header-copy {
    visibility: visible;
  }
  .u-week-days-cost__day-field {
    max-width: 100%;
  }
}
@media (max-width: 639.98px) {
  .u-week-days-cost {
    max-width: 100%;
    width: 100%;
  }
}
.u-calendar-month-view .u-calendar-header {
  text-align: center;
  font-weight: bolder;
}
.u-calendar-month-view .u-calendar-header .u-calendar-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.u-calendar-month-view .u-calendar-days {
  border: 1px solid;
  border-bottom: 0;
}
.u-calendar-month-view .u-calendar-cell-top {
  min-height: 78px;
  flex: 1;
}
.u-calendar-month-view .u-calendar-cell-row {
  display: flex;
}
.u-calendar-month-view .u-calendar-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.u-calendar-month-view .u-calendar-cell .u-calendar-event {
  pointer-events: all !important;
}
.u-calendar-month-view .u-calendar-day-cell {
  min-height: 100px;
}
.u-calendar-month-view .u-calendar-day-cell:not(:last-child) {
  border-right: 1px solid;
  border-left: unset;
}
.u-calendar-month-view .u-calendar-days .u-calendar-cell-row {
  border-bottom: 1px solid;
}
.u-calendar-month-view .u-calendar-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.u-calendar-month-view .u-calendar-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.u-calendar-month-view .u-calendar-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.u-calendar-month-view .u-calendar-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-in-month.u-calendar-has-events {
  cursor: pointer;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-out-month .u-calendar-day-number {
  opacity: 0.1;
  cursor: default;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-today .u-calendar-day-number {
  font-size: 1.9em;
}
.u-calendar-month-view .u-calendar-open-day-events {
  padding: 15px;
}
.u-calendar-month-view .u-calendar-open-day-events .u-calendar-event {
  position: relative;
  top: 2px;
}
.u-calendar-month-view .u-calendar-out-month .u-calendar-day-badge,
.u-calendar-month-view .u-calendar-out-month .u-calendar-event {
  opacity: 0.3;
}
.u-calendar-month-view .u-calendar-draggable {
  cursor: move;
}
.u-calendar-month-view .u-calendar-drag-active * {
  pointer-events: none;
}
.u-calendar-month-view .u-calendar-event-title {
  cursor: pointer;
}
.u-calendar-month-view .u-calendar-event-title:hover {
  text-decoration: underline;
}

.u-calendar-month-view {
  background-color: #fff;
}
.u-calendar-month-view .u-calendar-cell-row:hover {
  background-color: #fafafa;
}
.u-calendar-month-view .u-calendar-cell-row .u-calendar-cell:hover,
.u-calendar-month-view .u-calendar-cell.u-calendar-has-events.u-calendar-open {
  background-color: #ededed;
}
.u-calendar-month-view .u-calendar-days {
  border-color: #DDDDDD;
}
.u-calendar-month-view .u-calendar-day-cell:not(:last-child) {
  border-right-color: #DDDDDD;
  border-left-color: unset;
}
.u-calendar-month-view .u-calendar-days .u-calendar-cell-row {
  border-bottom-color: #DDDDDD;
}
.u-calendar-month-view .u-calendar-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.u-calendar-month-view .u-calendar-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-weekend .u-calendar-day-number {
  color: #4D4D4D;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-today {
  background-color: #e8fde7;
}
.u-calendar-month-view .u-calendar-day-cell.u-calendar-drag-over {
  background-color: #e0e0e0 !important;
}
.u-calendar-month-view .u-calendar-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.u-calendar-week-view * {
  box-sizing: border-box;
}
.u-calendar-week-view .u-calendar-day-headers {
  display: flex;
  padding-left: 70px;
  padding-right: unset;
  border: 1px solid;
}
.u-calendar-week-view .u-calendar-day-headers .u-calendar-header {
  flex: 1;
  text-align: center;
  padding: 5px;
  border-left: 1px solid;
  border-right: unset;
}
.u-calendar-week-view .u-calendar-day-headers__sub-title {
  font-weight: 400;
  opacity: 0.5;
}
.u-calendar-week-view .u-calendar-day-column {
  flex-grow: 1;
  border-left: solid 2px;
  border-right: unset;
}
.u-calendar-week-view .u-calendar-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.u-calendar-week-view .u-calendar-time-label-column {
  width: 70px;
  height: 100%;
}
.u-calendar-week-view .u-calendar-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.u-calendar-week-view .u-calendar-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
  margin-right: unset;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-event-container {
  display: inline-block;
  position: absolute;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-event-container.u-calendar-resizable-element-active {
  z-index: 1;
  pointer-events: none;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-event {
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-event_no-padding {
  padding: 0;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-event_no-border {
  border: none;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-starts-within-week .u-calendar-event {
  border-top-left-radius: 5px;
  border-top-right-radius: unset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: unset;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-ends-within-week .u-calendar-event {
  border-top-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: unset;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.u-calendar-week-view .u-calendar-all-day-events .u-calendar-resize-handle.u-calendar-resize-handle-after-end {
  right: 0;
  left: unset;
}
.u-calendar-week-view .u-calendar-event,
.u-calendar-week-view .u-calendar-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-calendar-week-view .u-calendar-drag-active {
  pointer-events: none;
  z-index: 1;
}
.u-calendar-week-view .u-calendar-drag-active * {
  pointer-events: none;
}
.u-calendar-week-view .u-calendar-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-day-columns {
  display: flex;
  flex-grow: 1;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-day-column {
  position: relative;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-events-container {
  position: relative;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-event-container {
  position: absolute;
  z-index: 1;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-event {
  width: calc(100% - 10px);
  height: calc(100% - 2px);
  margin: 1px 5px;
  padding: 5px;
  line-height: 25px;
  overflow: hidden;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-event_no-padding {
  padding: 0;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-event_no-border {
  border: none;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-resize-handle.u-calendar-resize-handle-after-end {
  bottom: 0;
}
.u-calendar-week-view .u-calendar-hour-segment {
  position: relative;
}
.u-calendar-week-view .u-calendar-hour-segment::after {
  content: " ";
}
.u-calendar-week-view .u-calendar-event-container:not(.u-calendar-draggable) {
  cursor: pointer;
}
.u-calendar-week-view .u-calendar-draggable {
  cursor: move;
}
.u-calendar-week-view u-calendar-week-view-hour-segment,
.u-calendar-week-view .u-calendar-hour-segment {
  display: block;
}
.u-calendar-week-view .u-calendar-hour:not(:last-child) .u-calendar-hour-segment,
.u-calendar-week-view .u-calendar-hour:last-child :not(:last-child) .u-calendar-hour-segment {
  border-bottom: thin solid;
}
.u-calendar-week-view .u-calendar-time {
  width: 70px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
}
.u-calendar-week-view .u-calendar-hour-segment.u-calendar-after-hour-start .u-calendar-time {
  display: none;
}
.u-calendar-week-view .u-calendar-starts-within-day .u-calendar-event {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.u-calendar-week-view .u-calendar-ends-within-day .u-calendar-event {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.u-calendar-week-view {
  background-color: #fff;
  border-top: solid 1px #DDDDDD;
}
.u-calendar-week-view .u-calendar-day-headers {
  border-color: #DDDDDD;
  border-top: 0;
  border-bottom-width: 3px;
}
.u-calendar-week-view .u-calendar-day-headers .u-calendar-header {
  color: #4D4D4D;
  border-right-color: unset;
  border-left-color: #DDDDDD;
}
.u-calendar-week-view .u-calendar-day-headers .u-calendar-header__title {
  font-weight: 500;
}
.u-calendar-week-view .u-calendar-day-headers .u-calendar-header:hover,
.u-calendar-week-view .u-calendar-day-headers .u-calendar-drag-over {
  background-color: #ededed;
}
.u-calendar-week-view .u-calendar-day-column {
  border-left-color: #DDDDDD;
  border-right-color: unset;
}
.u-calendar-week-view .u-calendar-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.u-calendar-week-view .u-calendar-all-day-events {
  border-color: #DDDDDD;
}
.u-calendar-week-view .u-calendar-header.u-calendar-today {
  background-color: #e8fde7;
}
.u-calendar-week-view .u-calendar-header.u-calendar-weekend .u-calendar-header__title {
  color: #4D4D4D;
}
.u-calendar-week-view .u-calendar-time-events {
  border-color: #DDDDDD;
}
.u-calendar-week-view .u-calendar-time-events .u-calendar-day-columns:not(.u-calendar-resize-active) .u-calendar-hour-segment:hover {
  background-color: #ededed;
}
.u-calendar-week-view .u-calendar-hour-odd {
  background-color: #fafafa;
}
.u-calendar-week-view .u-calendar-drag-over .u-calendar-hour-segment {
  background-color: #ededed;
}
.u-calendar-week-view .u-calendar-hour:not(:last-child) .u-calendar-hour-segment,
.u-calendar-week-view .u-calendar-hour:last-child :not(:last-child) .u-calendar-hour-segment {
  border-bottom-color: #DDDDDD;
}
.u-calendar-week-view .u-calendar-current-time-marker {
  background-color: #ea4334;
}

.u-calendar-day-view u-calendar-week-view-header {
  display: none;
}
.u-calendar-day-view .u-calendar-events-container {
  margin-left: 70px;
  margin-right: unset;
}
.u-calendar-day-view .u-calendar-day-column {
  border-left: 0;
}
.u-calendar-day-view .u-calendar-current-time-marker {
  margin-left: 70px;
  margin-right: unset;
  width: calc(100% - 70px);
}

.u-calendar-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.u-calendar-tooltip_top {
  padding: 5px 0;
  margin-top: -3px;
}
.u-calendar-tooltip_top .u-calendar-tooltip__arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.u-calendar-tooltip_right {
  padding: 0 5px;
  margin-left: 3px;
}
.u-calendar-tooltip_right .u-calendar-tooltip__arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.u-calendar-tooltip_bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.u-calendar-tooltip_bottom .u-calendar-tooltip__arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.u-calendar-tooltip_left {
  padding: 0 5px;
  margin-left: -3px;
}
.u-calendar-tooltip_left .u-calendar-tooltip__arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.u-calendar-tooltip__inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.u-calendar-tooltip__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.u-calendar-tooltip_top .u-calendar-tooltip__arrow {
  border-top-color: #000;
}
.u-calendar-tooltip_right .u-calendar-tooltip__arrow {
  border-right-color: #000;
}
.u-calendar-tooltip_bottom .u-calendar-tooltip__arrow {
  border-bottom-color: #000;
}
.u-calendar-tooltip_left .u-calendar-tooltip__arrow {
  border-left-color: #000;
}
.u-calendar-tooltip__inner {
  color: #fff;
  background-color: #000;
}

.loader {
  display: inline-block;
}
.loader:before, .loader:after {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.loader_circle {
  transform-origin: center center;
  border: 2px solid #eee;
  border-right-color: var(--app-primary-color);
  border-top-color: var(--app-primary-color);
  border-bottom-color: var(--app-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: circle-loader 1s infinite linear;
}

@keyframes circle-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --app-primary-color: #A08AFF;
  --app-primary-font-family: "Rubik";
  --app-link-color: #0099cc;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 13px;
  text-align: initial;
  font-family: var(--app-primary-font-family), sans-serif;
}

.dropdown-menu {
  font-size: 13px;
}

.ngx-progressbar {
  direction: ltr;
}
.ngx-progressbar .ng-progress-bar {
  position: relative !important;
}

.u-input {
  height: 32px;
  padding: 0 15px;
  color: #93929B;
  outline: none;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #CCCCCC;
}
.u-input.u-input_invalid {
  border-color: red;
}
.u-input_arrow {
  background-position: 95%;
}

.u-popover {
  min-width: 160px;
  border-radius: 10px;
}
.u-popover .popover-body {
  padding: 10px;
  width: 100%;
}
.u-popover.u-popover_menu-icons .u-menu-icons-popover__item:hover {
  color: var(--app-primary-color);
}

.u-dropdown-menu {
  padding: 0;
  border-radius: 10px;
}
.u-dropdown-content_app-reservation {
  width: 250px;
  min-width: 250px;
}
@media (max-width: 767.98px) {
  .u-dropdown-content_app-reservation {
    width: 200px;
    min-width: 200px;
  }
}
.u-dropdown-content_app-reservation-add-edit {
  width: 286px;
}

@media (max-width: 639.98px) {
  .u-dropdown-content_app-reservation-add-edit {
    width: 100%;
  }
}
.u-input-date .u-input-date__actions input.u-input {
  text-align: start;
}
.u-input-date .u-input-date__icon {
  left: unset;
  right: 10px;
}

.u-modal_popup .u-confirm-popup__actions-btn_yes, .u-modal_popup .u-confirm-popup__actions-btn_close {
  border-color: #3d3d4a;
  color: #ffffff;
  background-color: #3d3d4a;
}
.u-modal_popup .u-confirm-popup__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.u-modal_app-auth-customer-switch {
  margin-top: 102px;
  max-width: max-content;
}
.u-modal_app-auth-customer-switch .modal-content {
  width: 418px;
  padding: 0;
}
.u-modal_app-side-modal {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  padding: 0;
}
.u-modal_app-side-modal .modal-content {
  border-radius: 0;
  padding: 0;
}
.u-modal_app-side-modal .general-card .general-card__header {
  padding: 30px 30px 20px 30px;
}
.u-modal_app-side-modal .general-card .general-card__title-text {
  font-size: 18px;
}
.u-modal_app-side-modal .general-card .general-card__body {
  padding: 15px 30px 0;
  overflow: auto;
}
.u-modal_app-side-modal .general-card .general-card__buttons {
  justify-content: space-between;
  align-items: center;
}
.u-modal_app-side-modal .general-card .general-card__buttons:has(> :nth-child(2)) {
  justify-content: space-between;
}
.u-modal_app-side-modal .general-card .general-card__buttons:has(> :only-child) {
  justify-content: flex-end;
}
.u-modal_app-side-modal .general-card .general-card__btn {
  width: 50%;
}
.u-modal_app-side-modal .general-card .general-card__btn:not(:last-of-type) {
  border: 2px solid #3D3D4A;
}

@media (max-width: 1279.98px) {
  .u-modal_app-auth-customer-switch .modal-content {
    margin: 0 auto;
  }
  .u-modal_app-side-modal {
    padding: 0;
  }
  .u-modal_app-side-modal .general-card .general-card__header {
    padding: 20px;
  }
  .u-modal_app-side-modal .general-card .general-card__body {
    padding: 0 20px;
  }
}
@media (max-width: 639.98px) {
  .u-modal_app-auth-customer-switch {
    padding: 10px;
  }
  .u-modal_app-auth-customer-switch .modal-content {
    width: 100%;
  }
  .u-modal_app-auth-customer-switch .general-card .general-card__buttons {
    box-shadow: none;
  }
  .u-modal_app-side-modal {
    width: 100%;
    height: calc(100% - 52px);
    margin: 52px 0 0;
  }
}
.u-address__autocomplete-icon {
  top: 8px !important;
}

.u-icon {
  background-size: 100% 100%;
}
.u-icon_app-add {
  width: 12px;
  height: 12px;
  background-image: url("/assets/images/common/add.svg");
}
.u-icon_app-add:hover {
  background-image: url("/assets/images/common/add-hover.svg");
}
.u-icon_app-trash {
  width: 14px;
  height: 15px;
  background-image: url("/assets/images/common/trash.svg");
}
.u-icon_app-trash:hover {
  background-image: url("/assets/images/common/trash-hover.svg");
}
.u-icon_app-drag {
  width: 14px;
  height: 15px;
  background-image: url("/assets/images/common/drag.svg");
}
.u-icon_app-drag:hover {
  background-image: url("/assets/images/common/drag-hover.svg");
}

.u-select-s_app-reservation-ride-add-edit-order-purpose .u-select-s__list {
  max-height: 280px;
}

.u-group_app-auth-customer-switch.u-group {
  margin-bottom: 20px;
}
.u-group_app-auth-customer-switch.u-group:last-child {
  margin-bottom: 0;
}
.u-group_app-auth-customer-switch.u-group .u-group__field {
  width: calc(100% - 85px);
}
.u-group_app-auth-customer-switch.u-group .u-group__info {
  min-width: 85px;
  max-width: 85px;
}
.u-group_app-reservation-add-edit.u-group .u-group__info {
  width: 35%;
}
.u-group_app-reservation-add-edit.u-group .u-group__field {
  width: 282px;
}
.u-group_app-reservation-add-edit.u-group .u-group__name {
  font-weight: 500;
}

@media (max-width: 639.98px) {
  .u-group_app-auth-customer-switch.u-group .u-group__field {
    width: 100%;
  }
  .u-group_app-reservation-add-edit.u-group .u-group__info {
    width: 100%;
  }
  .u-group_app-reservation-add-edit.u-group .u-group__field {
    width: 100%;
  }
}
.u-checkbox_app-round-checkbox.u-checkbox .u-checkbox__checkmark {
  border-radius: 2px;
}
.u-checkbox_app-header-shifts.u-checkbox .u-checkbox__el:checked ~ .u-checkbox__checkmark {
  background-color: #00BC97;
  border-color: #00BC97;
}
.u-checkbox_app-header-rides.u-checkbox .u-checkbox__el:checked ~ .u-checkbox__checkmark {
  background-color: #000000;
  border-color: #000000;
}

.u-input-date-range_app-week-switch .u-input-date-range__pick-wrapper {
  justify-content: center;
  margin-top: 1px;
}

@media (max-width: 639.98px) {
  .u-input-date-range_app-week-switch .u-input-date-range__pick {
    font-size: 13px;
  }
}
.u-calendar-week-view_app-reservation-calendar .u-calendar-week-view {
  border-top: none;
}
.u-calendar-week-view_app-reservation-calendar .u-calendar-time {
  color: #666666;
}
.u-calendar-week-view_app-reservation-calendar .u-calendar-time-events {
  border: none;
}
.u-calendar-week-view_app-reservation-calendar .u-calendar-day-headers {
  border-left: none;
  border-right: none;
}

[dir=rtl] {
  direction: rtl;
  /*
    Font weight types

    100 - thin (hairline)
    200 - extra light (ultra light)
    300 - light
    400 - normal
    500 - medium
    600 - semi bold (demi bold)
    700 - bold
    800 - extra bold (ultra bold)
    900 - black (heavy)
  */
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Light.ttf"), url("/assets/fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-LightItalic.ttf"), url("/assets/fonts/Rubik/Rubik-LightItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Regular.ttf"), url("/assets/fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Italic.ttf"), url("/assets/fonts/Rubik/Rubik-Italic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Medium.ttf"), url("/assets/fonts/Rubik/Rubik-Medium.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-MediumItalic.ttf"), url("/assets/fonts/Rubik/Rubik-MediumItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-Bold.ttf"), url("/assets/fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/Rubik/Rubik-BoldItalic.ttf"), url("/assets/fonts/Rubik/Rubik-BoldItalic.woff2") format("woff2"), url("/assets/fonts/Rubik/Rubik-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
[dir=rtl] .u-button {
  color: #0099cc;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 13px;
}
[dir=rtl] .u-button:hover {
  text-decoration: none;
  color: #0099cc;
}
[dir=rtl] .u-button:focus {
  outline: none;
}
[dir=rtl] .u-button_disabled {
  opacity: 0.5;
  pointer-events: none;
  color: #93929B;
}
[dir=rtl] .u-button_with-plus::before {
  content: "+";
  margin-left: 5px;
  margin-right: unset;
}
[dir=rtl] .u-button_flat {
  padding: 4px 10px;
  border-radius: 10px;
  background: #d7e6eb;
}
[dir=rtl] .u-button_flat.u-button_disabled {
  color: #93929B;
  background: #F0F0F0;
}
[dir=rtl] .u-button_primary {
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #3D3D4A;
}
[dir=rtl] .u-button_primary:hover {
  color: #fff;
}
[dir=rtl] .u-button_light {
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 30px;
  background: #fff;
  color: #3D3D4A;
}
[dir=rtl] .u-button_light:hover {
  color: #3D3D4A;
}
[dir=rtl] .u-button_size-small {
  font-size: 12px;
}
[dir=rtl] .u-button_size-large {
  font-size: 16px;
}
[dir=rtl] .u-font-weight-light {
  font-weight: 300;
}
[dir=rtl] .u-font-weight-normal {
  font-weight: 400;
}
[dir=rtl] .u-font-weight-medium {
  font-weight: 500;
}
[dir=rtl] .u-font-weight-bold {
  font-weight: 700;
}
[dir=rtl] .u-input {
  width: 100%;
  height: 26px;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  outline: none;
  color: #6B6B79;
  padding: 0 13px;
  appearance: none;
  background-color: transparent;
}
[dir=rtl] .u-input::placeholder {
  color: #93929B;
  opacity: 1;
}
[dir=rtl] .u-input_border-none {
  border: none;
}
[dir=rtl] .u-input_thin {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 5px 0;
}
[dir=rtl] .u-input_underline {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  cursor: pointer;
  height: 26px;
}
[dir=rtl] .u-input_underline:hover, [dir=rtl] .u-input_underline:focus {
  border: 1px solid #CCCCCC;
  border-radius: 7px;
}
[dir=rtl] .u-input_time {
  height: 28px;
  font-size: 11px;
  font-family: inherit;
  text-align: center;
}
[dir=rtl] .u-input_text-center {
  text-align: center;
}
[dir=rtl] .u-input_cursor-pointer {
  cursor: pointer;
}
[dir=rtl] .u-input_arrow {
  padding-left: 22px;
  padding-right: 13px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2Ljg4IDMuNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NjY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zZWxlY3QtYXJyb3c8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJBY2NvbXBhbnkiPjxnIGlkPSJhZGQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg2Ljg4TDMuNDQsMy41WiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 9px 10px;
}
[dir=rtl] .u-input_no-arrow {
  background-image: none;
}
[dir=rtl] .u-input_no-arrow-hover {
  background-image: none;
}
[dir=rtl] .u-input_no-arrow-hover:hover, [dir=rtl] .u-input_no-arrow-hover:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2Ljg4IDMuNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NjY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zZWxlY3QtYXJyb3c8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJBY2NvbXBhbnkiPjxnIGlkPSJhZGQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg2Ljg4TDMuNDQsMy41WiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
[dir=rtl] .u-input_placeholder-black::placeholder {
  color: #000;
}
[dir=rtl] .u-input_invalid {
  border-color: #FF1D25;
}
[dir=rtl] .u-input_text-grey {
  color: #93929B;
}
[dir=rtl] .u-input[disabled] {
  background-color: #E7EAED;
}
[dir=rtl] .u-input_no-border {
  border: none;
}
[dir=rtl] .u-input_no-border[disabled] {
  background-color: inherit;
}
[dir=rtl] .dropdown-toggle::before, [dir=rtl] .dropdown-toggle::after {
  display: none !important;
}
[dir=rtl] .dropdown-toggle_disabled {
  pointer-events: none;
  background-color: #e7eaed;
}
[dir=rtl] .u-dropdown_dropup .u-dropdown-menu {
  margin: -9px 0 0 0;
}
[dir=rtl] .u-dropdown-menu {
  position: absolute;
  z-index: 100;
  border: 0;
  min-width: 100%;
  margin: 0 !important;
  padding: 0;
  background: none;
  box-shadow: none;
  bottom: auto;
}
[dir=rtl] .u-dropdown-menu_show {
  display: block;
}
[dir=rtl] .u-dropdown-menu_width-auto {
  min-width: auto;
}
[dir=rtl] .u-dropdown-menu_range-body {
  width: 252px;
  min-width: auto;
}
[dir=rtl] .u-dropdown-content {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  padding: 9px;
  border-radius: 10px;
  background: #fff;
  margin: 9px 0;
}
[dir=rtl] .u-dropdown-content_bg-white {
  min-width: 425px;
  background: #ffffff;
}
[dir=rtl] .u-dropdown-content_extra {
  padding: 13px;
}
[dir=rtl] .u-dropdown-content_no-padding {
  padding: 0;
}
[dir=rtl] .u-dropdown-content_no-margin {
  margin: 0;
}
[dir=rtl] .u-dropdown-content_smw {
  min-width: 170px;
}
[dir=rtl] .u-dropdown-content_mmw {
  min-width: 212px;
}
[dir=rtl] .u-dropdown-content_lmw {
  min-width: 255px;
}
[dir=rtl] .u-dropdown-content_full-width {
  width: 100%;
}
[dir=rtl] .u-dropdown-content_u-date-range-presets {
  margin: -4px 0 0 0;
}
[dir=rtl] .u-dropdown-content_u-input-cities {
  min-width: 220px;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-dropdown-menu_range-body {
    width: 290px;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-dropdown-content_u-search-filters-drawer {
    width: calc(100vw - 32px);
  }
}
[dir=rtl] .u-modal_no-content .modal-content {
  padding: 0;
}
[dir=rtl] .u-modal .modal-content {
  border: 0;
  height: 100%;
  max-width: 100%;
  padding: 7px 34px;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
[dir=rtl] .u-modal_popup-confirm .modal-content, [dir=rtl] .u-modal_popup-error .modal-content {
  padding: 0;
}
[dir=rtl] .u-modal__main {
  height: 100%;
}
[dir=rtl] .u-modal_content {
  width: auto;
  max-width: 100%;
  margin-top: 102px;
  margin-bottom: auto;
  min-height: 200px;
  height: calc(100% - 124px);
  margin-right: 183px;
  margin-left: 17px;
}
[dir=rtl] .u-modal_content-hide-menu {
  margin-right: 64px;
}
[dir=rtl] .u-modal_content .tab-content {
  height: calc(100% - 177px);
  overflow-y: auto;
}
[dir=rtl] .u-modal_content .tab-pane {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
}
[dir=rtl] .u-modal_two-column .tab-pane {
  width: calc(100% - 153px);
}
[dir=rtl] .u-modal__body {
  height: 100%;
}
[dir=rtl] .u-modal__close {
  position: absolute;
  top: 24px;
  right: auto;
  left: 34px;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMTguODI4IiB2aWV3Qm94PSIwIDAgMTguODI4IDE4LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzRkNGQ0ZDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTYiIHkyPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTYiIHkyPSIxNiIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
[dir=rtl] .u-modal__actions {
  box-shadow: 0 -9px 5px -5px rgba(51, 51, 51, 0.1411764706);
  padding: 21px;
  text-align: left;
}
[dir=rtl] .u-modal_popup {
  width: 22%;
  margin-top: 128px;
}
[dir=rtl] .u-modal_popup .modal-content {
  margin: 0 auto;
  max-width: 330px;
}
[dir=rtl] .u-modal_popup-error {
  width: 22%;
  margin-top: 128px;
}
[dir=rtl] .u-modal_popup-confirm {
  width: 22%;
}
[dir=rtl] .u-modal_popup-confirm .u-confirm-popup__actions {
  width: 100%;
}
[dir=rtl] .u-modal_popup-confirm .u-confirm-popup__main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
[dir=rtl] .u-modal_popup-confirm .u-confirm-popup__actions {
  width: 100%;
}
[dir=rtl] .u-modal_popup-confirm .u-confirm-popup__actions-btn {
  font-style: normal;
  font-size: 14px;
  margin-top: -9px;
}
[dir=rtl] .u-modal_side-modal.u-modal {
  margin: 0;
  width: 455px;
  height: 100%;
}
[dir=rtl] .u-modal_side-modal.u-modal .modal-dialog {
  height: 100%;
  width: 455px;
  margin: auto;
  position: fixed;
  max-width: none;
  right: unset;
  left: -455px;
  transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
}
[dir=rtl] .u-modal_side-modal.u-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  padding: 7px 26px;
}
[dir=rtl] .u-modal_side-modal.u-modal .modal-body {
  padding: 13px 13px 68px;
}
[dir=rtl] .u-modal_side-modal.u-modal.show .modal-dialog {
  left: 0;
  right: unset;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-modal {
    padding: 10px;
  }
  [dir=rtl] .u-modal_popup {
    width: calc(100% - 1rem);
  }
  [dir=rtl] .u-modal_popup-confirm {
    width: calc(100% - 1rem);
  }
  [dir=rtl] .u-modal.u-modal_popup-error {
    width: calc(100% - 31px);
  }
  [dir=rtl] .u-modal.u-modal_popup-error .modal-content {
    padding: 0;
  }
  [dir=rtl] .u-modal_content {
    margin-top: 58px;
    height: calc(100% - 58px);
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .u-modal_content .tab-content {
    height: calc(100% - 166px);
  }
  [dir=rtl] .u-modal_content-hide-menu {
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .u-modal .modal-content {
    padding: 5px 15px;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-modal {
    padding: 0;
  }
  [dir=rtl] .u-modal_content .tab-content {
    height: calc(100% - 147px);
  }
  [dir=rtl] .u-modal_content .modal-content {
    padding-left: 0;
    padding-right: 15px;
    border-radius: 0;
  }
  [dir=rtl] .u-modal_content .tab-pane {
    padding-left: 15px;
    padding-right: 0;
  }
  [dir=rtl] .u-modal.modal-dialog {
    max-width: unset;
  }
}
[dir=rtl] .u-tab-title {
  position: absolute;
  top: 41px;
  right: 34px;
  left: auto;
}
[dir=rtl] .u-tab-title__text {
  font-family: inherit;
  font-size: 19px;
  color: #3d3d4a;
  font-weight: normal;
}
[dir=rtl] .u-tabset-pills .nav-pills .nav-link {
  background: none;
}
[dir=rtl] .u-tabset-pills_no-pills .nav-pills {
  padding: 0;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_modal .nav-pills .nav-item {
  margin-left: 0;
  margin-right: 30px;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills {
  padding: 13px 0;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills .nav-item {
  margin: 0;
  font-weight: bold;
  padding: 0 13px;
  border-left: 1px solid #CCCCCC;
  border-right: 0;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link.active, [dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills .show > .nav-link {
  color: #0099CC;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link {
  padding: 0;
  font-size: 13px;
  color: #666666;
}
[dir=rtl] .u-tabset-pills.u-tabset-pills_light .nav-pills .nav-link:hover {
  color: #0099CC;
}
[dir=rtl] .u-tabset-pills .nav-pills {
  height: 69px;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #CCCCCC;
}
[dir=rtl] .u-tabset-pills .nav-pills .nav-item {
  display: flex;
  padding-bottom: 7px;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 21px;
}
[dir=rtl] .u-tabset-pills .nav-pills li.active {
  background: none;
}
[dir=rtl] .u-tabset-pills .nav-pills li.active a:hover {
  background: none;
}
[dir=rtl] .u-tabset-pills .nav-pills li.active a:focus {
  background: none;
}
[dir=rtl] .u-tabset-pills .nav-pills li:active {
  background: none;
}
[dir=rtl] .u-tabset-pills .nav-pills .nav-link {
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  color: #3d3d4a;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
}
[dir=rtl] .u-tabset-pills .nav-pills .nav-link:hover {
  color: #fcb83f;
}
[dir=rtl] .u-tabset-pills .nav-pills .nav-link.active,
[dir=rtl] .u-tabset-pills .nav-pills .show > .nav-link {
  color: #fcb83f;
}
[dir=rtl] .u-tabset-pills .tab-content {
  margin: 34px 0 7px;
  padding: 0;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-tabset-pills .nav-pills {
    max-width: calc(100% - 16px);
    overflow-y: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 74px;
  }
  [dir=rtl] .u-tabset-pills .nav-pills .nav-item:first-child {
    margin-right: 0 !important;
    margin-left: 0;
  }
  [dir=rtl] .u-tabset-pills .tab-content {
    margin: 16px 0 7px;
    padding: 0;
  }
  [dir=rtl] .u-tabset-pills_no-pills .nav-pills {
    height: 46px;
  }
  [dir=rtl] .u-tabset-pills_no-pills .tab-content {
    height: calc(100% - 137px);
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-tabset-pills_no-pills .tab-content {
    height: calc(100% - 120px);
  }
}
[dir=rtl] .u-btn-m {
  width: 150px;
  height: 34px;
  border: 2px solid #3D3D4A;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  background: #3D3D4A;
  outline: none;
  cursor: pointer;
}
[dir=rtl] .u-btn-m_disabled {
  opacity: 0.5;
  pointer-events: none;
}
[dir=rtl] .u-btn-m:focus {
  outline: none;
}
[dir=rtl] .u-btn-m_clear {
  background: #fff;
  color: #3D3D4A;
}
[dir=rtl] .u-btn-s {
  color: #0099cc;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
[dir=rtl] .u-btn-s_with-plus::before {
  content: "+";
  margin-left: 5px;
  margin-right: unset;
}
[dir=rtl] .u-btn-s_black {
  color: #000;
}
[dir=rtl] .u-btn-s_medium {
  font-weight: 500;
}
[dir=rtl] .u-btn-s_bold {
  font-weight: bold;
}
[dir=rtl] .u-btn-s_sm {
  font-size: 13px;
}
[dir=rtl] .u-btn-s_flat {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  background: #d7e6eb;
}
[dir=rtl] .u-btn-s_flat.u-btn-s_disabled {
  color: #93929B;
  background: #F0F0F0;
}
[dir=rtl] .u-textarea {
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  outline: none;
  padding: 5px 13px;
  min-height: 85px;
  color: #6B6B79;
  resize: none;
  appearance: none;
  background-color: transparent;
}
[dir=rtl] .u-textarea::placeholder {
  color: #93929B;
  opacity: 1;
}
[dir=rtl] .u-textarea_placeholder-black::placeholder {
  color: #000;
}
[dir=rtl] .u-textarea_invalid {
  border-color: #FF1D25;
}
[dir=rtl] .u-textarea[disabled] {
  background-color: #E7EAED;
}
[dir=rtl] .u-text-line {
  margin: 0 0 27px 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
  color: #3d3d4a;
  font-family: inherit;
  font-size: 16px;
}
[dir=rtl] .u-text-line_two {
  margin: 26px 0;
}
[dir=rtl] .u-text-line_border-off {
  padding-bottom: 0;
  margin-bottom: 36px;
  border-bottom: none;
}
[dir=rtl] .u-popover {
  background: #fff;
  border: 0;
  box-shadow: 0 0 3px 0 #ccc;
  font-family: inherit;
  font-size: inherit;
}
[dir=rtl] .u-popover .popover-body {
  padding: 9px;
}
[dir=rtl] .u-popover.bs-popover-top .arrow::before, [dir=rtl] .u-popover.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgb(236, 236, 236);
}
[dir=rtl] .u-popover.bs-popover-right .arrow::before, [dir=rtl] .u-popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgb(236, 236, 236);
}
[dir=rtl] .u-popover.bs-popover-bottom .arrow::before, [dir=rtl] .u-popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgb(236, 236, 236);
}
[dir=rtl] .u-popover.bs-popover-left .arrow::before, [dir=rtl] .u-popover.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgb(236, 236, 236);
}
[dir=rtl] .u-popover_rounded {
  border-radius: 13px;
}
[dir=rtl] .u-popover_rounded.popover .arrow {
  margin: 0;
}
[dir=rtl] .u-popover_rounded.bs-popover-top .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgb(237, 237, 237);
}
[dir=rtl] .u-popover_rounded.bs-popover-right .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgb(237, 237, 237);
}
[dir=rtl] .u-popover_rounded.bs-popover-bottom .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgb(237, 237, 237);
}
[dir=rtl] .u-popover_rounded.bs-popover-left .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgb(237, 237, 237);
}
[dir=rtl] .u-popover_rounded.bs-popover-top, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-top .arrow, [dir=rtl] .u-popover_rounded.bs-popover-bottom .arrow {
  margin-left: -0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-top .arrow, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.8rem + 1px) * -1);
}
[dir=rtl] .u-popover_rounded.bs-popover-top .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-top .arrow::after, [dir=rtl] .u-popover_rounded.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.8rem 0.8rem 0;
}
[dir=rtl] .u-popover_rounded.bs-popover-right, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-right .arrow, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  margin: 0.3rem 0;
}
[dir=rtl] .u-popover_rounded.bs-popover-right .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-right .arrow::after, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.8rem 0.8rem 0.8rem 0;
}
[dir=rtl] .u-popover_rounded.bs-popover-bottom, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-bottom .arrow, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.8rem + 1px) * -1);
}
[dir=rtl] .u-popover_rounded.bs-popover-bottom .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-bottom .arrow::after, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.8rem 0.8rem 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-bottom .popover-header::before, [dir=rtl] .u-popover_rounded.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  margin-left: -0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-left, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-left .arrow, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
}
[dir=rtl] .u-popover_rounded.bs-popover-left .arrow::before, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::before, [dir=rtl] .u-popover_rounded.bs-popover-left .arrow::after, [dir=rtl] .u-popover_rounded .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.8rem 0 0.8rem 0.8rem;
}
[dir=rtl] .u-popover_three-dots-popover {
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px 0;
}
[dir=rtl] .u-popover_three-dots-popover .popover-body {
  padding: 9px;
}
[dir=rtl] .u-popover_three-dots-popover .popover-body:empty {
  display: none;
}
[dir=rtl] .u-popover_three-dots-popover .arrow {
  display: none;
}
[dir=rtl] .u-popover_grid-filter {
  margin-top: 4px;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 7px 1px #CDCDCD;
}
[dir=rtl] .u-popover_grid-filter.u-popover .popover-body {
  padding: 5px 13px;
}
[dir=rtl] .u-popover_grid-filter .arrow {
  display: none;
}
[dir=rtl] .u-popover_u-sidebar-menu.u-popover {
  margin: 0 0.4rem;
  width: max-content;
  top: -9px !important;
}
[dir=rtl] .u-popover_u-sidebar-menu.u-popover .popover-body {
  color: #fff;
  font-size: 10px;
  text-align: start;
  border-radius: 6px;
  font-family: inherit;
  padding: 0.12rem 0.75rem;
  background-color: #3D3D4A;
}
[dir=rtl] .u-popover_u-sidebar-menu.u-popover .arrow {
  transform: rotate(180deg);
}
[dir=rtl] .u-popover_u-sidebar-menu.u-popover .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
[dir=rtl] .u-popover_u-sidebar-menu.u-popover .arrow:after {
  border-right-color: #3D3D4A;
  left: 7.5px;
  right: unset;
  border-width: 0.25rem 0.3rem 0.25rem 0;
}
[dir=rtl] .u-popover_u-sidebar-menu-header.u-popover {
  width: 133px;
  left: -5px !important;
}
[dir=rtl] .u-popover_u-sidebar-menu-header.u-popover .arrow {
  display: none;
}
@media (min-width: 1280px) {
  [dir=rtl] .u-popover_u-sidebar-menu-header_collapsed.u-popover {
    left: -68px !important;
  }
}
[dir=rtl] .u-popover_search-filter_expanded {
  right: 102px !important;
}
[dir=rtl] .u-popover_search-filter.u-popover {
  min-width: 315px;
  min-height: 85px;
  width: max-content;
  top: 5px !important;
  right: 28px !important;
  left: unset !important;
}
[dir=rtl] .u-popover_search-filter.u-popover .popover-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
[dir=rtl] .u-popover_menu-icons.u-popover {
  min-width: 149px;
  margin-top: 9px;
  background-color: #3D3D4A;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
  border: none;
}
[dir=rtl] .u-popover_menu-icons.u-popover .arrow:after {
  border-top-color: #3D3D4A;
  border-bottom-color: #3D3D4A;
}
[dir=rtl] .u-popover_menu-icons.u-popover .popover-body {
  color: #fff;
  padding: 10px 13px;
}
[dir=rtl] .u-list {
  width: 136px;
  max-height: 170px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
[dir=rtl] .u-list_blue .u-list__item {
  color: #29ABE6;
}
[dir=rtl] .u-list__item {
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
}
[dir=rtl] .u-list__item:hover {
  background-color: #e7ebee;
}
[dir=rtl] .u-list_three-dots-popover {
  font-size: 12px;
  text-align: right;
}
[dir=rtl] .u-list_three-dots-popover .u-list__item {
  text-align: right;
}
[dir=rtl] .u-split-area-layout {
  box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff !important;
}
[dir=rtl] .u-icon {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
[dir=rtl] .u-icon_inline-block {
  display: inline-block;
}
[dir=rtl] .u-icon_pointer {
  cursor: pointer;
}
[dir=rtl] .u-icon_three-dots-popover {
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4xIDE1LjE3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZvbnQtc2l6ZToxMXB4O2ZpbGw6IzY2NjtzdHJva2U6IzAwOThjZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtmb250LWZhbWlseTpIZWViby1SZWd1bGFyLCBIZWVibzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSAzPC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0ic3lzIj48ZyBpZD0ic3RhdGlvbnMiPjxnIGlkPSJsaXN0Ij48dGV4dCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuOTEgMTQuNjcpIHJvdGF0ZSgtOTApIj4uIC4gLjwvdGV4dD48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: -5px;
  background-size: 14px;
}
[dir=rtl] .u-icon_disabled {
  pointer-events: none;
  opacity: 0.5;
}
[dir=rtl] .u-select-s_u-date-range-presets {
  width: 106px;
  border: none;
  display: inline-block;
  position: absolute !important;
  left: 0;
  right: auto;
  z-index: 1;
  margin-top: -5px;
}
[dir=rtl] .u-select-s_u-date-range-presets .u-input {
  border: none;
  color: #93929B;
  font-family: inherit;
  font-size: 12px;
  text-align: left;
}
[dir=rtl] .u-tooltip_u-sidebar-menu.tooltip {
  top: 3px;
  opacity: 1;
  left: 10px;
}
[dir=rtl] .u-tooltip_u-sidebar-menu.tooltip .tooltip-inner {
  font-size: 10px;
  border-radius: 6px;
  width: max-content;
  font-family: inherit;
  max-width: max-content;
  padding: 0.12rem 0.75rem;
  background-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_u-sidebar-menu.tooltip .arrow {
  top: 3px;
  transform: rotate(180deg);
}
[dir=rtl] .u-tooltip_u-sidebar-menu.tooltip .arrow:before {
  border-right-color: #3D3D4A;
  left: 2px;
  right: unset;
  border-width: 0.25rem 0.3rem 0.25rem 0;
}
[dir=rtl] .u-tooltip_chips-s.tooltip {
  opacity: 1;
  top: -3px !important;
}
[dir=rtl] .u-tooltip_chips-s.tooltip .tooltip-inner {
  padding: 6px 9px;
  font-size: 10px;
  max-width: 216px;
  border-radius: 6px;
  width: max-content;
  font-family: inherit;
  background-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_chips-s.tooltip .arrow:before {
  border-top-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_date-picker-day-indicator.tooltip {
  opacity: 1;
}
[dir=rtl] .u-tooltip_date-picker-day-indicator.tooltip .tooltip-inner {
  background-color: #3D3D4A;
  padding: 5px 16px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  font-size: 10px;
  white-space: nowrap;
}
[dir=rtl] .u-tooltip_date-picker-day-indicator.tooltip .arrow:before {
  border-top-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_general-dark.u-tooltip.show {
  opacity: 1;
  margin-bottom: 5px;
}
[dir=rtl] .u-tooltip_general .tooltip-inner {
  background: #3D3D4A;
  padding: 10px 14px;
  text-align: right;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1607843137);
}
[dir=rtl] .u-tooltip_general.u-tooltip .arrow {
  width: 16px;
  height: 8px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-top, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=top] {
  padding: 8px 0;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-top .arrow::before, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-width: 8px 8px 0;
  border-top-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-right, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=right] {
  padding: 0 8px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-right .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=right] .arrow {
  width: 8px;
  height: 16px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-right .arrow::before, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 8px 8px 8px 0;
  border-right-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-bottom, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=bottom] {
  padding: 8px 0;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-bottom .arrow::before, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-width: 0 8px 8px;
  border-bottom-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=left] {
  padding: 0 8px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=left] .arrow {
  width: 8px;
  height: 16px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left .arrow::before, [dir=rtl] .u-tooltip_general.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 8px 0 8px 8px;
  border-left-color: #3D3D4A;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-top .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-bottom .arrow {
  left: calc(50% - 8px);
}
[dir=rtl] .u-tooltip_general.bs-tooltip-top-left .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-bottom-left .arrow {
  left: 1em;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-top-right .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-bottom-right .arrow {
  left: auto;
  right: 16px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-right .arrow {
  top: calc(50% - 8px);
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left-top .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-right-top .arrow {
  top: 9px;
}
[dir=rtl] .u-tooltip_general.bs-tooltip-left-bottom .arrow, [dir=rtl] .u-tooltip_general.bs-tooltip-right-bottom .arrow {
  top: auto;
  bottom: 9px;
}
[dir=rtl] .u-tooltip_menu-icons.tooltip {
  margin-top: 5px;
}
[dir=rtl] .u-tooltip_menu-icons.tooltip.show {
  opacity: 1;
}
[dir=rtl] .u-tooltip_menu-icons.tooltip .tooltip-inner {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1411764706);
  color: #3D3D4A;
  border-radius: 10px;
  padding: 1px 7px;
}
[dir=rtl] .u-tooltip_menu-icons.tooltip .arrow:before {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
[dir=rtl] .u-date-picker-day-indicator-wrapper {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
[dir=rtl] .u-date-picker-day-indicator-wrapper .u-date-picker-day-indicator:not(:nth-child(1)) {
  margin-top: 3px;
}
[dir=rtl] .u-sidebar-menu {
  height: 100%;
}
[dir=rtl] .u-sidebar-menu.u-sidebar-menu_collapsed {
  width: 43px;
}
[dir=rtl] .u-sidebar-menu__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
[dir=rtl] .u-sidebar-menu__item-children-popover {
  display: flex;
  flex-direction: column;
}
[dir=rtl] .u-sidebar-menu__item-children-popover-child {
  padding: 5px 0;
  cursor: pointer;
}
[dir=rtl] .u-sidebar-menu__item-children-popover-child:hover, [dir=rtl] .u-sidebar-menu__item-children-popover-child_active {
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-header {
  height: 55px;
  padding: 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
[dir=rtl] .u-sidebar-menu-header__data {
  display: flex;
  color: #3D3D4A;
  flex-direction: column;
  width: calc(100% - 26px);
}
[dir=rtl] .u-sidebar-menu-header__data-customer {
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 9px);
}
[dir=rtl] .u-sidebar-menu-header__data-user {
  font-size: 10px;
  overflow: hidden;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 9px);
}
[dir=rtl] .u-sidebar-menu-header__logo:not(:only-child) {
  margin-right: unset;
  margin-left: 5px;
}
[dir=rtl] .u-sidebar-menu-header-popover {
  padding: 8px 0;
  text-align: right;
}
[dir=rtl] .u-sidebar-menu-header-popover > * {
  font-size: 12px;
}
[dir=rtl] .u-sidebar-menu-header-popover > *:not(:last-child) {
  margin-bottom: 9px;
}
[dir=rtl] .u-sidebar-menu-header-popover__item {
  cursor: pointer;
}
[dir=rtl] .u-sidebar-menu-header-popover__item:hover {
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-header-popover__language {
  display: flex;
  justify-content: space-between;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-items {
  display: flex;
  flex-direction: row;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item {
  color: #93929B;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item:not(:last-child) {
  border-right: unset;
  border-left: 1.2px solid #93929b;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item:first-child {
  padding-left: 5px;
  padding-right: unset;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item:last-child {
  padding-right: 5px;
  padding-left: unset;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item:not(:first-child):not(:last-child) {
  padding: 0 5px;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item:hover, [dir=rtl] .u-sidebar-menu-header-popover__language-item_active {
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-header-popover__language-item_active {
  cursor: default;
  pointer-events: none;
}
[dir=rtl] .u-sidebar-menu-main {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 55px);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[dir=rtl] .u-sidebar-menu-main::-webkit-scrollbar-thumb {
  background: #93929B;
}
[dir=rtl] .u-sidebar-menu-main::-webkit-scrollbar {
  width: 4px;
}
[dir=rtl] .u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle {
  right: 32px;
  left: unset;
}
[dir=rtl] .u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle-arrow {
  transform: scaleX(1);
}
[dir=rtl] .u-sidebar-menu-collapsed-toggle {
  z-index: 10;
  width: 21px;
  height: 21px;
  bottom: 35px;
  display: flex;
  cursor: pointer;
  position: absolute;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: white;
  right: 153px;
  left: unset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
[dir=rtl] .u-sidebar-menu-collapsed-toggle-arrow {
  width: 7px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjQxNCIgaGVpZ2h0PSIxMC44MjgiIHZpZXdCb3g9IjAgMCA2LjQxNCAxMC44MjgiPg0KICA8ZyBpZD0iR3JvdXBfMTQwOTQiIGRhdGEtbmFtZT0iR3JvdXAgMTQwOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMS40MTQpIj4NCiAgICA8cGF0aCBpZD0ic2lkZV9hcnJvdyIgZGF0YS1uYW1lPSJzaWRlIGFycm93IiBkPSJNNCw4LDAsMy45Nyw0LDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkM2Q0YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
}
[dir=rtl] .u-sidebar-menu-top {
  flex: 3;
  padding: 0;
  width: 163px;
}
[dir=rtl] .u-sidebar-menu-top_collapsed {
  width: 43px;
}
[dir=rtl] .u-sidebar-menu-top_collapsed .u-sidebar-menu-top__item-link-parent_active {
  border-radius: 10px;
  background-color: #F0F0F0;
}
[dir=rtl] .u-sidebar-menu-top__item {
  direction: rtl;
  font-family: inherit;
  font-size: inherit;
  color: #ffffff;
  cursor: pointer;
}
[dir=rtl] .u-sidebar-menu-top__item-link {
  font-family: inherit;
  font-size: 13px;
  color: #3d3d4a;
  text-decoration: none;
  width: auto;
  display: flex;
  text-align: right;
  position: relative;
  align-items: center;
  height: 28px;
  margin: 0 3px 12px 3px;
  padding-right: 10px;
  padding-left: unset;
}
[dir=rtl] .u-sidebar-menu-top__item-link:first-child {
  margin-top: 0;
}
[dir=rtl] .u-sidebar-menu-top__item-link_active {
  border-radius: 10px;
  background-color: #F0F0F0;
}
[dir=rtl] .u-sidebar-menu-top__item-link:hover .u-sidebar-menu-top__item-text, [dir=rtl] .u-sidebar-menu-top__item-link_active .u-sidebar-menu-top__item-text, [dir=rtl] .u-sidebar-menu-top__item-link-parent_active .u-sidebar-menu-top__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-top__item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  min-width: 17px;
}
[dir=rtl] .u-sidebar-menu-top__item-icon-img {
  width: 100%;
  vertical-align: middle;
}
[dir=rtl] .u-sidebar-menu-top__item-text {
  display: inline-block;
  vertical-align: middle;
  color: #93929B;
  font-family: inherit;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  padding-left: unset;
}
[dir=rtl] .u-sidebar-menu-top__item-arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjY5NyIgaGVpZ2h0PSI1LjQ0OCIgdmlld0JveD0iMCAwIDkuNjk3IDUuNDQ4Ij4NCiAgPHBhdGggaWQ9ImRvd25fYXJyb3ciIGRhdGEtbmFtZT0iZG93biBhcnJvdyIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNCw0LDQtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODYuMzc3IC0xMTguMzU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS4yIi8+DQo8L3N2Zz4NCg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: 700;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: unset;
}
[dir=rtl] .u-sidebar-menu-top__item-arrow_active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjY5NyIgaGVpZ2h0PSI1LjQ0OCIgdmlld0JveD0iMCAwIDkuNjk3IDUuNDQ4Ij4NCiAgPHBhdGggaWQ9ImRvd25fYXJyb3ciIGRhdGEtbmFtZT0iZG93biBhcnJvdyIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNCw0LDQtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODYuMzc3IC0xMTguMzU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2QzZDRhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4NCjwvc3ZnPg0K");
}
[dir=rtl] .u-sidebar-menu-top__item-arrow_rotate {
  margin-bottom: 9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
[dir=rtl] .u-sidebar-menu-bottom {
  flex: 1;
  display: flex;
  direction: rtl;
  flex-direction: column;
  justify-content: flex-end;
  width: 163px;
}
[dir=rtl] .u-sidebar-menu-bottom_collapsed {
  width: 43px;
}
[dir=rtl] .u-sidebar-menu-bottom:not(.u-sidebar-menu-bottom_sticky):before {
  right: 7px;
  left: unset;
  content: "";
  height: 1px;
  bottom: 9px;
  display: block;
  position: relative;
  width: calc(100% - 17px);
  background-color: #F0F0F0;
}
[dir=rtl] .u-sidebar-menu-bottom__item {
  height: 28px;
  display: flex;
  color: #93929B;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  margin: 0 3px 12px 3px;
  font-family: inherit;
  justify-content: flex-start;
  padding-right: 10px;
  padding-left: unset;
}
[dir=rtl] .u-sidebar-menu-bottom__item:hover .u-sidebar-menu-bottom__item-text, [dir=rtl] .u-sidebar-menu-bottom__item_active .u-sidebar-menu-bottom__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-bottom__item-icon {
  width: 17px;
  min-width: 17px;
}
[dir=rtl] .u-sidebar-menu-bottom__item-icon > * {
  width: 100%;
  vertical-align: middle;
}
[dir=rtl] .u-sidebar-menu-bottom__item-text {
  color: #93929B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: inherit;
  padding-right: 10px;
  padding-left: unset;
}
[dir=rtl] .u-sidebar-menu-children {
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  font-family: inherit;
}
[dir=rtl] .u-sidebar-menu-children .u-sidebar-menu-top__item-text {
  color: #93929B;
}
[dir=rtl] .u-sidebar-menu-children .u-sidebar-menu-top__item-link_active .u-sidebar-menu-top__item-text {
  color: #3D3D4A;
  font-weight: 500;
}
[dir=rtl] .u-sidebar-menu-children_show {
  display: block;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-sidebar-menu.u-sidebar-menu_collapsed {
    width: auto;
  }
  [dir=rtl] .u-sidebar-menu.u-sidebar-menu_opened {
    display: flex;
  }
  [dir=rtl] .u-sidebar-menu-main_collapsed .u-sidebar-menu-collapsed-toggle {
    display: none;
  }
  [dir=rtl] .u-sidebar-menu-top_collapsed {
    width: auto;
  }
  [dir=rtl] .u-sidebar-menu-bottom_collapsed {
    width: auto;
  }
  [dir=rtl] .u-sidebar-menu-collapsed-toggle {
    display: none;
  }
}
[dir=rtl] .u-sidebar-menu-toggle {
  display: none;
  padding: 15px 8px;
  height: 55px;
}
[dir=rtl] .u-sidebar-menu-toggle-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZwogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxnPgogICAgPHBhdGgKICAgICAgZD0iTTUgMTJIMjAiCiAgICAgIHN0cm9rZT0iIzY2NjY2NiIKICAgICAgc3Ryb2tlLXdpZHRoPSIyIgogICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICA+PC9wYXRoPgogICAgPHBhdGgKICAgICAgZD0iTTUgMTdIMjAiCiAgICAgIHN0cm9rZT0iIzY2NjY2NiIKICAgICAgc3Ryb2tlLXdpZHRoPSIyIgogICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICA+PC9wYXRoPgogICAgPHBhdGgKICAgICAgZD0iTTUgN0gyMCIKICAgICAgc3Ryb2tlPSIjNjY2NjY2IgogICAgICBzdHJva2Utd2lkdGg9IjIiCiAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgID48L3BhdGg+CiAgPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-sidebar-menu-toggle {
    display: flex;
  }
}
[dir=rtl] .u-search {
  display: flex;
  min-width: 100%;
  width: max-content;
  align-items: center;
}
[dir=rtl] .u-search_drawer {
  align-items: initial;
  flex-direction: column;
}
[dir=rtl] .u-search__input {
  height: 28px;
  padding: 0 26px;
  font-size: 13px;
  text-overflow: ellipsis;
  background-color: #F0F0F0;
  border: 1px solid transparent;
  transition: width 0.2s ease-in-out;
}
[dir=rtl] .u-search__input_active {
  border: 1px solid #ccc;
  background-color: white;
}
[dir=rtl] .u-search__container {
  width: 210px;
  display: flex;
  position: relative;
  transition: width 0.2s ease-in-out;
}
[dir=rtl] .u-search__icon {
  top: 52%;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  background-size: 95% 95%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
[dir=rtl] .u-search__icon_search {
  right: 8px;
  left: unset;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy44MTEiIGhlaWdodD0iMTcuODExIiB2aWV3Qm94PSIwIDAgMTcuODExIDE3LjgxMSI+CiAgPGcgaWQ9InNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wNjEgMC43NSkiPgogICAgPGVsbGlwc2UgaWQ9IkVsbGlwc2VfNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDciIGN4PSI1LjkyOSIgY3k9IjUuOTQ0IiByeD0iNS45MjkiIHJ5PSI1Ljk0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4xNDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzYxIiBkYXRhLW5hbWU9IkxpbmUgNjEiIHgxPSI1LjUiIHkyPSI1LjY4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMC4zMTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICA8L2c+Cjwvc3ZnPgo=");
  transform: scaleX(-1) translateY(-50%);
}
[dir=rtl] .u-search__icon_filter {
  left: 6px;
  right: unset;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBpZD0ic2xpZGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81NTUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA1NTUxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4KICAgIDxnIGlkPSJHcm91cF8xMzc1NiIgZGF0YS1uYW1lPSJHcm91cCAxMzc1NiI+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg1IiBkYXRhLW5hbWU9IkxpbmUgMTExODUiIHkyPSI2Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDYuNzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg2IiBkYXRhLW5hbWU9IkxpbmUgMTExODYiIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NTk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgNDU5OCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ljc1IDQuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg3IiBkYXRhLW5hbWU9IkxpbmUgMTExODciIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi41IDExLjc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE4OCIgZGF0YS1uYW1lPSJMaW5lIDExMTg4IiB5Mj0iNi43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNSAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDU5OSIgZGF0YS1uYW1lPSJFbGxpcHNlIDQ1OTkiIGN4PSIxLjI1IiBjeT0iMS4yNSIgcj0iMS4yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMjUgOS4yNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGxpbmUgaWQ9IkxpbmVfMTExODkiIGRhdGEtbmFtZT0iTGluZSAxMTE4OSIgeTI9IjMuNzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSA5Ljc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE5MCIgZGF0YS1uYW1lPSJMaW5lIDExMTkwIiB5Mj0iNC43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NjAwIiBkYXRhLW5hbWU9IkVsbGlwc2UgNDYwMCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjI1IDcuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}
[dir=rtl] .u-search__icon_filter:before {
  content: "";
  width: 0.5px;
  height: 16px;
  bottom: -1px;
  position: absolute;
  background: #cccccc;
  right: unset;
  left: 18px;
}
[dir=rtl] .u-search__icon_active.u-search__icon_search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy44MTEiIGhlaWdodD0iMTcuODExIiB2aWV3Qm94PSIwIDAgMTcuODExIDE3LjgxMSI+CiAgPGcgaWQ9InNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wNjEgMC43NSkiPgogICAgPGVsbGlwc2UgaWQ9IkVsbGlwc2VfNyIgZGF0YS1uYW1lPSJFbGxpcHNlIDciIGN4PSI1LjkyOSIgY3k9IjUuOTQ0IiByeD0iNS45MjkiIHJ5PSI1Ljk0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4xNDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzYxIiBkYXRhLW5hbWU9IkxpbmUgNjEiIHgxPSI1LjUiIHkyPSI1LjY4MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMC4zMTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICA8L2c+Cjwvc3ZnPg==");
}
[dir=rtl] .u-search__icon_active.u-search__icon_filter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBpZD0ic2xpZGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81NTUxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA1NTUxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz4KICAgIDxnIGlkPSJHcm91cF8xMzc1NiIgZGF0YS1uYW1lPSJHcm91cCAxMzc1NiI+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg1IiBkYXRhLW5hbWU9IkxpbmUgMTExODUiIHkyPSI2Ljc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDYuNzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg2IiBkYXRhLW5hbWU9IkxpbmUgMTExODYiIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NTk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgNDU5OCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ljc1IDQuMjUpIiBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTg3IiBkYXRhLW5hbWU9IkxpbmUgMTExODciIHkyPSIxLjc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi41IDExLjc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE4OCIgZGF0YS1uYW1lPSJMaW5lIDExMTg4IiB5Mj0iNi43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNSAyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDU5OSIgZGF0YS1uYW1lPSJFbGxpcHNlIDQ1OTkiIGN4PSIxLjI1IiBjeT0iMS4yNSIgcj0iMS4yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMjUgOS4yNSkiIGZpbGw9IiMwMDAwMDAiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGxpbmUgaWQ9IkxpbmVfMTExODkiIGRhdGEtbmFtZT0iTGluZSAxMTE4OSIgeTI9IjMuNzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSA5Ljc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0iTGluZV8xMTE5MCIgZGF0YS1uYW1lPSJMaW5lIDExMTkwIiB5Mj0iNC43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41IDIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV80NjAwIiBkYXRhLW5hbWU9IkVsbGlwc2UgNDYwMCIgY3g9IjEuMjUiIGN5PSIxLjI1IiByPSIxLjI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjI1IDcuMjUpIiBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}
[dir=rtl] .u-search-filters-clear {
  margin: 0 9px;
  color: #0099CC;
  font-size: 12px;
  cursor: pointer;
}
[dir=rtl] .u-search-filters-popover {
  padding: 17px;
}
[dir=rtl] .u-search-filters-popover__title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 26px;
}
[dir=rtl] .u-search-filters-popover__item {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  justify-content: space-between;
}
[dir=rtl] .u-search-filters-popover__item-name {
  width: 35%;
  max-width: 35%;
  font-size: 13px;
  color: #93929b;
  display: inline-block;
  word-break: break-word;
}
[dir=rtl] .u-search-filters-popover__item-field {
  width: calc(65% - 5px);
  max-width: calc(65% - 5px);
  padding-right: 5px;
  padding-left: unset;
}
[dir=rtl] .u-search-filters-popover__apply {
  font-size: 13px;
  margin-top: 13px;
  float: left;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-search__input {
    height: 32px;
    font-size: 16px;
  }
  [dir=rtl] .u-search__input_active {
    border: 1px solid #ccc;
    background-color: white;
  }
  [dir=rtl] .u-search__input_active .u-search__container {
    margin: 0 auto;
    width: 100%;
  }
  [dir=rtl] .u-search__container {
    transition: none;
  }
  [dir=rtl] .u-search_active .u-search__container {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-search_drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
    background-color: white;
    padding: 16px;
    width: 100%;
  }
}
[dir=rtl] .u-search-filters-drawer {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: white;
}
[dir=rtl] .u-search-filters-drawer__items {
  display: flex;
  height: inherit;
  overflow-x: auto;
  overflow-y: hidden;
}
[dir=rtl] .u-search-filters-drawer__items ::-webkit-scrollbar {
  height: 0.25em;
}
[dir=rtl] .u-search-filters-drawer__items_with-scroll + .u-search-filters-drawer__actions {
  margin-bottom: 4px;
}
[dir=rtl] .u-search-filters-drawer__item {
  display: flex;
  align-items: center;
}
[dir=rtl] .u-search-filters-drawer__item-field {
  width: 135px;
}
[dir=rtl] .u-search-filters-drawer__item:after {
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 5px;
  display: block;
  border: 1px solid #f0f0f0;
}
[dir=rtl] .u-search-filters-drawer__actions {
  display: flex;
  margin: 0 15px;
}
[dir=rtl] .u-search-filters-drawer__actions-btn {
  font-weight: 500;
}
[dir=rtl] .u-search-filters-drawer__actions-btn:not(:first-child) {
  margin-right: 15px;
  margin-left: unset;
}
[dir=rtl] .u-search-filters-drawer__actions-btn.u-button_disabled {
  opacity: 1;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-search-filters-drawer {
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 36px);
    margin-top: 16px;
    gap: 8px;
  }
  [dir=rtl] .u-search-filters-drawer__items {
    flex-direction: column;
    gap: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  [dir=rtl] .u-search-filters-drawer__item-field {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 7px;
  }
  [dir=rtl] .u-search-filters-drawer__item-field .u-input_arrow {
    padding-right: 29px;
    padding-left: 0;
    background-size: 17px;
    background-position: calc(100% - 3px) 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIwIDQwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgIC5iIHsKICAgICAgZmlsbDogbm9uZTsKICAgIH0KCiAgICAuYiB7CiAgICAgIHN0cm9rZTogIzAwMDsKICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIHN0cm9rZS13aWR0aDogMS4ycHg7CiAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAgLTc2MCkiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjYgNzkxKSByb3RhdGUoMjcwKSBzY2FsZSgxLjgpIj4KICAgICAgICA8cGF0aCBjbGFzcz0iYiIgZD0iTTE4ODcuMjI2LDExOS4yMDZsNiw2LDYtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODcuMjI2IC0xMTkuMjA2KSIvPgogICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
    font-size: 16px;
    color: #000;
    font-weight: 500;
  }
  [dir=rtl] .u-search-filters-drawer__item-field .u-input::placeholder {
    color: #000;
    font-weight: normal;
  }
  [dir=rtl] .u-search-filters-drawer__item:after {
    display: none;
  }
  [dir=rtl] .u-search-filters-drawer__actions {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin: 0;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn {
    width: 152px;
    height: 32px;
    border-radius: 10px;
    font-size: 15px;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn-apply {
    background-color: #3D3D4A;
    color: white;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn-apply:hover {
    color: white;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn-clear {
    color: #3D3D4A;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn-clear:hover {
    color: #3D3D4A;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn:not(:first-child) {
    margin: 0;
  }
  [dir=rtl] .u-search-filters-drawer__actions-btn.u-button_disabled {
    color: white;
    opacity: 0.5;
  }
}
@media (min-width: 640px) and (max-width: 1279.98px) {
  [dir=rtl] .u-search-filters-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    background-color: white;
    padding: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  [dir=rtl] .u-search-filters-drawer__actions {
    justify-content: flex-start;
    gap: 16px;
  }
}
[dir=rtl] .u-grid {
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
}
[dir=rtl] .u-grid__main {
  display: block;
  height: 100%;
  position: relative;
  background: inherit;
}
[dir=rtl] .u-grid__table {
  width: 100%;
  height: 100%;
  position: relative;
}
[dir=rtl] .u-grid_white .u-grid-expand,
[dir=rtl] .u-grid_white .u-grid-filter {
  background-color: #ffffff;
}
[dir=rtl] .u-grid_white .datatable-header-cell:hover .u-grid-header-filter__column {
  background-color: #ffffff !important;
}
[dir=rtl] .u-grid__cell-edit {
  position: relative;
  display: flex;
  justify-content: space-between;
}
[dir=rtl] .u-grid__cell-edit-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 43px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
[dir=rtl] .u-grid__cell-text-container {
  width: 54%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[dir=rtl] .u-grid-hidden {
  visibility: hidden;
}
[dir=rtl] .u-grid-expand {
  top: 0;
  z-index: 1;
  padding: 0 9px;
  position: absolute;
  left: 0;
  right: auto;
}
[dir=rtl] .u-grid-expand__btn {
  position: relative;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 20px;
  min-width: 25px;
  min-height: 20px;
  color: #666666;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-size: 98% 98%;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45OTQiIGhlaWdodD0iMTYuOTk0IiB2aWV3Qm94PSIwIDAgMTYuOTk0IDE2Ljk5NCI+CiAgPGcgaWQ9Ikdyb3VwXzE0MzA4IiBkYXRhLW5hbWU9Ikdyb3VwIDE0MzA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC41KSI+CiAgICA8ZyBpZD0iR3JvdXBfMTM3OTkiIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNDk3IDIuNDk0KSI+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5NyIgZGF0YS1uYW1lPSJHcm91cCAxMzc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi40NTUpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk0IiBkYXRhLW5hbWU9IkxpbmUgNDY5NCIgeTE9IjQuMzE4IiB4Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTUiIGRhdGEtbmFtZT0iTGluZSA0Njk1IiB5MT0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMzYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTY1IiBkYXRhLW5hbWU9IkxpbmUgMTExNjUiIHgxPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5OCIgZGF0YS1uYW1lPSJHcm91cCAxMzc5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA2LjMpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk3IiBkYXRhLW5hbWU9IkxpbmUgNDY5NyIgeDE9IjQuMzE4IiB5Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5OCIgZGF0YS1uYW1lPSJMaW5lIDQ2OTgiIHkyPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTkiIGRhdGEtbmFtZT0iTGluZSA0Njk5IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE1Ljk5NCIgaGVpZ2h0PSIxNS45OTQiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K");
}
[dir=rtl] .u-grid-expand__btn:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45OTQiIGhlaWdodD0iMTYuOTk0IiB2aWV3Qm94PSIwIDAgMTYuOTk0IDE2Ljk5NCI+CiAgPGcgaWQ9Ikdyb3VwXzE0MzM3IiBkYXRhLW5hbWU9Ikdyb3VwIDE0MzM3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC41KSI+CiAgICA8ZyBpZD0iR3JvdXBfMTM3OTkiIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNDk3IDIuNDk0KSI+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5NyIgZGF0YS1uYW1lPSJHcm91cCAxMzc5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi40NTUpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk0IiBkYXRhLW5hbWU9IkxpbmUgNDY5NCIgeTE9IjQuMzE4IiB4Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTUiIGRhdGEtbmFtZT0iTGluZSA0Njk1IiB5MT0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMzYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzExMTY1IiBkYXRhLW5hbWU9IkxpbmUgMTExNjUiIHgxPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICAgIDxnIGlkPSJHcm91cF8xMzc5OCIgZGF0YS1uYW1lPSJHcm91cCAxMzc5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA2LjMpIj4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk3IiBkYXRhLW5hbWU9IkxpbmUgNDY5NyIgeDE9IjQuMzE4IiB5Mj0iNC4zMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5OCIgZGF0YS1uYW1lPSJMaW5lIDQ2OTgiIHkyPSI0LjM2NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTkiIGRhdGEtbmFtZT0iTGluZSA0Njk5IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE1Ljk5NCIgaGVpZ2h0PSIxNS45OTQiIHJ4PSIxIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K");
}
[dir=rtl] .u-grid-expand__btn_expanded {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICA8ZyBpZD0iR3JvdXBfMTQzMzMiIGRhdGEtbmFtZT0iR3JvdXAgMTQzMzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODU4LjUgLTI1NTYuNSkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzk5IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMCkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTM3OTciIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4NjcuNDU1IDI1NTkuNSkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTQiIGRhdGEtbmFtZT0iTGluZSA0Njk0IiB4MT0iNC4zMTgiIHkyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDEgMC4wNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5NSIgZGF0YS1uYW1lPSJMaW5lIDQ2OTUiIHkyPSI0LjM2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV8xMTE2NSIgZGF0YS1uYW1lPSJMaW5lIDExMTY1IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgICAgPGcgaWQ9Ikdyb3VwXzEzNzk4IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1ODYxIDI1NjUuOCkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTciIGRhdGEtbmFtZT0iTGluZSA0Njk3IiB5MT0iNC4zMTgiIHgyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDUgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk4IiBkYXRhLW5hbWU9IkxpbmUgNDY5OCIgeTE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjM2NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTI5YiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk5IiBkYXRhLW5hbWU9IkxpbmUgNDY5OSIgeDE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkyOWIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTg1OSAyNTU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MjliIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==");
}
[dir=rtl] .u-grid-expand__btn_expanded:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICA8ZyBpZD0iR3JvdXBfMTQzMzYiIGRhdGEtbmFtZT0iR3JvdXAgMTQzMzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODU4LjUgLTI1NTYuNSkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzk5IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMCkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTM3OTciIGRhdGEtbmFtZT0iR3JvdXAgMTM3OTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4NjcuNDU1IDI1NTkuNSkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTQiIGRhdGEtbmFtZT0iTGluZSA0Njk0IiB4MT0iNC4zMTgiIHkyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDEgMC4wNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfNDY5NSIgZGF0YS1uYW1lPSJMaW5lIDQ2OTUiIHkyPSI0LjM2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV8xMTE2NSIgZGF0YS1uYW1lPSJMaW5lIDExMTY1IiB4Mj0iNC4zNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4zNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgICAgPGcgaWQ9Ikdyb3VwXzEzNzk4IiBkYXRhLW5hbWU9Ikdyb3VwIDEzNzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1ODYxIDI1NjUuOCkiPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzQ2OTciIGRhdGEtbmFtZT0iTGluZSA0Njk3IiB5MT0iNC4zMTgiIHgyPSI0LjMxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNDUgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk4IiBkYXRhLW5hbWU9IkxpbmUgNDY5OCIgeTE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjM2NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgICA8bGluZSBpZD0iTGluZV80Njk5IiBkYXRhLW5hbWU9IkxpbmUgNDY5OSIgeDE9IjQuMzY0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMTIxNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTIxNyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTg1OSAyNTU3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==");
}
[dir=rtl] .u-grid-filter {
  position: absolute;
  top: 0;
  z-index: 0;
  padding: 0 9px;
  left: 0;
  right: auto;
  background-color: #f9f9f9;
}
[dir=rtl] .u-grid-filter_with-expand {
  left: 40px;
}
[dir=rtl] .u-grid-filter_direction-rtl {
  direction: rtl;
}
[dir=rtl] .u-grid-filter_direction-rtl .u-grid-filter__popup {
  right: auto;
  left: 0;
}
[dir=rtl] .u-grid-filter_direction-rtl .u-grid-filter__list {
  text-align: right;
}
[dir=rtl] .u-grid-filter__btn {
  position: relative;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 20px;
  min-width: 25px;
  min-height: 20px;
  color: #666666;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMi44IDE5LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyLjggMTkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY2NjY7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4KPGcgaWQ9ItCh0LvQvtC5XzIiPgoJPGcgaWQ9ItCh0LvQvtC5XzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiwwLjRoMTkuNmMwLjcsMCwxLjIsMC41LDEuMiwxLjJ2Mi42YzAsMC43LTAuNSwxLjItMS4yLDEuMkgxLjZjLTAuNywwLTEuMi0wLjUtMS4yLTEuMlYxLjYKCQkJQzAuNCwwLjksMC45LDAuNCwxLjYsMC40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjYsNy40aDExLjZjMC43LDAsMS4yLDAuNSwxLjIsMS4ydjIuNmMwLDAuNy0wLjUsMS4yLTEuMiwxLjJINS42Yy0wLjcsMC0xLjItMC41LTEuMi0xLjJWOC42CgkJCUM0LjQsNy45LDQuOSw3LjQsNS42LDcuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS42LDE0LjRoMy42YzAuNywwLDEuMiwwLjUsMS4yLDEuMnYyLjZjMCwwLjctMC41LDEuMi0xLjIsMS4ySDkuNmMtMC43LDAtMS4yLTAuNS0xLjItMS4ydi0yLjYKCQkJQzguNCwxNC45LDguOSwxNC40LDkuNiwxNC40eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 98% 98%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
[dir=rtl] .u-grid-filter__btn:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMi44IDE5LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyLjggMTkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwOWM7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPHRpdGxlPtCg0LXRgdGD0YDRgSAxPC90aXRsZT4KPGcgaWQ9ItCh0LvQvtC5XzIiPgoJPGcgaWQ9ItCh0LvQvtC5XzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiwwLjRoMTkuNmMwLjcsMCwxLjIsMC41LDEuMiwxLjJ2Mi42YzAsMC43LTAuNSwxLjItMS4yLDEuMkgxLjZjLTAuNywwLTEuMi0wLjUtMS4yLTEuMlYxLjYKCQkJQzAuNCwwLjksMC45LDAuNCwxLjYsMC40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjYsNy40aDExLjZjMC43LDAsMS4yLDAuNSwxLjIsMS4ydjIuNmMwLDAuNy0wLjUsMS4yLTEuMiwxLjJINS42Yy0wLjcsMC0xLjItMC41LTEuMi0xLjJWOC42CgkJCUM0LjQsNy45LDQuOSw3LjQsNS42LDcuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS42LDE0LjRoMy42YzAuNywwLDEuMiwwLjUsMS4yLDEuMnYyLjZjMCwwLjctMC41LDEuMi0xLjIsMS4ySDkuNmMtMC43LDAtMS4yLTAuNS0xLjItMS4ydi0yLjYKCQkJQzguNCwxNC45LDguOSwxNC40LDkuNiwxNC40eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}
[dir=rtl] .u-grid-filter__popup {
  position: absolute;
  width: auto;
  top: 100%;
  right: 0;
  min-width: 128px;
  padding: 5px 13px;
  max-height: 213px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px 1px #CDCDCD;
}
[dir=rtl] .u-grid-filter__list {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
[dir=rtl] .u-grid-filter__list-item {
  padding: 5px 0;
  white-space: nowrap;
}
[dir=rtl] .u-grid-filter__list-checkbox {
  display: inline-block;
  vertical-align: middle;
}
[dir=rtl] .u-grid-filter__list-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 6px;
}
[dir=rtl] .u-grid-checkbox {
  position: relative;
  width: 13px;
  height: 13px;
  top: 2px;
  outline: none;
}
[dir=rtl] .u-grid-checkbox:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #666666;
  background-color: #FFffff;
  border-radius: 0;
}
[dir=rtl] .u-grid-checkbox:checked:after {
  background-color: #666666;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjMgNi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+CjxnIGlkPSLQodC70L7QuV8yXzFfIj4KCTxnIGlkPSJhc3NpZ25tZW50Ij4KCQk8ZyBpZD0id2VlayI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjMsNi45TDAsMy42bDAuOS0wLjlsMi40LDIuNEw4LjQsMGwwLjksMC45TDMuMyw2Ljl6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: 50%;
}
[dir=rtl] .u-grid-header-filter {
  display: inline-block;
}
[dir=rtl] .u-grid-header-filter_direction-rtl .u-grid-header-filter__column {
  left: 4px;
  right: auto;
}
[dir=rtl] .u-grid-header-filter_direction-rtl .u-grid-header-filter__block {
  left: 0;
  right: auto;
}
[dir=rtl] .u-grid-header-filter__column {
  position: absolute;
  left: auto;
  right: 4px;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 100%;
  padding: 0 5px;
}
[dir=rtl] .u-grid-header-filter__column-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
[dir=rtl] .u-grid-header-filter__button {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 17px;
  min-height: 13px;
  height: auto;
  line-height: initial;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNjY2NjY2O30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDE4aDR2LTJoLTRWMTh6IE0zLDZ2MmgxOFY2SDN6IE02LDEzaDEydi0ySDZWMTN6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
[dir=rtl] .u-grid-header-filter__button_active {
  visibility: visible;
}
[dir=rtl] .u-grid-header-filter__block {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 5;
  display: none;
}
[dir=rtl] .u-grid-header-filter__block_active {
  display: inline-block;
}
[dir=rtl] .u-grid-header-filter__block_wrapper {
  padding: 5px 13px;
  box-shadow: 0 1px 7px 1px #CDCDCD;
  background-color: #fff;
}
[dir=rtl] .u-grid-header-filter__block-input {
  margin: 5px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  padding: 5px 0;
  font-size: inherit;
  font-weight: normal;
}
[dir=rtl] .u-grid-header-filter__icon {
  position: relative;
  top: 50%;
  left: 50%;
  display: none;
  min-width: 17px;
  min-height: 13px;
  height: auto;
  line-height: initial;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNjY2NjY2O30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDE4aDR2LTJoLTRWMTh6IE0zLDZ2MmgxOFY2SDN6IE02LDEzaDEydi0ySDZWMTN6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: #E7EBEE;
  border: none;
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
}
[dir=rtl] .u-grid-header-filter__icon_column {
  display: none;
}
[dir=rtl] .u-grid-header-filter__icon_column-show {
  display: inline-block;
}
[dir=rtl] .u-grid-input {
  outline: none;
  border: 1px solid #ccc;
  background: inherit;
  border-radius: 10px;
  font-size: inherit;
  padding: 5px 13px;
  width: 100%;
}
[dir=rtl] .u-grid-input_error {
  border-color: #FF1D25;
}
[dir=rtl] .u-grid-field {
  min-width: 94px;
  position: absolute;
  background: #ffffff;
}
[dir=rtl] .u-grid-field_wrapper {
  padding: 9px;
  border-radius: 13px;
  box-shadow: 0 0 5px 0 rgb(196, 192, 196);
}
[dir=rtl] .u-grid-field_inline {
  border: none;
  padding: 0 10px;
  box-shadow: none;
  border-radius: 10px;
  background: transparent;
}
[dir=rtl] .u-grid-field_inline .u-select-s {
  margin-top: 3px;
  margin-right: -9px;
  margin-left: unset;
}
[dir=rtl] .u-grid-field_inline .u-grid-input,
[dir=rtl] .u-grid-field_inline .u-input-number > input {
  color: black;
  border: none;
  padding: 9px 5px 5px 5px;
}
[dir=rtl] .u-grid-field__buttons {
  text-align: right;
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
}
[dir=rtl] .u-grid-field__button {
  display: inline-block;
  font-weight: bold;
}
[dir=rtl] .u-grid-dropdown {
  position: absolute;
  top: 0;
}
[dir=rtl] .u-grid-calendar {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 13px;
  box-shadow: 0 1px 7px 1px #CDCDCD;
  border-radius: 13px;
}
[dir=rtl] .u-grid .ngx-datatable.main {
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: inherit;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl {
  direction: rtl;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell {
  text-align: right;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap:after {
  left: 0;
  right: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: block;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .resize-handle {
  left: 0;
  right: auto;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .sort-btn.datatable-icon-up:after {
  right: 0;
  left: auto;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-header .datatable-header-cell .sort-btn.datatable-icon-down:after {
  right: 0;
  left: auto;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-body {
  text-align: right;
}
[dir=rtl] .u-grid .ngx-datatable.main.direction-rtl .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-row_sticky {
  overflow: hidden;
  width: calc(100% - 39px) !important;
}
[dir=rtl] .u-grid .ngx-datatable.main .empty-row {
  display: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-close-btn {
  border: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC44MjgiIGhlaWdodD0iMTQuODI4IiB2aWV3Qm94PSIwIDAgMTQuODI4IDE0LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzZiNmI3OTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTIiIHkyPSIxMiIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTIiIHkyPSIxMiIvPjwvZz48L3N2Zz4=");
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-close-btn:focus {
  outline: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-checkbox {
  margin: 0;
  vertical-align: middle;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox] {
  width: 13px;
  height: 13px;
  -webkit-user-select: none;
  user-select: none;
  appearance: none;
  outline: none;
  margin: 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:checked:after {
  border: 1px solid #666666;
  background-color: #666666;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNi45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjMgNi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+CjxnIGlkPSLQodC70L7QuV8yXzFfIj4KCTxnIGlkPSJhc3NpZ25tZW50Ij4KCQk8ZyBpZD0id2VlayI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLjMsNi45TDAsMy42bDAuOS0wLjlsMi40LDIuNEw4LjQsMGwwLjksMC45TDMuMyw2Ljl6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 87%;
  background-position: center;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #666;
  background-color: transparent;
  border-radius: 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-checkbox input[type=checkbox]:disabled {
  opacity: 0.25;
}
[dir=rtl] .u-grid .ngx-datatable.main.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  overflow: visible;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: right;
  -webkit-user-select: none;
  user-select: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header {
  height: unset !important;
  background: transparent;
  overflow: visible;
  z-index: 11;
  position: relative;
  border-bottom: 3px solid #DDDDDD;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  padding: 10px 14px;
  text-align: left;
  font-weight: bold;
  overflow: visible;
  cursor: pointer;
  color: #4D4D4D;
  line-height: normal;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-checkbox {
  height: 12px;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:hover .u-grid-header-filter__column {
  background-color: #f9f9f9;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:hover .u-grid-header-filter__button {
  visibility: visible;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn.datatable-icon-up:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi43NSAyMy43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxcHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAyMTMzNDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJNdXNpY19Ob3RlXzQiIGRhdGEtbmFtZT0iTXVzaWMgTm90ZSA0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSI4LjM4IiB5Mj0iMC4zOCIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE2LjM4IiB5MT0iMTUuMzgiIHgyPSI4LjM4IiB5Mj0iMjMuMzgiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSIwLjM4IiB5Mj0iMTUuMzgiLz48L2c+PC9nPjwvc3ZnPg==");
  transform: rotate(180deg);
  width: 7px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: auto;
  margin: auto 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .sort-btn.datatable-icon-down:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi43NSAyMy43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxcHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAyMTMzNDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJNdXNpY19Ob3RlXzQiIGRhdGEtbmFtZT0iTXVzaWMgTm90ZSA0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSI4LjM4IiB5Mj0iMC4zOCIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE2LjM4IiB5MT0iMTUuMzgiIHgyPSI4LjM4IiB5Mj0iMjMuMzgiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI4LjM4IiB5MT0iMjMuMzgiIHgyPSIwLjM4IiB5Mj0iMTUuMzgiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: auto;
  margin: auto 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  border-right: solid 1px #cecece;
  position: absolute;
  top: 15%;
  left: 0;
  right: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_no-divider:after {
  display: none !important;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_highlight {
  font-weight: bold;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap_highlight:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: 3px solid #DDDDDD !important;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .datatable-header-cell-label {
  color: #4D4D4D;
  font-weight: bold;
  text-transform: uppercase;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-center .datatable-header-cell:first-child .datatable-header-cell-template-wrap:after {
  display: block;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-center .datatable-header-cell:last-child .datatable-header-cell-template-wrap:after {
  display: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-left_divider:after {
  content: "";
  display: block;
  width: 1.5px;
  position: absolute;
  height: calc(100% + 5px);
  top: 0;
  z-index: 999;
  background-color: #93929B;
  left: 0;
  right: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-row-left_divider > .datatable-header-cell:last-child .datatable-header-cell-template-wrap:after {
  display: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell {
  padding: 21px 14px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label {
  white-space: nowrap;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  color: #666666;
  text-overflow: ellipsis;
  min-height: 18px;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label .track-table-span-active {
  text-overflow: ellipsis;
  overflow: hidden;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label .datatable-body-cell-label-error {
  color: #FF1D25;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-button {
  cursor: pointer;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-button:hover {
  color: #0099cc;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-body-cell-label.datatable-body-cell-label-tree {
  display: flex;
  align-items: center;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell .datatable-checkbox input[type=checkbox]:checked:after {
  background-color: #666666;
  border: 1px solid #666666;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-icon {
  border-top: 4px solid #6B6B79;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 10px;
  margin-right: unset;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-icon::before {
  content: "";
  position: absolute;
  padding: 10px;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-icon_active {
  transform: rotate(180deg);
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-icon_disabled {
  pointer-events: none;
  opacity: 0.5;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell_highlight {
  overflow: visible !important;
  position: relative;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell_highlight:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: 3px solid #DDDDDD !important;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body-cell_tree {
  cursor: pointer;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body {
  text-align: left;
  overflow-y: scroll;
  border-top: 1px solid #eee;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row {
  vertical-align: top;
  border-top: 0;
  background-color: white;
  border-bottom: 1px solid #eee;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row_no-border {
  border: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row_sub-row::before {
  content: "";
  position: absolute;
  background: #bbb;
  height: 100%;
  padding: 0.5px;
  z-index: 10;
  top: -30%;
  right: 30px;
  left: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row_sub-row::after {
  content: "";
  position: absolute;
  background: #bbb;
  width: 10px;
  padding: 0.5px;
  z-index: 10;
  top: 50%;
  right: 30px;
  left: unset;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row_half-vertical-line::before {
  height: 80%;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row:hover, [dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row.active {
  background-color: #E7EBEE;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row.edited-row {
  background-color: #e2e2e2;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row.edited-row .datatable-body-cell .datatable-body-cell-label {
  color: #0099cc;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-body-row.disabled-row {
  pointer-events: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .empty-row {
  position: relative;
  padding: 0.7rem 1.25rem;
  margin-bottom: 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-inline-block,
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-block {
  display: none;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-visible {
  visibility: hidden;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-block {
  display: block;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-inline-block {
  display: inline-block;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper:hover .u-grid-row-visible {
  visibility: visible;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer {
  border-top: 1px solid #d1d4d7;
  border-bottom: 1px solid #d1d4d7;
  margin-top: -1px;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .page-count {
  line-height: 43px;
  height: 43px;
  padding: 0 1.2rem;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager {
  margin: 0 9px;
  vertical-align: top;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li {
  margin: 9px 0;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li:not(.disabled).active a, [dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #545454;
  font-weight: bold;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager a {
  height: 19px;
  min-width: 21px;
  line-height: 19px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  color: #ededed;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-left,
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-skip,
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-right,
[dir=rtl] .u-grid .ngx-datatable.main .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 16px;
  line-height: 23px;
  padding: 0 3px;
}
[dir=rtl] .u-grid .ngx-datatable.main .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-grid .ngx-datatable.main .datatable-header .datatable-header-cell .u-grid-header-filter__button {
    visibility: visible;
  }
  [dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-block {
    display: block;
  }
  [dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-inline-block {
    display: inline-block;
  }
  [dir=rtl] .u-grid .ngx-datatable.main .datatable-body .datatable-row-wrapper .u-grid-row-visible {
    visibility: visible;
  }
}
[dir=rtl] .u-grid-checkboxes-list {
  display: inline-block;
  width: 196px;
  max-height: 213px;
}
[dir=rtl] .u-grid-checkboxes-list_full-width {
  width: 100%;
}
[dir=rtl] .u-grid-checkboxes-list__wrapper {
  background-color: #fff;
}
[dir=rtl] .u-grid-checkboxes-list__search {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 13px;
  padding: 5px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  font-size: inherit;
  font-weight: normal;
}
[dir=rtl] .u-grid-checkboxes-list__all {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}
[dir=rtl] .u-grid-checkboxes-list__all:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] .u-grid-checkboxes-list__all-checkbox {
  display: inline-block;
  vertical-align: middle;
}
[dir=rtl] .u-grid-checkboxes-list__all-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 6px;
}
[dir=rtl] .u-grid-checkboxes-list__items {
  height: 128px;
  overflow-x: hidden;
  overflow-y: auto;
}
[dir=rtl] .u-grid-checkboxes-list__items-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 9px;
}
[dir=rtl] .u-grid-checkboxes-list__items-item:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] .u-grid-checkboxes-list__items-checkbox {
  display: inline-block;
  vertical-align: middle;
}
[dir=rtl] .u-grid-checkboxes-list__items-name {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
[dir=rtl] .u-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[dir=rtl] .u-grid-header__attention-message {
  color: #fc1616;
  font-size: 15px;
  margin-left: 17px;
  margin-right: 0;
}
[dir=rtl] .u-grid-header__buttons {
  flex: auto;
}
[dir=rtl] .u-grid-header__button {
  position: relative;
  font-size: 12px;
  margin-left: 27px;
  margin-right: 0;
}
[dir=rtl] .u-grid-header__button_disabled {
  opacity: 0.6;
  cursor: default;
}
[dir=rtl] .u-grid-header__button::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  left: unset;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 14px;
  pointer-events: none;
}
[dir=rtl] .u-grid-header__button:last-child {
  margin-left: 0;
}
[dir=rtl] .u-grid-header__button:last-child::after {
  display: none;
}
[dir=rtl] .u-grid-header__info {
  display: flex;
  align-items: center;
  font-size: 12px;
}
[dir=rtl] .u-grid-header__info-item {
  position: relative;
  color: #92929C;
  margin-left: 14px;
  margin-right: 0;
}
[dir=rtl] .u-grid-header__info-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  left: unset;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 7px;
}
[dir=rtl] .u-grid-header__info-item:last-child {
  margin-left: 0;
}
[dir=rtl] .u-grid-header__info-item:last-child::after {
  display: none;
}
[dir=rtl] .u-grid-header__droplist {
  cursor: pointer;
  margin-left: 27px;
  margin-right: 0;
}
[dir=rtl] .u-grid-header__droplist::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #cecece;
  position: absolute;
  left: unset;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 14px;
  pointer-events: none;
}
[dir=rtl] .u-grid-header__droplist:last-child {
  margin-left: 0;
}
[dir=rtl] .u-grid-header__droplist:last-child::after {
  display: none;
}
[dir=rtl] .u-grid-header__droplist.u-droplist .u-droplist__name {
  font-size: 12px;
  color: #0099cc;
}
[dir=rtl] .u-grid-header__droplist.u-droplist .u-droplist__item {
  font-size: 12px;
  color: #6B6B79;
}
[dir=rtl] .u-grid-header__droplist.u-droplist .u-droplist__arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS40NyA1LjUzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzAwOTljYztzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC41cHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QoNC10YHRg9GA0YEgMzwvdGl0bGU+PGcgaWQ9ItCh0LvQvtC5XzIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMiI+PGcgaWQ9ItCh0LvQvtC5XzEtMiIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj48cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjAuMTYgMC4xOSA1Ljk3IDUuMTkgMTEuMyAwLjE5Ii8+PC9nPjwvZz48L3N2Zz4=");
}
[dir=rtl] .u-group {
  display: block;
  margin-bottom: 27px;
  position: relative;
}
[dir=rtl] .u-group_disabled .u-group__field {
  pointer-events: none;
}
[dir=rtl] .u-group_flex.u-group {
  display: flex;
}
[dir=rtl] .u-group_flex .u-group__field {
  display: flex;
}
[dir=rtl] .u-group_flex-row.u-group {
  display: flex;
}
[dir=rtl] .u-group_flex-row .u-group__field {
  flex: 1;
  display: flex;
}
[dir=rtl] .u-group_flex-row .u-group__field > :only-child {
  flex: 1;
}
[dir=rtl] .u-group_flex-column.u-group {
  display: flex;
}
[dir=rtl] .u-group_flex-column .u-group__field {
  display: flex;
  flex-direction: column;
}
[dir=rtl] .u-group_big-field .u-group__field {
  width: 404px;
}
[dir=rtl] .u-group_large-field .u-group__field {
  width: 252px;
}
[dir=rtl] .u-group_medium-field .u-group__field {
  width: 157px;
}
[dir=rtl] .u-group_small-field .u-group__field {
  width: 106px;
}
[dir=rtl] .u-group_password .u-group__info {
  width: 123px;
}
[dir=rtl] .u-group_filters {
  margin-bottom: 14px;
}
[dir=rtl] .u-group_filters .u-group__info {
  margin-top: 0;
  padding-left: 0px;
  padding-right: 4px;
}
[dir=rtl] .u-group_filters .u-group__field {
  width: 100%;
}
[dir=rtl] .u-group_two .u-group__field {
  position: relative;
}
[dir=rtl] .u-group_two .u-group__field:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  background: #ccc;
}
[dir=rtl] .u-group_two .u-group__field .u-input {
  width: 50%;
}
[dir=rtl] .u-group_two .u-group__field .u-input:first-child {
  border-radius: 0 22px 22px 0;
  border-left: 0;
  border-right: 1px solid #CCCCCC;
}
[dir=rtl] .u-group_two .u-group__field .u-input:last-child {
  border-radius: 22px 0 0 22px;
  border-right: 0;
  border-left: 1px solid #CCCCCC;
}
[dir=rtl] .u-group_two .u-group__field .u-input_red:first-child {
  border-left: 0;
  border-right: 1px solid #FF1D25;
}
[dir=rtl] .u-group_two .u-group__field .u-input_red:last-child {
  border-right: 0;
  border-left: 1px solid #FF1D25;
}
[dir=rtl] .u-group_two-red .u-group__field:after {
  background: #FF1D25;
}
[dir=rtl] .u-group_half .u-group__field .u-input, [dir=rtl] .u-group_half .u-group__field .u-select {
  width: 50%;
}
[dir=rtl] .u-group_changes {
  margin-bottom: 22px;
}
[dir=rtl] .u-group_changes .u-group__field {
  width: 225px;
}
[dir=rtl] .u-group_changes .u-group__info {
  min-width: 85px;
  max-width: 85px;
  margin-top: 0;
}
[dir=rtl] .u-group_settings .u-group__field {
  display: inline-block;
  width: 230px;
}
[dir=rtl] .u-group_settings .u-group__info {
  min-width: 85px;
}
[dir=rtl] .u-group_settings .u-group__date {
  float: right;
  position: relative;
  width: 108px;
  margin-top: 5px;
}
[dir=rtl] .u-group_settings .u-group__date:first-child {
  margin: 5px 0 0 13px;
}
[dir=rtl] .u-group_settings .u-group__date-label {
  color: #6B6B79;
  font-size: 10px;
  position: absolute;
  top: -16px;
  left: 9px;
}
[dir=rtl] .u-group__info {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-top: 5px;
  width: 123px;
  position: relative;
}
[dir=rtl] .u-group__name {
  position: static;
  font-family: inherit;
  font-size: 13px;
  color: #93929B;
  text-align: right;
}
[dir=rtl] .u-group__message {
  position: absolute;
  font-family: inherit;
  color: #FC1616;
  font-size: 9px;
}
[dir=rtl] .u-group__field {
  display: inline-block;
  min-width: 94px;
  position: relative;
}
[dir=rtl] .u-group__field-content {
  margin-top: 9px;
}
[dir=rtl] .u-group__field_large {
  min-width: 261px;
}
[dir=rtl] .u-group__fields {
  display: inline-block;
}
[dir=rtl] .u-group__fields_no-text .u-group__fields-item:last-child .u-group__fields-el {
  margin-left: 0;
}
[dir=rtl] .u-group__fields_no-text .u-group__fields-el {
  margin: 0 0 0 26px;
}
[dir=rtl] .u-group__fields-item {
  display: inline-block;
}
[dir=rtl] .u-group__fields-text {
  display: inline-block;
  font-size: 11px;
  font-family: inherit;
}
[dir=rtl] .u-group__fields-el {
  display: inline-block;
  width: auto;
  min-width: 111px;
  margin: 0 13px 0 26px;
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
  }
  [dir=rtl] .u-group__info {
    margin-bottom: 4px;
    margin-top: 0;
    width: 100%;
  }
  [dir=rtl] .u-group__field {
    width: 100%;
  }
  [dir=rtl] .u-group__message {
    position: initial;
    margin-top: 5px;
  }
}
[dir=rtl] .u-modal-entity__close {
  position: absolute;
  top: 40px;
  right: auto;
  left: 34px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMTguODI4IiB2aWV3Qm94PSIwIDAgMTguODI4IDE4LjgyOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzRkNGQ0ZDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCAxLjQxNCkiPjxsaW5lIGNsYXNzPSJhIiB4MT0iMTYiIHkyPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjxsaW5lIGNsYXNzPSJhIiB4Mj0iMTYiIHkyPSIxNiIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
[dir=rtl] .u-modal-entity__title {
  position: absolute;
  top: 39px;
  right: 34px;
  left: auto;
  display: flex;
  align-items: center;
}
[dir=rtl] .u-modal-entity__title-text {
  font-family: inherit;
  font-size: 19px;
  color: #3d3d4a;
  font-weight: normal;
}
[dir=rtl] .u-modal-entity__title-info {
  margin-right: 9px;
  margin-left: unset;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmEsLmR7ZmlsbDpub25lO30uYXtzdHJva2U6IzNEM0Q0QTtzdHJva2Utd2lkdGg6MC43NXB4O30uYntmaWxsOiMzRDNENEE7fS5je3N0cm9rZTpub25lO308L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0iYSI+PGNpcmNsZSBjbGFzcz0iYyIgY3g9IjgiIGN5PSI4IiByPSI4Ii8+PGNpcmNsZSBjbGFzcz0iZCIgY3g9IjgiIGN5PSI4IiByPSI3LjYyNSIvPjwvZz48cGF0aCBjbGFzcz0iYiIgZD0iTS0xLjQ0OC01Ljk1NWEuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJ2LS42MzhhLjMuMywwLDAsMSwuMDgtLjIwOS4yNjQuMjY0LDAsMCwxLC4yLS4wODZoLjcyNGEuMjg0LjI4NCwwLDAsMSwuMjA5LjA4Ni4yODQuMjg0LDAsMCwxLC4wODYuMjA5di42MzhhLjI2NC4yNjQsMCwwLDEtLjA4Ni4yLjMuMywwLDAsMS0uMjA5LjA4Wm0uMSw3LjU4N2EuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJWLTQuNDY5YS4yNzQuMjc0LDAsMCwxLC4wOC0uMi4yNzQuMjc0LDAsMCwxLC4yLS4wOGguNTRhLjI3NC4yNzQsMCwwLDEsLjIuMDguMjc0LjI3NCwwLDAsMSwuMDguMlYxLjM0OWEuMjc0LjI3NCwwLDAsMS0uMDguMi4yNzQuMjc0LDAsMCwxLS4yLjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wNzkgMTAuNzgpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
[dir=rtl] .u-modal-entity__title-info:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmEsLmR7ZmlsbDpub25lO30uYXtzdHJva2U6IzA5YztzdHJva2Utd2lkdGg6MC43NXB4O30uYntmaWxsOiMwOWM7fS5je3N0cm9rZTpub25lO308L3N0eWxlPjwvZGVmcz48ZyBjbGFzcz0iYSI+PGNpcmNsZSBjbGFzcz0iYyIgY3g9IjgiIGN5PSI4IiByPSI4Ii8+PGNpcmNsZSBjbGFzcz0iZCIgY3g9IjgiIGN5PSI4IiByPSI3LjYyNSIvPjwvZz48cGF0aCBjbGFzcz0iYiIgZD0iTS0xLjQ0OC01Ljk1NWEuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJ2LS42MzhhLjMuMywwLDAsMSwuMDgtLjIwOS4yNjQuMjY0LDAsMCwxLC4yLS4wODZoLjcyNGEuMjg0LjI4NCwwLDAsMSwuMjA5LjA4Ni4yODQuMjg0LDAsMCwxLC4wODYuMjA5di42MzhhLjI2NC4yNjQsMCwwLDEtLjA4Ni4yLjMuMywwLDAsMS0uMjA5LjA4Wm0uMSw3LjU4N2EuMjc0LjI3NCwwLDAsMS0uMi0uMDguMjc0LjI3NCwwLDAsMS0uMDgtLjJWLTQuNDY5YS4yNzQuMjc0LDAsMCwxLC4wOC0uMi4yNzQuMjc0LDAsMCwxLC4yLS4wOGguNTRhLjI3NC4yNzQsMCwwLDEsLjIuMDguMjc0LjI3NCwwLDAsMSwuMDguMlYxLjM0OWEuMjc0LjI3NCwwLDAsMS0uMDguMi4yNzQuMjc0LDAsMCwxLS4yLjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wNzkgMTAuNzgpIi8+PC9zdmc+);
}
[dir=rtl] .u-modal-entity__main {
  height: 100%;
}
[dir=rtl] .u-modal-entity__body {
  display: initial;
}
[dir=rtl] .u-modal-entity__actions {
  box-shadow: 0px -9px 5px -5px rgba(51, 51, 51, 0.1411764706);
  padding: 20px;
  text-align: left;
}
[dir=rtl] .u-modal-entity__actions-item {
  width: auto;
  padding: 0 21px;
  margin-left: 26px;
}
[dir=rtl] .u-modal-entity__actions-item:first-child {
  margin-right: 0px;
}
[dir=rtl] .u-modal-entity__actions-item:last-child {
  margin-left: 0;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-modal-entity__actions {
    padding: 20px 10px;
  }
  [dir=rtl] .u-modal-entity__title {
    top: 10px;
    right: 15px;
    left: auto;
  }
  [dir=rtl] .u-modal-entity__close {
    top: 19px;
    right: auto;
    left: 15px;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-modal-entity__actions {
    height: 55px;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  [dir=rtl] .u-modal-entity__actions-item {
    font-size: 13px;
    height: 35px;
    margin-left: 10px;
    margin-right: 0;
  }
}
[dir=rtl] .u-range {
  display: block;
  position: relative;
}
[dir=rtl] .u-range_disabled {
  pointer-events: none;
}
[dir=rtl] .u-range_disabled .u-range__actions .u-input {
  background-color: #e7eaed;
}
[dir=rtl] .u-range__calendar {
  padding: 13px;
}
[dir=rtl] .u-range__calendar-wrapper {
  min-width: auto;
}
[dir=rtl] .u-range__calendar_disabled {
  pointer-events: none;
  opacity: 0.5;
}
[dir=rtl] .u-range__calendar-content {
  margin: 0 16px;
  padding: 21px;
}
[dir=rtl] .u-range__calendar-content .u-date-picker-range__picker-days-row-save {
  margin-left: 14px;
}
[dir=rtl] .u-range__menu {
  padding: 5px;
}
[dir=rtl] .u-range__list {
  display: block;
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 170px;
  min-height: 28px;
  text-align: left;
}
[dir=rtl] .u-range__list-item {
  width: 100%;
  color: #6B6B79;
  display: block;
  padding: 5px 5px;
  cursor: pointer;
  text-align: right;
}
[dir=rtl] .u-range__list-item_active {
  background-color: #e7ebee;
}
[dir=rtl] .u-range__list-item:hover {
  background-color: #f5f5f5;
}
[dir=rtl] .u-range__dates {
  margin-top: 11px;
  padding-top: 14px;
  border-top: 1px solid #CCCCCC;
}
[dir=rtl] .u-range__days {
  display: flex;
  margin-top: 21px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  justify-content: center;
  border-bottom: 1px solid #CCCCCC;
}
[dir=rtl] .u-range__day {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  width: 19px;
  height: 17px;
  font-size: 11px;
  text-align: center;
  margin: 0 0 0 13px;
  cursor: pointer;
}
[dir=rtl] .u-range__day:last-child {
  margin: 0;
}
[dir=rtl] .u-range__day:hover {
  background: #e6ebee;
}
[dir=rtl] .u-range__day_disabled {
  cursor: default;
}
[dir=rtl] .u-range__day_disabled:hover {
  background: none;
  color: #999999;
}
[dir=rtl] .u-range__day_active {
  background: #767676;
  color: #fff;
}
[dir=rtl] .u-range__day_active:hover {
  background: #767676;
  color: #fff;
}
[dir=rtl] .u-range__btns {
  display: flex;
  margin-top: 13px;
  margin-left: 5px;
  justify-content: flex-end;
}
[dir=rtl] .u-range-input {
  position: relative;
  display: block;
}
[dir=rtl] .u-range-input_blue .u-range-input__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43NSIgaGVpZ2h0PSIyMy43NSIgdmlld0JveD0iMCAwIDIzLjc1IDIzLjc1Ij4KICA8ZyBpZD0iQ2FsZW5kYXJfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMS4xMjUgLTM1MC40MjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY4MjUiIGRhdGEtbmFtZT0iUGF0aCA2ODI1IiBkPSJNMjUuNSwzNTIuOGgtMWEyLjk0NiwyLjk0NiwwLDAsMC0zLDN2MTVhMi45NDYsMi45NDYsMCwwLDAsMywzaDE3YTIuOTQ2LDIuOTQ2LDAsMCwwLDMtM3YtMTVhMi45NDYsMi45NDYsMCwwLDAtMy0zaC0xIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OCIgZGF0YS1uYW1lPSJMaW5lIDU0OCIgeDI9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjUgMzUyLjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OSIgZGF0YS1uYW1lPSJMaW5lIDU0OSIgeDI9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS41IDM1Ny44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTAiIGRhdGEtbmFtZT0iTGluZSA1NTAiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTEiIGRhdGEtbmFtZT0iTGluZSA1NTEiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI2IiBkYXRhLW5hbWU9IlBhdGggNjgyNiIgZD0iTTI3LjUsMzYzLjhoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLTJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLTJoMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI3IiBkYXRhLW5hbWU9IlBhdGggNjgyNyIgZD0iTTM2LjUsMzY5Ljh2LThsLTIsMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTIiIGRhdGEtbmFtZT0iTGluZSA1NTIiIHgyPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC41IDM2OS44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgPC9nPgo8L3N2Zz4=");
}
[dir=rtl] .u-range-input_full .u-range-input__actions {
  display: block;
}
[dir=rtl] .u-range-input_full .u-range-input__item {
  margin: 0 0 17px 0;
  width: 100%;
}
[dir=rtl] .u-range-input_full .u-range-input__item:last-child {
  margin-bottom: 0;
}
[dir=rtl] .u-range-input_full .u-range-input__item-title {
  margin-bottom: 5px;
}
[dir=rtl] .u-range-input__actions {
  display: flex;
}
[dir=rtl] .u-range-input__item {
  display: inline-block;
  margin: 0 0 0 13px;
}
[dir=rtl] .u-range-input__item:last-child {
  margin-left: 0;
}
[dir=rtl] .u-range-input__item-title {
  color: #6B6B79;
  font-size: 13px;
  font-family: inherit;
}
[dir=rtl] .u-range-input__icon {
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43NSIgaGVpZ2h0PSIyMy43NSIgdmlld0JveD0iMCAwIDIzLjc1IDIzLjc1Ij4KICA8ZyBpZD0iQ2FsZW5kYXJfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMS4xMjUgLTM1MC40MjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY4MjUiIGRhdGEtbmFtZT0iUGF0aCA2ODI1IiBkPSJNMjUuNSwzNTIuOGgtMWEyLjk0NiwyLjk0NiwwLDAsMC0zLDN2MTVhMi45NDYsMi45NDYsMCwwLDAsMywzaDE3YTIuOTQ2LDIuOTQ2LDAsMCwwLDMtM3YtMTVhMi45NDYsMi45NDYsMCwwLDAtMy0zaC0xIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OCIgZGF0YS1uYW1lPSJMaW5lIDU0OCIgeDI9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjUgMzUyLjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU0OSIgZGF0YS1uYW1lPSJMaW5lIDU0OSIgeDI9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS41IDM1Ny44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTAiIGRhdGEtbmFtZT0iTGluZSA1NTAiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTEiIGRhdGEtbmFtZT0iTGluZSA1NTEiIHkxPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC41IDM1MC44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI2IiBkYXRhLW5hbWU9IlBhdGggNjgyNiIgZD0iTTI3LjUsMzYzLjhoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLTJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMSwyLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLDJoMGEyLjAwNiwyLjAwNiwwLDAsMS0yLTJoMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF82ODI3IiBkYXRhLW5hbWU9IlBhdGggNjgyNyIgZD0iTTM2LjUsMzY5Ljh2LThsLTIsMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgICA8bGluZSBpZD0iTGluZV81NTIiIGRhdGEtbmFtZT0iTGluZSA1NTIiIHgyPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC41IDM2OS44KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+CiAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  left: auto;
  margin-right: 9px;
  margin-left: 0;
  cursor: pointer;
}
[dir=rtl] .u-range-input__content {
  box-shadow: 0 0 3px 0 #ccc;
  padding: 9px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 100%;
  margin-top: 9px;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-range__wrapper .u-dropdown-content {
    box-shadow: none;
    border: 1px solid #ccc;
    min-width: 290px;
  }
  [dir=rtl] .u-range__calendar {
    max-height: 400px;
    overflow-y: auto;
  }
  [dir=rtl] .u-range__calendar-content {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 7px;
    margin: 7px 0;
  }
  [dir=rtl] .u-range__calendar-content .u-date-picker-range {
    margin: 0 auto;
  }
}
[dir=rtl] .u-hour-schedule {
  display: block;
  width: 100%;
}
[dir=rtl] .u-hour-schedule__item {
  margin-bottom: 26px;
}
[dir=rtl] .u-hour-schedule__item-actions {
  text-align: right;
  margin-top: 13px;
}
[dir=rtl] .u-hour-schedule__classes-select {
  margin-bottom: 26px;
  text-align: right;
}
[dir=rtl] .u-hour-schedule__classes-select .u-group__field {
  width: 111px;
}
[dir=rtl] .u-hour-schedule__field {
  margin-bottom: 27px;
}
[dir=rtl] .u-hour-schedule__field:first-child {
  margin-bottom: 17px;
}
[dir=rtl] .u-hour-schedule__field:last-child {
  margin-bottom: 0;
}
[dir=rtl] .u-hour-schedule__field:hover .u-hour-schedule__check-copy {
  opacity: 1;
}
[dir=rtl] .u-hour-schedule__field_name {
  font-family: inherit;
  font-size: 13px;
  color: #6B6B79;
  line-height: 28px;
}
[dir=rtl] .u-hour-schedule__days {
  text-align: right;
}
[dir=rtl] .u-hour-schedule__day {
  display: inline-block;
  width: 98px;
  margin: 0 0 0 17px;
}
[dir=rtl] .u-hour-schedule__day:last-child {
  margin-left: 0;
}
[dir=rtl] .u-hour-schedule__day_titles {
  width: 123px;
  margin: 0;
}
[dir=rtl] .u-hour-schedule__time {
  height: 28px;
  font-size: 11px;
  font-family: inherit;
  text-align: center;
}
[dir=rtl] .u-hour-schedule__check {
  text-align: center;
}
[dir=rtl] .u-hour-schedule__check-name {
  display: inline-block;
  margin: 0 11px 0 9px;
  vertical-align: middle;
  font-size: 13px;
  font-family: inherit;
  color: #92929C;
}
[dir=rtl] .u-hour-schedule__check-copy {
  opacity: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  outline: 0 !important;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
}
[dir=rtl] .u-hour-schedule__check-copy:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDk5Q0M7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
[dir=rtl] .u-hour-schedule__check-copy_hidden {
  visibility: hidden;
}
[dir=rtl] .u-hour-schedule__actions {
  margin-top: 26px;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-hour-schedule__days {
    display: flex;
    flex-direction: column;
    max-width: 319px;
    gap: 17px;
  }
  [dir=rtl] .u-hour-schedule__day {
    width: 100%;
    display: flex;
    gap: 8px;
  }
  [dir=rtl] .u-hour-schedule__day_titles {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  [dir=rtl] .u-hour-schedule__field {
    flex: 2;
    margin: 0;
  }
  [dir=rtl] .u-hour-schedule__field_name {
    text-align: center;
  }
  [dir=rtl] .u-hour-schedule__field:first-child {
    flex: 1;
    min-width: 123px;
  }
  [dir=rtl] .u-hour-schedule__check {
    text-align: right;
  }
  [dir=rtl] .u-hour-schedule__check-copy {
    opacity: 1;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-hour-schedule__days {
    max-width: unset;
  }
}
[dir=rtl] .u-address {
  display: block;
  position: relative;
}
[dir=rtl] .u-address_disabled .u-address__autocomplete-icon {
  pointer-events: none;
  opacity: 0.5;
}
[dir=rtl] .u-address__autocomplete {
  position: relative;
}
[dir=rtl] .u-address__autocomplete_map-icon .u-input {
  padding-left: 39px;
  padding-right: 13px;
}
[dir=rtl] .u-address__autocomplete-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 13px;
  right: unset;
  top: 5px;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC40NTQiIGhlaWdodD0iMTcuMiIgdmlld0JveD0iMCAwIDE4LjQ1NCAxNy4yIj4KICA8ZyBpZD0ibWFwX2ljb24iIGRhdGEtbmFtZT0ibWFwIGljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzc3NjgiIGRhdGEtbmFtZT0iUGF0aCA3NzY4IiBkPSJNMTM0MS4xMjQsMTQ1MS41aC04LjM0OGwtMi4yNzcsOC4zODFoMTcuNDU0bC0yLjI3Ny04LjM4MWgtMS41MTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzMwLjUgLTE0NDMuODgxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfNTU0MCIgZGF0YS1uYW1lPSJMaW5lIDU1NDAiIHkxPSI0LjU3MSIgeDI9IjMuNDE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjU1MyAxMS40MjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8bGluZSBpZD0iTGluZV81NTQxIiBkYXRhLW5hbWU9IkxpbmUgNTU0MSIgeDI9IjEyLjUyMiIgeTI9IjguMzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjY1NiA3LjYxOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU1NDIiIGRhdGEtbmFtZT0iTGluZSA1NTQyIiB4MT0iNC41NTMiIHkxPSIzLjA0OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS41MTggMTAuNjY3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfNTU0MyIgZGF0YS1uYW1lPSJMaW5lIDU1NDMiIHgxPSIxLjg5NyIgeTI9IjIuNjY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy42NiA5LjkwNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzU1NDQiIGRhdGEtbmFtZT0iTGluZSA1NTQ0IiB4MT0iMTEuMDA0IiB5MT0iNy4yMzgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDcxIDcuNjE5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzc2OSIgZGF0YS1uYW1lPSJQYXRoIDc3NjkiIGQ9Ik0xMzQxLjI1OSwxNDU5LjVsLS43NTksMS4xNDMsMS45LDEuMTQzLjc1OS0xLjE0M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzMyLjkxMSAtMTQ0NS43ODYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8ZWxsaXBzZSBpZD0iRWxsaXBzZV8yNDU0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQ1NCIgY3g9IjEuNTE4IiBjeT0iMS41MjQiIHJ4PSIxLjUxOCIgcnk9IjEuNTI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC42MjQgMS41MjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83NzcwIiBkYXRhLW5hbWU9IlBhdGggNzc3MCIgZD0iTTEzNDguNTcxLDE0NDQuNTQ4YzAsMS42ODMtMy4wMzUsNi44NTctMy4wMzUsNi44NTdzLTMuMDM2LTUuMTc0LTMuMDM2LTYuODU3YTMuMDM1LDMuMDM1LDAsMSwxLDYuMDcxLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMzMy4zOTQgLTE0NDEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5YyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
[dir=rtl] .u-address__modal {
  overflow: hidden;
  border-radius: 10px;
}
[dir=rtl] .u-address__modal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
[dir=rtl] .u-address__modal .u-modal__close {
  width: 27px;
  height: 27px;
  border: 6px solid transparent;
  background-color: #ffffff;
  z-index: 1;
}
[dir=rtl] .u-address__modal .u-modal__actions {
  padding: 21px 51px;
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-address__modal {
    border-radius: 0;
  }
}
[dir=rtl] .u-address-modal {
  display: block;
  height: 100%;
}
[dir=rtl] .u-address-modal__entity {
  display: block;
  width: 470px;
  height: 100%;
}
[dir=rtl] .u-address-modal__entity .u-modal-entity__close {
  z-index: 1;
  top: 22px;
  left: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 5px;
  background-color: white;
  right: unset;
  left: 23px;
  background-size: 55% 55%;
  background-position: center;
  box-shadow: -1px 1px 12px -2px grey;
}
[dir=rtl] .u-address-modal__map {
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: 0;
  width: calc(100% - 540px);
  background: rgba(149, 149, 149, 0.1803921569);
}
[dir=rtl] .u-address-modal-tab-content {
  display: flex;
}
@media (max-width: 991.98px) {
  [dir=rtl] .u-address-modal__entity {
    width: 100%;
  }
  [dir=rtl] .u-address-modal__entity .u-modal-entity__title, [dir=rtl] .u-address-modal__entity .u-modal-entity__close {
    top: 14px;
  }
  [dir=rtl] .u-address-modal__map {
    width: 100%;
    top: max(30%, 106px);
    bottom: 75px;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-address-modal__map {
    bottom: 58px;
  }
}
[dir=rtl] .u-week-days-cost {
  display: flex;
  align-items: center;
  gap: 8px;
}
[dir=rtl] .u-week-days-cost__day {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
[dir=rtl] .u-week-days-cost__day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 123px;
}
[dir=rtl] .u-week-days-cost__day-header-name {
  text-align: center;
  font-size: 13px;
  font-family: inherit;
  color: #92929C;
  width: 33px;
  margin-left: unset;
  margin-right: 22px;
}
[dir=rtl] .u-week-days-cost__day-header-copy {
  visibility: hidden;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
}
[dir=rtl] .u-week-days-cost__day-header-copy:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45MiAyNS4yNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDk5Q0M7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjAuNzVweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPtCg0LXRgdGD0YDRgSA3PC90aXRsZT48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iX9CT0YDRg9C/0L/QsF8iIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzIiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzMiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxnIGlkPSJf0JPRgNGD0L/Qv9CwXzQiIGRhdGEtbmFtZT0iJmx0O9CT0YDRg9C/0L/QsCZndDsiPjxwb2x5Z29uIGlkPSJf0JrQvtC90YLRg9GAXyIgZGF0YS1uYW1lPSImbHQ70JrQvtC90YLRg9GAJmd0OyIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2LjM1IDIxLjY4IDAuMzggMjEuNjggMC4zOCA2Ljc3IDYuNzcgMC4zOCAxNi4zNSAwLjM4IDE2LjM1IDIxLjY4Ii8+PHBvbHlsaW5lIGlkPSJf0JrQvtC90YLRg9GAXzIiIGRhdGEtbmFtZT0iJmx0O9Ca0L7QvdGC0YPRgCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwLjM4IDYuNzcgNi43NyA2Ljc3IDYuNzcgMC4zOCIvPjwvZz48L2c+PC9nPjxwb2x5bGluZSBpZD0iX9Ca0L7QvdGC0YPRgF8zIiBkYXRhLW5hbWU9IiZsdDvQmtC+0L3RgtGD0YAmZ3Q7IiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMy41NyAyMS42OCAzLjU3IDI0Ljg4IDE5LjU1IDI0Ljg4IDE5LjU1IDMuNTcgMTYuMzUgMy41NyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
[dir=rtl] .u-week-days-cost__day-header:hover .u-week-days-cost__day-header-copy {
  visibility: visible;
}
[dir=rtl] .u-week-days-cost__day-field {
  width: 100%;
  max-width: 144px;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-week-days-cost {
    flex-direction: column;
    width: 320px;
  }
  [dir=rtl] .u-week-days-cost__day {
    flex-direction: row;
    width: 100%;
  }
  [dir=rtl] .u-week-days-cost__day-header {
    justify-content: flex-start;
  }
  [dir=rtl] .u-week-days-cost__day-header-name {
    margin: 0;
  }
  [dir=rtl] .u-week-days-cost__day-header-copy {
    visibility: visible;
  }
  [dir=rtl] .u-week-days-cost__day-field {
    max-width: 100%;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-week-days-cost {
    max-width: 100%;
    width: 100%;
  }
}
[dir=rtl] .u-calendar-month-view .u-calendar-header {
  text-align: center;
  font-weight: bolder;
}
[dir=rtl] .u-calendar-month-view .u-calendar-header .u-calendar-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
[dir=rtl] .u-calendar-month-view .u-calendar-days {
  border: 1px solid;
  border-bottom: 0;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell-top {
  min-height: 78px;
  flex: 1;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell-row {
  display: flex;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell .u-calendar-event {
  pointer-events: all !important;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell {
  min-height: 100px;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell:not(:last-child) {
  border-left: 1px solid;
  border-right: unset;
}
[dir=rtl] .u-calendar-month-view .u-calendar-days .u-calendar-cell-row {
  border-bottom: 1px solid;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
[dir=rtl] .u-calendar-month-view .u-calendar-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
[dir=rtl] .u-calendar-month-view .u-calendar-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-in-month.u-calendar-has-events {
  cursor: pointer;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-out-month .u-calendar-day-number {
  opacity: 0.1;
  cursor: default;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-today .u-calendar-day-number {
  font-size: 1.9em;
}
[dir=rtl] .u-calendar-month-view .u-calendar-open-day-events {
  padding: 15px;
}
[dir=rtl] .u-calendar-month-view .u-calendar-open-day-events .u-calendar-event {
  position: relative;
  top: 2px;
}
[dir=rtl] .u-calendar-month-view .u-calendar-out-month .u-calendar-day-badge,
[dir=rtl] .u-calendar-month-view .u-calendar-out-month .u-calendar-event {
  opacity: 0.3;
}
[dir=rtl] .u-calendar-month-view .u-calendar-draggable {
  cursor: move;
}
[dir=rtl] .u-calendar-month-view .u-calendar-drag-active * {
  pointer-events: none;
}
[dir=rtl] .u-calendar-month-view .u-calendar-event-title {
  cursor: pointer;
}
[dir=rtl] .u-calendar-month-view .u-calendar-event-title:hover {
  text-decoration: underline;
}
[dir=rtl] .u-calendar-month-view {
  background-color: #fff;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell-row:hover {
  background-color: #fafafa;
}
[dir=rtl] .u-calendar-month-view .u-calendar-cell-row .u-calendar-cell:hover,
[dir=rtl] .u-calendar-month-view .u-calendar-cell.u-calendar-has-events.u-calendar-open {
  background-color: #ededed;
}
[dir=rtl] .u-calendar-month-view .u-calendar-days {
  border-color: #DDDDDD;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell:not(:last-child) {
  border-left-color: #DDDDDD;
  border-right-color: unset;
}
[dir=rtl] .u-calendar-month-view .u-calendar-days .u-calendar-cell-row {
  border-bottom-color: #DDDDDD;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-badge {
  background-color: #b94a48;
  color: #fff;
}
[dir=rtl] .u-calendar-month-view .u-calendar-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-weekend .u-calendar-day-number {
  color: #4D4D4D;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-today {
  background-color: #e8fde7;
}
[dir=rtl] .u-calendar-month-view .u-calendar-day-cell.u-calendar-drag-over {
  background-color: #e0e0e0 !important;
}
[dir=rtl] .u-calendar-month-view .u-calendar-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
[dir=rtl] .u-calendar-week-view * {
  box-sizing: border-box;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers {
  display: flex;
  padding-right: 70px;
  padding-left: unset;
  border: 1px solid;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers .u-calendar-header {
  flex: 1;
  text-align: center;
  padding: 5px;
  border-right: 1px solid;
  border-left: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers__sub-title {
  font-weight: 400;
  opacity: 0.5;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-column {
  flex-grow: 1;
  border-right: solid 2px;
  border-left: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-label-column {
  width: 70px;
  height: 100%;
}
[dir=rtl] .u-calendar-week-view .u-calendar-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-events-row {
  position: relative;
  height: 31px;
  margin-right: 70px;
  margin-left: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-event-container {
  display: inline-block;
  position: absolute;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-event-container.u-calendar-resizable-element-active {
  z-index: 1;
  pointer-events: none;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-event {
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-event_no-padding {
  padding: 0;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-event_no-border {
  border: none;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-starts-within-week .u-calendar-event {
  border-top-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-ends-within-week .u-calendar-event {
  border-top-left-radius: 5px;
  border-top-right-radius: unset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events .u-calendar-resize-handle.u-calendar-resize-handle-after-end {
  left: 0;
  right: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-event,
[dir=rtl] .u-calendar-week-view .u-calendar-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=rtl] .u-calendar-week-view .u-calendar-drag-active {
  pointer-events: none;
  z-index: 1;
}
[dir=rtl] .u-calendar-week-view .u-calendar-drag-active * {
  pointer-events: none;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-day-columns {
  display: flex;
  flex-grow: 1;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-day-column {
  position: relative;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-events-container {
  position: relative;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-event-container {
  position: absolute;
  z-index: 1;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-event {
  width: calc(100% - 10px);
  height: calc(100% - 2px);
  margin: 1px 5px;
  padding: 5px;
  line-height: 25px;
  overflow: hidden;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-event_no-padding {
  padding: 0;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-event_no-border {
  border: none;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-resize-handle.u-calendar-resize-handle-after-end {
  bottom: 0;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour-segment {
  position: relative;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour-segment::after {
  content: " ";
}
[dir=rtl] .u-calendar-week-view .u-calendar-event-container:not(.u-calendar-draggable) {
  cursor: pointer;
}
[dir=rtl] .u-calendar-week-view .u-calendar-draggable {
  cursor: move;
}
[dir=rtl] .u-calendar-week-view u-calendar-week-view-hour-segment,
[dir=rtl] .u-calendar-week-view .u-calendar-hour-segment {
  display: block;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour:not(:last-child) .u-calendar-hour-segment,
[dir=rtl] .u-calendar-week-view .u-calendar-hour:last-child :not(:last-child) .u-calendar-hour-segment {
  border-bottom: thin solid;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time {
  width: 70px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour-segment.u-calendar-after-hour-start .u-calendar-time {
  display: none;
}
[dir=rtl] .u-calendar-week-view .u-calendar-starts-within-day .u-calendar-event {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
[dir=rtl] .u-calendar-week-view .u-calendar-ends-within-day .u-calendar-event {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
[dir=rtl] .u-calendar-week-view {
  background-color: #fff;
  border-top: solid 1px #DDDDDD;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers {
  border-color: #DDDDDD;
  border-top: 0;
  border-bottom-width: 3px;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers .u-calendar-header {
  color: #4D4D4D;
  border-left-color: unset;
  border-right-color: #DDDDDD;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers .u-calendar-header__title {
  font-weight: 500;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers .u-calendar-header:hover,
[dir=rtl] .u-calendar-week-view .u-calendar-day-headers .u-calendar-drag-over {
  background-color: #ededed;
}
[dir=rtl] .u-calendar-week-view .u-calendar-day-column {
  border-right-color: #DDDDDD;
  border-left-color: unset;
}
[dir=rtl] .u-calendar-week-view .u-calendar-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
[dir=rtl] .u-calendar-week-view .u-calendar-all-day-events {
  border-color: #DDDDDD;
}
[dir=rtl] .u-calendar-week-view .u-calendar-header.u-calendar-today {
  background-color: #e8fde7;
}
[dir=rtl] .u-calendar-week-view .u-calendar-header.u-calendar-weekend .u-calendar-header__title {
  color: #4D4D4D;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events {
  border-color: #DDDDDD;
}
[dir=rtl] .u-calendar-week-view .u-calendar-time-events .u-calendar-day-columns:not(.u-calendar-resize-active) .u-calendar-hour-segment:hover {
  background-color: #ededed;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour-odd {
  background-color: #fafafa;
}
[dir=rtl] .u-calendar-week-view .u-calendar-drag-over .u-calendar-hour-segment {
  background-color: #ededed;
}
[dir=rtl] .u-calendar-week-view .u-calendar-hour:not(:last-child) .u-calendar-hour-segment,
[dir=rtl] .u-calendar-week-view .u-calendar-hour:last-child :not(:last-child) .u-calendar-hour-segment {
  border-bottom-color: #DDDDDD;
}
[dir=rtl] .u-calendar-week-view .u-calendar-current-time-marker {
  background-color: #ea4334;
}
[dir=rtl] .u-calendar-day-view u-calendar-week-view-header {
  display: none;
}
[dir=rtl] .u-calendar-day-view .u-calendar-events-container {
  margin-right: 70px;
  margin-left: unset;
}
[dir=rtl] .u-calendar-day-view .u-calendar-day-column {
  border-left: 0;
}
[dir=rtl] .u-calendar-day-view .u-calendar-current-time-marker {
  margin-right: 70px;
  margin-left: unset;
  width: calc(100% - 70px);
}
[dir=rtl] .u-calendar-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
[dir=rtl] .u-calendar-tooltip_top {
  padding: 5px 0;
  margin-top: -3px;
}
[dir=rtl] .u-calendar-tooltip_top .u-calendar-tooltip__arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
[dir=rtl] .u-calendar-tooltip_right {
  padding: 0 5px;
  margin-left: 3px;
}
[dir=rtl] .u-calendar-tooltip_right .u-calendar-tooltip__arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
[dir=rtl] .u-calendar-tooltip_bottom {
  padding: 5px 0;
  margin-top: 3px;
}
[dir=rtl] .u-calendar-tooltip_bottom .u-calendar-tooltip__arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
[dir=rtl] .u-calendar-tooltip_left {
  padding: 0 5px;
  margin-left: -3px;
}
[dir=rtl] .u-calendar-tooltip_left .u-calendar-tooltip__arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
[dir=rtl] .u-calendar-tooltip__inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
[dir=rtl] .u-calendar-tooltip__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
[dir=rtl] .u-calendar-tooltip_top .u-calendar-tooltip__arrow {
  border-top-color: #000;
}
[dir=rtl] .u-calendar-tooltip_right .u-calendar-tooltip__arrow {
  border-right-color: #000;
}
[dir=rtl] .u-calendar-tooltip_bottom .u-calendar-tooltip__arrow {
  border-bottom-color: #000;
}
[dir=rtl] .u-calendar-tooltip_left .u-calendar-tooltip__arrow {
  border-left-color: #000;
}
[dir=rtl] .u-calendar-tooltip__inner {
  color: #fff;
  background-color: #000;
}
[dir=rtl] .loader {
  display: inline-block;
}
[dir=rtl] .loader:before, [dir=rtl] .loader:after {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
[dir=rtl] .loader_circle {
  transform-origin: center center;
  border: 2px solid #eee;
  border-right-color: var(--app-primary-color);
  border-top-color: var(--app-primary-color);
  border-bottom-color: var(--app-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: circle-loader 1s infinite linear;
}
@keyframes circle-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[dir=rtl] :root {
  --app-primary-color: #A08AFF;
  --app-primary-font-family: "Rubik";
  --app-link-color: #0099cc;
}
[dir=rtl] html {
  height: 100%;
}
[dir=rtl] body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 13px;
  text-align: initial;
  font-family: var(--app-primary-font-family), sans-serif;
}
[dir=rtl] .dropdown-menu {
  font-size: 13px;
}
[dir=rtl] .ngx-progressbar {
  direction: ltr;
}
[dir=rtl] .ngx-progressbar .ng-progress-bar {
  position: relative !important;
}
[dir=rtl] .u-input {
  height: 32px;
  padding: 0 15px;
  color: #93929B;
  outline: none;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #CCCCCC;
}
[dir=rtl] .u-input.u-input_invalid {
  border-color: red;
}
[dir=rtl] .u-input_arrow {
  background-position: 5%;
}
[dir=rtl] .u-popover {
  min-width: 160px;
  border-radius: 10px;
}
[dir=rtl] .u-popover .popover-body {
  padding: 10px;
  width: 100%;
}
[dir=rtl] .u-popover.u-popover_menu-icons .u-menu-icons-popover__item:hover {
  color: var(--app-primary-color);
}
[dir=rtl] .u-dropdown-menu {
  padding: 0;
  border-radius: 10px;
}
[dir=rtl] .u-dropdown-content_app-reservation {
  width: 250px;
  min-width: 250px;
}
@media (max-width: 767.98px) {
  [dir=rtl] .u-dropdown-content_app-reservation {
    width: 200px;
    min-width: 200px;
  }
}
[dir=rtl] .u-dropdown-content_app-reservation-add-edit {
  width: 286px;
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-dropdown-content_app-reservation-add-edit {
    width: 100%;
  }
}
[dir=rtl] .u-input-date .u-input-date__actions input.u-input {
  text-align: start;
}
[dir=rtl] .u-input-date .u-input-date__icon {
  right: unset;
  left: 10px;
}
[dir=rtl] .u-modal_popup .u-confirm-popup__actions-btn_yes, [dir=rtl] .u-modal_popup .u-confirm-popup__actions-btn_close {
  border-color: #3d3d4a;
  color: #ffffff;
  background-color: #3d3d4a;
}
[dir=rtl] .u-modal_popup .u-confirm-popup__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
[dir=rtl] .u-modal_app-auth-customer-switch {
  margin-top: 102px;
  max-width: max-content;
}
[dir=rtl] .u-modal_app-auth-customer-switch .modal-content {
  width: 418px;
  padding: 0;
}
[dir=rtl] .u-modal_app-side-modal {
  margin: 0;
  margin-right: auto;
  margin-left: 0;
  height: 100%;
  padding: 0;
}
[dir=rtl] .u-modal_app-side-modal .modal-content {
  border-radius: 0;
  padding: 0;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__header {
  padding: 30px 30px 20px 30px;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__title-text {
  font-size: 18px;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__body {
  padding: 15px 30px 0;
  overflow: auto;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__buttons {
  justify-content: space-between;
  align-items: center;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__buttons:has(> :nth-child(2)) {
  justify-content: space-between;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__buttons:has(> :only-child) {
  justify-content: flex-end;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__btn {
  width: 50%;
}
[dir=rtl] .u-modal_app-side-modal .general-card .general-card__btn:not(:last-of-type) {
  border: 2px solid #3D3D4A;
}
@media (max-width: 1279.98px) {
  [dir=rtl] .u-modal_app-auth-customer-switch .modal-content {
    margin: 0 auto;
  }
  [dir=rtl] .u-modal_app-side-modal {
    padding: 0;
  }
  [dir=rtl] .u-modal_app-side-modal .general-card .general-card__header {
    padding: 20px;
  }
  [dir=rtl] .u-modal_app-side-modal .general-card .general-card__body {
    padding: 0 20px;
  }
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-modal_app-auth-customer-switch {
    padding: 10px;
  }
  [dir=rtl] .u-modal_app-auth-customer-switch .modal-content {
    width: 100%;
  }
  [dir=rtl] .u-modal_app-auth-customer-switch .general-card .general-card__buttons {
    box-shadow: none;
  }
  [dir=rtl] .u-modal_app-side-modal {
    width: 100%;
    height: calc(100% - 52px);
    margin: 52px 0 0;
  }
}
[dir=rtl] .u-address__autocomplete-icon {
  top: 8px !important;
}
[dir=rtl] .u-icon {
  background-size: 100% 100%;
}
[dir=rtl] .u-icon_app-add {
  width: 12px;
  height: 12px;
  background-image: url("/assets/images/common/add.svg");
}
[dir=rtl] .u-icon_app-add:hover {
  background-image: url("/assets/images/common/add-hover.svg");
}
[dir=rtl] .u-icon_app-trash {
  width: 14px;
  height: 15px;
  background-image: url("/assets/images/common/trash.svg");
}
[dir=rtl] .u-icon_app-trash:hover {
  background-image: url("/assets/images/common/trash-hover.svg");
}
[dir=rtl] .u-icon_app-drag {
  width: 14px;
  height: 15px;
  background-image: url("/assets/images/common/drag.svg");
}
[dir=rtl] .u-icon_app-drag:hover {
  background-image: url("/assets/images/common/drag-hover.svg");
}
[dir=rtl] .u-select-s_app-reservation-ride-add-edit-order-purpose .u-select-s__list {
  max-height: 280px;
}
[dir=rtl] .u-group_app-auth-customer-switch.u-group {
  margin-bottom: 20px;
}
[dir=rtl] .u-group_app-auth-customer-switch.u-group:last-child {
  margin-bottom: 0;
}
[dir=rtl] .u-group_app-auth-customer-switch.u-group .u-group__field {
  width: calc(100% - 85px);
}
[dir=rtl] .u-group_app-auth-customer-switch.u-group .u-group__info {
  min-width: 85px;
  max-width: 85px;
}
[dir=rtl] .u-group_app-reservation-add-edit.u-group .u-group__info {
  width: 35%;
}
[dir=rtl] .u-group_app-reservation-add-edit.u-group .u-group__field {
  width: 282px;
}
[dir=rtl] .u-group_app-reservation-add-edit.u-group .u-group__name {
  font-weight: 500;
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-group_app-auth-customer-switch.u-group .u-group__field {
    width: 100%;
  }
  [dir=rtl] .u-group_app-reservation-add-edit.u-group .u-group__info {
    width: 100%;
  }
  [dir=rtl] .u-group_app-reservation-add-edit.u-group .u-group__field {
    width: 100%;
  }
}
[dir=rtl] .u-checkbox_app-round-checkbox.u-checkbox .u-checkbox__checkmark {
  border-radius: 2px;
}
[dir=rtl] .u-checkbox_app-header-shifts.u-checkbox .u-checkbox__el:checked ~ .u-checkbox__checkmark {
  background-color: #00BC97;
  border-color: #00BC97;
}
[dir=rtl] .u-checkbox_app-header-rides.u-checkbox .u-checkbox__el:checked ~ .u-checkbox__checkmark {
  background-color: #000000;
  border-color: #000000;
}
[dir=rtl] .u-input-date-range_app-week-switch .u-input-date-range__pick-wrapper {
  justify-content: center;
  margin-top: 1px;
}
@media (max-width: 639.98px) {
  [dir=rtl] .u-input-date-range_app-week-switch .u-input-date-range__pick {
    font-size: 13px;
  }
}
[dir=rtl] .u-calendar-week-view_app-reservation-calendar .u-calendar-week-view {
  border-top: none;
}
[dir=rtl] .u-calendar-week-view_app-reservation-calendar .u-calendar-time {
  color: #666666;
}
[dir=rtl] .u-calendar-week-view_app-reservation-calendar .u-calendar-time-events {
  border: none;
}
[dir=rtl] .u-calendar-week-view_app-reservation-calendar .u-calendar-day-headers {
  border-left: none;
  border-right: none;
}

/*# sourceMappingURL=styles.css.map*/