@media (min-device-width: 500px) {
  .caption--left *:not(.caption--top) *[data-caption] {
    display: flex;
    align-items: center;
  }
  .caption--left *:not(.caption--top) *[data-caption]::before {
    content: attr(data-caption);
    display: inline-block;
    min-width: 150px;
    max-width: 40vw;
    margin-right: 0.75rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caption--left *:not(.caption--top) *[data-caption] > * {
    flex-grow: 1;
  }
}
*[data-caption]::before {
  content: attr(data-caption);
  display: block;
  margin-bottom: 0.15rem;
}
.html-text .ql-indent-1 {
  padding-left: 3em;
}
.html-text .ql-indent-2 {
  padding-left: 6em;
}
.html-text .ql-indent-3 {
  padding-left: 9em;
}
.html-text .ql-indent-4 {
  padding-left: 12em;
}
.html-text .ql-indent-5 {
  padding-left: 15em;
}
.html-text .ql-indent-6 {
  padding-left: 28em;
}
.html-text .ql-indent-7 {
  padding-left: 21em;
}
.html-text .ql-indent-8 {
  padding-left: 24em;
}
.html-text p {
  padding: 0;
  margin: 0;
}
.view-preparing__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.view-preparing__progress-bar {
  margin: 1rem;
  height: 5px;
  border-radius: 5px;
  background-color: #ddd;
  overflow: hidden;
}
.view-preparing__progress-value {
  width: 100%;
  height: 100%;
  background-color: #666;
  animation: view-preparing-progress-bar-animation 1s infinite linear;
  transform-origin: 0% 50%;
}
@keyframes view-preparing-progress-bar-animation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}

.small-hpad .container,
.small-hpad.container {
  margin: -2px -6px;
}
.small-hpad .container div[class*="col-xs-"],
.small-hpad.container div[class*="col-xs-"],
.small-hpad .container div[class*="col-sm-"],
.small-hpad.container div[class*="col-sm-"],
.small-hpad .container div[class*="col-md-"],
.small-hpad.container div[class*="col-md-"],
.small-hpad .container div[class*="col-lg-"],
.small-hpad.container div[class*="col-lg-"] {
  padding: 2px 6px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.parent-container {
  padding: 12px;
  width: 100%;
  overflow: hidden;
}
.align-items-center {
  align-items: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
.align-items-flex-end {
  align-items: flex-end;
}
.align-items-baseline {
  align-items: baseline;
}
.justify-content-flex-start {
  justify-content: flex-start;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.flex-grow-1 {
  flex-grow: 1;
}
div[class*="col-xs-"],
div[class*="col-sm-"],
div[class*="col-md-"],
div[class*="col-lg-"] {
  padding: 6px;
}
div.col-xs-auto {
  width: initial;
}
div.col-xs-1 {
  width: 8.3333%;
}
div.col-xs-2 {
  width: 16.6666%;
}
div.col-xs-3 {
  width: 25%;
}
div.col-xs-4 {
  width: 33.3333%;
}
div.col-xs-5 {
  width: 41.6666%;
}
div.col-xs-6 {
  width: 50%;
}
div.col-xs-7 {
  width: 58.3333%;
}
div.col-xs-8 {
  width: 66.6666%;
}
div.col-xs-9 {
  width: 75%;
}
div.col-xs-10 {
  width: 83.3333%;
}
div.col-xs-11 {
  width: 91.6666%;
}
div.col-xs-12 {
  width: 100%;
}
div.col-hide-xs {
  display: none;
}
div.col-show-xs {
  display: initial;
}
.gr-sm div.col-sm-auto {
  width: initial;
}
.gr-sm div.col-sm-1 {
  width: 8.3333%;
}
.gr-sm div.col-sm-2 {
  width: 16.6666%;
}
.gr-sm div.col-sm-3 {
  width: 25%;
}
.gr-sm div.col-sm-4 {
  width: 33.3333%;
}
.gr-sm div.col-sm-5 {
  width: 41.6666%;
}
.gr-sm div.col-sm-6 {
  width: 50%;
}
.gr-sm div.col-sm-7 {
  width: 58.3333%;
}
.gr-sm div.col-sm-8 {
  width: 66.6666%;
}
.gr-sm div.col-sm-9 {
  width: 75%;
}
.gr-sm div.col-sm-10 {
  width: 83.3333%;
}
.gr-sm div.col-sm-11 {
  width: 91.6666%;
}
.gr-sm div.col-sm-12 {
  width: 100%;
}
.gr-sm div.col-hide-sm {
  display: none;
}
.gr-sm div.col-show-sm {
  display: initial;
}
.gr-md div.col-md-auto {
  width: initial;
}
.gr-md div.col-md-1 {
  width: 8.3333%;
}
.gr-md div.col-md-2 {
  width: 16.6666%;
}
.gr-md div.col-md-3 {
  width: 25%;
}
.gr-md div.col-md-4 {
  width: 33.3333%;
}
.gr-md div.col-md-5 {
  width: 41.6666%;
}
.gr-md div.col-md-6 {
  width: 50%;
}
.gr-md div.col-md-7 {
  width: 58.3333%;
}
.gr-md div.col-md-8 {
  width: 66.6666%;
}
.gr-md div.col-md-9 {
  width: 75%;
}
.gr-md div.col-md-10 {
  width: 83.3333%;
}
.gr-md div.col-md-11 {
  width: 91.6666%;
}
.gr-md div.col-md-12 {
  width: 100%;
}
.gr-md div.col-hide-md {
  display: none;
}
.gr-md div.display-show-md {
  display: initial;
}
.gr-lg div.col-lg-auto {
  width: initial;
}
.gr-lg div.col-lg-1 {
  width: 8.3333%;
}
.gr-lg div.col-lg-2 {
  width: 16.6666%;
}
.gr-lg div.col-lg-3 {
  width: 25%;
}
.gr-lg div.col-lg-4 {
  width: 33.3333%;
}
.gr-lg div.col-lg-5 {
  width: 41.6666%;
}
.gr-lg div.col-lg-6 {
  width: 50%;
}
.gr-lg div.col-lg-7 {
  width: 58.3333%;
}
.gr-lg div.col-lg-8 {
  width: 66.6666%;
}
.gr-lg div.col-lg-9 {
  width: 75%;
}
.gr-lg div.col-lg-10 {
  width: 83.3333%;
}
.gr-lg div.col-lg-11 {
  width: 91.6666%;
}
.gr-lg div.col-lg-12 {
  width: 100%;
}
.gr-lg div.col-hide-lg {
  display: none;
}
.gr-lg div.col-show-lg {
  display: initial;
}
.gr-xl div.col-xl-auto {
  width: initial;
}
.gr-xl div.col-xl-1 {
  width: 8.3333%;
}
.gr-xl div.col-xl-2 {
  width: 16.6666%;
}
.gr-xl div.col-xl-3 {
  width: 25%;
}
.gr-xl div.col-xl-4 {
  width: 33.3333%;
}
.gr-xl div.col-xl-5 {
  width: 41.6666%;
}
.gr-xl div.col-xl-6 {
  width: 50%;
}
.gr-xl div.col-xl-7 {
  width: 58.3333%;
}
.gr-xl div.col-xl-8 {
  width: 66.6666%;
}
.gr-xl div.col-xl-9 {
  width: 75%;
}
.gr-xl div.col-xl-10 {
  width: 83.3333%;
}
.gr-xl div.col-xl-11 {
  width: 91.6666%;
}
.gr-xl div.col-xl-12 {
  width: 100%;
}
.gr-xl div.col-hide-xl {
  display: none;
}
.gr-xl div.col-show-xl {
  display: initial;
}

button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}

/**
* DevExtreme (dx.common.css)
* Version: 21.2.9
* Build date: Mon Jul 18 2022
*
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
/*!
This file is kept for backward compatibility.
It is no longer required.
*/
html,
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}

