@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  /* 1 */
  font: inherit;
  color: inherit;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  /* 1 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.select2-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    display: block;
    box-sizing: border-box;
    height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-right: 20px;
      padding-left: 8px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    min-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      padding-left: 8px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      padding: 0;
      margin-top: 5px;
      font-size: 100%;
      border: none; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-results {
  display: block; }

.select2-results__options {
  padding: 0;
  margin: 0;
  list-style: none; }

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    width: 100%;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #444; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    float: right;
    font-weight: bold;
    cursor: pointer; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-left: -4px;
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    float: left;
    margin-top: 5px;
    color: #999; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;
    color: #999;
    cursor: pointer; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 2em;
    margin-left: -1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      padding-left: 3em;
      margin-left: -2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        padding-left: 4em;
        margin-left: -3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          padding-left: 5em;
          margin-left: -4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            padding-left: 6em;
            margin-left: -5em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #5897fb; }

.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #444; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    float: right;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-left: -4px;
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-radius: 0;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
    margin: 0;
    list-style: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;
    color: #888;
    cursor: pointer; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #3875d7; }

.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.13.4/fc-4.2.2/sl-1.6.2
 *
 * Included libraries:
 *   DataTables 1.13.4, FixedColumns 4.2.2, Select 1.6.2
 */
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer; }

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin-top: -9px;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  text-align: center;
  color: white;
  background-color: #31b131;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  content: "+";
  text-indent: 0 !important; }

table.dataTable tr.dt-hasChild td.dt-control:before {
  background-color: #d33333;
  content: "-"; }

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  position: relative;
  padding-right: 26px;
  cursor: pointer; }

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  right: 10px;
  display: block;
  font-size: 0.8em;
  line-height: 9px;
  opacity: 0.125; }

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲" /""; }

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼" /""; }

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6; }

table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none; }

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  padding: 2px;
  margin-top: -26px;
  margin-left: -100px;
  text-align: center; }

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto; }

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  background: #0d6efd;
  background: #0d6efd;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite; }

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

/*
  * Table styles
  */
table.dataTable {
  clear: both;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  /*
    * Header and footer styles
    */
  /*
    * Body styles
    */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

table.dataTable tbody tr {
  background-color: transparent; }

table.dataTable tbody tr.selected > * {
  color: white;
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9); }

table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: #090a0b; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023); }

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923); }

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035); }

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px #0d6efd !important; }

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019); }

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919); }

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054); }

table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047); }

table.dataTable.display > tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039); }

table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954); }

table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947); }

table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939); }

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019); }

table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011); }

table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003); }

table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919); }

table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911); }

table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903); }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082); }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074); }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062); }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982); }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974); }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962); }

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
  * Control feature layout
  */
.dataTables_wrapper {
  position: relative;
  clear: both; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_length select {
  padding: 5px;
  padding: 4px;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 3px; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  padding: 5px;
  margin-left: 3px;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 3px; }

.dataTables_wrapper .dataTables_info {
  float: left;
  clear: both;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 0.25em;
  text-align: right; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  box-sizing: border-box;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-color: rgba(230, 230, 230, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  background-color: #585858;
  border: 1px solid #111;
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  background-color: #2b2b2b;
  /* W3C */
  box-shadow: inset 0 0 3px #111;
  outline: none; }

.dataTables_wrapper .dataTables_paginate .ellipsis, .dataTables_wrapper .dataTables_paginate .input > .placeholder, .dataTables_wrapper .dataTables_paginate .input.multiple .input-holder > .placeholder, .input.multiple .dataTables_wrapper .dataTables_paginate .input-holder > .placeholder, .dataTables_wrapper .dataTables_paginate .input .iti__country-name, .input .dataTables_wrapper .dataTables_paginate .iti__country-name, .dataTables_wrapper .dataTables_paginate .control-sets .placeholder, .control-sets .dataTables_wrapper .dataTables_paginate .placeholder, .dataTables_wrapper .dataTables_paginate body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .dataTables_wrapper .dataTables_paginate li,
.dataTables_wrapper .dataTables_paginate .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .dataTables_wrapper .dataTables_paginate li, .dataTables_wrapper .dataTables_paginate body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .dataTables_wrapper .dataTables_paginate mark + span,
.dataTables_wrapper .dataTables_paginate .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .dataTables_wrapper .dataTables_paginate mark + span, .dataTables_wrapper .dataTables_paginate body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .dataTables_wrapper .dataTables_paginate .ellipsis,
.dataTables_wrapper .dataTables_paginate .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dataTables_wrapper .dataTables_paginate .ellipsis, .dataTables_wrapper .dataTables_paginate form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .dataTables_wrapper .dataTables_paginate .select2-selection__placeholder, .dataTables_wrapper .dataTables_paginate .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .dataTables_wrapper .dataTables_paginate .select2-selection__placeholder, .dataTables_wrapper .dataTables_paginate form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dataTables_wrapper .dataTables_paginate .ellipsis, .dataTables_wrapper .dataTables_paginate .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dataTables_wrapper .dataTables_paginate .ellipsis, .dataTables_wrapper .dataTables_paginate form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .dataTables_wrapper .dataTables_paginate .select2-selection__choice, .dataTables_wrapper .dataTables_paginate .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .dataTables_wrapper .dataTables_paginate .select2-selection__choice, .dataTables_wrapper .dataTables_paginate .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .dataTables_wrapper .dataTables_paginate span,
.dataTables_wrapper .dataTables_paginate .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .dataTables_wrapper .dataTables_paginate span:not([class]), .dataTables_wrapper .dataTables_paginate .form-block .form-item .big-header em, .form-block .form-item .big-header .dataTables_wrapper .dataTables_paginate em, .dataTables_wrapper .dataTables_paginate .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .dataTables_wrapper .dataTables_paginate dt, .dataTables_wrapper .dataTables_paginate .attach .file footer strong.name span, .attach .file footer strong.name .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .attach .file footer span.filename, .attach .file footer .dataTables_wrapper .dataTables_paginate span.filename, .dataTables_wrapper .dataTables_paginate .card-note-list > li > a span:not([class]), .card-note-list > li > a .dataTables_wrapper .dataTables_paginate span:not([class]), .dataTables_wrapper .dataTables_paginate .request-card-row span, .request-card-row .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .request-card-row strong, .request-card-row .dataTables_wrapper .dataTables_paginate strong, .dataTables_wrapper .dataTables_paginate .filter-list .controller span:not(.remove-range), .filter-list .controller .dataTables_wrapper .dataTables_paginate span:not(.remove-range), .dataTables_wrapper .dataTables_paginate .filter-list .controller b, .filter-list .controller .dataTables_wrapper .dataTables_paginate b, .dataTables_wrapper .dataTables_paginate .sortable.sortable-list .title, .sortable.sortable-list .dataTables_wrapper .dataTables_paginate .title, .dataTables_wrapper .dataTables_paginate .library-panel .item > span, .library-panel .dataTables_wrapper .dataTables_paginate .item > span, .dataTables_wrapper .dataTables_paginate .library-panel .panel-template header strong, .library-panel .panel-template header .dataTables_wrapper .dataTables_paginate strong, .dataTables_wrapper .dataTables_paginate .site-item .position span, .site-item .position .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .site-item .title, .site-item .dataTables_wrapper .dataTables_paginate .title, .dataTables_wrapper .dataTables_paginate .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .dataTables_wrapper .dataTables_paginate .controller, .dataTables_wrapper .dataTables_paginate .providerSearchFilter .level-name, .providerSearchFilter .dataTables_wrapper .dataTables_paginate .level-name, .dataTables_wrapper .dataTables_paginate .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .dataTables_wrapper .dataTables_paginate .ellips, .dataTables_wrapper .dataTables_paginate .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .dataTables_wrapper .dataTables_paginate h3, .dataTables_wrapper .dataTables_paginate .dropdown a:not(.icon), .dropdown .dataTables_wrapper .dataTables_paginate a:not(.icon),
.dataTables_wrapper .dataTables_paginate .dropdown .dropFile, .dropdown .dataTables_wrapper .dataTables_paginate .dropFile,
.dataTables_wrapper .dataTables_paginate .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .dataTables_wrapper .dataTables_paginate span.clipboard,
.dataTables_wrapper .dataTables_paginate .dropdown label:not(.switch):not(.controllerHead), .dropdown .dataTables_wrapper .dataTables_paginate label:not(.switch):not(.controllerHead), .dataTables_wrapper .dataTables_paginate .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .context-menu-list li, .context-menu-list .dataTables_wrapper .dataTables_paginate li, .dataTables_wrapper .dataTables_paginate .table table .flexEllipsis b, .table table .flexEllipsis .dataTables_wrapper .dataTables_paginate b, .dataTables_wrapper .dataTables_paginate .table.complexHeader thead span i, .table.complexHeader thead span .dataTables_wrapper .dataTables_paginate i, .dataTables_wrapper .dataTables_paginate .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .dataTables_wrapper .dataTables_paginate .elips, .dataTables_wrapper .dataTables_paginate .short-info .info p, .short-info .info .dataTables_wrapper .dataTables_paginate p, .dataTables_wrapper .dataTables_paginate .panel header p, .panel header .dataTables_wrapper .dataTables_paginate p, .dataTables_wrapper .dataTables_paginate .matches-list .item strong, .matches-list .item .dataTables_wrapper .dataTables_paginate strong, .dataTables_wrapper .dataTables_paginate .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .accordion-header strong span:not([class]), .accordion-header strong .dataTables_wrapper .dataTables_paginate span:not([class]), .dataTables_wrapper .dataTables_paginate .accordion-header em, .accordion-header .dataTables_wrapper .dataTables_paginate em, .dataTables_wrapper .dataTables_paginate .accordion-header.more-data dl dt, .accordion-header.more-data dl .dataTables_wrapper .dataTables_paginate dt, .dataTables_wrapper .dataTables_paginate .note-card strong, .note-card .dataTables_wrapper .dataTables_paginate strong, .dataTables_wrapper .dataTables_paginate .note-card span, .note-card .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .search-container .controller .desc strong, .search-container .controller .desc .dataTables_wrapper .dataTables_paginate strong, .dataTables_wrapper .dataTables_paginate .search-container .controller .desc span, .search-container .controller .desc .dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .level-table .level-name, .level-table .dataTables_wrapper .dataTables_paginate .level-name, .dataTables_wrapper .dataTables_paginate .level-table .flexEllipsis b, .level-table .flexEllipsis .dataTables_wrapper .dataTables_paginate b {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ""; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: white; }

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: white; }

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: white; }

table.dataTable > tbody > tr > .selected {
  color: white;
  background-color: rgba(13, 110, 253, 0.9); }

table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative; }

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > td.select-checkbox:after,
table.dataTable > tbody > tr > th.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:after {
  position: absolute;
  top: 1.2em;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px; }

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
  content: " "; }

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid white; }

table.dataTable > tbody > tr.selected > td.select-checkbox:after,
table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -19px;
  margin-left: -6px;
  font-size: 20px;
  text-align: center;
  content: "✓";
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px; }

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px; }

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    display: block;
    margin-left: 0; } }

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-align: left;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none; }

.highcharts-root {
  display: block; }

.highcharts-root text {
  stroke-width: 0; }

.highcharts-strong {
  font-weight: bold; }

.highcharts-emphasized {
  font-style: italic; }

.highcharts-anchor {
  cursor: pointer; }

.highcharts-background {
  fill: #ffffff; }

.highcharts-plot-border, .highcharts-plot-background {
  fill: none; }

.highcharts-label-box {
  fill: none; }

.highcharts-button-box {
  fill: inherit; }

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none; }

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0; }

/* Titles */
.highcharts-title {
  font-size: 1.5em;
  fill: #333333; }

.highcharts-subtitle {
  fill: #666666; }

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb; }

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0; }

.highcharts-axis-title {
  fill: #666666; }

.highcharts-axis-labels {
  font-size: 0.9em;
  cursor: default;
  fill: #666666; }

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6; }

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px; }

.highcharts-tick {
  stroke: #ccd6eb; }

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0; }

.highcharts-minor-grid-line {
  stroke: #f2f2f2; }

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc; }

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25; }

/* Credits */
.highcharts-credits {
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
  cursor: pointer;
  fill: #999999; }

.highcharts-credits:hover {
  font-size: 1em;
  fill: black; }

/* Tooltip */
.highcharts-tooltip {
  white-space: nowrap;
  transition: stroke 150ms;
  cursor: default;
  pointer-events: none; }

.highcharts-tooltip text {
  fill: #333333; }

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em; }

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85; }

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85; }

div.highcharts-tooltip {
  filter: none; }

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25; }

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round; }

.highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc; }

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3; }

.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */ }

.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */ }

.highcharts-state-hover path {
  transition: stroke-width 50ms;
  /* quick in */ }

.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */ }

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms; }

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2; }

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec; }

.highcharts-color-1 {
  fill: #434348;
  stroke: #434348; }

.highcharts-color-2 {
  fill: #90ed7d;
  stroke: #90ed7d; }

.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c; }

.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9; }

.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80; }

.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354; }

.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f; }

.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b; }

.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1; }

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0; }

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff; }

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
  opacity: 0; }

.highcharts-point {
  stroke-width: 1px; }

.highcharts-dense-data .highcharts-point {
  stroke-width: 0; }

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold; }

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0; }

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333; }

.highcharts-data-label-connector {
  fill: none; }

.highcharts-data-label-hidden {
  pointer-events: none; }

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0; }

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000; }

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff; }

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms; }

.highcharts-column-series .highcharts-point-hover {
  transition: fill-opacity 50ms;
  fill-opacity: 0.75; }

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-pie-series .highcharts-point-hover {
  transition: fill-opacity 50ms;
  fill-opacity: 0.75; }

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-funnel-series .highcharts-point-hover {
  transition: fill-opacity 50ms;
  fill-opacity: 0.75; }

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit; }

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff; }

.highcharts-pyramid-series .highcharts-point-hover {
  transition: fill-opacity 50ms;
  fill-opacity: 0.75; }

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit; }

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0; }

.highcharts-treemap-series .highcharts-point {
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
  stroke-width: 1px;
  stroke: #e6e6e6; }

.highcharts-treemap-series .highcharts-point-hover {
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
  stroke: #999999; }

.highcharts-treemap-series .highcharts-above-level {
  display: none; }

.highcharts-treemap-series .highcharts-internal-node {
  fill: none; }

.highcharts-treemap-series .highcharts-internal-node-interactive {
  cursor: pointer;
  fill-opacity: 0.15; }

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75; }

.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px; }

.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px; }

.highcharts-lollipop-stem {
  stroke: #000000; }

.highcharts-focus-border {
  fill: none;
  stroke-width: 2px; }

.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important; }

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0; }

.highcharts-legend-item > text {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  fill: #333333;
  stroke-width: 0; }

.highcharts-legend-item:hover text {
  fill: #000000; }

.highcharts-legend-item-hidden * {
  transition: fill 250ms;
  fill: #cccccc !important;
  stroke: #cccccc !important; }

.highcharts-legend-nav-active {
  cursor: pointer;
  fill: #003399; }

.highcharts-legend-nav-inactive {
  fill: #cccccc; }

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
  /* tracker */
  fill: rgba(192, 192, 192, 0.0001); }

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0; }

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5; }

.highcharts-bubble-legend-connectors {
  stroke-width: 1; }

.highcharts-bubble-legend-labels {
  fill: #333333; }

/* Loading */
.highcharts-loading {
  position: absolute;
  z-index: 10;
  text-align: center;
  background-color: #ffffff;
  opacity: 0.5;
  transition: opacity 250ms; }

.highcharts-loading-hidden {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms, height 250ms step-end; }

.highcharts-loading-inner {
  position: relative;
  top: 45%;
  font-weight: bold; }

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05; }

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px; }

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff; }

.highcharts-boxplot-median {
  stroke-width: 2px; }

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5; }

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000; }

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0; }

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0; }

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3; }

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0; }

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5; }

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1; }

.highcharts-venn-series .highcharts-point {
  transition: stroke 250ms, fill-opacity 250ms;
  fill-opacity: 0.75;
  stroke: #cccccc; }

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc; }

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0; }

.highcharts-navigator-mask-inside {
  cursor: ew-resize;
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25; }

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none; }

.highcharts-navigator-handle {
  cursor: ew-resize;
  stroke: #cccccc;
  fill: #f2f2f2; }

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad; }

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px; }

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05; }

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0; }

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6; }

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999; }

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0; }

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-scrollbar-arrow {
  fill: #666666; }

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px; }

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px; }

.highcharts-button {
  transition: fill 250ms;
  cursor: default;
  fill: #f7f7f7;
  stroke: #cccccc;
  stroke-width: 1px; }

.highcharts-button text {
  fill: #333333; }

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc; }

.highcharts-button-hover text {
  fill: #333333; }

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc; }

.highcharts-button-pressed text {
  font-weight: bold;
  fill: #333333; }

.highcharts-button-disabled text {
  fill: #333333; }

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px; }

.highcharts-range-label rect {
  fill: none; }

.highcharts-range-label text {
  fill: #666666; }

.highcharts-range-input rect {
  fill: none; }

.highcharts-range-input text {
  fill: #333333; }

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc; }

input.highcharts-range-selector {
  position: absolute;
  left: -9em;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  border: 0;
  /* #4798 */ }

.highcharts-crosshair-label text {
  font-size: 1.1em;
  fill: #ffffff; }

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit; }

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px; }

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff; }

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px; }

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  transition: fill 250ms;
  stroke: #999999;
  fill: #ffffff; }

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb; }

.highcharts-flags-series .highcharts-point text {
  font-size: 0.9em;
  font-weight: bold;
  fill: #000000; }

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc; }

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px; }

.highcharts-mapline-series .highcharts-point {
  fill: none; }

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0; }

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center; }

.highcharts-coloraxis {
  stroke-width: 0; }

.highcharts-coloraxis-marker {
  fill: #999999; }

.highcharts-null-point {
  fill: #f7f7f7; }

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent; }

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round; }

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6; }

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px; }

.highcharts-menu {
  padding: 5px 0;
  background: #ffffff;
  border: 1px solid #999999;
  box-shadow: 3px 3px 10px #888; }

.highcharts-menu-item {
  padding: 0.5em 1em;
  color: #333333;
  background: none;
  transition: background 250ms, color 250ms;
  cursor: pointer; }

.highcharts-menu-item:hover {
  color: #ffffff;
  background: #335cad; }

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer; }

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  fill: #003399; }

/* No-data module */
.highcharts-no-data text {
  font-size: 12px;
  font-weight: bold;
  fill: #666666; }

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px; }

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0; }

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333; }

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333; }

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75; }

.highcharts-annotation-label text {
  fill: #e6e6e6; }

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
  cursor: pointer; }

.highcharts-point-connecting-path {
  fill: none; }

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px; }

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  margin: 0;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  position: absolute;
  z-index: 99997;
  opacity: 0;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  direction: ltr; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  transform: translateZ(0);
  direction: ltr; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99994;
  display: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  overflow: auto;
  text-align: center;
  white-space: normal;
  -webkit-backface-visibility: hidden;
  outline: none;
  -webkit-overflow-scrolling: touch;
  transition-property: transform,opacity; }

.fancybox-slide:before {
  display: inline-block;
  width: 0;
  height: 100%;
  font-size: 0;
  content: "";
  vertical-align: middle; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  padding: 44px 0;
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 44px;
  margin: 0;
  overflow: auto;
  text-align: left;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99995;
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  border: 0; }

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0; }

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #444; }

.fancybox-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin: 0;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: color .2s;
  cursor: pointer;
  visibility: inherit;
  vertical-align: top; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  height: 2px;
  background: #ff5268;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear; }

.fancybox-close-small {
  position: absolute;
  top: -44px;
  right: -12px;
  z-index: 401;
  padding: 8px;
  color: #ccc;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: .8;
  cursor: pointer; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  opacity: 0;
  background-clip: content-box; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px; }

.fancybox-caption {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99996;
  padding: 75px 44px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #eee;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  pointer-events: none; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  text-decoration: none;
  color: #ccc; }

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #fff; }

.fancybox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  background: transparent;
  border: 4px solid #888;
  border-radius: 50%;
  opacity: .7;
  animation: a 1s linear infinite;
  border-bottom-color: #fff; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    color: #f2f4f6;
    background: #4e4e4e;
    opacity: 1; }
  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-right: max(12px, env(safe-area-inset-right));
      padding-left: max(12px, env(safe-area-inset-left)); } } }

.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 3px; }

.fancybox-share h1 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  color: #222; }

.fancybox-share p {
  padding: 0;
  margin: 0; }

.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  padding: 0 15px;
  margin: 0 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0 0;
  font-size: 14px;
  color: #5d5b5b;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d7d7d7;
  outline: none; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99995;
  display: none;
  width: 212px;
  padding: 2px 2px 4px;
  margin: 0;
  background: #ddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
  list-style: none; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  padding: 0;
  margin: 2px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.fancybox-thumbs__list a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99991;
  border: 6px solid #ff5268;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: ""; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * Slim v5.1.2 - Image Cropping Made Easy
 * Copyright (c) 2019 Rik Schennink - https://pqina.nl/slim
 */
.slim-file-hopper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slim-image-editor {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: left; }

.slim-image-editor .slim-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100% - 8em);
  direction: ltr; }

.slim-image-editor .slim-editor-btn-group, .slim-image-editor .slim-editor-utils-group {
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.slim-image-editor .slim-stage {
  position: absolute;
  line-height: 0; }

.slim-image-editor .slim-wrapper {
  position: absolute;
  z-index: 2; }

.slim-image-editor .slim-crop-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0; }

.slim-image-editor .slim-stage {
  z-index: 4; }

.slim-image-editor .slim-crop-preview {
  z-index: 3;
  border-radius: 4px; }

.slim-image-editor .slim-crop-preview:after, .slim-image-editor .slim-crop-preview canvas, .slim-image-editor .slim-crop-preview img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: inherit; }

.slim-image-editor .slim-crop-preview .slim-crop {
  z-index: 3; }

.slim-image-editor .slim-crop-preview:after {
  right: 0;
  bottom: 0;
  z-index: 2;
  content: ""; }

.slim-image-editor .slim-crop-preview .slim-crop-blur {
  z-index: 1;
  -moz-filter: contrast(0.7);
  filter: contrast(0.7); }

.slim-image-editor .slim-editor-utils-group {
  text-align: center; }

.slim-image-editor .slim-editor-utils-group button {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  font-size: 1em;
  background-color: transparent;
  background-position: 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  cursor: pointer;
  outline: none; }

.slim-image-editor .slim-editor-utils-group button:active {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.slim-image-editor .slim-editor-btn-group {
  text-align: center; }

.slim-image-editor .slim-editor-btn-group button {
  position: relative;
  display: inline-block;
  padding: .75em 1.5em .875em;
  margin: 0 .75em;
  overflow: hidden;
  font-size: 1em;
  background-color: transparent;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  transition: color .25s,box-shadow .25s,background-color .25s;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.slim-image-editor .slim-editor-btn-group button:active {
  padding: .875em 1.5em .75em;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.slim-rotation-disabled .slim-container {
  height: calc(100% - 4em); }

.slim-rotation-disabled .slim-editor-utils-group {
  display: none; }

.slim-editor-btn, .slim-editor-utils-btn {
  color: rgba(255, 255, 255, 0.75);
  border: 2px solid rgba(0, 0, 0, 0.25); }

.slim-editor-btn:focus, .slim-editor-btn:hover, .slim-editor-utils-btn:focus, .slim-editor-utils-btn:hover {
  color: rgba(255, 255, 255, 0.9); }

.slim-editor-utils-btn {
  border-radius: .6875em; }

.slim-editor-btn {
  border-radius: .5em; }

.slim-image-editor-preview:after {
  background-color: rgba(244, 250, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 0 1px 5px rgba(0, 0, 0, 0.3); }

.slim-btn-rotate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='287' viewBox='0 0 252 287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.762.626v36.15c65.016 4.594 116.34 58.75 116.34 124.936 0 69.198-56.09 125.288-125.29 125.288C56.616 287 .525 230.91.525 161.71c0-30.036 10.592-57.59 28.215-79.17l31.934 31.934C51.03 127.75 45.27 144.04 45.27 161.71c0 44.485 36.06 80.544 80.544 80.544 44.484 0 80.544-36.058 80.544-80.543 0-41.454-31.327-75.56-71.594-80.017v35.272l-62.646-57.89L134.762.625zm-8.95 196.883c-19.77 0-35.796-16.028-35.796-35.798 0-19.77 16.027-35.796 35.797-35.796 19.77 0 35.797 16.026 35.797 35.796s-16.027 35.797-35.797 35.797z' fill='rgba(255,255,255,.8)' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.slim-editor-btn-group, .slim-editor-utils-group {
  padding: 1em 0 0; }

@media (min-width: 40em) {
  .slim-btn-group {
    padding-top: 2em; } }

.slim-crop-area {
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.75); }

.slim-crop-area .grid {
  overflow: hidden; }

.slim-crop-area .grid:after, .slim-crop-area .grid:before {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
  content: ""; }

.slim-crop-area .grid:before {
  top: 33.333%;
  right: 1px;
  bottom: 33.333%;
  left: 1px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.35), inset 0 1px 0 0 rgba(255, 255, 255, 0.35); }

.slim-crop-area .grid:after {
  top: 1px;
  right: 33.333%;
  bottom: 1px;
  left: 33.333%;
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.35), inset 1px 0 0 0 rgba(255, 255, 255, 0.35); }

.slim-crop-area button {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  margin-top: -8px;
  margin-left: -8px;
  background: #fafafa;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.15); }

.slim-crop-area [class*=n] {
  top: 0; }

.slim-crop-area [class*=s] {
  top: 100%; }

.slim-crop-area [class*=w] {
  left: 0; }

.slim-crop-area [class*=e] {
  left: 100%; }

.slim-crop-area .e, .slim-crop-area .w {
  top: 50%;
  height: 30px;
  margin-top: -15px;
  cursor: ew-resize; }

.slim-crop-area .n, .slim-crop-area .s {
  left: 50%;
  width: 30px;
  margin-left: -15px;
  cursor: ns-resize; }

.slim-crop-area .ne, .slim-crop-area .sw {
  cursor: nesw-resize; }

.slim-crop-area .nw, .slim-crop-area .se {
  cursor: nwse-resize; }

.slim-crop-area .c {
  top: 10px;
  left: 10px;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  cursor: move; }

.slim-crop-area button:not(.c):after {
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  content: ""; }

.slim-crop-area .slim-crop-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.slim-crop-area .slim-crop-mask img {
  position: absolute;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 0 !important;
  transform: translateZ(0);
  transform-origin: 0 0; }

.slim-crop-area[data-dragging=true] .grid:after, .slim-crop-area[data-dragging=true] .grid:before {
  opacity: 1; }

.slim-popover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  padding: 1em;
  overflow: hidden;
  font-size: 16px;
  background: rgba(25, 27, 29, 0.99);
  -ms-touch-action: none;
  touch-action: none; }

.slim-popover[data-state=off] {
  left: -100%; }

.slim-popover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 80%);
  content: ""; }

@media (min-width: 40em) {
  .slim-popover {
    padding: 2em; } }

.slim, .slim-crop-area, .slim-image-editor, .slim-popover {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slim-crop-area button, .slim-image-editor button, .slim-popover button, .slim button {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent; }

.slim *, .slim-crop-area *, .slim-image-editor *, .slim-popover * {
  box-sizing: inherit; }

.slim-crop-area img, .slim-image-editor img, .slim-popover img, .slim img {
  background-color: #eee;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYBpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/M4gYERaKxUvDamhQExtlJqEmTWOUwWbmzS81P17vzaTJVtlOUWLj14K/gK2yVopISdlZExv0nGfUSObc7rmf+73nnO49F+yhtJoxat2Qyeb14KRXmQ8vKPWP2OjCQRtKRDW08UDAT1V7u5Fosat+q1b1uH+tKRY3VLA1CI+pmp4XnhL2r+Q1izeFO9RUJCZ8LOzS5YLC15YeLfOTxckyf1ish4I+sLcKK8lfHP3FakrPCMvLcWbSBfXnPtZLHPHs3KysPTK7MQgyiReFaSbw4WGQUfEe+hliQHZUyXd/58+Qk1xVvEYRnWWSpMjjErUg1eOyJkSPy0hTtPr/t69GYnioXN3hhboH03zphfoN+CyZ5vu+aX4eQM09nGUr+bk9GHkVvVTRnLvQsgYn5xUtugWn69B5p0X0yLdUI9OeSMDzETSHof0SGhfLPfs55/AWQqvyVRewvQN9Et+y9AUyt2fOEwKMEgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC9JREFUOI1jZGBgkGIgDjwjRhETkYYRDUYNHDVwMBjISIJaonLU4PfyqIGjBpIBAPvwAUFW9TOIAAAAAElFTkSuQmCC"); }

.slim img {
  width: 100%;
  height: auto; }

span.slim {
  display: block; }

.slim {
  position: relative;
  padding-bottom: .025px;
  font-size: inherit;
  background-color: #eee;
  transition: background-color .25s; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.slim[data-state*=file-over] .slim-btn {
  pointer-events: none; }

.slim[data-state*=empty]:hover {
  background-color: #ddd; }

.slim[data-state*=empty] .slim-label {
  opacity: 1;
  visibility: visible; }

.slim[data-state*=busy] .slim-label {
  opacity: 0; }

.slim[data-state*=loading] .slim-label {
  display: none; }

.slim[data-state*=loading] .slim-label-loading {
  display: block;
  opacity: 1; }

.slim[data-state*=preview] .slim-label {
  visibility: hidden; }

.slim[data-state*=error] {
  color: #702010;
  background-color: #e8a69f !important; }

.slim > img, .slim > input[type=file] {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border: 0 !important;
  opacity: 0 !important; }

.slim > img + input[type=file], .slim > input[type=file] + img {
  margin-bottom: 0 !important; }

.slim > input[type=hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0; }

.slim .slim-label-loading {
  display: none; }

.slim .slim-label {
  transition: opacity .25s;
  visibility: hidden; }

.slim .slim-error, .slim .slim-label, .slim .slim-label-loading {
  max-width: 100%; }

.slim .slim-file-hopper {
  z-index: 3;
  background: rgba(0, 0, 0, 0.0001); }

.slim .slim-area, .slim .slim-drip, .slim .slim-ratio, .slim .slim-result, .slim .slim-status {
  border-radius: inherit; }

.slim .slim-area {
  width: 100%;
  overflow: hidden;
  color: inherit; }

.slim .slim-area :only-of-type {
  margin: 0; }

.slim .slim-area .slim-loader {
  position: absolute;
  top: .875em;
  right: .875em;
  z-index: 1;
  width: 23px;
  height: 23px;
  pointer-events: none; }

.slim .slim-area .slim-loader svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; }

.slim .slim-area .slim-upload-status {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
  font-weight: 400;
  line-height: 1.65;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .25s; }

.slim .slim-area .slim-upload-status-icon {
  display: inline-block;
  opacity: .9; }

.slim .slim-area .slim-drip, .slim .slim-area .slim-result, .slim .slim-area .slim-status {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slim .slim-area .slim-drip, .slim .slim-area .slim-result {
  position: absolute; }

.slim .slim-area .slim-status {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 1.5em;
  text-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none; }

.slim .slim-area .slim-drip {
  z-index: 1;
  overflow: hidden; }

.slim .slim-area .slim-drip > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-bottom: 50%;
  margin-top: -25%;
  margin-left: -25%;
  opacity: 0; }

.slim .slim-area .slim-drip > span > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  opacity: .5; }

.slim .slim-area .slim-result {
  overflow: hidden;
  -webkit-perspective: 1px; }

.slim .slim-area .slim-result img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%; }

.slim .slim-area .slim-result img:not([src]), .slim .slim-area .slim-result img[src=""] {
  visibility: hidden; }

.slim .slim-btn-group {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none; }

.slim .slim-btn-group button {
  cursor: pointer;
  pointer-events: all; }

.slim[data-ratio*=":"] {
  min-height: 0; }

.slim[data-ratio*=":"] .slim-status {
  position: absolute;
  padding: 0 1.5em; }

.slim[data-ratio="16:10"] > img, .slim[data-ratio="16:10"] > input[type=file] {
  margin-bottom: 62.5%; }

.slim[data-ratio="10:16"] > img, .slim[data-ratio="10:16"] > input[type=file] {
  margin-bottom: 160%; }

.slim[data-ratio="16:9"] > img, .slim[data-ratio="16:9"] > input[type=file] {
  margin-bottom: 56.25%; }

.slim[data-ratio="9:16"] > img, .slim[data-ratio="9:16"] > input[type=file] {
  margin-bottom: 177.77778%; }

.slim[data-ratio="5:3"] > img, .slim[data-ratio="5:3"] > input[type=file] {
  margin-bottom: 60%; }

.slim[data-ratio="3:5"] > img, .slim[data-ratio="3:5"] > input[type=file] {
  margin-bottom: 166.66667%; }

.slim[data-ratio="5:4"] > img, .slim[data-ratio="5:4"] > input[type=file] {
  margin-bottom: 80%; }

.slim[data-ratio="4:5"] > img, .slim[data-ratio="4:5"] > input[type=file] {
  margin-bottom: 125%; }

.slim[data-ratio="4:3"] > img, .slim[data-ratio="4:3"] > input[type=file] {
  margin-bottom: 75%; }

.slim[data-ratio="3:4"] > img, .slim[data-ratio="3:4"] > input[type=file] {
  margin-bottom: 133.33333%; }

.slim[data-ratio="3:2"] > img, .slim[data-ratio="3:2"] > input[type=file] {
  margin-bottom: 66.66667%; }

.slim[data-ratio="2:3"] > img, .slim[data-ratio="2:3"] > input[type=file] {
  margin-bottom: 150%; }

.slim[data-ratio="1:1"] > img, .slim[data-ratio="1:1"] > input[type=file] {
  margin-bottom: 100%; }

.slim-btn-group {
  padding: 1.5em 0;
  text-align: center; }

.slim-btn {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 7.2px;
  font-size: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  outline: none; }

.slim-btn:before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: -1;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: inherit;
  opacity: 0;
  transition: all .25s;
  transform: scale(0.95);
  content: "";
  pointer-events: none; }

.slim-btn:focus:before, .slim-btn:hover:before {
  opacity: 1;
  transform: scale(1); }

.slim-btn * {
  pointer-events: none; }

.slim-btn-remove {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442a8.95 8.95 0 0 1 17.9 0l-8.95 134.238a8.95 8.95 0 0 1-17.9 0l8.95-134.238zm-44.746 0a8.949 8.949 0 1 1 17.898 0V232.68a8.95 8.95 0 1 1-17.9 0V98.442zm-35.798-8.95a8.95 8.95 0 0 1 8.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948a8.95 8.95 0 0 1-8.95-8.95L80.54 98.441a8.95 8.95 0 0 1 8.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9v17.91H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-btn-download {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M232.943 223.73H35.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM117.88 199.136c4.035 4.04 9.216 6.147 14.492 6.508.626.053 1.227.188 1.866.188.633 0 1.228-.135 1.847-.186 5.284-.357 10.473-2.464 14.512-6.51l70.763-70.967c8.86-8.876 8.86-23.268 0-32.143-8.86-8.876-23.225-8.876-32.086 0l-32.662 32.756V22.373C156.612 10.017 146.596 0 134.238 0c-12.356 0-22.372 10.017-22.372 22.373v106.41L79.204 96.027c-8.86-8.876-23.226-8.876-32.086 0-8.86 8.875-8.86 23.267 0 32.142l70.763 70.966z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-btn-upload {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.slim-btn-edit {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M161.36 56.337c-7.042-7.05-18.46-7.05-25.5 0l-6.373 6.38-89.243 89.338.023.023-2.812 2.82s-8.968 9.032-29.216 74.4c-.143.456-.284.91-.427 1.373-.36 1.172-.726 2.362-1.094 3.568a785.126 785.126 0 0 0-.988 3.25c-.28.922-.556 1.835-.84 2.778-.64 2.14-1.29 4.318-1.954 6.567-1.455 4.937-5.01 16.07-.99 20.1 3.87 3.882 15.12.467 20.043-.993a1275.615 1275.615 0 0 0 9.41-2.83c1.032-.314 2.058-.626 3.063-.935 1.27-.39 2.52-.775 3.75-1.157l1.09-.34c62.193-19.365 73.358-28.453 74.286-29.284l.01-.01.067-.06 2.88-2.886.192.193 89.244-89.336 6.373-6.382c7.04-7.048 7.04-18.476 0-25.525l-50.998-51.05zM103.4 219.782c-.08.053-.185.122-.297.193l-.21.133c-.076.047-.158.098-.245.15l-.243.148c-2.97 1.777-11.682 6.362-32.828 14.017-2.47.894-5.162 1.842-7.98 2.82l-30.06-30.092c.98-2.84 1.928-5.55 2.825-8.04 7.638-21.235 12.22-29.974 13.986-32.94l.12-.2c.063-.1.12-.196.175-.283l.126-.2c.07-.11.14-.217.192-.296l2.2-2.205 54.485 54.542-2.248 2.255zM263.35 56.337l-50.996-51.05c-7.04-7.048-18.456-7.048-25.498 0L174.108 18.05c-7.04 7.048-7.04 18.476 0 25.524l50.996 51.05c7.04 7.048 18.457 7.048 25.498 0l12.75-12.762c7.04-7.05 7.04-18.477 0-25.525z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-loader-background {
  stroke: rgba(0, 0, 0, 0.15); }

.slim-loader-foreground {
  stroke: rgba(0, 0, 0, 0.65); }

.slim[data-state*=preview] .slim-loader-background {
  stroke: rgba(255, 255, 255, 0.25); }

.slim[data-state*=preview] .slim-loader-foreground {
  stroke: #fff; }

.slim-upload-status {
  padding: 0 .5em;
  font-size: .75em;
  border-radius: .3125em;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25); }

.slim-upload-status[data-state=success] {
  color: #323e15;
  background-color: #d1ed8f; }

.slim-upload-status[data-state=success] .slim-upload-status-icon {
  width: .5em;
  height: .75em;
  margin-right: .325em;
  margin-bottom: .0625em;
  margin-left: .25em;
  border: .1875em solid currentColor;
  transform: rotate(45deg);
  border-left: none;
  border-top: none; }

.slim-upload-status[data-state=error] {
  color: #574016;
  background: #efd472; }

.slim-upload-status[data-state=error] .slim-upload-status-icon {
  position: relative;
  width: .5625em;
  height: 1em;
  margin-right: .5em;
  margin-left: -.125em;
  transform: rotate(45deg); }

.slim-upload-status[data-state=error] .slim-upload-status-icon:after, .slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  position: absolute;
  box-sizing: content-box;
  width: 0;
  height: 0;
  background-color: currentColor;
  border: .09em solid currentColor;
  transform: translate(-50%, -50%) translate(0.5em, 0.5em);
  content: ""; }

.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  width: .66666666667em; }

.slim-upload-status[data-state=error] .slim-upload-status-icon:after {
  height: .66666666667em; }

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.9.2
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2020 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2020-05-13T13:55:37.023Z
 */
@-webkit-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg); } }

@-o-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    -o-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg); } }

@keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0); }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    -o-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg); } }

@font-face {
  font-family: context-menu-icons;
  font-weight: 400;
  font-style: normal;
  src: url(font/context-menu-icons.eot?33lxn);
  src: url(font/context-menu-icons.eot?33lxn#iefix) format("embedded-opentype"), url(font/context-menu-icons.woff2?33lxn) format("woff2"), url(font/context-menu-icons.woff?33lxn) format("woff"), url(font/context-menu-icons.ttf?33lxn) format("truetype"); }

.context-menu-icon-add:before {
  content: "\EA01"; }

.context-menu-icon-copy:before {
  content: "\EA02"; }

.context-menu-icon-cut:before {
  content: "\EA03"; }

.context-menu-icon-delete:before {
  content: "\EA04"; }

.context-menu-icon-edit:before {
  content: "\EA05"; }

.context-menu-icon-loading:before {
  content: "\EA06"; }

.context-menu-icon-paste:before {
  content: "\EA07"; }

.context-menu-icon-quit:before {
  content: "\EA08"; }

.context-menu-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: context-menu-icons;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #2980b9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.context-menu-icon.context-menu-hover:before {
  color: #fff; }

.context-menu-icon.context-menu-disabled::before {
  color: #bbb; }

.context-menu-icon.context-menu-icon-loading:before {
  -webkit-animation: cm-spin 2s infinite;
  -o-animation: cm-spin 2s infinite;
  animation: cm-spin 2s infinite; }

.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
  line-height: inherit; }

.context-menu-icon.context-menu-icon--fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: FontAwesome;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #2980b9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #fff; }

.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbb; }

.context-menu-icon.context-menu-icon--fa5 {
  display: list-item;
  font-family: inherit;
  line-height: inherit; }

.context-menu-icon.context-menu-icon--fa5 i, .context-menu-icon.context-menu-icon--fa5 svg {
  position: absolute;
  top: .3em;
  left: .5em;
  color: #2980b9; }

.context-menu-icon.context-menu-icon--fa5.context-menu-hover > i, .context-menu-icon.context-menu-icon--fa5.context-menu-hover > svg {
  color: #fff; }

.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i, .context-menu-icon.context-menu-icon--fa5.context-menu-disabled svg {
  color: #bbb; }

.context-menu-list {
  position: absolute;
  display: inline-block;
  min-width: 13em;
  max-width: 26em;
  padding: .25em 0;
  margin: .3em;
  font-family: inherit;
  font-size: inherit;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: .2em;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  list-style-type: none; }

.context-menu-item {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: .2em 2em;
  color: #2f2f2f;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.context-menu-separator {
  padding: 0;
  margin: .35em 0;
  border-bottom: 1px solid #e6e6e6; }

.context-menu-item > label > input, .context-menu-item > label > textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.context-menu-item.context-menu-hover {
  color: #fff;
  background-color: #2980b9;
  cursor: pointer; }

.context-menu-item.context-menu-disabled {
  color: #bbb;
  background-color: #fff;
  cursor: default; }

.context-menu-input.context-menu-hover {
  color: #2f2f2f;
  cursor: default; }

.context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 1;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ''; }

.context-menu-item.context-menu-input {
  padding: .3em .6em; }

.context-menu-input > label > * {
  vertical-align: top; }

.context-menu-input > label > input[type=checkbox], .context-menu-input > label > input[type=radio] {
  position: relative;
  top: .12em;
  margin-right: .4em; }

.context-menu-input > label {
  margin: 0; }

.context-menu-input > label, .context-menu-input > label > input[type=text], .context-menu-input > label > select, .context-menu-input > label > textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.context-menu-input > label > textarea {
  height: 7em; }

.context-menu-item > .context-menu-list {
  top: .3em;
  right: -.3em;
  display: none; }

.context-menu-item.context-menu-visible > .context-menu-list {
  display: block; }

.context-menu-accesskey {
  text-decoration: underline; }
body > .select2-container .select2-dropdown ul,
.multiselect-holder > .select2-container .select2-dropdown ul, form .select2-container .select2-selection--multiple .select2-selection__rendered, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__rendered, .step-nav ul, .info-nav ul, .switch-nav ul, .slick-dots, .scroll-nav ul, .card-note-list, .legend, .slider-frame .slider ul, .template-popup .title, .stepperPanel .stepperNav, .taskStyle .item .item-bottom ul, .taskDetails .item .item-bottom ul, .area-prop ul, .noteStyle .item > ul, .agreement-tabs .tab > ul, .agreement-tabs .trigger-add > ul, .agreement-tabs .inner-tab > ul, .agreement-tabs .personalInformation, .agreement-tabs .personalInformation div ul, #nav ul, .dropdown ul, .context-menu-list, .breadcrumbs > ul, #panel nav ul, .tabs > ul, .tableProcedureList, .modal-content .modal-step .checkInfo ul, .panel .item > ul, .error-list, .errors-list, .scroll-pag {
  padding: 0;
  margin: 0;
  list-style: none; }

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

.ui-datepicker.inlineStyles .ui-datepicker-header:after,
div.datepicker .ui-datepicker-header:after, .form:after, .input-note:after, .request-step:after, .request-step .expanded-holder:after, .form-wrap .expanded-holder:after, .form-block:after, .form-block .form-item:after, .form-block .form-item .form-item-holder:after, .form-block .form-item.editor-style .sortable:after, .form-block .period:after, .form-block .description-template .sortable:after, .radio-tabs:after, .people-list .contacts-blocks:after, .time-controls:after, .attach header:after, .options .row:after, .options .controller-list:after, .form-add .form-item .form-item-holder:after, .filter-list .controller:after, .chart:after, .controller-items.static:after, .data-update:after, .container:after, #header .top:after, .user > .action .trigger:after, .breadcrumbs:after, .tabs:after, .tab:after, .trigger-add:after, .inner-tab:after, .modal-content footer:after, .modal-content .row:after, .trigger-add .trigger-add-inner:after, .short-info:after, .history-update .holder:after, .point-item .item:after, .accordion .form-item:after, .accordion .form-item .form-item-holder:after, .accordion-exp .sortable:after, .pt3:after {
  display: block;
  clear: both;
  content: ""; }

.clearfix::after, .accordion-exp .exp-holder.old-style::after {
  display: block;
  clear: both;
  content: ""; }

.transition {
  transition: all 0.3s ease-in-out; }

.justify {
  font-size: 1px;
  line-height: 0px;
  text-align: justify; }

.justify > * {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  vertical-align: top; }

.justify::after {
  display: inline-block;
  width: 100%;
  content: "";
  vertical-align: top; }

.ellipsis, .input > .placeholder, .input.multiple .input-holder > .placeholder, .input .iti__country-name, .control-sets .placeholder, body > .select2-container .select2-dropdown ul li,
.multiselect-holder > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul li mark + span,
.multiselect-holder > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown .flexEllipsis .ellipsis,
.multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style mark span, .form-block .form-item .sub-header > span span, .form-block .form-item h3:has(mark) span,
.form-block .form-item .h3:has(mark) span, .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header em, .form-block .form-item .big-header.more-data dl dt, .attach .file footer strong.name span, .attach .file footer span.filename, .card-note-list > li > a span:not([class]), .request-card-row span, .request-card-row strong, .filter-list .controller span:not(.remove-range), .filter-list .controller b, .sortable.sortable-list .title, .library-panel .item > span, .library-panel .panel-template header strong, .site-item .position span, .site-item .title, .tempStyles .tag-cloud .controller, .providerSearchFilter .level-name, .stepperPanel .stepperNav a span, .stepperPanel .controller:has(.ellips) .ellips, .agreementsBox .agreementItem h3, .dropdown a:not(.icon),
.dropdown .dropFile,
.dropdown li:has(span.clipboard:only-child) span.clipboard,
.dropdown label:not(.switch):not(.controllerHead), .dropdown.select-style .ui-menu-item div[data-label] span, .context-menu-list li, .table table .flexEllipsis b, .table.complexHeader thead span i, .table.complexHeader.numberStyle thead .elips, .short-info .info p, .panel header p, .matches-list .item strong, .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style mark span, .accordion-header strong span:not([class]), .accordion-header em, .accordion-header.more-data dl dt, .note-card strong, .note-card span, .search-container .controller .desc strong, .search-container .controller .desc span, .level-table .level-name, .level-table .flexEllipsis b {
  /* 2 */
  overflow: hidden;
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis; }

.bg, [data-bg] {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

body:before, .input:before, .input:after, .input > .placeholder, .input .input-edit, .input.multiple .input-holder > .placeholder, .control-sets::before, .control-sets .placeholder, .info-nav a::before, .form-wrap.default .inner-content-scroll::before, .slim:before, .slim .preview, .radio-tabs.panelStyle .controller::before, .create-layout .msg, .people-list .button:before, .people-list .item:before, .trigger-date:before, .attach .file .file-body:after, .attach #dropzone, .number-info:before, .number-input:before, .note-item > a:not(.action-button), .calendar .ui-datepicker:after, .template-popup .item::after, .site-item > .correction, .noteBox.grayStyle::before, .access-settings .form-block .form-item .form-item-holder::before, .userList-item::after, .controller-input::after, .agreementsBox .agreementItem::before, .agreementsBox .agreementItem .showUploadImage, .dynamicFieldGroup__row:before, .dynamicFieldGroup__row:after, body:not(.create-layout) #wrapper:after, .bg, #main::before, .table table tfoot th[data-create]::after,
.table table tfoot td[data-create]::after,
.table table tbody th[data-create]::after,
.table table tbody td[data-create]::after, .modal-content .icon-load:before, .visit-type .modal-content .controller-input::after, .help-block, .help-block .description:before, .schedule-map, .shadow-frame, .users-graph .item::before, .internal::before, .internal a:not(.icon)::after, .modal-content.accessSettings .access-controls .noteBox.grayStyle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

html {
  box-sizing: border-box;
  min-width: 1024px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overscroll-behavior-y: none; }

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

* {
  max-height: 1000000px; }

body {
  min-width: 1024px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font: 16px/24px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  color: #333;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none; }
  body.login-layout {
    background-color: #1a73e8; }
  body.create-layout {
    overflow: hidden; }
  body:has(.drawer.display, .stepperPanel.display), body.fancybox-active {
    height: 100%;
    overflow: hidden; }
  body:before {
    position: fixed;
    z-index: 1000;
    background-color: #1a73e8;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    mix-blend-mode: multiply;
    pointer-events: none; }
  body.scroll-hidden {
    overflow: hidden; }
    body.scroll-hidden #wrapper:after {
      opacity: 1;
      pointer-events: auto; }
  body.help-display:before {
    opacity: 1; }
  body.help-display .form-block,
  body.help-display .step-nav,
  body.help-display .step-description,
  body.help-display .form-controls,
  body.help-display #panel {
    filter: grayscale(100%); }
  @media (max-width: 1279px) {
    body {
      height: calc(var(--vh) * 100); } }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

svg {
  transition: fill 0.3s ease;
  pointer-events: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  display: block;
  margin: 0 0 0.5em;
  font-family: inherit;
  font-weight: bold;
  color: inherit; }

h1,
.h1 {
  margin: 0 0 29px;
  font-size: 68px;
  line-height: 84px; }

h2,
.h2 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #1a73e8; }

h3,
.h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }
  h3 .tooltip,
  .h3 .tooltip {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: top; }
    h3 .tooltip svg,
    .h3 .tooltip svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #ccc; }
    h3 .tooltip:hover svg,
    .h3 .tooltip:hover svg {
      fill: #333; }

h4,
.h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px; }
  h4 span,
  .h4 span {
    font-weight: normal; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 24px; }
  p .clipboard,
  p a {
    color: #111;
    cursor: pointer;
    border-bottom: 1px solid #111;
    transition-property: color, border-color; }
    @media (hover: hover) {
      p .clipboard:hover,
      p a:hover {
        color: #1a73e8;
        border-color: #1a73e8; } }

a {
  text-decoration: none;
  color: #1a73e8;
  transition: color 0.3s ease; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  padding: 0;
  margin: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .input.gray-style input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
textarea {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
  color: #333;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 4px;
  transition: color 0.3s ease;
  -webkit-appearance: none; }
  input[type="text"].red,
  input[type="tel"].red,
  input[type="email"].red,
  input[type="search"].red,
  input[type="password"].red,
  input[type="number"].red,
  input[type="url"].red,
  input[type="date"].red,
  textarea.red {
    color: #ee1752; }
  input[type="text"].uppercase,
  input[type="tel"].uppercase,
  input[type="email"].uppercase,
  input[type="search"].uppercase,
  input[type="password"].uppercase,
  input[type="number"].uppercase,
  input[type="url"].uppercase,
  input[type="date"].uppercase,
  textarea.uppercase {
    text-transform: uppercase; }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  input[type="url"]:focus::-webkit-input-placeholder,
  input[type="date"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="text"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  input[type="url"]:focus::-moz-placeholder,
  input[type="date"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  input[type="text"]:focus:-moz-placeholder,
  input[type="tel"]:focus:-moz-placeholder,
  input[type="email"]:focus:-moz-placeholder,
  input[type="search"]:focus:-moz-placeholder,
  input[type="password"]:focus:-moz-placeholder,
  input[type="number"]:focus:-moz-placeholder,
  input[type="url"]:focus:-moz-placeholder,
  input[type="date"]:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="number"]:focus:-ms-input-placeholder,
  input[type="url"]:focus:-ms-input-placeholder,
  input[type="date"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }
  input[type="text"]:focus.placeholder,
  input[type="tel"]:focus.placeholder,
  input[type="email"]:focus.placeholder,
  input[type="search"]:focus.placeholder,
  input[type="password"]:focus.placeholder,
  input[type="number"]:focus.placeholder,
  input[type="url"]:focus.placeholder,
  input[type="date"]:focus.placeholder,
  textarea:focus.placeholder {
    color: transparent; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    text-transform: none;
    color: #999; }
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  textarea::-moz-placeholder {
    text-transform: none;
    color: #999;
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  textarea:-moz-placeholder {
    text-transform: none;
    color: #999; }
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    text-transform: none;
    color: #999; }
  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder,
  input[type="number"].placeholder,
  input[type="url"].placeholder,
  input[type="date"].placeholder,
  textarea.placeholder {
    text-transform: none;
    color: #999; }
  input[type="text"][data-note] ~ label span,
  input[type="text"][data-note] ~ .placeholder span,
  input[type="tel"][data-note] ~ label span,
  input[type="tel"][data-note] ~ .placeholder span,
  input[type="email"][data-note] ~ label span,
  input[type="email"][data-note] ~ .placeholder span,
  input[type="search"][data-note] ~ label span,
  input[type="search"][data-note] ~ .placeholder span,
  input[type="password"][data-note] ~ label span,
  input[type="password"][data-note] ~ .placeholder span,
  input[type="number"][data-note] ~ label span,
  input[type="number"][data-note] ~ .placeholder span,
  input[type="url"][data-note] ~ label span,
  input[type="url"][data-note] ~ .placeholder span,
  input[type="date"][data-note] ~ label span,
  input[type="date"][data-note] ~ .placeholder span,
  textarea[data-note] ~ label span,
  textarea[data-note] ~ .placeholder span {
    color: #1a73e8; }

.uppercase {
  text-transform: uppercase !important; }

select {
  -webkit-border-radius: 0; }

textarea {
  min-height: 130px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 28px;
  resize: none;
  vertical-align: top; }
  textarea.input-style {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px; }

@media (hover: hover) {
  .dropdown,
  .dropdown ul ul,
  .select2-results__options,
  .scroll-input,
  .custom-scroll,
  .schedule-scroll .schedule,
  .stepper .expanded .holder {
    scrollbar-face-color: #1a73e8;
    scrollbar-track-color: white; }
  /* total width */
  .schedule-scroll .schedule::-webkit-scrollbar,
  .custom-scroll::-webkit-scrollbar,
  .dataTables_scrollBody::-webkit-scrollbar,
  .dropdown::-webkit-scrollbar,
  .dropdown ul ul::-webkit-scrollbar,
  .select2-results__options::-webkit-scrollbar,
  .scroll-input::-webkit-scrollbar,
  .stepper .expanded .holder::-webkit-scrollbar {
    width: 18px;
    background-color: white; }
  .search-container .custom-scroll::-webkit-scrollbar {
    background-color: #f5f5f5; }
  /* background of the scrollbar except button or resizer */
  .schedule-scroll .schedule::-webkit-scrollbar-track,
  .custom-scroll::-webkit-scrollbar-track,
  .dataTables_scrollBody::-webkit-scrollbar-track,
  .dropdown::-webkit-scrollbar-track,
  .dropdown ul ul::-webkit-scrollbar-track,
  .select2-results__options::-webkit-scrollbar-track,
  .scroll-input::-webkit-scrollbar-track,
  .stepper .expanded .holder::-webkit-scrollbar-track {
    background-color: white; }
  .search-container .custom-scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5; }
  .schedule-scroll .schedule::-webkit-scrollbar-track:hover,
  .custom-scroll::-webkit-scrollbar-track:hover,
  .dataTables_scrollBody::-webkit-scrollbar-track:hover,
  .dropdown::-webkit-scrollbar-track:hover,
  .dropdown ul ul::-webkit-scrollbar-track:hover,
  .select2-results__options::-webkit-scrollbar-track:hover,
  .scroll-input::-webkit-scrollbar-track:hover,
  .stepper .expanded .holder::-webkit-scrollbar-track:hover {
    background-color: white; }
  .search-container .custom-scroll::-webkit-scrollbar-track:hover {
    background-color: #f5f5f5; }
  /* scrollbar itself */
  .schedule-scroll .schedule::-webkit-scrollbar-thumb,
  .custom-scroll::-webkit-scrollbar-thumb,
  .dataTables_scrollBody::-webkit-scrollbar-thumb,
  .dropdown::-webkit-scrollbar-thumb,
  .dropdown ul ul::-webkit-scrollbar-thumb,
  .select2-results__options::-webkit-scrollbar-thumb,
  .scroll-input::-webkit-scrollbar-thumb,
  .stepper .expanded .holder::-webkit-scrollbar-thumb {
    min-height: 36px;
    background-color: #1a73e8;
    border: 6px solid white;
    border-radius: 18px; }
  .search-container .custom-scroll::-webkit-scrollbar-thumb {
    border-color: #f5f5f5; }
  /* set button(top and bottom of the scrollbar) */
  .schedule-scroll .schedule::-webkit-scrollbar-button,
  .custom-scroll::-webkit-scrollbar-button,
  .dataTables_scrollBody::-webkit-scrollbar-button,
  .dropdown::-webkit-scrollbar-button,
  .dropdown ul ul::-webkit-scrollbar-button,
  .select2-results__options::-webkit-scrollbar-button,
  .scrollbar::-webkit-scrollbar-button,
  .stepper .expanded .holder::-webkit-scrollbar-button {
    display: none; }
  .content-scroll {
    scrollbar-face-color: #1a73e8;
    scrollbar-track-color: transparent; }
    .content-scroll::-webkit-scrollbar {
      width: 18px;
      background-color: transparent; }
    .content-scroll::-webkit-scrollbar-track {
      background-color: transparent; }
    .content-scroll::-webkit-scrollbar-track:hover {
      background-color: transparent; }
    .content-scroll::-webkit-scrollbar-thumb {
      min-height: 36px;
      background-color: transparent;
      border: 6px solid #f5f5f5;
      border-radius: 18px; }
    .content-scroll:hover {
      scrollbar-track-color: #e1e1e1; }
      .content-scroll:hover::-webkit-scrollbar-thumb {
        background-color: #1a73e8; }
  .dataTables_scrollBody::-webkit-scrollbar-thumb,
  .custom-scroll::-webkit-scrollbar-thumb {
    border-width: var(--border-size, 6px); } }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none; }

.input {
  position: relative;
  display: block;
  min-height: 48px;
  margin-bottom: 36px;
  text-align: left;
  border-radius: 3px;
  transition: margin-left 0.3s ease; }
  .input:before, .input:after {
    border-radius: 3px;
    transition: 0.3s ease;
    content: "";
    pointer-events: none;
    transition-property: background-color, border-color, box-shadow; }
  .input:before {
    background-color: white; }
  .input:after {
    z-index: 25;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .input > .placeholder {
    padding: 0 18px;
    font-size: 16px;
    line-height: 48px;
    color: #999;
    pointer-events: none; }
    .input > .placeholder span {
      color: #ee1752; }
  .input > label:not(.controller) {
    position: absolute;
    top: -23px;
    left: 0px;
    width: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
    .input > label:not(.controller) span {
      color: #ee1752; }
  .input > svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    z-index: 1;
    pointer-events: none; }
  .input svg {
    width: 24px;
    height: 24px;
    fill: #ccc; }
  .input .spinner {
    display: none; }
  .input .error {
    position: absolute;
    right: 0;
    bottom: -23px;
    display: none !important;
    font: 12px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    color: #ee1752; }
  .input > .form-control-character-count,
  .input > .hint {
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    opacity: 0; }
  .input .icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 11px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .input .icon path {
      transition: fill 0.3s ease; }
    @media (hover: hover) {
      .input .icon:hover svg {
        fill: #333; }
        .input .icon:hover svg path {
          fill: #333; } }
  .input a.icon {
    opacity: 1;
    pointer-events: auto !important; }
  .input .removeSubstatus,
  .input .remove {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 24px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity; }
    .input .removeSubstatus svg,
    .input .remove svg {
      position: static;
      fill: #999; }
    @media (hover: hover) {
      .input .removeSubstatus:hover svg,
      .input .remove:hover svg {
        fill: #333; } }
  .input button[type="reset"] {
    position: absolute;
    top: calc(50% - 12px);
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: none;
    background-color: #ee1752;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .input button[type="reset"] svg {
      display: block;
      width: 12px;
      height: 12px;
      fill: white; }
  .input .value,
  .input .decryption {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    color: #999;
    opacity: 0;
    pointer-events: none; }
  .input .decryption {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    opacity: 1; }
    .input .decryption.red {
      color: #ee1752; }
  .input .tooltip-icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 11px;
    display: none;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease; }
    .input .tooltip-icon svg {
      fill: #bad5f8; }
    .input .tooltip-icon:nth-of-type(2) svg {
      fill: #ee1752; }
  .input .clear {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition-property: opacity; }
    @media (hover: hover) {
      .input .clear:hover svg {
        fill: #333; } }
  .input .gradient {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    display: none;
    width: 59px;
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 33%, whitesmoke 100%);
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 33%, whitesmoke 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 33%, whitesmoke 100%);
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=1); }
  .grayStyle .input .select2-container .select2-selection__clear:before, .input.gray-style .select2-container .select2-selection__clear:before {
    background-color: #f5f5f5; }
  .grayStyle .input:before, .input.gray-style:before {
    background-color: #f5f5f5; }
  .grayStyle .input .clipboard:before, .input.gray-style .clipboard:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); }
  .grayStyle .input:not(.disabled) .clipboard, .input.gray-style:not(.disabled) .clipboard {
    display: none; }
  .grayStyle .input .clipboard::before, .input.gray-style .clipboard::before {
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 51%, whitesmoke 100%);
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 51%, whitesmoke 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 51%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); }
  .input.focus:after, .input:focus-within:after, .input.date-focus:after {
    border-color: #1a73e8;
    border-width: 2px;
    box-shadow: 0 0 10px rgba(26, 115, 232, 0.25); }
  .input.focus > .placeholder, .input:focus-within > .placeholder, .input.date-focus > .placeholder {
    display: none; }
  .input.focus .select2-container,
  .input.focus .value, .input:focus-within .select2-container,
  .input:focus-within .value, .input.date-focus .select2-container,
  .input.date-focus .value {
    opacity: 1 !important; }
  .input.focus > .hint, .input:focus-within > .hint, .input.date-focus > .hint {
    opacity: 1; }
  .input.focus:not(.select-input) > label:not(.controller), .input:focus-within:not(.select-input) > label:not(.controller), .input.date-focus:not(.select-input) > label:not(.controller) {
    width: 100%;
    transition: width 1.5s ease; }
  .input.required:not(.focus):not(.enter):after, .input.error:after {
    border-color: #ee1752 !important;
    border-width: 2px;
    box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }
  .input.required:not(.focus):not(.enter).disabled:after, .form.disabled .required.input:not(.focus):not(.enter):after, .input.required:not(.focus):not(.enter).readonly:after {
    border-width: 1px;
    box-shadow: none; }
  .input.loading .spinner {
    display: block;
    animation: spin 1s linear infinite; }
  .input:has(.auto-total-area) input {
    transition: none; }
  .input:has(.auto-total-area)::after, .input:has(.auto-total-area)::before {
    transition: none; }
  .input.disabled-emulated, .input.disabled, .form.disabled .input {
    cursor: default; }
    .input.disabled-emulated:before, .input.disabled:before, .form.disabled .input:before {
      background-color: transparent; }
    .input.disabled-emulated:after, .input.disabled:after, .form.disabled .input:after {
      border-color: #c4c4c4;
      border-style: dotted;
      border-width: 1px;
      box-shadow: none; }
    .input.disabled-emulated:not(.enter) > label:not(.controller), .input.disabled:not(.enter) > label:not(.controller), .form.disabled .input:not(.enter) > label:not(.controller) {
      width: 0; }
    .input.disabled-emulated > svg:not(.lock),
    .input.disabled-emulated .add-button, .input.disabled > svg:not(.lock), .form.disabled .input > svg:not(.lock),
    .input.disabled .add-button,
    .form.disabled .input .add-button {
      display: none; }
    .input.disabled-emulated > *:not(.controller), .input.disabled > *:not(.controller), .form.disabled .input > *:not(.controller) {
      pointer-events: none; }
    .input.disabled-emulated input, .input.disabled input, .form.disabled .input input {
      color: #333; }
    .input.disabled-emulated .select2-selection__arrow,
    .input.disabled-emulated .form-control-character-count,
    .input.disabled-emulated .select2-selection__clear, .input.disabled .select2-selection__arrow, .form.disabled .input .select2-selection__arrow,
    .input.disabled .form-control-character-count,
    .form.disabled .input .form-control-character-count,
    .input.disabled .select2-selection__clear,
    .form.disabled .input .select2-selection__clear {
      display: none !important; }
    .input.disabled-emulated .select2-selection__choice, .input.disabled .select2-selection__choice, .form.disabled .input .select2-selection__choice {
      padding-right: 16px !important; }
    .input.disabled-emulated.gray-style:before, .input.disabled.gray-style:before, .form.disabled .gray-style.input:before {
      background-color: transparent; }
    .input.disabled-emulated.gray-style .clipboard::before, .input.disabled.gray-style .clipboard::before, .form.disabled .gray-style.input .clipboard::before {
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 51%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
    .input.disabled-emulated.changed:after, .input.disabled.changed:after, .form.disabled .changed.input:after {
      border-color: #1a73e8; }
    .input.disabled-emulated .gradient, .input.disabled .gradient, .form.disabled .input .gradient {
      display: block; }
    .input.disabled-emulated:has(.auto-total-area) input, .input.disabled:has(.auto-total-area) input, .form.disabled .input:has(.auto-total-area) input {
      color: transparent; }
      .input.disabled-emulated:has(.auto-total-area) input::-webkit-input-placeholder, .input.disabled:has(.auto-total-area) input::-webkit-input-placeholder, .form.disabled .input:has(.auto-total-area) input::-webkit-input-placeholder {
        color: transparent; }
      .input.disabled-emulated:has(.auto-total-area) input::-moz-placeholder, .input.disabled:has(.auto-total-area) input::-moz-placeholder, .form.disabled .input:has(.auto-total-area) input::-moz-placeholder {
        color: transparent;
        opacity: 1; }
      .input.disabled-emulated:has(.auto-total-area) input:-moz-placeholder, .input.disabled:has(.auto-total-area) input:-moz-placeholder, .form.disabled .input:has(.auto-total-area) input:-moz-placeholder {
        color: transparent; }
      .input.disabled-emulated:has(.auto-total-area) input:-ms-input-placeholder, .input.disabled:has(.auto-total-area) input:-ms-input-placeholder, .form.disabled .input:has(.auto-total-area) input:-ms-input-placeholder {
        color: transparent; }
      .input.disabled-emulated:has(.auto-total-area) input.placeholder, .input.disabled:has(.auto-total-area) input.placeholder, .form.disabled .input:has(.auto-total-area) input.placeholder {
        color: transparent; }
    .input.disabled-emulated:has(.auto-total-area) .value, .input.disabled:has(.auto-total-area) .value, .form.disabled .input:has(.auto-total-area) .value {
      right: auto;
      left: 18px;
      color: #333; }
      .input.disabled-emulated:has(.auto-total-area) .value::before, .input.disabled:has(.auto-total-area) .value::before, .form.disabled .input:has(.auto-total-area) .value::before {
        padding-right: 4px;
        content: attr(data-value); }
  .input.selected textarea {
    cursor: pointer; }
  .input.selected:before {
    background-color: #f5f5f5; }
  .input.selected:after {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: none; }
  .input.selected input {
    color: #333; }
  .input.done .icon {
    opacity: 1;
    pointer-events: auto; }
  .input.enter .removeSubstatus,
  .input.enter .reset,
  .input.enter .remove, .input.enter-statick .removeSubstatus,
  .input.enter-statick .reset,
  .input.enter-statick .remove {
    opacity: 1;
    pointer-events: auto; }
  .input.enter > .placeholder, .input.enter-statick > .placeholder {
    display: none; }
  .input.enter .select2-container, .input.enter-statick .select2-container {
    opacity: 1 !important; }
    .input.enter .select2-container .select2-selection--single .select2-selection__arrow b, .input.enter-statick .select2-container .select2-selection--single .select2-selection__arrow b {
      border-top-color: #666 !important; }
  .input.enter .value, .input.enter-statick .value {
    opacity: 1; }
  .input.enter button[type="reset"], .input.enter-statick button[type="reset"] {
    opacity: 1;
    pointer-events: auto; }
  .input.enter > label:not(.controller), .input.enter-statick > label:not(.controller) {
    width: 100%;
    transition: width 1.5s ease; }
  .input.enter > .form-control-character-count,
  .input.enter .clear,
  .input.enter > .hint, .input.enter-statick > .form-control-character-count,
  .input.enter-statick .clear,
  .input.enter-statick > .hint {
    opacity: 1; }
  @media (hover: hover) {
    .input.enter:hover .handle, .input.enter-statick:hover .handle {
      opacity: 1;
      pointer-events: auto; } }
  .tablet .input.enter .handle, .tablet .input.enter-statick .handle {
    opacity: 1;
    pointer-events: auto; }
  .input.enter-statick:not(.enter) > label {
    top: auto;
    bottom: calc(100% + 6px);
    width: auto !important;
    line-height: 14px;
    white-space: normal; }
  .input.enter-label > label:not(.controller) {
    width: 100%;
    transition: width 1.5s ease; }
  .input.enter-label input::-webkit-input-placeholder {
    color: #333; }
  .input.enter-label input::-moz-placeholder {
    color: #333;
    opacity: 1; }
  .input.enter-label input:-moz-placeholder {
    color: #333; }
  .input.enter-label input:-ms-input-placeholder {
    color: #333; }
  .input.enter-label input.placeholder {
    color: #333; }
  .input.enter-label input:focus::-webkit-input-placeholder {
    color: transparent; }
  .input.enter-label input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .input.enter-label input:focus:-moz-placeholder {
    color: transparent; }
  .input.enter-label input:focus:-ms-input-placeholder {
    color: transparent; }
  .input.enter-label input:focus.placeholder {
    color: transparent; }
  .input.enter-label > .placeholder {
    color: #333; }
    .input.enter-label > .placeholder + input::-webkit-input-placeholder {
      color: transparent !important; }
    .input.enter-label > .placeholder + input::-moz-placeholder {
      color: transparent !important;
      opacity: 1; }
    .input.enter-label > .placeholder + input:-moz-placeholder {
      color: transparent !important; }
    .input.enter-label > .placeholder + input:-ms-input-placeholder {
      color: transparent !important; }
    .input.enter-label > .placeholder + input.placeholder {
      color: transparent !important; }
  .input .dropdown {
    right: 0;
    left: 0;
    z-index: 100;
    width: auto;
    max-height: 293px !important;
    overflow-y: auto;
    font-size: 16px;
    transform: none; }
    .input .dropdown li div {
      position: relative;
      display: block;
      padding: 0 18px;
      color: #333;
      transition: 0.3s ease;
      cursor: pointer;
      transition-property: color, background-color; }
      @media (hover: hover) {
        .input .dropdown li div:hover {
          color: #333;
          background-color: #f8f8f8; } }
    .input .dropdown li.inactive div {
      color: #ee1752; }
    .input .dropdown .ui-state-disabled {
      padding-right: 36px;
      margin: 0 !important;
      pointer-events: none; }
      .input .dropdown .ui-state-disabled div[data-label] span {
        max-width: 410px !important; }
      .input .dropdown .ui-state-disabled:after {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: url(../images/check.svg) no-repeat 50%/100%;
        content: "";
        pointer-events: none; }
    .input .dropdown.above {
      top: auto;
      bottom: calc(100% - 6px); }
  .input .autoparam ~ .dropdown {
    overflow: hidden; }
    .input .autoparam ~ .dropdown ul {
      max-height: 293px;
      overflow-x: hidden;
      overflow-y: auto; }
  .input.display {
    z-index: 20; }
    .input.display .dropdown {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto; }
  .input .controller {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 10;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0; }
  .input.trigger-input > input {
    padding-left: 47px; }
  .input .handle {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 36px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer; }
    .input .handle:after, .input .handle:before {
      position: absolute;
      top: 0;
      bottom: 0;
      transition: border-color 0.3s ease;
      content: "";
      border-right: 2px dotted #ccc; }
    .input .handle:before {
      left: 18px; }
    .input .handle:after {
      left: 22px; }
    @media (hover: hover) {
      .input .handle:hover:after, .input .handle:hover:before {
        border-color: #333; } }
  .input + .input-note {
    margin-top: -16px; }
  .input + .input-note.normal {
    margin-top: -24px; }
  .input + .controller-list {
    padding-top: 12px; }
  .input .input-edit {
    pointer-events: auto !important; }
  .input.multiple-select .select2-container {
    float: left;
    width: calc(100% / 3) !important;
    transition: border-color 0.3s ease;
    border-left: 1px solid #ddd; }
    .input.multiple-select .select2-container:first-of-type {
      border: 0; }
    .input.multiple-select .select2-container .select2-selection__rendered {
      padding-right: 36px;
      overflow: visible; }
  .input.multiple-select.focus .select2-container {
    border-color: #1a73e8; }
  .input.button-input {
    padding-right: 48px; }
    .input.button-input .add-button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      width: 48px;
      padding: 12px; }
      .input.button-input .add-button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: #ddd;
        content: ""; }
      .input.button-input .add-button svg {
        fill: #999; }
      @media (hover: hover) {
        .input.button-input .add-button:hover svg {
          fill: #333; } }
  .input.hidden {
    opacity: 0;
    pointer-events: none; }
  .input.absolute {
    position: absolute;
    left: -9999px; }
  .input.value-visible .value {
    opacity: 1; }
  .input.multiple {
    float: left;
    width: calc(100% - 24px);
    margin: 0 12px 36px; }
    .input.multiple .input-holder {
      position: relative;
      float: left;
      width: 50%; }
      .input.multiple .input-holder > .placeholder {
        padding: 0 18px;
        font-size: 16px;
        line-height: 48px;
        color: #999;
        pointer-events: none; }
        .input.multiple .input-holder > .placeholder span {
          color: #ee1752; }
      .input.multiple .input-holder > label {
        position: absolute;
        top: -23px;
        left: 0px;
        width: 0;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        color: #999;
        white-space: nowrap;
        pointer-events: none; }
        .input.multiple .input-holder > label span {
          color: #ee1752; }
      .input.multiple .input-holder > .form-control-character-count,
      .input.multiple .input-holder > .hint {
        position: absolute;
        top: -23px;
        right: 0;
        font-size: 12px;
        line-height: 20px;
        color: #999;
        opacity: 0; }
      .input.multiple .input-holder > svg {
        position: absolute;
        top: calc(50% - 12px);
        right: 12px;
        z-index: 1;
        pointer-events: none; }
      .input.multiple .input-holder:nth-child(2) {
        border-left: 1px solid #ddd; }
      .input.multiple .input-holder.focus > .placeholder {
        display: none; }
      .input.multiple .input-holder.focus > label:not(.controller) {
        width: 100%;
        transition: width 1.5s ease; }
      .input.multiple .input-holder.focus > .form-control-character-count,
      .input.multiple .input-holder.focus > .hint {
        opacity: 1; }
      .input.multiple .input-holder.enter > .placeholder {
        display: none; }
      .input.multiple .input-holder.enter > label {
        width: 100%;
        transition: width 1.5s ease; }
      .input.multiple .input-holder.enter > .form-control-character-count,
      .input.multiple .input-holder.enter > .hint {
        opacity: 1; }
      .input.multiple .input-holder ~ .input-holder {
        border-left: 1px solid #ddd; }
    .input.multiple.triple .input-holder {
      width: calc(50% - 60px); }
      .input.multiple.triple .input-holder:nth-child(1) {
        width: 208px; }
      .input.multiple.triple .input-holder:nth-child(2) {
        width: 224px; }
      .input.multiple.triple .input-holder:nth-child(3) {
        width: 120px; }
    .input.multiple.layout-fixed .input-holder:nth-child(n) {
      width: calc(100% / 3); }
    .input.multiple.multiple-small .input-holder {
      width: calc(50% - 12px); }
      .input.multiple.multiple-small .input-holder:nth-child(2) > label {
        left: 0; }
      .input.multiple.multiple-small .input-holder:first-child {
        width: calc(50% + 12px); }
    .input.multiple.first-small .input-holder {
      width: calc(50% + 12px); }
      .input.multiple.first-small .input-holder:nth-child(2) > label {
        left: 0; }
      .input.multiple.first-small .input-holder:first-child {
        width: calc(50% - 12px); }
    .input.multiple.unevenly .input-holder:nth-child(1) {
      width: 75%; }
    .input.multiple.unevenly .input-holder:nth-child(2) {
      width: 25%; }
    .input.multiple.unevenly-swap .input-holder:nth-child(1) {
      width: 204px; }
    .input.multiple.unevenly-swap .input-holder:nth-child(2) {
      width: calc(100% - 204px); }
  @media (hover: hover) {
    .input.hover:hover > svg {
      fill: #666; } }
  .input.codeStyle {
    display: grid;
    grid-template-columns: 98px auto; }
    .input.codeStyle .input-holder {
      float: none !important;
      width: auto !important;
      min-width: 0; }
  .input .toggle-password {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    z-index: 1;
    width: 24px;
    height: 24px; }
    .input .toggle-password svg:nth-child(2) {
      display: none; }
    @media (hover: hover) {
      .input .toggle-password:hover svg {
        fill: #1a73e8; } }
  .input.visible .toggle-password svg {
    display: none;
    fill: #1a73e8; }
    .input.visible .toggle-password svg:nth-child(2) {
      display: block; }
  .input + .delimiter {
    float: left;
    width: 24px;
    margin: 0 -12px;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    color: #999; }
  .input.trend-style input {
    opacity: 0; }
  .input.trend-style .trend-value {
    opacity: 1; }
  .input .trend-value {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 12px 0 0 18px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    opacity: 0;
    pointer-events: none; }
    .input .trend-value > * {
      float: left; }
      .input .trend-value > *:first-child {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #E1E1E1; }
      .input .trend-value > *:nth-child(2)::after {
        display: inline-block;
        margin: 9px 0 0 12px;
        content: '';
        vertical-align: top; }
    .input .trend-value.up > *:first-child {
      color: #ee1752; }
    .input .trend-value.up > *:nth-child(2)::after {
      width: 0;
      height: 0;
      border-bottom: 8px solid #ee1752;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .input .trend-value.down > *:first-child {
      color: #1FAE1F; }
    .input .trend-value.down > *:nth-child(2)::after {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #1FAE1F; }
    .input .trend-value .clipboard {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 20;
      width: 24px;
      height: 24px;
      cursor: pointer;
      pointer-events: auto !important; }
      .input .trend-value .clipboard:before {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 48px;
        height: 48px;
        background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 25%, whitesmoke 100%);
        background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 25%, whitesmoke 100%);
        background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 25%, whitesmoke 100%);
        border-radius: 0 3px 3px 0;
        content: '';
        pointer-events: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=1); }
      .input .trend-value .clipboard svg {
        position: relative;
        display: block;
        width: 24px;
        height: 24px; }
      @media (hover: hover) {
        .input .trend-value .clipboard:hover svg {
          fill: #333; } }
  .input .clipboard {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: auto !important; }
    .input .clipboard:before {
      position: absolute;
      top: -12px;
      right: -12px;
      width: 72px;
      height: 48px;
      background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 51%, #fafafa 100%);
      background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #fafafa 51%, #fafafa 100%);
      background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 51%, #fafafa 100%);
      border-radius: 0 3px 3px 0;
      content: '';
      pointer-events: none;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 ); }
    .input .clipboard svg {
      position: relative;
      display: block;
      width: 24px;
      height: 24px; }
    @media (hover: hover) {
      .input .clipboard:hover svg {
        fill: #333; } }
    .input .clipboard.gray-shadow::before {
      background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 50%, whitesmoke 100%);
      background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 50%, whitesmoke 100%);
      background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 50%, whitesmoke 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); }
  .input.tape {
    margin-bottom: 24px;
    border-radius: 8px; }
    .input.tape::before {
      background-color: #D9EDFF;
      border-radius: 8px; }
    .input.tape::after {
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 8px; }
    .input.tape textarea {
      min-height: 48px;
      color: rgba(0, 0, 0, 0.8);
      border-radius: 8px; }
      .input.tape textarea::-webkit-input-placeholder {
        text-transform: none;
        color: rgba(0, 0, 0, 0.3); }
      .input.tape textarea::-moz-placeholder {
        text-transform: none;
        color: rgba(0, 0, 0, 0.3);
        opacity: 1; }
      .input.tape textarea:-moz-placeholder {
        text-transform: none;
        color: rgba(0, 0, 0, 0.3); }
      .input.tape textarea:-ms-input-placeholder {
        text-transform: none;
        color: rgba(0, 0, 0, 0.3); }
      .input.tape textarea.placeholder {
        text-transform: none;
        color: rgba(0, 0, 0, 0.3); }
    .input.tape.focus::after {
      border-color: #1a73e8; }
  .input.filter-style {
    float: left;
    width: auto;
    height: 36px;
    min-height: 36px;
    margin: 0 0 0 12px; }
    .input.filter-style .select2-container .select2-selection--single {
      height: 36px; }
      .input.filter-style .select2-container .select2-selection--single .select2-selection__rendered {
        height: 36px;
        padding: 0 28px 0 42px;
        font-size: 14px;
        line-height: 36px;
        color: white; }
      .input.filter-style .select2-container .select2-selection--single .select2-selection__arrow {
        width: 28px;
        height: 36px; }
        .input.filter-style .select2-container .select2-selection--single .select2-selection__arrow b {
          border-top-color: rgba(255, 255, 255, 0.5) !important; }
    .input.filter-style > svg {
      right: auto;
      left: 12px;
      fill: rgba(255, 255, 255, 0.8); }
    .input.filter-style::before {
      background-color: #1a73e8; }
    .input.filter-style::after {
      border-color: rgba(0, 0, 0, 0.1);
      border-width: 1px !important;
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
  .input input[data-select] ~ .value {
    display: none !important; }
  .input.searchStyle {
    width: calc(100% - 6px);
    height: 36px;
    min-height: 36px;
    margin: 0 3px !important;
    border-radius: 18px; }
    .input.searchStyle::after, .input.searchStyle::before {
      border-radius: 18px; }
    .input.searchStyle > svg {
      right: auto;
      left: 12px; }
    .input.searchStyle input {
      height: 100%;
      padding: 0 48px;
      font-size: 14px;
      border-radius: 18px; }
    .input.searchStyle .dropdown {
      max-height: 240px !important;
      overflow: hidden; }
      .input.searchStyle .dropdown ul {
        width: 100%;
        max-height: 240px !important;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-face-color: #1a73e8;
        scrollbar-track-color: white; }
        .input.searchStyle .dropdown ul::-webkit-scrollbar {
          width: 18px;
          background-color: white; }
        .input.searchStyle .dropdown ul::-webkit-scrollbar-track {
          background-color: white; }
        .input.searchStyle .dropdown ul::-webkit-scrollbar-track:hover {
          background-color: white; }
        .input.searchStyle .dropdown ul::-webkit-scrollbar-thumb {
          min-height: 36px;
          background-color: #1a73e8;
          border: 6px solid white;
          border-radius: 18px; }
    .input.searchStyle + .input-note.small {
      margin-top: 24px; }
  .input.searchFilter {
    margin: 0;
    border-radius: 0; }
    .input.searchFilter::after, .input.searchFilter::before {
      border-width: 0 0 1px;
      border-radius: 0;
      box-shadow: none; }
    .input.searchFilter > svg {
      right: auto;
      left: 0; }
    .input.searchFilter input {
      height: auto;
      padding: 24px 0 24px 42px;
      font-weight: 600;
      line-height: 24px; }
    .input.searchFilter.focus::after {
      border-bottom-width: 2px; }
    .input.searchFilter button[type="reset"] {
      right: auto;
      left: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ee1752;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      .input.searchFilter button[type="reset"] svg {
        display: block;
        width: 12px;
        height: 12px;
        fill: white; }
  .input .input-text {
    display: block;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333; }
    .input .input-text a {
      color: #333;
      border-bottom: 1px solid;
      pointer-events: all; }
      @media (hover: hover) {
        .input .input-text a:hover {
          color: #1a73e8; } }
  .input.ellipsis-off .select2-selection__rendered {
    padding-right: 24px !important; }
    .input.ellipsis-off .select2-selection__rendered .select2-selection__placeholder {
      text-overflow: clip; }
  .input .status-icon {
    display: none;
    width: 24px;
    height: 24px; }
    .input .status-icon.verified {
      fill: #00A995; }
    .input .status-icon.unverified {
      fill: #ee1752; }
  .input.unverified::after {
    border-color: #ee1752; }
  .input.unverified .error {
    top: -23px;
    bottom: auto;
    display: block !important; }
  .input.unverified .unverified {
    display: block !important; }
  .input.verified .verified {
    display: block !important; }
  .input:has(.iti) > label:not(.controller) {
    width: 100%;
    transition: width 1.5s ease; }
  .input .iti {
    width: 100%; }
    .input .iti__flag-container {
      padding: 0; }
    .input .iti__selected-flag {
      padding: 0 0 0 12px;
      background-color: transparent !important; }
    .input .iti__flag {
      box-shadow: none; }
    .input .iti--container {
      top: 100% !important;
      left: 0 !important; }
    .input .iti__country-list {
      width: 100%;
      max-height: 240px;
      margin: 10px 0;
      background-color: white;
      border: 0;
      border-radius: 3px;
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
      scrollbar-face-color: #1a73e8;
      scrollbar-track-color: white;
      /* total width */
      /* background of the scrollbar except button or resizer */
      /* scrollbar itself */
      /* set button(top and bottom of the scrollbar) */ }
      .input .iti__country-list::-webkit-scrollbar {
        width: 18px;
        background-color: white; }
      .input .iti__country-list::-webkit-scrollbar-track {
        background-color: white; }
      .input .iti__country-list::-webkit-scrollbar-track:hover {
        background-color: white; }
      .input .iti__country-list::-webkit-scrollbar-thumb {
        min-height: 36px;
        background-color: #1a73e8;
        border: 6px solid white;
        border-radius: 18px; }
      .input .iti__country-list::-webkit-scrollbar-button {
        display: none; }
    .input .iti__country {
      position: relative;
      width: 100%;
      height: 48px;
      padding: 0 12px;
      font-size: 16px;
      line-height: 48px;
      transition: background-color 0.3s ease;
      gap: 6px;
      border-bottom: 1px solid #e1e1e1; }
      @media (hover: hover) {
        .input .iti__country:hover {
          background-color: #f8f8f8; }
          .input .iti__country:hover .iti__country-name {
            color: #333; } }
      .input .iti__country * {
        margin: 0; }
      .input .iti__country:after {
        position: absolute;
        top: 12px;
        right: 0px;
        display: none;
        width: 24px;
        height: 24px;
        background: url(../images/check.svg) no-repeat 50%/100%;
        content: "";
        pointer-events: none; }
        @media (max-width: 1279px) {
          .input .iti__country:after {
            right: 6px; } }
    .input .iti__divider {
      display: none !important; }
    .input .iti__flag-box {
      margin: 0; }
    .input .iti__country-name {
      color: #666;
      transition: color 0.3s ease; }
    .input .iti__dial-code {
      color: #999; }
    .input .iti__active {
      padding-right: 36px;
      background-color: transparent !important; }
      .input .iti__active .iti__country-name {
        color: #333; }
      .input .iti__active:after {
        display: block; }
  .input .cell_phone_width {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 48px;
    pointer-events: none;
    gap: 5px; }
    .input .cell_phone_width span {
      opacity: 0; }
  .input .reset {
    position: absolute;
    top: calc(50% - 12px);
    right: -11px;
    z-index: 26;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none; }
    .input .reset svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
  .input:has(.reset) .value {
    right: 24px; }

.iti__flag {
  background-image: url("../images/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png"); } }

.control-sets {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 9px 48px 9px 10px;
  margin-bottom: 36px;
  border-radius: 3px;
  cursor: pointer;
  flex-wrap: wrap;
  gap: 10px; }
  .control-sets:last-child {
    margin-bottom: 0; }
  .control-sets::before {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    content: '';
    pointer-events: none; }
  .control-sets .placeholder {
    padding: 0 18px;
    font-size: 16px;
    line-height: 48px;
    color: #999;
    content: attr(data-label);
    pointer-events: none; }
  .control-sets label {
    position: absolute;
    top: -23px;
    left: 0px;
    width: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
  .control-sets > svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    z-index: 1;
    width: 24px;
    height: 24px;
    pointer-events: none;
    fill: #ccc; }
  .control-sets:hover > svg {
    fill: #666; }
  .control-sets .control {
    position: relative;
    height: 30px;
    padding: 0 36px 0 16px;
    font-size: 14px;
    line-height: 28px;
    color: white;
    background-color: #1a73e8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4);
    transition: 0.3s ease;
    cursor: default;
    transition-property: background-color, color; }
    .control-sets .control .remove {
      position: absolute;
      top: 8px;
      right: 12px;
      width: 13px;
      height: 13px;
      transform: rotate(45deg);
      cursor: pointer; }
      .control-sets .control .remove::after, .control-sets .control .remove::before {
        position: absolute;
        background-color: white;
        transition: background-color 0.3s ease;
        content: ''; }
      .control-sets .control .remove::before {
        top: 6px;
        right: 0;
        left: 0;
        height: 1px; }
      .control-sets .control .remove::after {
        top: 0;
        bottom: 0;
        left: 6px;
        width: 1px; }
    .control-sets .control ~ .placeholder {
      display: none; }
    .control-sets .control ~ label {
      width: 100%;
      transition: width 1.5s ease; }

.required:not(.input):not(.input-holder) {
  display: block;
  padding-bottom: 29px;
  font-size: 12px;
  text-align: center;
  color: #666; }
  .required:not(.input):not(.input-holder):before {
    display: inline-block;
    margin: 10px 4px 0 0;
    font-size: 24px;
    line-height: 12px;
    color: #ee1752;
    content: "*";
    vertical-align: top; }

.swap-inputs .input {
  display: none; }

.swap-inputs .input.display {
  display: block; }

.note {
  display: block;
  width: 100%;
  margin-bottom: 36px;
  font: italic 13px/24px "Open Sans", sans-serif;
  color: #666;
  pointer-events: none; }
  .note svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: top;
    fill: #ccc; }

.multiple {
  float: left;
  width: 100%; }

.multiple-fields {
  float: left;
  width: 100%;
  padding-bottom: 24px; }
  .multiple-fields .input {
    margin-bottom: 12px; }
    .multiple-fields .input .remove {
      opacity: 0;
      pointer-events: none; }
    @media (hover: hover) {
      .multiple-fields .input:hover .remove {
        opacity: 1;
        pointer-events: all; } }
    .tablet .multiple-fields .input .remove {
      opacity: 1;
      pointer-events: all; }
    .multiple-fields .input:last-child .remove,
    .multiple-fields .input:only-child .remove {
      opacity: 0;
      pointer-events: none; }
    .multiple-fields .input.deleted {
      display: none !important; }
    .multiple-fields .input:first-of-type ~ .input .input-holder > label {
      width: 0; }
    .multiple-fields .input:first-of-type.deleted + .input .input-holder.focus > label, .multiple-fields .input:first-of-type.deleted + .input .input-holder.enter > label {
      width: 100%; }

.ui-autocomplete {
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: 100% !important; }

.submit {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 12px;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: white;
  background: #ee1752;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(238, 23, 82, 0.5);
  transition: 0.3s ease;
  vertical-align: top;
  transition-property: opacity, background-color, border-color, box-shadow; }
  .submit svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
    width: 24px;
    height: 24px;
    fill: white; }
  .submit .spinner {
    right: 11px;
    left: auto;
    display: none; }
  .submit.small {
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 34px; }
    .submit.small.icon {
      padding-left: 40px; }
  .submit input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 200px !important;
    opacity: 0;
    cursor: pointer;
    direction: ltr; }
  .submit.file-submit {
    padding: 0 17px 0 41px; }
  .submit.loading {
    pointer-events: none; }
    .submit.loading .spinner {
      display: block;
      animation: spin 1s linear infinite; }
  .submit.fullwidth {
    display: block;
    width: 100%; }
  .submit:disabled, .submit.disabled {
    background-color: #ccc;
    border-color: #ccc;
    box-shadow: none !important;
    pointer-events: none; }
  .submit.blue {
    padding-right: 48px;
    font-weight: normal;
    background-color: #1a73e8;
    box-shadow: 0 1px 4px rgba(26, 115, 232, 0.5); }
    .submit.blue svg {
      right: 10px;
      left: auto; }
  .submit.controller-button {
    position: absolute;
    top: -60px;
    right: 35px; }
  .submit.input-style {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px 36px; }

.button {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 16px 0 47px;
  margin: 0 12px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  color: #666;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: 0.3s ease;
  cursor: pointer;
  vertical-align: top;
  transition-property: background-color, color, border-color, box-shadow; }
  .button.small {
    height: 36px;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    text-align: center; }
  .button.gray {
    background-color: #e7e7e7;
    border: 1px solid #d9d9d9; }
  .button svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 11px;
    width: 24px;
    height: 24px;
    fill: #999; }
  @media (hover: hover) {
    .button:hover {
      color: #111; }
      .button:hover svg {
        fill: #111; } }
  .button:disabled, .button.disabled {
    background-color: #ccc;
    border-color: #ccc;
    box-shadow: none !important;
    pointer-events: none; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.icon-button {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  padding: 5px;
  margin-left: 12px;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  cursor: pointer; }
  .icon-button[data-title]::before {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 15px);
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    content: attr(data-title);
    pointer-events: none; }
  .icon-button.trigger-filter[data-title]::before {
    right: calc(100% + 15px);
    left: auto; }
  .icon-button svg {
    display: block;
    width: 24px;
    height: 24px;
    transition: none;
    fill: #999; }
  @media (hover: hover) {
    .icon-button:hover.muted svg,
    .icon-button:hover svg {
      fill: black; }
    .icon-button:hover.withText span {
      color: #333; } }
  .icon-button.big {
    width: 48px;
    height: 48px;
    padding: 11px; }
  .icon-button.right {
    float: right;
    margin: -6px 24px 0 -60px; }
  .icon-button.controller-button {
    position: absolute;
    top: -66px;
    right: 35px;
    margin: 0; }
    .icon-button.controller-button.right {
      right: 12px;
      float: none;
      margin: 0; }
    .icon-button.controller-button.selected {
      background-color: #1a73e8;
      border-color: #1a73e8; }
      .icon-button.controller-button.selected svg {
        fill: white; }
  .icon-button.table-today {
    position: relative; }
    .icon-button.table-today:after {
      position: absolute;
      top: 17px;
      right: 11px;
      width: 4px;
      height: 4px;
      background-color: #ee1752;
      border-radius: 50%;
      opacity: 0;
      content: "";
      animation: blinking 1s infinite; }
  .icon-button.trigger-pin {
    float: left;
    margin: 0 24px 0 0; }
  .icon-button.withText {
    display: flex !important;
    align-items: center;
    width: auto;
    padding-right: 11px;
    padding-left: 19px;
    cursor: pointer;
    gap: 6px; }
    .icon-button.withText span {
      font-size: 14px;
      line-height: 24px;
      color: #666; }
  .icon-button.textStyle {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 15px;
    background-color: #1a73e8;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4);
    cursor: pointer; }
    .icon-button.textStyle svg {
      fill: rgba(255, 255, 255, 0.8); }
    .icon-button.textStyle span {
      padding-left: 7px;
      font-size: 14px;
      line-height: 24px;
      color: white; }
  .icon-button[data-count] svg {
    fill: #ee1752; }
  .icon-button[data-count]::after {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 15px;
    height: 15px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: white;
    background-color: #ee1752;
    border-radius: 12px;
    content: attr(data-count); }
  .icon-button.selected {
    background-color: #1a73e8;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
    .icon-button.selected svg {
      fill: white; }
  .icon-button.muted svg {
    fill: #ccc; }
  .icon-button.manageSelected {
    gap: 10px;
    padding: 0 15px; }

.search {
  width: 264px;
  height: 48px;
  margin-bottom: 30px; }
  .search .input:before, .search .input:after {
    border-radius: 24px; }
  .search .input > svg {
    right: auto;
    left: 12px; }
  .search .input input {
    padding: 0 51px;
    border-radius: 23px; }
  .search .input.focus > svg {
    fill: #1a73e8; }

.control-panel {
  display: flex;
  width: 100%;
  min-height: 36px;
  margin-bottom: 24px;
  transition: opacity 0.3s ease;
  flex-wrap: wrap;
  gap: 24px; }
  .control-panel .action .trigger svg {
    fill: #999; }
  .control-panel .filter {
    position: relative; }
    .control-panel .filter .trigger {
      position: relative;
      height: 36px;
      padding: 0 35px 0 15px;
      font-size: 14px;
      line-height: 34px;
      color: #666;
      background-color: #e7e7e7;
      border: 1px solid #d9d9d9;
      border-radius: 3px;
      transition: 0.3s ease;
      transition-property: background-color, color, border-color, box-shadow; }
      .control-panel .filter .trigger i {
        font-style: normal; }
      .control-panel .filter .trigger svg {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        fill: #666; }
        .control-panel .filter .trigger svg:nth-of-type(2) {
          fill: transparent; }
      .control-panel .filter .trigger.padding {
        padding: 0 15px; }
    @media (hover: hover) {
      .control-panel .filter:hover:not(.display):not(.selected):not(.always-selected) .trigger {
        color: black; }
        .control-panel .filter:hover:not(.display):not(.selected):not(.always-selected) .trigger svg:nth-of-type(1) {
          fill: black; } }
    .control-panel .filter .dropdown {
      top: calc(100% + 12px);
      right: auto;
      left: 0; }
    .control-panel .filter.display .trigger svg:nth-of-type(1) {
      fill: #666; }
    .control-panel .filter.selected .trigger {
      color: white;
      background-color: #1a73e8;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
      .control-panel .filter.selected .trigger svg {
        fill: transparent !important; }
        .control-panel .filter.selected .trigger svg:nth-of-type(2) {
          fill: white !important; }
    .control-panel .filter.selected .ui-datepicker-trigger {
      pointer-events: none; }
    .control-panel .filter.always-selected .trigger {
      padding-left: 12px;
      color: white;
      background-color: #1a73e8;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
      .control-panel .filter.always-selected .trigger svg:nth-of-type(1) {
        position: static;
        top: auto;
        right: auto;
        display: inline-block;
        margin: 5px 6px 0 0;
        transform: none;
        fill: rgba(255, 255, 255, 0.8) !important;
        vertical-align: top; }
      .control-panel .filter.always-selected .trigger svg:nth-of-type(2) {
        fill: transparent !important; }
    .control-panel .filter.always-selected .ui-datepicker-trigger {
      pointer-events: auto; }
    .control-panel .filter.red-style .trigger {
      background-color: #ee1752;
      box-shadow: 0 1px 4px rgba(238, 23, 82, 0.4); }
    .control-panel .filter.drop-style .trigger {
      padding-right: 28px; }
      .control-panel .filter.drop-style .trigger:after {
        position: absolute;
        top: calc(50% - 3px);
        right: 10px;
        width: 0;
        height: 0;
        content: '';
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgba(255, 255, 255, 0.5); }
  .control-panel .submit {
    margin-left: 12px;
    white-space: nowrap;
    transition-property: background-color, border-color, box-shadow; }
  .control-panel .icon-button {
    margin: 0;
    cursor: pointer; }
  .control-panel .align-right {
    display: flex;
    float: none;
    margin-left: auto !important;
    flex-wrap: nowrap;
    gap: 12px;
    order: 1; }
    .control-panel .align-right .datepicker {
      right: 0;
      left: auto;
      width: 262px; }
    .control-panel .align-right + .filter-results {
      padding-left: 0; }
  .control-panel .search {
    display: flex;
    float: none;
    min-width: 264px;
    height: 36px;
    margin: 0;
    order: 1; }
    .control-panel .search .input {
      width: 100%;
      height: 36px;
      min-height: 36px;
      margin: 0; }
    .control-panel .search input {
      height: 36px;
      padding: 0 48px;
      padding: 0 48px;
      font-size: 14px;
      line-height: 36px; }
  .control-panel form {
    float: right;
    transition: opacity 0.3s ease; }
    .control-panel form:not([class]) {
      float: none;
      margin-left: auto !important;
      order: 1; }
  .control-panel .filter-results {
    display: flex;
    min-height: 36px;
    gap: 12px;
    flex-wrap: wrap;
    order: 1; }
    .control-panel .filter-results a {
      position: relative;
      height: 36px;
      padding: 0 35px 0 15px;
      font-size: 14px;
      line-height: 34px;
      color: white;
      background-color: #1a73e8;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 18px;
      box-shadow: 0 1px 5px rgba(26, 115, 232, 0.4); }
      .control-panel .filter-results a svg {
        position: absolute;
        top: calc(50% - 9px);
        right: 8px;
        width: 18px;
        height: 18px;
        fill: white; }
      .control-panel .filter-results a.disable-reset {
        padding: 0 15px;
        pointer-events: none; }
        .control-panel .filter-results a.disable-reset svg {
          display: none; }
  .search-results .control-panel form:nth-child(2) {
    opacity: 0;
    pointer-events: none !important; }
    .search-results .control-panel form:nth-child(2) * {
      pointer-events: none !important; }
  .preview-schedule .control-panel {
    opacity: 0.3;
    pointer-events: none; }
    .preview-schedule .control-panel * {
      pointer-events: none !important; }
  .control-panel.multiLine .filter-results {
    flex-basis: 100%;
    order: 2; }
  @media (min-width: 1200px) {
    .control-panel:has(.trigger-date) {
      padding-top: 54px; } }
  .control-panel.panel-disabled {
    opacity: 0.3;
    pointer-events: none; }
    .control-panel.panel-disabled * {
      pointer-events: none !important; }
  .control-panel .tableTotal {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    gap: 6px; }
    .control-panel .tableTotal strong {
      font-weight: 600;
      color: #333; }

.ui-datepicker {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 99995 !important;
  width: 262px;
  padding-bottom: 22px;
  margin: 12px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15); }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    height: 72px;
    padding: 24px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #1a73e8; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      cursor: default; }
    .ui-datepicker .ui-datepicker-header a {
      position: absolute;
      top: calc(50% - 12px);
      width: 24px;
      height: 24px;
      cursor: pointer; }
      .ui-datepicker .ui-datepicker-header a span {
        display: block;
        height: 100%; }
      .ui-datepicker .ui-datepicker-header a svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 22px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 22px; }
    .ui-datepicker .ui-datepicker-header .ui-state-disabled {
      opacity: 0.3;
      pointer-events: none; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 210px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse; }
    .ui-datepicker .ui-datepicker-calendar th {
      padding: 0 0 5px;
      font-size: 11px;
      font-weight: normal;
      text-transform: lowercase;
      color: #999; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: 3px; }
      .ui-datepicker .ui-datepicker-calendar td a,
      .ui-datepicker .ui-datepicker-calendar td span {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 25px;
        border-radius: 50%; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #333;
        transition: 0.3s ease;
        transition-property: color, background-color; }
        @media (hover: hover) {
          .ui-datepicker .ui-datepicker-calendar td a:hover {
            background-color: #f2f2f2; } }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
          color: white !important;
          background-color: #1a73e8 !important; }
      .ui-datepicker .ui-datepicker-calendar td span {
        color: #ccc;
        cursor: default; }
      .ui-datepicker .ui-datepicker-calendar td.weekend a {
        color: #ee1752;
        background-color: transparent; }
      .ui-datepicker .ui-datepicker-calendar td.weekend .ui-state-active {
        color: white;
        background-color: #ee1752; }
      .ui-datepicker .ui-datepicker-calendar td.visit-date a:not(.ui-state-active) {
        color: #1a73e8;
        background-color: rgba(26, 115, 232, 0.3); }
      .ui-datepicker .ui-datepicker-calendar td.ui-start-range a, .ui-datepicker .ui-datepicker-calendar td.ui-end-range a, .ui-datepicker .ui-datepicker-calendar td.ui-state-selected-range a {
        color: #1a73e8;
        background-color: rgba(26, 115, 232, 0.3); }
  .ui-datepicker > .select2-container {
    top: 72px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important; }
  .ui-datepicker .select2-container {
    width: auto !important; }
    .ui-datepicker .select2-container:first-of-type {
      margin-right: 4px; }
  .ui-datepicker .select2-dropdown {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    border-radius: 0; }
  .ui-datepicker .select2-container--default .select2-selection--single {
    height: auto;
    background: none;
    border: 0; }
    .ui-datepicker .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0;
      line-height: 24px;
      color: white;
      transition: color 0.3s ease; }
    .ui-datepicker .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  .ui-datepicker .select2-container--default.select2-container--open .select2-selection__rendered {
    color: #bad5f8; }
  .ui-datepicker .select2-results {
    height: 100%; }
    .ui-datepicker .select2-results .select2-results__options {
      max-height: 100%;
      padding: 12px 12px 12px 30px; }
    .ui-datepicker .select2-results li {
      display: block;
      width: 108px;
      height: 36px;
      padding: 0;
      margin: 0 auto;
      font-size: 14px;
      line-height: 36px;
      text-align: center;
      color: #333;
      border-radius: 18px;
      transition: 0.3s ease;
      transition-property: color, background-color; }
      .ui-datepicker .select2-results li.select2-results__option--highlighted[aria-selected] {
        color: #333;
        background: none; }
      @media (hover: hover) {
        .ui-datepicker .select2-results li:hover {
          background-color: #f2f2f2 !important; } }
      .ui-datepicker .select2-results li[aria-selected="true"] {
        color: white !important;
        background-color: #1a73e8 !important; }
  .ui-datepicker.inlineStyles {
    width: 400px;
    padding: 36px 48px 24px;
    margin-top: 12px !important;
    border-radius: 6px;
    box-shadow: 0px 1px 73px rgba(0, 0, 0, 0.2); }
    .ui-datepicker.inlineStyles .ui-datepicker-days-cell-over a {
      color: white !important;
      background-color: #1a73e8 !important; }

.ui-datepicker-trigger {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer; }

.ui-datepicker.inlineStyles,
div.datepicker {
  margin: 0; }
  .ui-datepicker.inlineStyles .ui-datepicker,
  div.datepicker .ui-datepicker {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: none;
    border-radius: 0;
    box-shadow: none; }
    .ui-datepicker.inlineStyles .ui-datepicker > .select2-container,
    div.datepicker .ui-datepicker > .select2-container {
      top: 43px !important;
      bottom: -23px !important;
      height: auto !important; }
  .ui-datepicker.inlineStyles .ui-datepicker-header,
  div.datepicker .ui-datepicker-header {
    height: auto;
    padding: 0 0 18px;
    margin-bottom: 20px;
    color: #333;
    background: none;
    border-bottom: 1px solid #ececec; }
    .ui-datepicker.inlineStyles .ui-datepicker-header a,
    div.datepicker .ui-datepicker-header a {
      top: 0;
      left: auto; }
      .ui-datepicker.inlineStyles .ui-datepicker-header a span:before,
      div.datepicker .ui-datepicker-header a span:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 36px;
        height: 36px;
        background-color: #eaeaea;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.3s ease;
        transform: translate(-50%, -50%);
        content: "";
        pointer-events: none; }
      .ui-datepicker.inlineStyles .ui-datepicker-header a svg,
      div.datepicker .ui-datepicker-header a svg {
        position: relative;
        fill: #999; }
      @media (hover: hover) {
        .ui-datepicker.inlineStyles .ui-datepicker-header a:hover svg,
        div.datepicker .ui-datepicker-header a:hover svg {
          fill: #333; }
        .ui-datepicker.inlineStyles .ui-datepicker-header a:hover span:before,
        div.datepicker .ui-datepicker-header a:hover span:before {
          opacity: 1; } }
    .ui-datepicker.inlineStyles .ui-datepicker-header .ui-datepicker-prev,
    div.datepicker .ui-datepicker-header .ui-datepicker-prev {
      right: 56px;
      left: auto; }
    .ui-datepicker.inlineStyles .ui-datepicker-header .ui-datepicker-next,
    div.datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 6px; }
    .ui-datepicker.inlineStyles .ui-datepicker-header .select2,
    div.datepicker .ui-datepicker-header .select2 {
      float: left;
      margin: 0 6px 0 0; }
      .ui-datepicker.inlineStyles .ui-datepicker-header .select2 .select2-selection__rendered,
      div.datepicker .ui-datepicker-header .select2 .select2-selection__rendered {
        font-weight: 600;
        color: #333; }
      .ui-datepicker.inlineStyles .ui-datepicker-header .select2.select2-container--open .select2-selection__rendered,
      div.datepicker .ui-datepicker-header .select2.select2-container--open .select2-selection__rendered {
        color: black; }
  .ui-datepicker.inlineStyles .ui-datepicker-calendar,
  div.datepicker .ui-datepicker-calendar {
    width: calc(100% + 12px);
    margin: 0 -6px;
    font-size: 14px; }
    .ui-datepicker.inlineStyles .ui-datepicker-calendar th,
    div.datepicker .ui-datepicker-calendar th {
      padding-bottom: 10px;
      font-size: 12px; }
    .ui-datepicker.inlineStyles .ui-datepicker-calendar td,
    div.datepicker .ui-datepicker-calendar td {
      padding: 6px; }
      .ui-datepicker.inlineStyles .ui-datepicker-calendar td a,
      .ui-datepicker.inlineStyles .ui-datepicker-calendar td span,
      div.datepicker .ui-datepicker-calendar td a,
      div.datepicker .ui-datepicker-calendar td span {
        width: 36px;
        height: 36px;
        line-height: 37px; }
  .ui-datepicker.inlineStyles.default-off .ui-datepicker-calendar td a.ui-state-highlight,
  div.datepicker.default-off .ui-datepicker-calendar td a.ui-state-highlight {
    color: #333;
    background: none; }
    @media (hover: hover) {
      .ui-datepicker.inlineStyles.default-off .ui-datepicker-calendar td a.ui-state-highlight:hover,
      div.datepicker.default-off .ui-datepicker-calendar td a.ui-state-highlight:hover {
        background-color: #f2f2f2; } }

body > .select2-container,
.multiselect-holder > .select2-container {
  z-index: 99998; }
  body > .select2-container[class*="open"] .select2-dropdown,
  .multiselect-holder > .select2-container[class*="open"] .select2-dropdown {
    opacity: 1; }
    body > .select2-container[class*="open"] .select2-dropdown.linearAnim,
    .multiselect-holder > .select2-container[class*="open"] .select2-dropdown.linearAnim {
      opacity: 1; }
  body > .select2-container .select2-search,
  .multiselect-holder > .select2-container .select2-search {
    position: relative;
    height: 49px;
    padding: 0;
    border-bottom: 2px solid #dcdcdc; }
    body > .select2-container .select2-search input,
    .multiselect-holder > .select2-container .select2-search input {
      height: 100%;
      padding: 0 18px;
      margin: 0;
      border: 0 !important; }
    body > .select2-container .select2-search:after,
    .multiselect-holder > .select2-container .select2-search:after {
      position: absolute;
      top: calc(50% - 12px);
      right: 16px;
      width: 24px;
      height: 24px;
      background: url(../images/search.svg) no-repeat 50% 50%/100% 100%;
      content: "";
      pointer-events: none; }
    body > .select2-container .select2-search:not(.select2-search--hide) + .select2-results .select2-results__options,
    .multiselect-holder > .select2-container .select2-search:not(.select2-search--hide) + .select2-results .select2-results__options {
      max-height: 288px !important; }
  body > .select2-container .select2-dropdown,
  .multiselect-holder > .select2-container .select2-dropdown {
    position: absolute;
    top: 10px;
    left: 0;
    max-width: 552px !important;
    overflow: hidden;
    font: 400 14px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: left;
    background-color: white;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    opacity: 0; }
    body > .select2-container .select2-dropdown.small-width,
    .multiselect-holder > .select2-container .select2-dropdown.small-width {
      width: 133px !important;
      min-width: 133px !important;
      max-width: 133px !important; }
    body > .select2-container .select2-dropdown.hidden,
    .multiselect-holder > .select2-container .select2-dropdown.hidden {
      display: none !important; }
    body > .select2-container .select2-dropdown.select2-dropdown--above,
    .multiselect-holder > .select2-container .select2-dropdown.select2-dropdown--above {
      top: -10px; }
    body > .select2-container .select2-dropdown ul,
    .multiselect-holder > .select2-container .select2-dropdown ul {
      overflow-x: hidden;
      overflow-y: auto;
      line-height: 48px; }
      body > .select2-container .select2-dropdown ul li,
      .multiselect-holder > .select2-container .select2-dropdown ul li {
        position: relative;
        width: 100%;
        min-width: 96px;
        max-width: 100%;
        height: 48px;
        padding: 0 36px 0 18px;
        font-size: 16px;
        color: #666;
        transition: 0.3s ease;
        cursor: pointer;
        border-top: 1px solid #e1e1e1;
        transition-property: color, background-color; }
        body > .select2-container .select2-dropdown ul li[aria-disabled="true"],
        .multiselect-holder > .select2-container .select2-dropdown ul li[aria-disabled="true"] {
          color: #ee1752 !important;
          pointer-events: none !important; }
          body > .select2-container .select2-dropdown ul li[aria-disabled="true"] .tooltip,
          .multiselect-holder > .select2-container .select2-dropdown ul li[aria-disabled="true"] .tooltip {
            pointer-events: all; }
        body > .select2-container .select2-dropdown ul li.select2-results__option--highlighted[aria-selected],
        .multiselect-holder > .select2-container .select2-dropdown ul li.select2-results__option--highlighted[aria-selected] {
          color: #333;
          background-color: #f8f8f8; }
        body > .select2-container .select2-dropdown ul li.loading-results,
        .multiselect-holder > .select2-container .select2-dropdown ul li.loading-results {
          display: none !important; }
        body > .select2-container .select2-dropdown ul li:after,
        .multiselect-holder > .select2-container .select2-dropdown ul li:after {
          position: absolute;
          top: 12px;
          right: 12px;
          display: none;
          width: 24px;
          height: 24px;
          background: url(../images/check.svg) no-repeat 50%/100%;
          content: "";
          pointer-events: none; }
        body > .select2-container .select2-dropdown ul li:first-child,
        .multiselect-holder > .select2-container .select2-dropdown ul li:first-child {
          border-top: 0; }
        body > .select2-container .select2-dropdown ul li[aria-selected="true"],
        .multiselect-holder > .select2-container .select2-dropdown ul li[aria-selected="true"] {
          color: #333;
          background: none !important; }
          body > .select2-container .select2-dropdown ul li[aria-selected="true"]:after,
          .multiselect-holder > .select2-container .select2-dropdown ul li[aria-selected="true"]:after {
            display: block; }
        body > .select2-container .select2-dropdown ul li span,
        .multiselect-holder > .select2-container .select2-dropdown ul li span {
          font-weight: 600; }
        body > .select2-container .select2-dropdown ul li > i,
        .multiselect-holder > .select2-container .select2-dropdown ul li > i {
          font-family: "Open Sans", sans-serif; }
        body > .select2-container .select2-dropdown ul li .inactive,
        .multiselect-holder > .select2-container .select2-dropdown ul li .inactive {
          font-weight: normal;
          color: #ee1752; }
        body > .select2-container .select2-dropdown ul li [data-run],
        .multiselect-holder > .select2-container .select2-dropdown ul li [data-run] {
          font-weight: normal; }
          body > .select2-container .select2-dropdown ul li [data-run]::after,
          .multiselect-holder > .select2-container .select2-dropdown ul li [data-run]::after {
            display: inline-block;
            height: 24px;
            padding: 0 12px;
            margin: 11px 0 0 10px;
            font-size: 10px;
            line-height: 25px;
            color: #1FAE1F;
            background-color: rgba(31, 174, 31, 0.3);
            border-radius: 2px;
            content: attr(data-run);
            vertical-align: top; }
        body > .select2-container .select2-dropdown ul li em,
        .multiselect-holder > .select2-container .select2-dropdown ul li em {
          font-weight: normal;
          font-style: normal; }
        body > .select2-container .select2-dropdown ul li mark,
        .multiselect-holder > .select2-container .select2-dropdown ul li mark {
          display: inline-block;
          height: 29px;
          padding: 0 10px;
          margin: 0 -10px;
          line-height: 29px;
          color: white;
          background: transparent;
          border-radius: 3px; }
          body > .select2-container .select2-dropdown ul li mark.color-01,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-01 {
            background-color: #ffae00; }
          body > .select2-container .select2-dropdown ul li mark.color-02,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-02 {
            background-color: #1fae1f; }
          body > .select2-container .select2-dropdown ul li mark.color-03,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-03 {
            background-color: #AD00FF; }
          body > .select2-container .select2-dropdown ul li mark.color-04,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-04 {
            background-color: #00A995; }
          body > .select2-container .select2-dropdown ul li mark.color-05,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-05 {
            background-color: #f33; }
          body > .select2-container .select2-dropdown ul li mark.color-06,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-06 {
            background-color: #ccc; }
          body > .select2-container .select2-dropdown ul li mark.color-07,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-07 {
            background-color: #000; }
          body > .select2-container .select2-dropdown ul li mark.color-08,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-08 {
            background-color: #1a73e8; }
          body > .select2-container .select2-dropdown ul li mark.color-09,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-09 {
            background-color: #999; }
          body > .select2-container .select2-dropdown ul li mark.color-10,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.color-10 {
            color: #ccc;
            background-color: #F1F0F0; }
          body > .select2-container .select2-dropdown ul li mark.short,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark.short {
            width: 12px;
            height: 12px;
            padding: 0;
            margin: 0 12px 0 0;
            border-radius: 50%;
            vertical-align: middle; }
          body > .select2-container .select2-dropdown ul li mark + span,
          .multiselect-holder > .select2-container .select2-dropdown ul li mark + span {
            max-width: calc(100% - 36px);
            font-weight: normal; }
        body > .select2-container .select2-dropdown ul li:has(mark),
        .multiselect-holder > .select2-container .select2-dropdown ul li:has(mark) {
          display: flex;
          align-items: center;
          flex-wrap: nowrap; }
        body > .select2-container .select2-dropdown ul li:has(.value),
        .multiselect-holder > .select2-container .select2-dropdown ul li:has(.value) {
          display: none !important; }
        body > .select2-container .select2-dropdown ul li .inactive,
        .multiselect-holder > .select2-container .select2-dropdown ul li .inactive {
          font-weight: normal;
          color: #ee1752; }
        body > .select2-container .select2-dropdown ul li.select2-results__message,
        .multiselect-holder > .select2-container .select2-dropdown ul li.select2-results__message {
          color: #ccc; }
        body > .select2-container .select2-dropdown ul li.loading-results,
        .multiselect-holder > .select2-container .select2-dropdown ul li.loading-results {
          display: block !important;
          color: #ccc !important; }
    body > .select2-container .select2-dropdown .select2-results,
    .multiselect-holder > .select2-container .select2-dropdown .select2-results {
      display: block; }
      body > .select2-container .select2-dropdown .select2-results .select2-results__options,
      .multiselect-holder > .select2-container .select2-dropdown .select2-results .select2-results__options {
        max-height: 288px; }
    body > .select2-container .select2-dropdown.hidden-disabled li[aria-disabled="true"],
    .multiselect-holder > .select2-container .select2-dropdown.hidden-disabled li[aria-disabled="true"] {
      display: none !important; }
    body > .select2-container .select2-dropdown.filter-style .select2-search:not(.select2-search--hide) + .select2-results .select2-results__options,
    .multiselect-holder > .select2-container .select2-dropdown.filter-style .select2-search:not(.select2-search--hide) + .select2-results .select2-results__options {
      max-height: 240px !important; }
    body > .select2-container .select2-dropdown .flexEllipsis,
    .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
      body > .select2-container .select2-dropdown .flexEllipsis .input > .placeholder, body > .select2-container .select2-dropdown .flexEllipsis .input.multiple .input-holder > .placeholder, .input.multiple body > .select2-container .select2-dropdown .flexEllipsis .input-holder > .placeholder, body > .select2-container .select2-dropdown .flexEllipsis .input .iti__country-name, .input body > .select2-container .select2-dropdown .flexEllipsis .iti__country-name, body > .select2-container .select2-dropdown .flexEllipsis .control-sets .placeholder, .control-sets body > .select2-container .select2-dropdown .flexEllipsis .placeholder, body > .select2-container .select2-dropdown .flexEllipsis ul li, body > .select2-container .select2-dropdown ul .flexEllipsis li,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis ul li, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul .flexEllipsis li, body > .select2-container .select2-dropdown .flexEllipsis ul li mark + span, body > .select2-container .select2-dropdown ul li .flexEllipsis mark + span,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis ul li mark + span, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul li .flexEllipsis mark + span, body > .select2-container .select2-dropdown .flexEllipsis .ellipsis,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .select2-selection__placeholder, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .select2-selection__placeholder, form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .select2-selection__choice, form body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .select2-selection__choice, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .select2-selection__choice, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) body > .select2-container .select2-dropdown .flexEllipsis span,
      body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong body > .select2-container .select2-dropdown .flexEllipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header em, .form-block .form-item .big-header body > .select2-container .select2-dropdown .flexEllipsis em, body > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl body > .select2-container .select2-dropdown .flexEllipsis dt, body > .select2-container .select2-dropdown .flexEllipsis .attach .file footer strong.name span, .attach .file footer strong.name body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .attach .file footer span.filename, .attach .file footer body > .select2-container .select2-dropdown .flexEllipsis span.filename, body > .select2-container .select2-dropdown .flexEllipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a body > .select2-container .select2-dropdown .flexEllipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .request-card-row span, .request-card-row body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .request-card-row strong, .request-card-row body > .select2-container .select2-dropdown .flexEllipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .filter-list .controller span:not(.remove-range), .filter-list .controller body > .select2-container .select2-dropdown .flexEllipsis span:not(.remove-range), body > .select2-container .select2-dropdown .flexEllipsis .filter-list .controller b, .filter-list .controller body > .select2-container .select2-dropdown .flexEllipsis b, body > .select2-container .select2-dropdown .flexEllipsis .sortable.sortable-list .title, .sortable.sortable-list body > .select2-container .select2-dropdown .flexEllipsis .title, body > .select2-container .select2-dropdown .flexEllipsis .library-panel .item > span, .library-panel body > .select2-container .select2-dropdown .flexEllipsis .item > span, body > .select2-container .select2-dropdown .flexEllipsis .library-panel .panel-template header strong, .library-panel .panel-template header body > .select2-container .select2-dropdown .flexEllipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .site-item .position span, .site-item .position body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .site-item .title, .site-item body > .select2-container .select2-dropdown .flexEllipsis .title, body > .select2-container .select2-dropdown .flexEllipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud body > .select2-container .select2-dropdown .flexEllipsis .controller, body > .select2-container .select2-dropdown .flexEllipsis .providerSearchFilter .level-name, .providerSearchFilter body > .select2-container .select2-dropdown .flexEllipsis .level-name, body > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) body > .select2-container .select2-dropdown .flexEllipsis .ellips, body > .select2-container .select2-dropdown .flexEllipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem body > .select2-container .select2-dropdown .flexEllipsis h3, body > .select2-container .select2-dropdown .flexEllipsis .dropdown a:not(.icon), .dropdown body > .select2-container .select2-dropdown .flexEllipsis a:not(.icon),
      body > .select2-container .select2-dropdown .flexEllipsis .dropdown .dropFile, .dropdown body > .select2-container .select2-dropdown .flexEllipsis .dropFile,
      body > .select2-container .select2-dropdown .flexEllipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) body > .select2-container .select2-dropdown .flexEllipsis span.clipboard,
      body > .select2-container .select2-dropdown .flexEllipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown body > .select2-container .select2-dropdown .flexEllipsis label:not(.switch):not(.controllerHead), body > .select2-container .select2-dropdown .flexEllipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .context-menu-list li, .context-menu-list body > .select2-container .select2-dropdown .flexEllipsis li, body > .select2-container .select2-dropdown .table table .flexEllipsis b, .table table body > .select2-container .select2-dropdown .flexEllipsis b, body > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader thead span i, .table.complexHeader thead span body > .select2-container .select2-dropdown .flexEllipsis i, body > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead body > .select2-container .select2-dropdown .flexEllipsis .elips, body > .select2-container .select2-dropdown .flexEllipsis .short-info .info p, .short-info .info body > .select2-container .select2-dropdown .flexEllipsis p, body > .select2-container .select2-dropdown .flexEllipsis .panel header p, .panel header body > .select2-container .select2-dropdown .flexEllipsis p, body > .select2-container .select2-dropdown .flexEllipsis .matches-list .item strong, .matches-list .item body > .select2-container .select2-dropdown .flexEllipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .accordion-header strong span:not([class]), .accordion-header strong body > .select2-container .select2-dropdown .flexEllipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .accordion-header em, .accordion-header body > .select2-container .select2-dropdown .flexEllipsis em, body > .select2-container .select2-dropdown .flexEllipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl body > .select2-container .select2-dropdown .flexEllipsis dt, body > .select2-container .select2-dropdown .flexEllipsis .note-card strong, .note-card body > .select2-container .select2-dropdown .flexEllipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .note-card span, .note-card body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .search-container .controller .desc strong, .search-container .controller .desc body > .select2-container .select2-dropdown .flexEllipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .search-container .controller .desc span, .search-container .controller .desc body > .select2-container .select2-dropdown .flexEllipsis span, body > .select2-container .select2-dropdown .flexEllipsis .level-table .level-name, .level-table body > .select2-container .select2-dropdown .flexEllipsis .level-name, body > .select2-container .select2-dropdown .level-table .flexEllipsis b, .level-table body > .select2-container .select2-dropdown .flexEllipsis b,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input > .placeholder,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input.multiple .input-holder > .placeholder,
      .input.multiple .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input-holder > .placeholder,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input .iti__country-name,
      .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .iti__country-name,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .control-sets .placeholder,
      .control-sets .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .placeholder,
      .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis ul li,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li,
      .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul .flexEllipsis li,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis li,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li,
      .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis li,
      .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis ul li mark + span,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li mark + span,
      .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul li .flexEllipsis mark + span,
      body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis mark + span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis ul li mark + span,
      .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis mark + span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis,
      form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
      form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .select2-selection__placeholder,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .select2-selection__placeholder,
      form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis,
      form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis,
      form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .select2-selection__choice,
      form .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .select2-selection__choice,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .select2-selection__choice,
      .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .select2-selection__choice,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style h3 span,
      .form-block .form-item .ellips-style h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style .h3 span,
      .form-block .form-item .ellips-style .h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .ellips-style mark span,
      .form-block .form-item .ellips-style mark .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .sub-header > span span,
      .form-block .form-item .sub-header > span .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item h3:has(mark) span,
      .form-block .form-item h3:has(mark) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .h3:has(mark) span,
      .form-block .form-item .h3:has(mark) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header strong span:not([class]),
      .form-block .form-item .big-header strong .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span:not([class]),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header em,
      .form-block .form-item .big-header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis em,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .form-block .form-item .big-header.more-data dl dt,
      .form-block .form-item .big-header.more-data dl .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis dt,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .attach .file footer strong.name span,
      .attach .file footer strong.name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .attach .file footer span.filename,
      .attach .file footer .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span.filename,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .card-note-list > li > a span:not([class]),
      .card-note-list > li > a .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span:not([class]),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .request-card-row span,
      .request-card-row .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .request-card-row strong,
      .request-card-row .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .filter-list .controller span:not(.remove-range),
      .filter-list .controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span:not(.remove-range),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .filter-list .controller b,
      .filter-list .controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis b,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .sortable.sortable-list .title,
      .sortable.sortable-list .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .title,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .library-panel .item > span,
      .library-panel .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .item > span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .library-panel .panel-template header strong,
      .library-panel .panel-template header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .site-item .position span,
      .site-item .position .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .site-item .title,
      .site-item .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .title,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .tempStyles .tag-cloud .controller,
      .tempStyles .tag-cloud .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .controller,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .providerSearchFilter .level-name,
      .providerSearchFilter .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-name,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .stepperNav a span,
      .stepperPanel .stepperNav a .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .controller:has(.ellips) .ellips,
      .stepperPanel .controller:has(.ellips) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellips,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .agreementsBox .agreementItem h3,
      .agreementsBox .agreementItem .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis h3,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown a:not(.icon),
      .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis a:not(.icon),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown .dropFile,
      .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropFile,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown li:has(span.clipboard:only-child) span.clipboard,
      .dropdown li:has(span.clipboard:only-child) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span.clipboard,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown label:not(.switch):not(.controllerHead),
      .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis label:not(.switch):not(.controllerHead),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown.select-style .ui-menu-item div[data-label] span,
      .dropdown.select-style .ui-menu-item div[data-label] .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .context-menu-list li,
      .context-menu-list .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis li,
      .multiselect-holder > .select2-container .select2-dropdown .table table .flexEllipsis b,
      .table table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis b,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader thead span i,
      .table.complexHeader thead span .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis i,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader.numberStyle thead .elips,
      .table.complexHeader.numberStyle thead .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .elips,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .short-info .info p,
      .short-info .info .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis p,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .panel header p,
      .panel header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis p,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .matches-list .item strong,
      .matches-list .item .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style h3 span,
      .accordion .form-item .ellips-style h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style .h3 span,
      .accordion .form-item .ellips-style .h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion .form-item .ellips-style mark span,
      .accordion .form-item .ellips-style mark .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion-header strong span:not([class]),
      .accordion-header strong .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span:not([class]),
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion-header em,
      .accordion-header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis em,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .accordion-header.more-data dl dt,
      .accordion-header.more-data dl .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis dt,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .note-card strong,
      .note-card .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .note-card span,
      .note-card .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .search-container .controller .desc strong,
      .search-container .controller .desc .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .search-container .controller .desc span,
      .search-container .controller .desc .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis span,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-table .level-name,
      .level-table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-name,
      .multiselect-holder > .select2-container .select2-dropdown .level-table .flexEllipsis b,
      .level-table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis b {
        max-width: calc(100% - 36px);
        font-weight: normal; }
      body > .select2-container .select2-dropdown .flexEllipsis .icon,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .icon {
        display: block;
        width: 18px;
        height: 18px;
        margin-left: 6px; }
        body > .select2-container .select2-dropdown .flexEllipsis .icon svg,
        .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .icon svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ccc; }
        body > .select2-container .select2-dropdown .flexEllipsis .icon:hover svg,
        .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .icon:hover svg {
          fill: #333; }
    body > .select2-container .select2-dropdown.linearAnim,
    .multiselect-holder > .select2-container .select2-dropdown.linearAnim {
      transform: none;
      animation: none !important; }
    body > .select2-container .select2-dropdown .pnSelectStyle,
    .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle {
      display: flex;
      align-items: center;
      gap: 12px; }
      body > .select2-container .select2-dropdown .pnSelectStyle .note-id,
      .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle .note-id {
        font-weight: 500; }
      body > .select2-container .select2-dropdown .pnSelectStyle .note-date,
      .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle .note-date {
        font-weight: 400;
        color: #999; }
      body > .select2-container .select2-dropdown .pnSelectStyle svg,
      .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle svg {
        width: 24px;
        height: 24px;
        fill: #ee1752; }
        body > .select2-container .select2-dropdown .pnSelectStyle svg.unactive,
        .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle svg.unactive {
          fill: #ccc; }
        body > .select2-container .select2-dropdown .pnSelectStyle svg.billed,
        .multiselect-holder > .select2-container .select2-dropdown .pnSelectStyle svg.billed {
          fill: #00A995; }

.form {
  width: 1128px;
  padding-top: 12px;
  padding-bottom: 96px;
  counter-reset: my-badass-counter; }
  .form:not(.modal-content) .input:not(.searchStyle) {
    float: left;
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px; }
    .form:not(.modal-content) .input:not(.searchStyle).long {
      width: calc(75% - 24px); }
    .form:not(.modal-content) .input:not(.searchStyle).half {
      width: calc(50% - 24px); }
    .form:not(.modal-content) .input:not(.searchStyle).fourth {
      width: calc(25% - 24px); }
    .form:not(.modal-content) .input:not(.searchStyle).third {
      width: calc(100% / 3 - 24px); }
    .form:not(.modal-content) .input:not(.searchStyle).third-2x {
      width: calc(100% / 3 * 2 - 24px); }
    .form:not(.modal-content) .input:not(.searchStyle).small-2x {
      width: 336px; }
    .form:not(.modal-content) .input:not(.searchStyle).small {
      width: 192px; }
    .form:not(.modal-content) .input:not(.searchStyle).custom-size {
      width: calc(100% / 3 + 12px);
      margin-left: 0; }
    .form:not(.modal-content) .input:not(.searchStyle).smaller {
      width: 60px;
      margin-left: 0; }
      .form:not(.modal-content) .input:not(.searchStyle).smaller input {
        padding: 0 6px;
        text-align: center; }
    .form:not(.modal-content) .input:not(.searchStyle).adjoins {
      width: calc(50% + 1px);
      margin-right: -13px; }
      .form:not(.modal-content) .input:not(.searchStyle).adjoins:before, .form:not(.modal-content) .input:not(.searchStyle).adjoins:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
      .form:not(.modal-content) .input:not(.searchStyle).adjoins + .input:before, .form:not(.modal-content) .input:not(.searchStyle).adjoins + .input:after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
    .form:not(.modal-content) .input:not(.searchStyle) + h3,
    .form:not(.modal-content) .input:not(.searchStyle) + .h3 {
      float: left;
      width: 100%; }
    .form:not(.modal-content) .input:not(.searchStyle) + .trigger-add {
      float: left; }
  .form:not(.modal-content) .halfRowsInputs {
    display: grid;
    padding: 0 24px 24px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 12px; }
    .form:not(.modal-content) .halfRowsInputs .input:not(.searchStyle) {
      float: none;
      width: 100%;
      margin: 0; }
      .form:not(.modal-content) .halfRowsInputs .input:not(.searchStyle) .value {
        right: 18px;
        font-size: 14px; }
  .form.loading * {
    pointer-events: none !important; }
  .form .controller-row {
    float: left;
    width: 100%;
    padding-top: 12px; }
    .form .controller-row .controller {
      float: left; }
  .form.disabled * {
    pointer-events: none !important; }
  .form.disabled .tooltip {
    pointer-events: all !important; }
  .form.disabled .form-item-holder {
    background-color: #fafafa !important;
    border: 1px solid #dcdcdc !important; }

form select[data-note] + .select2-container .select2-selection--single .select2-selection__placeholder:after {
  display: inline-block;
  color: #1a73e8;
  content: "*"; }

form .select2-container, .drawer .drawerCorrection .input .select2-container {
  display: block;
  width: 100% !important;
  height: 100% !important; }
  form .select2-container .select2-selection--single, .drawer .drawerCorrection .input .select2-container .select2-selection--single {
    height: 48px;
    background: none !important;
    border: 0;
    border: 0;
    border-radius: 0; }
    form .select2-container .select2-selection--single .select2-selection__rendered, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0 36px 0 18px;
      line-height: 48px;
      color: #333; }
      form .select2-container .select2-selection--single .select2-selection__rendered.bold, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered.bold {
        font-weight: 600; }
      form .select2-container .select2-selection--single .select2-selection__rendered span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered span {
        font-weight: normal; }
      form .select2-container .select2-selection--single .select2-selection__rendered mark, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark {
        display: inline-block;
        height: 29px;
        padding: 0 10px;
        margin: 0 -10px;
        line-height: 29px;
        color: white;
        background: transparent;
        border-radius: 3px; }
        form .select2-container .select2-selection--single .select2-selection__rendered mark.color-02, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark.color-02 {
          background-color: #1fae1f; }
        form .select2-container .select2-selection--single .select2-selection__rendered mark.color-05, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark.color-05 {
          background-color: #f33; }
        form .select2-container .select2-selection--single .select2-selection__rendered mark.color-07, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark.color-07 {
          background-color: #000; }
        form .select2-container .select2-selection--single .select2-selection__rendered mark.short, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark.short {
          width: 12px;
          height: 12px;
          padding: 0;
          margin: 0 12px 0 0;
          border-radius: 50%;
          vertical-align: middle; }
        form .select2-container .select2-selection--single .select2-selection__rendered mark + span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered mark + span {
          font-weight: normal; }
      form .select2-container .select2-selection--single .select2-selection__rendered[data-val], .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered[data-val] {
        font-size: 0;
        line-height: 0; }
        form .select2-container .select2-selection--single .select2-selection__rendered[data-val]:before, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered[data-val]:before {
          font-size: 16px;
          line-height: 48px;
          color: #333;
          content: attr(data-val); }
      form .select2-container .select2-selection--single .select2-selection__rendered em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered em {
        display: inline-block;
        height: 24px;
        padding: 0 12px;
        margin: 12px 0 0 8px;
        font-size: 10px;
        font-style: normal;
        line-height: 25px;
        color: #1FAE1F;
        background-color: rgba(31, 174, 31, 0.3);
        border-radius: 2px;
        vertical-align: top; }
      form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        display: block;
        max-width: 100%; }
      form .select2-container .select2-selection--single .select2-selection__rendered:has(mark), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(mark) {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
      form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 4px; }
        form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input > .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input.multiple .input-holder > .placeholder, .input.multiple form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input-holder > .placeholder, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input-holder > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input .iti__country-name, .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .iti__country-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .iti__country-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .control-sets .placeholder, .control-sets form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .control-sets .placeholder, .control-sets .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .placeholder, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li, form body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li,
        form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li, form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li,
        .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li mark + span, form body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis mark + span,
        form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li mark + span, form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis mark + span,
        .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis mark + span, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis,
        form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis,
        .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection__choice, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span,
        form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span,
        .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header em, .form-block .form-item .big-header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis em, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis dt, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .attach .file footer strong.name span, .attach .file footer strong.name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .attach .file footer strong.name span, .attach .file footer strong.name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .attach .file footer span.filename, .attach .file footer form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span.filename, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .attach .file footer span.filename, .attach .file footer .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span.filename, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .request-card-row span, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .request-card-row span, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .request-card-row strong, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .request-card-row strong, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .filter-list .controller span:not(.remove-range), .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not(.remove-range), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not(.remove-range), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .filter-list .controller b, .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .filter-list .controller b, .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .sortable.sortable-list .title, .sortable.sortable-list form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .sortable.sortable-list .title, .sortable.sortable-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .title, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .library-panel .item > span, .library-panel form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .item > span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .library-panel .item > span, .library-panel .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .item > span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .library-panel .panel-template header strong, .library-panel .panel-template header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .library-panel .panel-template header strong, .library-panel .panel-template header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .position span, .site-item .position form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .position span, .site-item .position .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .title, .site-item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .title, .site-item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .title, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .controller, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .controller, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .providerSearchFilter .level-name, .providerSearchFilter form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .providerSearchFilter .level-name, .providerSearchFilter .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellips, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis h3, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis h3, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown a:not(.icon), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis a:not(.icon), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown a:not(.icon), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis a:not(.icon),
        form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .dropFile, .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropFile,
        .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .dropFile, .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropFile,
        form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span.clipboard,
        .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span.clipboard,
        form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis label:not(.switch):not(.controllerHead),
        .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis label:not(.switch):not(.controllerHead), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .context-menu-list li, .context-menu-list form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .context-menu-list li, .context-menu-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis li, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .table table .flexEllipsis b, .table table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .table table .flexEllipsis b, .table table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader thead span i, .table.complexHeader thead span form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis i, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader thead span i, .table.complexHeader thead span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis i, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .elips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .elips, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .short-info .info p, .short-info .info form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .short-info .info p, .short-info .info .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis p, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .panel header p, .panel header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .panel header p, .panel header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis p, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .matches-list .item strong, .matches-list .item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .matches-list .item strong, .matches-list .item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header strong span:not([class]), .accordion-header strong form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header strong span:not([class]), .accordion-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header em, .accordion-header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header em, .accordion-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis em, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis dt, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .note-card strong, .note-card form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .note-card strong, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .note-card span, .note-card form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .note-card span, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .search-container .controller .desc strong, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .search-container .controller .desc strong, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .search-container .controller .desc span, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .search-container .controller .desc span, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table .level-name, .level-table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table .level-name, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis b, .level-table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis b, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis b {
          max-width: calc(100% - 36px);
          font-weight: normal; }
      form .select2-container .select2-selection--single .select2-selection__rendered .val, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .val {
        display: flex;
        align-items: center;
        gap: 6px; }
      form .select2-container .select2-selection--single .select2-selection__rendered .status-icon, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .status-icon {
        display: block;
        width: 18px;
        min-width: 18px;
        height: 18px;
        pointer-events: all; }
        form .select2-container .select2-selection--single .select2-selection__rendered .status-icon use, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .status-icon use {
          pointer-events: none; }
      form .select2-container .select2-selection--single .select2-selection__rendered .clipboard, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .clipboard {
        position: relative;
        top: auto;
        right: auto; }
        form .select2-container .select2-selection--single .select2-selection__rendered .clipboard::before, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .clipboard::before {
          display: none; }
      form .select2-container .select2-selection--single .select2-selection__rendered .inactive, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .inactive {
        color: #ee1752; }
      form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle {
        display: flex;
        align-items: center;
        gap: 12px; }
        form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle .note-id, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle .note-id {
          font-weight: 500; }
        form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle .note-date, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle .note-date {
          color: #999; }
        form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg {
          fill: #ee1752; }
          form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg.unactive, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg.unactive {
            fill: #ccc; }
          form .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg.billed, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .pnSelectStyle svg.billed {
            fill: #00A995; }
    form .select2-container .select2-selection--single .select2-selection__arrow, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__arrow {
      top: 0;
      right: 0;
      width: 48px;
      height: 48px; }
      form .select2-container .select2-selection--single .select2-selection__arrow b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__arrow b {
        margin-top: -3px;
        border-width: 6px 4px 0 4px !important;
        border-top-color: #999 !important; }
    form .select2-container .select2-selection--single .select2-selection__clear, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__clear {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 20;
      width: 48px;
      height: 48px;
      padding: 12px;
      font-size: 0;
      line-height: 0; }
      form .select2-container .select2-selection--single .select2-selection__clear:before, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__clear:before {
        position: absolute;
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
        background-color: white;
        content: ""; }
      form .select2-container .select2-selection--single .select2-selection__clear svg, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__clear svg {
        position: relative;
        display: block;
        fill: #666; }
      @media (hover: hover) {
        form .select2-container .select2-selection--single .select2-selection__clear:hover svg, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__clear:hover svg {
          fill: #ee1752; } }
  form .select2-container .select2-selection--multiple, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple {
    background: none !important;
    border: 0 !important;
    border-radius: 0; }
    form .select2-container .select2-selection--multiple.select2-selection, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple.select2-selection {
      display: block;
      width: 100%;
      min-height: 48px;
      cursor: text; }
    form .select2-container .select2-selection--multiple .select2-selection__rendered, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: block;
      width: 100%;
      padding-right: 36px;
      overflow: hidden; }
      form .select2-container .select2-selection--multiple .select2-selection__rendered li, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__rendered li {
        float: left;
        max-width: calc(100% - 24px); }
    form .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice {
      position: relative;
      height: 30px;
      padding: 0 36px 0 16px;
      margin: 9px 0 0 10px;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: normal;
      color: white;
      background-color: #1a73e8;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4);
      transition: 0.3s ease;
      cursor: default;
      transition-property: background-color, color; }
      @media (hover: hover) {
        form .select2-container .select2-selection--multiple .select2-selection__choice:hover, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice:hover {
          color: white;
          background-color: #1a73e8; } }
      form .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive) {
        color: #ee1752;
        background-color: rgba(238, 23, 82, 0.3);
        border-color: #ee1752;
        box-shadow: none; }
        form .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive) .select2-selection__choice__remove::after, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive) .select2-selection__choice__remove::after, form .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive) .select2-selection__choice__remove::before, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice:has(.inactive) .select2-selection__choice__remove::before {
          background-color: #ee1752; }
      form .select2-container .select2-selection--multiple .select2-selection__choice .dataPage, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice .dataPage {
        font-style: normal;
        opacity: 0.5; }
    form .select2-container .select2-selection--multiple .select2-selection__choice__remove, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice__remove {
      position: absolute;
      top: 8px;
      right: 12px;
      width: 13px;
      height: 13px;
      margin: 0;
      font-size: 0;
      line-height: 0;
      border: 0;
      border-radius: 50%;
      transform: rotate(45deg);
      cursor: pointer; }
      form .select2-container .select2-selection--multiple .select2-selection__choice__remove::after, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice__remove::after, form .select2-container .select2-selection--multiple .select2-selection__choice__remove::before, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice__remove::before {
        position: absolute;
        background-color: white;
        transition: background-color 0.3s ease;
        content: ''; }
      form .select2-container .select2-selection--multiple .select2-selection__choice__remove::before, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice__remove::before {
        top: 6px;
        right: 0;
        left: 0;
        height: 1px; }
      form .select2-container .select2-selection--multiple .select2-selection__choice__remove::after, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice__remove::after {
        top: 0;
        bottom: 0;
        left: 6px;
        display: block !important;
        width: 1px;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        transform: none; }
    form .select2-container .select2-selection--multiple .select2-search, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-search {
      padding: 0 16px; }
    form .select2-container .select2-selection--multiple .select2-search__field, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-search__field {
      max-width: 100%;
      height: 48px;
      padding: 0;
      margin: 0;
      border: 0; }
    form .select2-container .select2-selection--multiple .select2-selection__clear, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__clear {
      display: none !important; }

.hr {
  position: relative;
  display: block;
  margin: -12px 0 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999; }
  .hr:before {
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    left: 0;
    height: 1px;
    background-color: #dadada;
    content: ""; }
  .hr span {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    background-color: white;
    vertical-align: top; }

.form-content {
  float: left;
  width: 576px;
  margin: 0 -12px; }
  .form-content h3,
  .form-content .h3 {
    float: left;
    width: 100%;
    padding: 0 12px;
    margin: 0 0 48px;
    font-size: 18px; }
    .form-content h3 .tooltip,
    .form-content .h3 .tooltip {
      display: inline-block;
      margin-left: 10px;
      cursor: pointer;
      vertical-align: top; }
      .form-content h3 .tooltip svg,
      .form-content .h3 .tooltip svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #ccc; }
      @media (hover: hover) {
        .form-content h3 .tooltip:hover svg,
        .form-content .h3 .tooltip:hover svg {
          fill: #333; } }
  .form-content.grid-style.four {
    display: grid;
    width: 552px;
    margin: 0;
    column-gap: 24px;
    row-gap: 36px;
    grid-template-columns: repeat(4, 1fr); }
    .form-content.grid-style.four .span2 {
      grid-column: span 2; }
    .form-content.grid-style.four .span3 {
      grid-column: span 3; }
    .form-content.grid-style.four .span4 {
      grid-column: span 4; }
    .form-content.grid-style.four h3, .form-content.grid-style.four .h3 {
      float: none;
      padding: 0 0 12px;
      margin: 0; }
    .form-content.grid-style.four .input {
      float: none;
      width: auto;
      margin: 0; }
  .form-content:not(.grid-style) > .controller {
    margin-left: 12px; }

.form-aside {
  float: right;
  width: 432px;
  margin: 0 -12px; }
  .form-aside .input + .button-alignment {
    margin-top: -12px; }
  .form-aside .button-alignment {
    display: flex;
    align-items: center;
    justify-content: end;
    float: left;
    width: 100%;
    padding: 0 12px 36px;
    gap: 24px; }
    .form-aside .button-alignment .button.small {
      padding: 0 17px;
      font-weight: normal; }

.form-controls {
  position: fixed;
  right: 48px;
  bottom: 36px;
  z-index: 200;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 9px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition-property: filter, -webkit-filter, opacity; }
  .form-controls > * {
    float: left; }
    .form-controls > *:first-child {
      margin-left: 0; }
  .form-controls .button {
    padding: 0 18px;
    margin: 0;
    margin-right: 24px; }
  .form-controls .submit {
    min-width: 192px;
    padding: 0 48px; }
  .form-controls .button:not(:disabled):not(.disabled):not(.hidden),
  .form-controls .submit:not(:disabled):not(.disabled):not(.hidden) {
    pointer-events: all; }
  .form-controls .hidden {
    display: none !important; }
  .form-controls .icon-button {
    margin-right: 24px; }
  .form-controls.none {
    pointer-events: none; }
    .form-controls.none > * {
      pointer-events: none; }
  .compensate-for-scrollbar .form-controls {
    margin-right: var(--scroll-bar); }
  .lower-level .form-controls {
    z-index: 55; }
  .form-controls:not(.default-style) {
    right: auto;
    left: 348px;
    width: 624px;
    padding: 0;
    text-align: center;
    background: none;
    box-shadow: none; }
    .form-controls:not(.default-style) .submit {
      display: inline-block;
      float: none;
      margin: 0 auto;
      border-radius: 24px;
      box-shadow: 0 1px 10px rgba(238, 23, 82, 0.5); }
    .form-controls:not(.default-style).left-style {
      left: 48px;
      width: 552px; }
      .form-controls:not(.default-style).left-style.large {
        width: 624px; }
    body:has(.drawer.display, .stepperPanel.display) .form-controls:not(.default-style),
    .scroll-hidden .form-controls:not(.default-style),
    .fancybox-active .form-controls:not(.default-style) {
      margin-right: var(--scroll-bar); }
    .form-controls:not(.default-style) .save-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      display: none;
      width: 24px;
      height: 24px;
      transform: translate(-50%, -50%);
      fill: white;
      pointer-events: none; }
    @media (max-width: 1279px) {
      .form-controls:not(.default-style):not(.blocked) {
        right: 24px;
        bottom: 24px;
        left: auto !important;
        width: 60px !important;
        height: 60px; }
        .form-controls:not(.default-style):not(.blocked) .submit {
          width: 100%;
          min-width: 60px;
          height: 100%;
          padding: 0;
          font-size: 0;
          line-height: 0;
          color: transparent;
          border-radius: 50%; }
        .form-controls:not(.default-style):not(.blocked) .save-icon {
          display: block; } }
  .form-controls.hidden {
    opacity: 0;
    pointer-events: none; }
  body:has(.taskPanel.display) .form-controls,
  .scroll-hidden .tab.display .form-controls,
  .scroll-hidden .display.trigger-add .form-controls,
  .scroll-hidden .display.inner-tab .form-controls,
  .fancybox-active .tab.display .form-controls,
  .fancybox-active .display.trigger-add .form-controls,
  .fancybox-active .display.inner-tab .form-controls {
    opacity: 0; }
  .form-controls .controls-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    white-space: nowrap;
    background: white;
    border-radius: 24px;
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: transform 0.3s ease;
    transform: translate(-50%, -50%) scale(0);
    cursor: default;
    transition-property: transform, opacity;
    pointer-events: none; }
    .form-controls .controls-info a {
      color: #333;
      border-bottom: 1px solid; }
      @media (hover: hover) {
        .form-controls .controls-info a:hover {
          color: #1a73e8; } }
  .form-controls.blocked {
    min-height: 48px; }
    .form-controls.blocked .controls-info {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: auto; }
    .form-controls.blocked .submit {
      opacity: 0;
      pointer-events: none; }
  .form-controls.center {
    left: 50%;
    transform: translateX(-50%); }

.form-description {
  float: left;
  width: 192px;
  padding-left: 12px;
  margin-top: -5px; }
  .form-description h3,
  .form-description .h3 {
    font-weight: 600; }
  .form-description p {
    margin-bottom: 0 0 31px;
    font: italic 13px/20px "Open Sans", sans-serif;
    color: #666; }

.small-form {
  width: 336px;
  padding: 47px 35px 35px;
  margin: 12px auto;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 6px; }
  .small-form > .submit:first-child {
    margin-top: -12px; }

@keyframes pulse {
  0% {
    opacity: 0;
    transform: translateY(24px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; } }

.input-note {
  display: block;
  margin-bottom: 36px;
  font: italic 13px/20px "Open Sans", sans-serif;
  color: #666;
  transition: color 0.3s ease; }
  .input-note span {
    float: right;
    color: #ee1752; }
  .input-note.right {
    text-align: right; }
  .input-note.normal {
    font: 12px/18px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    color: #999; }
  .input-note strong {
    font-weight: normal;
    color: #333; }
  .input-note.small {
    margin: -26px 0 0;
    font: 12px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    color: #999;
    cursor: default; }
    .input-note.small svg {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 1px 4px 1px 0;
      vertical-align: top;
      fill: #ccc; }
    .input-note.small.hidden {
      display: none; }
    .input-note.small:only-child {
      margin: 0 0 -6px; }
  .input-note a {
    color: #333;
    border-bottom: 1px solid; }
  .input-note.absoluteInset {
    position: relative;
    padding-left: 22px;
    margin-top: -4px; }
    .input-note.absoluteInset svg {
      position: absolute;
      top: 1px;
      left: 0;
      margin: 0; }
  .input-note.noteGridStyle {
    display: grid;
    align-items: flex-start;
    float: none !important;
    padding: 0 24px 0 0 !important;
    font: 12px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal;
    color: #999;
    cursor: default;
    grid-template-columns: 18px auto;
    gap: 12px; }
    .input-note.noteGridStyle svg {
      width: 18px;
      min-width: 18px;
      height: 18px;
      fill: #999; }
    .input-note.noteGridStyle::after {
      display: none; }
  .input-note.redStyle,
  .columnValidation.error + .input-note,
  .columnValidation.error .input-note, .input-note.error {
    color: #ee1752; }
    .input-note.redStyle svg,
    .columnValidation.error + .input-note svg,
    .columnValidation.error .input-note svg, .input-note.error svg {
      fill: #ee1752; }
  .input-note i,
  .input-note .maxArea,
  .input-note .moreNoteInfo {
    font-style: normal; }
    .input-note i.redStyle,
    .input-note .maxArea.redStyle,
    .input-note .moreNoteInfo.redStyle {
      color: #ee1752; }
  .input-note:has(.moreNoteInfo) {
    position: relative;
    padding-left: 22px; }
    .input-note:has(.moreNoteInfo) > svg {
      position: absolute;
      top: 0;
      left: 0; }

.controller {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  vertical-align: top; }
  .controller input:not(.datepicker) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  .controller .icheck-item {
    position: absolute;
    top: 3px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer; }
    .controller .icheck-item:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transform: translate(-50%, -50%);
      content: ""; }
    .controller .icheck-item span[style="display: inline;"] {
      display: none !important; }
  .controller.checkboxStyle .icheck-item,
  .controller .check {
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer; }
    .controller.checkboxStyle .icheck-item:after,
    .controller .check:after {
      display: none !important; }
  .controller:not(.checkboxStyle) .radio {
    top: 0;
    width: 24px;
    height: 24px; }
    .controller:not(.checkboxStyle) .radio:after {
      width: 10px;
      height: 10px; }
  .controller > svg {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    width: 20px;
    height: 20px;
    opacity: 0;
    fill: white !important;
    pointer-events: none;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); }
    .controller > svg.blocked {
      position: static;
      top: auto;
      left: auto;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 6px 0 0 1px;
      fill: #ee1752 !important;
      filter: none;
      vertical-align: top; }
  .controller .tooltip:not(.text):not(.remove-range) {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: top; }
    .controller .tooltip:not(.text):not(.remove-range) svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ccc; }
    .controller .tooltip:not(.text):not(.remove-range).redStyle svg {
      fill: #ee1752 !important; }
    @media (hover: hover) {
      .controller .tooltip:not(.text):not(.remove-range):hover svg {
        fill: #333; } }
  .controller:has(.tooltip:not(.text):not(.remove-range)) {
    display: flex;
    align-items: center;
    gap: 6px; }
    .controller:has(.tooltip:not(.text):not(.remove-range)) > * {
      margin: 0 !important; }
  .controller .text {
    cursor: pointer;
    border-bottom: 1px dashed; }
  .controller.switch {
    display: block;
    padding-right: 48px;
    padding-left: 0;
    font-size: 18px;
    transition: color 0.3s ease; }
    .controller.switch .icheck-item {
      top: 3px;
      right: 0;
      left: auto;
      width: 36px;
      height: 18px;
      border-radius: 9px;
      transition: 0.3s ease;
      transition-property: border-color, background-color; }
      .controller.switch .icheck-item:before {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        transition: 0.3s ease;
        content: "";
        transition-property: transform, background-color, box-shadow; }
    .controller.switch .clue {
      padding-right: 12px; }
    .controller.switch.small {
      font-size: 14px; }
    .controller.switch.title-style {
      padding-left: 0;
      pointer-events: none; }
      .controller.switch.title-style .icheck-item {
        display: none; }
  .controller .switch-info {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666; }
  .controller.trigger-style {
    font-size: 16px; }
  .controller.big {
    display: block;
    margin: 0 12px 48px;
    font-size: 16px; }
  .controller.gray-style .icheck-item {
    background-color: #f5f5f5;
    border-color: #ddd; }
  .controller.error:not(.required-popup):not(.checked):not(.offErrorStyle) .icheck-item {
    border-color: #ee1752;
    border-width: 2px; }
  .controller.checked {
    color: #333; }
    .controller.checked .icheck-item {
      background-color: #1a73e8;
      border-color: #1a73e8; }
      .controller.checked .icheck-item:after {
        opacity: 1; }
    .controller.checked > svg {
      opacity: 1; }
    .controller.checked.switch {
      color: #111; }
      .controller.checked.switch .icheck-item:before {
        background-color: white;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        transform: translateX(18px); }
    .controller.checked.red-style .icheck-item {
      background-color: #ee1752;
      border-color: #ee1752; }
    .controller.checked mark,
    .controller.checked em {
      display: none; }
    .controller.checked .color-02 {
      display: inline-block; }
    .controller.checked.accordion-style i:after {
      opacity: 0; }
    .controller.checked .action {
      pointer-events: auto; }
      .controller.checked .action .trigger:after {
        opacity: 1; }
  .controller.disabled *:not(.tooltip), .form.disabled .controller *:not(.tooltip), .controller.readonly *:not(.tooltip) {
    pointer-events: none; }
  .controller.disabled .blocked, .form.disabled .controller .blocked, .controller.readonly .blocked {
    opacity: 1 !important; }
  .controller.blocked {
    display: flex !important;
    color: #ccc; }
    .controller.blocked > svg {
      top: 6px;
      left: 6px;
      width: 12px;
      height: 12px;
      opacity: 1;
      filter: none; }
    .controller.blocked .icheck-item {
      background-color: #ccc;
      border-color: rgba(0, 0, 0, 0.1); }
  .controller.readonly * {
    cursor: default !important;
    pointer-events: none !important; }
  .controller.readonly:not([data-popup]) {
    cursor: default;
    pointer-events: none !important; }
  .controller .label {
    display: inline-block;
    height: 15px;
    padding: 0 4px;
    margin: 5px 0 0 1px;
    font-size: 11px;
    line-height: 14px;
    color: white;
    background-color: #ee1752;
    border-radius: 3px;
    vertical-align: top; }
  .controller + .row {
    margin-top: 13px; }
  .controller mark {
    display: inline-block !important;
    height: 20px;
    padding: 0 6px;
    margin: 2px 0 0 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .controller mark.green {
      color: #1fae1f !important;
      background-color: rgba(31, 174, 31, 0.3); }
    .controller mark.red {
      color: #f33 !important;
      background-color: rgba(255, 51, 51, 0.3); }
    .controller mark.blue {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .controller mark.color-01 {
      background-color: #ffae00; }
    .controller mark.color-02 {
      background-color: #1fae1f; }
    .controller mark.color-04 {
      background-color: #00A995; }
    .controller mark.color-05 {
      background-color: #f33; }
    .controller mark.color-08 {
      background-color: #1a73e8; }
    .controller mark.color-09 {
      background-color: #999; }
    .controller mark.color-10 {
      display: inline-block;
      line-height: 18px;
      color: #999;
      background: none;
      border: 1px solid #ccc; }
    .controller mark.large {
      height: 24px;
      padding: 0 9px;
      margin: 0;
      font-size: 14px;
      line-height: 24px; }
  .controller .error {
    display: none !important; }
  .controller .color-05 {
    display: inline-block; }
  .controller em {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #999; }
    .controller em.static {
      position: relative;
      top: auto;
      right: auto;
      display: inline-block !important; }
  .controller.accordion-style {
    display: block;
    padding-left: 0;
    cursor: pointer; }
    .controller.accordion-style .icheck-item {
      opacity: 0;
      pointer-events: none; }
    .controller.accordion-style i {
      position: absolute;
      top: 50%;
      right: 0;
      width: 14px;
      height: 2px;
      margin-top: -1px;
      background-color: #ccc;
      transition: background-color 0.3s ease; }
      .controller.accordion-style i:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 14px;
        background-color: #ccc;
        transition: 0.3s ease;
        transform: translate(-50%, -50%);
        content: "";
        transition-property: background-color, opacity; }
    @media (hover: hover) {
      .controller.accordion-style:hover i {
        background-color: #333; }
        .controller.accordion-style:hover i:after {
          background-color: #333; } }
  .controller.button-style {
    height: 60px;
    padding: 0 12px;
    margin: 0 12px 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
    color: #666;
    background-color: #e7e7e7;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: border-color, background-color, color; }
    .controller.button-style .icheck-item {
      opacity: 0;
      visibility: hidden; }
    @media (hover: hover) {
      .controller.button-style:hover {
        color: #333; } }
    .controller.button-style.checked {
      color: white;
      background-color: #1a73e8;
      border-color: rgba(0, 0, 0, 0.1); }
  .controller .action {
    display: inline-block;
    float: none;
    vertical-align: top;
    pointer-events: none; }
    .controller .action .trigger:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin: 9px 0 0 6px;
      opacity: 0;
      transition: opacity 0.3s ease;
      content: "";
      vertical-align: top;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 6px solid #999; }
  .controller.closed-style {
    color: #ee1752; }
    .controller.closed-style .icheck-item {
      opacity: .5; }
    .controller.closed-style::before {
      display: inline-block;
      content: '*';
      vertical-align: top; }
  .controller[data-popup] {
    cursor: pointer; }
  .controller.head-style .icheck-item {
    opacity: 0;
    visibility: hidden; }
  .controller:not(.checked) .controllerActions {
    opacity: 0;
    pointer-events: none; }
  .controller .innerAction {
    display: inline-block;
    margin: -2px 0 -2px 3px;
    vertical-align: top; }
    @media (hover: hover) {
      .controller .innerAction:hover .trigger {
        border-color: #1a73e8; } }
    .controller .innerAction .trigger {
      display: block;
      padding: 1px 9px;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 4px;
      transition: 0.3s ease;
      transition-property: padding, border-color, background-color; }
      .controller .innerAction .trigger::after {
        display: none; }
      @media (hover: hover) {
        .controller .innerAction .trigger:hover {
          border-color: #1a73e8; } }
    .controller .innerAction .dropdown .checked svg {
      fill: #ee1752; }
    .controller .innerAction.display .trigger {
      border-color: #1a73e8; }
    .controller .innerAction .datepicker {
      right: 0;
      left: auto;
      width: 400px; }
  .controller .controllerActions {
    display: inline-block;
    transition: opacity 0.3s ease; }
  .controller .alert-info {
    position: relative;
    display: inline-block;
    margin-left: 2px;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #ee1752 !important;
    border: 0;
    vertical-align: top; }
    .controller .alert-info svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transition: width 0.3s ease;
      transform: translate(-50%, -50%);
      fill: #ee1752; }
    .controller .alert-info span {
      position: relative;
      display: block;
      min-width: 24px;
      padding: 0 9px; }
  .controller.opacity {
    opacity: 0.3; }
  .controller.disabledOpacity {
    color: rgba(102, 102, 102, 0.3); }
    .controller.disabledOpacity .icheck-item {
      opacity: 0.3; }
  .controller:has(.clue) {
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
  .controller .clue {
    font-size: 14px;
    font-style: normal;
    color: #ccc; }
  .controller:has(input.default) .default {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    opacity: 1;
    cursor: pointer;
    visibility: visible;
    -webkit-appearance: none;
    appearance: none; }
  .controller:has(input.default).gray-style .default {
    background-color: #F5F5F5;
    border-color: #ddd; }
  .controller:has(input.default).error .default {
    border-color: #ee1752;
    border-width: 2px; }
  .controller:not(.success):has(input.default[required]:not(:checked)) .default {
    border-color: #ee1752;
    border-width: 2px; }
  .controller:has(input.default:checked) {
    color: #333; }
    .controller:has(input.default:checked) .default {
      background-color: #1a73e8;
      border-color: #1a73e8; }
    .controller:has(input.default:checked) > svg {
      opacity: 1; }
  .controller .gray {
    font-style: normal;
    color: #999; }
  .controller.agreementCheck a {
    color: #111;
    border-bottom: 1px solid; }
    @media (hover: hover) {
      .controller.agreementCheck a:hover {
        color: #1a73e8; } }
  .controller.side-indents {
    margin-right: 12px;
    margin-left: 12px; }

.main-controller {
  float: left;
  width: 100%;
  padding: 47px 0 0;
  border-top: 1px solid #e1e1e1; }

.controller-list {
  position: relative;
  float: left;
  width: 100%;
  padding: 1px 12px 12px; }
  .controller-list > label:not(.controller) {
    position: absolute;
    top: -23px;
    left: 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
    .controller-list > label:not(.controller) span {
      color: #ee1752; }
  .controller-list .controller {
    display: block;
    margin-bottom: 24px; }
    .controller-list .controller.archive {
      display: flex;
      align-items: center;
      color: #ee1752;
      gap: 6px; }
      .controller-list .controller.archive .tooltip {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin: 0;
        margin-right: auto;
        cursor: pointer; }
        .controller-list .controller.archive .tooltip svg {
          fill: #ee1752; }
        @media (hover: hover) {
          .controller-list .controller.archive .tooltip:hover svg {
            fill: #ee1752; } }
    .controller-list .controller .allert-info {
      pointer-events: none; }
  .controller-list + .input {
    margin-top: 12px; }
  .controller-list + .trigger-add {
    float: left; }
  .controller-list.border {
    display: block;
    float: none;
    padding: 23px !important;
    margin-bottom: 36px !important;
    border: 1px solid #ccc;
    border-radius: 10px; }
    .controller-list.border .controller {
      font-size: 16px; }
      .controller-list.border .controller:last-child {
        margin-bottom: 0; }
  .controller-list.rows .controller {
    float: left;
    width: 50%; }
  .controller-list.triple .controller {
    width: calc(100% / 3); }
  .controller-list.button-list {
    padding: 0; }
    .controller-list.button-list .controller {
      width: calc(100% / 2 - 24px);
      padding: 0 24px;
      white-space: nowrap;
      transition-property: border-color, background-color, color, padding-right; }
      .controller-list.button-list .controller.checked {
        padding-right: 30%;
        color: white;
        background-color: #1a73e8;
        border-color: rgba(0, 0, 0, 0.1); }
        .controller-list.button-list .controller.checked svg {
          transform: scale(1); }
      .controller-list.button-list .controller svg {
        top: calc(50% - 12px);
        right: 17px;
        left: auto;
        width: 24px;
        height: 24px;
        opacity: 1;
        transition: transform 0.3s ease;
        transform: scale(0);
        filter: none; }
    .controller-list.button-list:only-child {
      padding-bottom: 12px; }
  .controller-list.font .controller {
    font-size: 16px; }
  .controller-list.static {
    float: none; }
  .controller-list + .slider-holder {
    padding-top: 36px !important; }
  .controller-list.end .controller:last-child {
    margin-bottom: 12px; }
  .controller-list.admin-style .action {
    right: 0;
    opacity: 0; }
    .controller-list.admin-style .action .trigger::after {
      display: none; }
    .controller-list.admin-style .action.display {
      opacity: 1;
      pointer-events: all; }
  .controller-list.admin-style .controller {
    display: flex;
    align-items: center;
    gap: 6px; }
    @media (hover: hover) {
      .controller-list.admin-style .controller:hover .action {
        opacity: 1;
        pointer-events: all; } }
    .tablet .controller-list.admin-style .controller .action {
      opacity: 1;
      pointer-events: all; }
  .controller-list.admin-style .switch .action {
    opacity: 1;
    pointer-events: all; }
  .controller-list.admin-style .switch:not(.checked) mark.color-04 {
    opacity: 0.3; }
  .controller-list.admin-style .switch:has(.action, .alignRight)::before {
    position: absolute;
    top: 0;
    right: 54px;
    bottom: 0;
    width: 1px;
    background-color: #E1E1E1;
    content: ''; }
  .controller-list.admin-style ~ .input-note {
    margin: -12px 0 35px; }
    .controller-list.admin-style ~ .input-note.emptyMsg {
      display: none; }
  .controller-list.admin-style:empty {
    display: none; }
    .controller-list.admin-style:empty ~ .input-note:not(.emptyMsg) {
      display: none; }
    .controller-list.admin-style:empty ~ .emptyMsg {
      display: block;
      margin: 8px 0 30px !important; }
  .controller-list + .tag-cloud {
    padding-top: 6px; }
  .controller-list + .noteBox {
    float: left;
    width: 100%;
    margin-top: -12px;
    color: #999;
    background-color: #F1F0F0; }
    .controller-list + .noteBox svg {
      fill: #999; }
    .controller-list + .noteBox span {
      display: none; }
    .controller-list + .noteBox .accepted {
      display: block; }
  .modal-content .controller-list:has(.controller.checked input.attention) + .noteBox {
    color: #ee1752;
    background-color: rgba(238, 23, 82, 0.3); }
    .modal-content .controller-list:has(.controller.checked input.attention) + .noteBox svg {
      transition: none;
      fill: #ee1752; }
  .controller-list.gridStyle {
    display: grid;
    margin-bottom: 36px !important;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    .controller-list.gridStyle .controller {
      margin: 0; }
  .controller-list.columnValidation + .input-note:last-child {
    margin: -12px 0 35px; }
  .controller-list.columnValidation:has(.input.error) + .input-note,
  .controller-list.columnValidation.error + .input-note {
    color: #ee1752; }
    .controller-list.columnValidation:has(.input.error) + .input-note svg,
    .controller-list.columnValidation.error + .input-note svg {
      fill: #ee1752; }
  .controller-list .item {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 12px;
    flex-wrap: wrap;
    gap: 12px; }
    .controller-list .item .controller {
      margin: 0; }
      .controller-list .item .controller.checked {
        padding-left: 24px;
        font-size: 0;
        line-height: 0; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus)::after {
          background: none;
          border-color: #ee1752;
          border-width: 0 0 2px;
          box-shadow: none; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus) textarea::-webkit-input-placeholder {
          color: #ee1752; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus) textarea::-moz-placeholder {
          color: #ee1752;
          opacity: 1; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus) textarea:-moz-placeholder {
          color: #ee1752; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus) textarea:-ms-input-placeholder {
          color: #ee1752; }
        .controller-list .item .controller.checked + .input:has(textarea:placeholder-shown):not(.focus) textarea.placeholder {
          color: #ee1752; }
      .controller-list .item .controller:not(.checked) + .input {
        opacity: 0;
        pointer-events: none; }
    .controller-list .item .input {
      flex: 1;
      float: none !important;
      width: auto !important;
      margin: -12px 0 0 !important; }
      .controller-list .item .input textarea {
        min-height: 48px;
        padding: 12px 0;
        font-size: 14px;
        line-height: 24px; }
        .controller-list .item .input textarea::-webkit-input-placeholder {
          color: #ccc; }
        .controller-list .item .input textarea::-moz-placeholder {
          color: #ccc;
          opacity: 1; }
        .controller-list .item .input textarea:-moz-placeholder {
          color: #ccc; }
        .controller-list .item .input textarea:-ms-input-placeholder {
          color: #ccc; }
        .controller-list .item .input textarea.placeholder {
          color: #ccc; }
        .controller-list .item .input textarea:focus::-webkit-input-placeholder {
          color: transparent; }
        .controller-list .item .input textarea:focus::-moz-placeholder {
          color: transparent;
          opacity: 1; }
        .controller-list .item .input textarea:focus:-moz-placeholder {
          color: transparent; }
        .controller-list .item .input textarea:focus:-ms-input-placeholder {
          color: transparent; }
        .controller-list .item .input textarea:focus.placeholder {
          color: transparent; }
      .controller-list .item .input::after, .controller-list .item .input::before {
        background: none;
        border-width: 0 0 1px;
        border-radius: 0;
        box-shadow: none; }
      .controller-list .item .input.focus::after, .controller-list .item .input.error::after, .controller-list .item .input:focus-within::after, .controller-list .item .input.required:not(.focus):not(.enter)::after {
        background: none;
        border-width: 0 0 2px;
        box-shadow: none; }
    .controller-list .item.archive .controller {
      color: #ee1752;
      order: 1; }
    .controller-list .item.archive .input {
      order: 3; }
    .controller-list .item.archive > .tooltip {
      width: 18px;
      height: 18px;
      margin: 3px 0 0 -6px;
      cursor: pointer;
      order: 2; }
      .controller-list .item.archive > .tooltip svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ee1752; }
      @media (hover: hover) {
        .controller-list .item.archive > .tooltip:hover svg {
          fill: #ee1752; } }
    .controller-list .item.archive .clue {
      order: 3; }
    .controller-list .item.archive:has(.controller.checked) > .tooltip {
      margin-left: 0;
      order: 4; }
    .controller-list .item .clue {
      font-family: "Inter", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-style: normal;
      line-height: 24px;
      color: #ccc; }
  .controller-list.procedures-list .controller {
    padding-right: 12px; }
    .controller-list.procedures-list .controller.archive .tooltip {
      margin-top: 3px; }
  .controller-list.procedures-list + .input-note:last-child {
    margin: -12px 0 35px; }
  .controller-list .alignRight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px; }
    .controller-list .alignRight .count {
      font-size: 14px;
      color: #ccc; }
      .controller-list .alignRight .count.empty {
        color: #ee1752; }
    .controller-list .alignRight .more {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 !important;
      cursor: pointer; }
      .controller-list .alignRight .more svg {
        display: block;
        width: 100%;
        height: 100%;
        transform: rotate(90deg);
        fill: #ccc; }
      @media (hover: hover) {
        .controller-list .alignRight .more:hover svg {
          fill: #333; } }

.controller-note {
  display: block;
  float: left;
  width: 100%;
  padding: 0 12px;
  margin: -6px 0 38px 0;
  font: italic 13px/20px "Open Sans", sans-serif;
  color: #666; }

.request-step {
  position: relative;
  width: 100%;
  padding: 12px 0 108px; }
  .request-step .step-description {
    position: relative;
    float: left;
    width: 252px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    transition: 0.3s ease;
    transition-property: filter, -webkit-filter; }
    .request-step .step-description p {
      font-family: "Open Sans", sans-serif;
      font-style: italic; }
    .request-step .step-description .cancel {
      position: absolute;
      top: -66px;
      left: -4px;
      font-size: 14px;
      line-height: 24px;
      color: #666;
      opacity: 0;
      pointer-events: none; }
      .request-step .step-description .cancel svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        vertical-align: top;
        fill: #999; }
      @media (hover: hover) {
        .request-step .step-description .cancel:hover {
          color: #333; }
          .request-step .step-description .cancel:hover svg {
            fill: #333; } }
      .no-header .request-step .step-description .cancel {
        opacity: 1;
        pointer-events: auto; }
  .request-step .step-nav {
    padding-top: 0;
    white-space: nowrap; }
    .request-step .step-nav.content-scroll ul {
      max-width: 100%; }
    .request-step .step-nav li {
      pointer-events: none; }
    .request-step .step-nav a {
      color: #999; }
      .request-step .step-nav a:before {
        font-weight: 700;
        line-height: 20px;
        color: #ccc;
        background-color: transparent;
        border: 2px solid #DADADA;
        opacity: 1; }
      .request-step .step-nav a svg.check {
        fill: transparent; }
    .request-step .step-nav.static li:not(.active):not(.done) {
      pointer-events: all; }
      .request-step .step-nav.static li:not(.active):not(.done) * {
        pointer-events: none; }
  .request-step .form {
    float: left;
    width: calc(100% - 504px);
    padding: 0; }
  .request-step .form-block > header {
    padding: 0 12px 18px;
    margin-top: -18px; }
    .request-step .form-block > header .controller {
      margin: 0;
      font-weight: 600; }
  .request-step .form-block > .radio-tabs {
    margin: -12px 0 34px; }
    .request-step .form-block > .radio-tabs:before {
      bottom: -24px; }
  .request-step .form-block > .trigger-add {
    float: left;
    width: 100%; }
  .request-step .form-item ~ .form-item h3 i {
    display: none; }
  .request-step .form-item ~ .form-item .trigger-select-display {
    display: none !important; }
  .request-step .form-item:first-of-type {
    margin-top: 0; }
  .request-step .form-item:only-of-type .action {
    display: none; }
  .request-step .form-expanded {
    position: absolute;
    top: 0;
    left: -9999px;
    margin: 0 -23px -11px;
    opacity: 0; }
    .request-step .form-expanded.visible {
      position: relative;
      top: auto;
      left: auto;
      opacity: 1; }
    .request-step .form-expanded.shortView {
      margin-bottom: -10px; }
      .request-step .form-expanded.shortView:has(.display .description-template) .time-controls {
        border-radius: 0;
        border-bottom: 1px solid #E1E1E1 !important; }
  .request-step .expanded-holder {
    padding: 35px 23px 0;
    margin-top: 12px;
    border-top: 1px solid #dcdcdc; }
    .request-step .expanded-holder > footer {
      margin: 0 -23px 0;
      overflow: hidden;
      border-radius: 0 0 8px 8px;
      border-top: 1px solid #dcdcdc; }
    .request-step .expanded-holder .inner-tab > .input:first-child {
      margin-top: 12px; }
      .request-step .expanded-holder .inner-tab > .input:first-child.long + .input,
      .request-step .expanded-holder .inner-tab > .input:first-child.half + .input {
        margin-top: 12px; }
    .request-step .expanded-holder.input-padding {
      padding-top: 47px; }
  .request-step .expanded-frame > footer {
    margin: 0 -23px 0;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dcdcdc; }
  .request-step .add {
    position: relative;
    display: block;
    width: 100%;
    padding: 29px 35px 29px 83px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    background-color: #e7e7e7; }
    .request-step .add svg {
      position: absolute;
      top: calc(50% - 12px);
      left: 35px;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .request-step .add:hover {
        color: #111; }
        .request-step .add:hover svg {
          fill: #111; } }
  .request-step .table .dataTables_wrapper {
    padding: 0; }
  .request-step .table .table-controls {
    display: none !important; }
  .request-step .request-empty {
    padding: 0 12px;
    margin: -12px 0 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #999; }
  .lower-level .request-step {
    height: 100%;
    padding: 0; }
    .lower-level .request-step .step-nav {
      position: relative;
      width: 288px;
      height: 100%;
      padding-top: 48px;
      padding-right: 0;
      padding-bottom: 48px;
      margin-right: 12px;
      overflow-y: auto; }
    .lower-level .request-step .form-wrap {
      position: relative;
      height: 100%;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      overflow-y: auto; }
      .lower-level .request-step .form-wrap::after, .lower-level .request-step .form-wrap::before {
        display: none !important; }
      .lower-level .request-step .form-wrap .inner-content-scroll:before, .lower-level .request-step .form-wrap .inner-content-scroll:after {
        position: absolute;
        top: 72px;
        bottom: 0;
        left: 47px;
        transition: opacity 0.3s ease;
        content: "";
        pointer-events: none;
        border-right: 2px dotted #dadada; }
      .lower-level .request-step .form-wrap .inner-content-scroll:after {
        top: 0;
        height: 36px;
        opacity: 1;
        border-right-style: solid; }
      .lower-level .request-step .form-wrap.first .inner-content-scroll::after {
        opacity: 0; }
      .lower-level .request-step .form-wrap.end .inner-content-scroll::before {
        opacity: 0; }
    @media (max-width: 1079px) {
      .lower-level .request-step .form-wrap {
        margin-right: -26px; } }

.inner-content-scroll {
  position: relative;
  width: 100%;
  min-height: 100%; }

.content-scroll {
  position: relative;
  width: 654px;
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow-y: auto;
  overscroll-behavior-y: none; }
  .content-scroll .inner-content-scroll {
    width: 100%;
    max-width: 624px;
    padding-top: 48px;
    padding-bottom: 96px; }
    .content-scroll .inner-content-scroll .form {
      padding-top: 0;
      padding-bottom: 0; }

.step-nav {
  float: left;
  width: 252px;
  padding: 12px 48px 48px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s ease;
  transition-property: filter, -webkit-filter; }
  .step-nav ul {
    position: relative;
    overflow: hidden;
    counter-reset: counter; }
    .step-nav ul:before {
      position: absolute;
      bottom: 12px;
      left: 11px;
      width: 2px;
      height: 10000px;
      background-color: #dadada;
      content: ""; }
  .step-nav li {
    position: relative;
    z-index: 10;
    padding: 12px 0;
    counter-increment: counter; }
    .step-nav li:first-child {
      padding-top: 0; }
    .step-nav li.hidden {
      display: none !important; }
    .step-nav li.errorStyle {
      padding-bottom: 0; }
      .step-nav li.errorStyle::after {
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #f5f5f5;
        content: ''; }
      .step-nav li.errorStyle::before {
        position: absolute;
        top: -10px;
        left: 11px;
        width: 2px;
        height: 20px;
        background: linear-gradient(180deg, #DADADA 0%, #F3B3C5 100%);
        content: ''; }
    .step-nav li .noteBox {
      max-width: 240px;
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      white-space: normal;
      background-color: #f6b8c5; }
  .step-nav a {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    color: #666;
    white-space: nowrap;
    vertical-align: top; }
    .step-nav a:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: 24px;
      height: 24px;
      font-size: 11px;
      font-weight: normal;
      line-height: 20px;
      text-align: center;
      color: #1a73e8;
      background-color: #1a73e8;
      border: 2px solid #1a73e8;
      border-radius: 50%;
      opacity: 0.3;
      transition: 0.3s ease;
      content: counter(counter);
      transition-property: color, background-color, border-color, opacity; }
    .step-nav a:after {
      position: absolute;
      top: -2px;
      bottom: -2px;
      left: 0;
      width: 24px;
      background-color: #f5f5f5;
      transition: border-color 0.3s ease;
      content: "";
      pointer-events: none; }
    @media (hover: hover) {
      .step-nav a:hover {
        color: #111; } }
    .step-nav a svg {
      position: absolute;
      top: 4px;
      left: 4px;
      z-index: 10;
      width: 16px;
      height: 16px;
      fill: transparent; }
      .step-nav a svg.pen {
        top: 5px;
        left: 5px;
        width: 14px;
        height: 14px; }
      .step-nav a svg.check {
        fill: #1a73e8; }
    .step-nav a svg.lock {
      position: static;
      top: auto;
      left: auto;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 6px 0 6px 2px;
      vertical-align: top;
      fill: #ee1752; }
  .step-nav .done {
    pointer-events: auto !important; }
    .step-nav .done a {
      color: #666;
      transition-duration: 0s; }
      .step-nav .done a:before {
        line-height: 20px;
        color: transparent;
        background-color: rgba(0, 169, 149, 0.3);
        border-color: #00A995;
        border-width: 2px;
        opacity: 1;
        transition-duration: 0s; }
    .step-nav .done:not(.active) a .check {
      fill: #00A995; }
  .step-nav .edit a,
  .step-nav .active a {
    color: #111;
    pointer-events: none; }
    .step-nav .edit a:before,
    .step-nav .active a:before {
      color: transparent;
      background-color: rgba(26, 115, 232, 0.3);
      border-color: #1a73e8;
      opacity: 1; }
    .step-nav .edit a .check,
    .step-nav .active a .check {
      fill: transparent; }
    .step-nav .edit a .pen,
    .step-nav .active a .pen {
      fill: #1a73e8; }
  .step-nav .missed {
    pointer-events: auto !important; }
    .step-nav .missed.active a:before {
      color: transparent;
      background-color: rgba(238, 23, 82, 0.3);
      border-color: #ee1752; }
    .step-nav .missed a {
      color: #666; }
      .step-nav .missed a:before {
        line-height: 20px;
        color: transparent;
        background-color: rgba(238, 23, 82, 0.3);
        border-color: #ee1752;
        border-color: #ee1752;
        border-width: 2px;
        opacity: 1; }
    .step-nav .missed .check,
    .step-nav .missed .pen {
      fill: transparent !important; }
    .step-nav .missed .alert {
      top: 3px;
      left: 3px;
      width: 18px;
      height: 18px;
      fill: #ee1752; }
  .step-nav.add-nav a:before {
    font-size: 0;
    line-height: 0; }
  .step-nav.add-nav span {
    font-size: 12px;
    font-weight: normal;
    color: #999; }
  .step-nav.add-nav svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    fill: #1a73e8; }
  .step-nav.add-nav .active svg {
    fill: white; }
  .step-nav.inactive-style .active a .check {
    fill: white; }
  .step-nav.inactive-style .active a .pen {
    fill: transparent; }
  .step-nav.menu-style ul::before {
    display: none; }
  .step-nav.menu-style li {
    padding: 0;
    border-top: 1px solid #e5e5e5; }
    .step-nav.menu-style li:first-child {
      border: 0; }
      .step-nav.menu-style li:first-child a {
        padding-top: 0; }
        .step-nav.menu-style li:first-child a::before {
          top: 0;
          transform: none; }
        .step-nav.menu-style li:first-child a svg {
          top: 3px;
          transform: none; }
          .step-nav.menu-style li:first-child a svg.pen {
            top: 4px; }
  .step-nav.menu-style a {
    display: block;
    padding: 12px 42px 12px 0; }
    .step-nav.menu-style a::after {
      display: none; }
    .step-nav.menu-style a::before {
      top: 50%;
      right: 0;
      left: auto;
      transform: translateY(-50%); }
    .step-nav.menu-style a svg {
      top: 50%;
      right: 3px;
      left: auto !important;
      transform: translateY(-50%); }
      .step-nav.menu-style a svg.pen {
        right: 4px; }
  .step-nav.content-scroll {
    position: relative;
    width: 288px;
    height: 100%;
    padding-top: 48px;
    padding-right: 0;
    padding-bottom: 48px;
    margin-right: 12px;
    overflow-y: auto; }
    .step-nav.content-scroll ul {
      max-width: 252px; }

.versionList {
  position: relative;
  float: left;
  width: 288px;
  height: 100%;
  padding-top: 48px;
  padding-right: 0;
  padding-bottom: 48px;
  margin-right: 12px;
  overflow-y: auto; }
  .versionList h3 {
    margin-bottom: 12px;
    font-size: 14px; }
  .versionList h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 252px;
    margin-bottom: 12px;
    font-size: 14px; }
    .versionList h3 * {
      margin: 0; }
    .versionList h3 .tooltip {
      display: block;
      width: 24px;
      height: 24px; }
  .versionList > ul {
    max-width: 252px; }
    .versionList > ul > li {
      padding-bottom: 6px; }
      .versionList > ul > li::after,
      .versionList > ul > li .active-border {
        top: 0 !important;
        left: 0 !important;
        height: 56px !important; }
      .versionList > ul > li::before {
        top: 23px;
        left: 17px;
        height: 50px; }
      .versionList > ul > li .action {
        top: 14px; }
      .versionList > ul > li:first-child .action {
        display: none; }
      .versionList > ul > li > a {
        display: block;
        height: auto;
        padding: 8px 0 8px 36px; }
        .versionList > ul > li > a::before {
          display: none; }
        .versionList > ul > li > a::after {
          position: absolute;
          top: 13px;
          left: 14px;
          width: 8px;
          height: 8px;
          border: 2px solid #ee1752;
          border-radius: 50%;
          content: ''; }
        .versionList > ul > li > a strong {
          font-size: 12px;
          line-height: 18px;
          color: #999; }
        .versionList > ul > li > a > span {
          max-width: 174px;
          font-size: 14px;
          line-height: 22px;
          color: #666; }
          .versionList > ul > li > a > span:not([class]) {
            position: static;
            bottom: auto;
            left: auto;
            font-size: 14px;
            line-height: 22px;
            color: #666; }
      .versionList > ul > li.archived::after,
      .versionList > ul > li.archived .active-border {
        height: 38px !important; }
      .versionList > ul > li.archived .action {
        top: 7px; }
      .versionList > ul > li.archived > a::after {
        top: 15px; }
      .versionList > ul > li.archived:not(:only-child)::before {
        top: 11px;
        display: block;
        height: 2px; }

.info-nav {
  float: left;
  width: 300px;
  padding: 48px 48px 0 0; }
  .info-nav.content-scroll {
    width: 282px;
    height: 100%;
    padding: 48px 0;
    margin-right: 18px;
    overflow-y: auto; }
    .info-nav.content-scroll > * {
      width: 252px; }
  .info-nav ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px; }
  .info-nav a {
    position: relative;
    display: block;
    min-height: 56px;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
    background-color: #FAFAFA;
    border-radius: 6px;
    transition-property: background-color; }
    .info-nav a::before {
      border: 1px solid #E1E1E1;
      border-radius: 6px;
      transition: border-color 0.3s ease;
      content: '';
      pointer-events: none; }
    @media (hover: hover) {
      .info-nav a:hover {
        background-color: white; } }
  .info-nav .title {
    display: block;
    font-weight: 600;
    color: #1a73e8;
    transition: color 0.3s ease; }
  .info-nav .empty a {
    background-color: #E7E7E7; }
    .info-nav .empty a .title {
      color: #999; }
    .info-nav .empty a .info {
      display: none !important; }
    @media (hover: hover) {
      .info-nav .empty a:hover .title {
        color: #333; } }
  .info-nav .active a {
    background-color: white;
    pointer-events: none; }
    .info-nav .active a::before {
      border-color: #1a73e8;
      border-width: 2px; }
    .info-nav .active a .title {
      color: #1a73e8 !important; }
  .info-nav .info {
    display: grid;
    padding-top: 12px;
    margin-bottom: -12px;
    grid-template-columns: repeat(1, 1fr); }
  .info-nav .item {
    display: flex;
    padding: 12px 0;
    flex-wrap: wrap;
    border-top: 1px solid #E1E1E1;
    column-gap: 13px; }
    .info-nav .item strong {
      display: block;
      width: 100%;
      color: #333; }
      .info-nav .item strong svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 3px;
        transform: rotate(90deg);
        vertical-align: top;
        fill: #ccc; }
    .info-nav .item span {
      position: relative;
      display: inline-flex;
      font-size: 12px;
      line-height: 20px;
      color: #999; }
      .info-nav .item span:first-of-type::before {
        display: none; }
      .info-nav .item span::before {
        position: absolute;
        top: 50%;
        left: -8px;
        width: 3px;
        height: 3px;
        background-color: #ccc;
        border-radius: 50%;
        transform: translateY(-50%);
        content: ''; }
  .info-nav > .noteBox {
    margin-bottom: 12px; }

.switch-nav {
  float: left;
  width: 252px;
  padding: 0 48px 48px 0;
  margin-top: -2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px; }
  .switch-nav ul {
    max-width: 204px; }
  .switch-nav li {
    position: relative;
    border-top: 1px solid #e5e5e5; }
    .switch-nav li:first-child {
      border: 0; }
    .switch-nav li:not(.active) .checked + a {
      pointer-events: auto; }
    @media (hover: hover) {
      .switch-nav li:hover:not(.active) a {
        color: #333; }
      .switch-nav li:hover:not(.active) .controller {
        opacity: 1; } }
    .switch-nav li .tablet .controller {
      opacity: 1; }
  .switch-nav a {
    position: relative;
    display: block;
    padding: 14px 18px 14px 0;
    color: #999;
    pointer-events: none; }
  .switch-nav .controller {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    z-index: 10;
    width: 36px;
    height: 24px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
  .switch-nav .empty .icon {
    display: none; }
  .switch-nav .active a {
    color: #333; }
  .switch-nav .active .controller {
    opacity: 1; }
  .switch-nav .icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    width: 24px;
    height: 24px;
    padding: 3px;
    background-color: #bad5f8;
    border-radius: 50%; }
    .switch-nav .icon svg {
      width: 100%;
      height: 100%;
      fill: #1a73e8; }
  .switch-nav.check-style a {
    pointer-events: auto; }
  .switch-nav.content-scroll {
    position: relative;
    width: 288px;
    height: 100%;
    padding-top: 34px;
    padding-right: 0;
    padding-bottom: 34px;
    margin-right: 12px;
    overflow-y: auto; }
    .switch-nav.content-scroll ul {
      max-width: 252px; }

.radio-menu {
  float: left; }
  .radio-menu .controller {
    display: block;
    max-width: 252px;
    margin-bottom: 24px; }
  .radio-menu.content-scroll {
    position: relative;
    width: 288px;
    height: 100%;
    padding-top: 48px;
    padding-right: 0;
    padding-bottom: 24px;
    margin-right: 12px;
    overflow-y: auto; }
    .radio-menu.content-scroll ul {
      max-width: 252px; }

.form-wrap {
  position: relative;
  float: left;
  width: 624px; }
  .form-wrap .form {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 36px;
    border-radius: 6px;
    transition: background-color 0.3s ease; }
    .form-wrap .form:before {
      position: absolute;
      top: 0;
      bottom: -12px;
      left: 47px;
      width: 2px;
      background-color: #f5f5f5;
      content: "";
      pointer-events: none; }
    .help-display .form-wrap .form {
      background-color: white; }
  .form-wrap:before, .form-wrap:after {
    position: absolute;
    top: 0;
    bottom: -1000px;
    left: 47px;
    transition: opacity 0.3s ease;
    content: "";
    pointer-events: none;
    border-right: 2px dotted #dadada; }
  .form-wrap:after {
    top: -108px;
    bottom: auto;
    height: 96px;
    opacity: 0;
    border-right-style: solid; }
    .no-header .form-wrap:after {
      opacity: 1; }
  .form-wrap.end:before {
    opacity: 0; }
  .form-wrap.default:before, .form-wrap.default:after {
    display: none !important; }
  .form-wrap.default .inner-content-scroll {
    position: absolute;
    top: -9999px; }
    .form-wrap.default .inner-content-scroll::before {
      z-index: 50;
      background-color: #f5f5f5;
      transition: opacity 0.3s ease;
      content: ''; }
    .form-wrap.default .inner-content-scroll::after {
      position: fixed;
      top: calc(50% - 24px);
      left: calc(50% - 24px);
      z-index: 100;
      width: 48px;
      height: 48px;
      border: 4px solid #1a73e8;
      border-radius: 50%;
      transition: opacity 0.3s ease;
      content: '';
      border-top-color: transparent;
      animation: spin 1s linear infinite; }
    .loaded .form-wrap.default .inner-content-scroll {
      position: relative;
      top: auto; }
      .loaded .form-wrap.default .inner-content-scroll::after, .loaded .form-wrap.default .inner-content-scroll::before {
        display: none;
        opacity: 0;
        animation: none;
        pointer-events: none; }
  .form-wrap .form-block > header {
    padding: 0;
    margin-top: -17px; }
    .form-wrap .form-block > header .controller {
      padding-bottom: 30px;
      margin: 0 12px;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      transition: 0.3s ease;
      border-bottom: 1px solid transparent;
      transition-property: border-color, color; }
      .form-wrap .form-block > header .controller.checked {
        color: #1a73e8;
        border-color: #E1E1E1; }
      .form-wrap .form-block > header .controller + .trigger-add .trigger-exp-top {
        padding-top: 30px; }
      .form-wrap .form-block > header .controller:not(.checked) .icheck-item {
        border-color: #ccc; }
      .form-wrap .form-block > header .controller[data-ajax-popup] {
        cursor: pointer; }
    .form-wrap .form-block > header + .form-expanded .time-controls {
      padding-top: 54px; }
  .form-wrap .form-block > .radio-tabs {
    margin: -12px 0 34px; }
    .form-wrap .form-block > .radio-tabs:before {
      bottom: -24px; }
  .form-wrap .form-block > .trigger-add {
    float: left;
    width: 100%; }
  .form-wrap .form-item ~ .form-item h3 i {
    display: none; }
  .form-wrap .form-item ~ .form-item .trigger-select-display,
  .form-wrap .form-item ~ .form-item .options,
  .form-wrap .form-item ~ .form-item .controller-items.simple {
    display: none !important; }
  .form-wrap .form-item:first-of-type {
    margin-top: 0; }
  .form-wrap .form-item:only-of-type .action {
    display: none; }
  .form-wrap .form-expanded {
    position: absolute;
    top: -9999px;
    left: -9999px;
    margin: 0 -23px -11px;
    opacity: 0; }
    .form-wrap .form-expanded.visible {
      position: relative;
      top: auto;
      left: auto;
      opacity: 1; }
  .form-wrap .expanded-holder {
    padding: 35px 23px 0;
    margin-top: 12px;
    border-top: 1px solid #dcdcdc; }
    .form-wrap .expanded-holder > footer {
      margin: 0 -23px 0;
      overflow: hidden;
      border-radius: 0 0 8px 8px;
      border-top: 1px solid #dcdcdc; }
    .form-wrap .expanded-holder > h3,
    .form-wrap .expanded-holder > .h3 {
      float: left;
      width: 100%;
      padding: 5px 12px 42px;
      margin: 0; }
      .form-wrap .expanded-holder > h3 + .sortable .icon-button,
      .form-wrap .expanded-holder > .h3 + .sortable .icon-button {
        top: -72px; }
    .form-wrap .expanded-holder .inner-tab > .input:first-child {
      margin-top: 12px; }
      .form-wrap .expanded-holder .inner-tab > .input:first-child.long + .input,
      .form-wrap .expanded-holder .inner-tab > .input:first-child.half + .input {
        margin-top: 12px; }
    .form-wrap .expanded-holder.input-padding {
      padding-top: 47px; }
    .form-wrap .expanded-holder.input-style {
      padding: 0;
      margin-bottom: -11px;
      overflow: hidden;
      background-color: white;
      border-radius: 0 0 9px 9px; }
      .form-wrap .expanded-holder.input-style .input {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 !important; }
        .form-wrap .expanded-holder.input-style .input::after, .form-wrap .expanded-holder.input-style .input::before {
          display: none; }
        .form-wrap .expanded-holder.input-style .input textarea {
          padding: 27px 35px;
          font-size: 16px;
          line-height: 30px; }
    .form-wrap .expanded-holder.visit-type {
      padding-top: 0;
      margin-top: 0;
      background-color: white;
      border: 0;
      border-radius: 0 0 6px 6px; }
      .form-wrap .expanded-holder.visit-type .slider-holder {
        display: flex;
        float: none;
        width: calc(100% - 24px);
        padding: 24px 12px 60px;
        margin: 0 12px; }
        .form-wrap .expanded-holder.visit-type .slider-holder .slider-frame {
          width: 100%; }
          .form-wrap .expanded-holder.visit-type .slider-holder .slider-frame > span {
            top: -36px; }
      .form-wrap .expanded-holder.visit-type .controller-list {
        float: none; }
      .form-wrap .expanded-holder.visit-type .animation-exp {
        position: absolute;
        top: -9999px;
        left: -9999px;
        width: 100%;
        overflow: hidden;
        opacity: 0; }
        .form-wrap .expanded-holder.visit-type .animation-exp.display {
          position: relative;
          top: auto;
          left: auto;
          overflow: visible;
          opacity: 1; }
        .form-wrap .expanded-holder.visit-type .animation-exp .description-template {
          float: none;
          width: calc(100% + 46px);
          margin: 1px -23px 0;
          border: 0; }
          .form-wrap .expanded-holder.visit-type .animation-exp .description-template .sortable .input .remove {
            right: -47px; }
      .form-wrap .expanded-holder.visit-type .input-padding {
        padding-top: 24px; }
      .form-wrap .expanded-holder.visit-type:has(.animation-exp.display .date.visit-date .noteBox:only-of-type) {
        background-color: #fafafa; }
        .form-wrap .expanded-holder.visit-type:has(.animation-exp.display .date.visit-date .noteBox:only-of-type) .time-controls {
          border: 0; }
        .form-wrap .expanded-holder.visit-type:has(.animation-exp.display .date.visit-date .noteBox:only-of-type) .date {
          padding-top: 1px;
          border: 0; }
    .form-wrap .expanded-holder.def-style {
      padding-top: 48px;
      margin-top: 0;
      border: 0; }
      .form-wrap .expanded-holder.def-style .input-note.small {
        margin-top: -12px;
        margin-bottom: 36px; }
        .form-wrap .expanded-holder.def-style .input-note.small a {
          color: #333;
          border-bottom: 1px solid; }
          @media (hover: hover) {
            .form-wrap .expanded-holder.def-style .input-note.small a:hover {
              color: #1a73e8; } }
  .form-wrap .expanded-frame > footer {
    margin: 0 -23px 0;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dcdcdc; }
  .form-wrap .expanded-frame .options {
    float: left;
    width: calc(100% + 46px);
    margin-bottom: 0; }
  .form-wrap .add {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 35px 24px 83px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    background-color: #e7e7e7; }
    .form-wrap .add svg {
      position: absolute;
      top: calc(50% - 12px);
      left: 35px;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .form-wrap .add:hover {
        color: #111; }
        .form-wrap .add:hover svg {
          fill: #111; } }
  .form-wrap .table .dataTables_wrapper {
    padding: 0; }
  .form-wrap .table .table-controls {
    display: none !important; }
  .form-wrap .request-empty {
    padding: 0 12px;
    margin: -12px 0 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #999; }
  .form-wrap .table {
    margin: 0; }
  .form-wrap .multiple-buttons {
    position: relative; }
    .form-wrap .multiple-buttons:before {
      position: absolute;
      top: 12px;
      bottom: 12px;
      left: 50%;
      z-index: 5;
      width: 1px;
      background-color: #ccc;
      content: ""; }
    .form-wrap .multiple-buttons .add {
      float: left;
      width: 50%; }
  .form-wrap.roadmap-style {
    margin-left: 252px; }
    .form-wrap.roadmap-style .form-block {
      margin-top: 48px !important; }
      .form-wrap.roadmap-style .form-block ~ .form-block {
        margin-top: 102px !important; }
      .form-wrap.roadmap-style .form-block:after {
        position: absolute;
        top: -30px;
        bottom: 0;
        left: -247px;
        width: 2px;
        background-color: #1fae1f;
        content: ""; }
  .form-wrap.content-scroll {
    position: relative;
    width: 654px;
    height: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 18px;
    overflow-x: hidden;
    overflow-y: auto; }
    .form-wrap.content-scroll::after, .form-wrap.content-scroll::before {
      display: none !important; }
  .form-wrap.apart .form-block,
  .form-wrap .form.apart .form-block {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0; }
    .form-wrap.apart .form-block > footer,
    .form-wrap .form.apart .form-block > footer {
      position: relative;
      overflow: hidden;
      border: 1px solid #dcdcdc;
      border-radius: 6px; }
  .form-wrap.apart .add,
  .form-wrap .form.apart .add {
    border-radius: 6px; }
  .form-wrap.apart .form-item,
  .form-wrap .form.apart .form-item {
    padding-top: 12px;
    margin: 0; }
    .form-wrap.apart .form-item:first-child,
    .form-wrap .form.apart .form-item:first-child {
      padding: 0;
      margin-top: 0; }
    .form-wrap.apart .form-item .form-item-holder,
    .form-wrap .form.apart .form-item .form-item-holder {
      padding: 36px 23px 0;
      background-color: #fafafa;
      border: 1px solid #dcdcdc;
      border-radius: 6px; }
      .form-wrap.apart .form-item .form-item-holder > .action,
      .form-wrap .form.apart .form-item .form-item-holder > .action {
        top: 24px !important;
        right: 47px !important;
        display: block; }
        .form-wrap.apart .form-item .form-item-holder > .action .dropdown,
        .form-wrap .form.apart .form-item .form-item-holder > .action .dropdown {
          position: fixed;
          top: auto;
          right: auto; }
      .form-wrap.apart .form-item .form-item-holder > .action-button,
      .form-wrap .form.apart .form-item .form-item-holder > .action-button {
        position: absolute;
        top: 35px;
        right: 108px;
        width: 24px;
        height: 24px;
        font-size: 0;
        line-height: 0; }
        .form-wrap.apart .form-item .form-item-holder > .action-button::before,
        .form-wrap .form.apart .form-item .form-item-holder > .action-button::before {
          position: absolute;
          top: 50%;
          right: -26px;
          width: 1px;
          height: 36px;
          background-color: #E1E1E1;
          transform: translateY(-50%);
          content: '';
          pointer-events: none; }
        .form-wrap.apart .form-item .form-item-holder > .action-button svg,
        .form-wrap .form.apart .form-item .form-item-holder > .action-button svg {
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .form-wrap.apart .form-item .form-item-holder > .action-button:hover svg,
          .form-wrap .form.apart .form-item .form-item-holder > .action-button:hover svg {
            fill: #333; } }
        .form-wrap.apart .form-item .form-item-holder > .action-button.disabled svg,
        .form-wrap .form.apart .form-item .form-item-holder > .action-button.disabled svg {
          fill: rgba(153, 153, 153, 0.35); }
        .form-wrap.apart .form-item .form-item-holder > .action-button.right,
        .form-wrap .form.apart .form-item .form-item-holder > .action-button.right {
          right: 35px; }
          .form-wrap.apart .form-item .form-item-holder > .action-button.right::before,
          .form-wrap .form.apart .form-item .form-item-holder > .action-button.right::before {
            display: none; }
    .form-wrap.apart .form-item + .form-item,
    .form-wrap .form.apart .form-item + .form-item {
      width: 100% !important;
      margin: 0 !important;
      border: 0 !important; }
    .form-wrap.apart .form-item + .input-note.small,
    .form-wrap .form.apart .form-item + .input-note.small {
      position: relative;
      display: block;
      float: none;
      padding: 0;
      padding: 24px 0 0 22px;
      margin: 0; }
      .form-wrap.apart .form-item + .input-note.small svg,
      .form-wrap .form.apart .form-item + .input-note.small svg {
        margin-right: 0; }
        .form-wrap.apart .form-item + .input-note.small svg:first-of-type,
        .form-wrap .form.apart .form-item + .input-note.small svg:first-of-type {
          position: absolute;
          top: 25px;
          left: 0;
          margin: 0; }
      .form-wrap.apart .form-item + .input-note.small a,
      .form-wrap .form.apart .form-item + .input-note.small a {
        color: #333;
        border-bottom: 1px solid; }
        @media (hover: hover) {
          .form-wrap.apart .form-item + .input-note.small a:hover,
          .form-wrap .form.apart .form-item + .input-note.small a:hover {
            color: #1a73e8; } }
    .form-wrap.apart .form-item:not(.hidden) ~ footer,
    .form-wrap .form.apart .form-item:not(.hidden) ~ footer {
      margin-top: 12px; }
    .form-wrap.apart .form-item.editor-style h3, .form-wrap.apart .form-item.editor-style .h3,
    .form-wrap .form.apart .form-item.editor-style h3,
    .form-wrap .form.apart .form-item.editor-style .h3 {
      margin-bottom: 33px; }
    .form-wrap.apart .form-item.editor-style .form-item-holder,
    .form-wrap .form.apart .form-item.editor-style .form-item-holder {
      padding: 35px 23px 0;
      background-color: white; }
      .form-wrap.apart .form-item.editor-style .form-item-holder:has(.sortable.disabled, .form.disabled .sortable),
      .form-wrap .form.apart .form-item.editor-style .form-item-holder:has(.sortable.disabled, .form.disabled .sortable) {
        background-color: #fafafa;
        border: 1px solid #dcdcdc; }
      .form-wrap.apart .form-item.editor-style .form-item-holder > .action,
      .form-wrap .form.apart .form-item.editor-style .form-item-holder > .action {
        top: 35px !important;
        right: 35px !important; }
      .form-wrap.apart .form-item.editor-style .form-item-holder .sortable,
      .form-wrap .form.apart .form-item.editor-style .form-item-holder .sortable {
        padding-bottom: 69px; }
      .form-wrap.apart .form-item.editor-style .form-item-holder textarea,
      .form-wrap .form.apart .form-item.editor-style .form-item-holder textarea {
        padding-right: 60px; }
      .form-wrap.apart .form-item.editor-style .form-item-holder .ui-state-disabled,
      .form-wrap .form.apart .form-item.editor-style .form-item-holder .ui-state-disabled {
        margin-top: 0; }
    .form-wrap.apart .form-item.editor-style .contenteditable, .form-wrap.apart .form-item.editor-style .library-panel .panel-template .textarea, .library-panel .panel-template .form-wrap.apart .form-item.editor-style .textarea, .form-wrap.apart .form-item.editor-style .template-popup .textarea, .template-popup .form-wrap.apart .form-item.editor-style .textarea,
    .form-wrap .form.apart .form-item.editor-style .contenteditable,
    .form-wrap .form.apart .form-item.editor-style .library-panel .panel-template .textarea,
    .library-panel .panel-template .form-wrap .form.apart .form-item.editor-style .textarea,
    .form-wrap .form.apart .form-item.editor-style .template-popup .textarea,
    .template-popup .form-wrap .form.apart .form-item.editor-style .textarea {
      float: none;
      margin-bottom: 33px; }
      .form-wrap.apart .form-item.editor-style .contenteditable + .input-note, .form-wrap.apart .form-item.editor-style .library-panel .panel-template .textarea + .input-note, .library-panel .panel-template .form-wrap.apart .form-item.editor-style .textarea + .input-note, .form-wrap.apart .form-item.editor-style .template-popup .textarea + .input-note, .template-popup .form-wrap.apart .form-item.editor-style .textarea + .input-note,
      .form-wrap .form.apart .form-item.editor-style .contenteditable + .input-note,
      .form-wrap .form.apart .form-item.editor-style .library-panel .panel-template .textarea + .input-note,
      .library-panel .panel-template .form-wrap .form.apart .form-item.editor-style .textarea + .input-note,
      .form-wrap .form.apart .form-item.editor-style .template-popup .textarea + .input-note,
      .template-popup .form-wrap .form.apart .form-item.editor-style .textarea + .input-note {
        padding: 0 12px 35px; }
    .form-wrap.apart .form-item.note-entry .form-item-holder,
    .form-wrap .form.apart .form-item.note-entry .form-item-holder {
      background-color: #fafafa; }
    .form-wrap.apart .form-item .form-item-holder.scroll-load,
    .form-wrap .form.apart .form-item .form-item-holder.scroll-load {
      padding: 0 0 30px; }
      .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item,
      .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item {
        padding: 30px 35px 0;
        border: 0; }
        .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item:first-child,
        .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item:first-child {
          border: 0; }
        .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item h3,
        .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item h3 {
          display: flex;
          align-items: center;
          margin: 0 0 24px;
          font-size: 16px;
          line-height: 24px;
          gap: 12px; }
          .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item h3 > *,
          .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item h3 > * {
            margin: 0; }
          .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item h3 strong,
          .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item h3 strong {
            font-weight: 600; }
          .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item h3 .note-date,
          .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item h3 .note-date {
            margin-left: auto;
            font-size: 14px;
            font-weight: normal;
            line-height: 24px;
            color: #999; }
            .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item h3 .note-date::before,
            .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item h3 .note-date::before {
              content: attr(data-title) " "; }
        .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item .grid,
        .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item .grid {
          padding: 0 0 18px; }
        .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item .column-item,
        .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item .column-item {
          font-size: 14px;
          line-height: 24px;
          color: #333; }
          .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item .column-item strong,
          .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item .column-item strong {
            padding-bottom: 4px;
            font-size: 12px;
            font-weight: normal;
            line-height: 20px;
            color: #999; }
        .form-wrap.apart .form-item .form-item-holder.scroll-load .note-item p:last-child,
        .form-wrap .form.apart .form-item .form-item-holder.scroll-load .note-item p:last-child {
          margin-bottom: 0; }
  .form-wrap.apart.editor-style h3,
  .form-wrap.apart.editor-style .h3,
  .form-wrap .form.apart.editor-style h3,
  .form-wrap .form.apart.editor-style .h3 {
    margin-bottom: 33px; }
  .form-wrap.apart.editor-style .form-item-holder,
  .form-wrap .form.apart.editor-style .form-item-holder {
    padding: 35px 23px 0;
    background-color: white; }
    .form-wrap.apart.editor-style .form-item-holder > .action,
    .form-wrap .form.apart.editor-style .form-item-holder > .action {
      top: 35px !important;
      right: 35px !important; }
  .form-wrap.apart.editor-style .contenteditable, .form-wrap.apart.editor-style .library-panel .panel-template .textarea, .library-panel .panel-template .form-wrap.apart.editor-style .textarea, .form-wrap.apart.editor-style .template-popup .textarea, .template-popup .form-wrap.apart.editor-style .textarea,
  .form-wrap .form.apart.editor-style .contenteditable,
  .form-wrap .form.apart.editor-style .library-panel .panel-template .textarea,
  .library-panel .panel-template .form-wrap .form.apart.editor-style .textarea,
  .form-wrap .form.apart.editor-style .template-popup .textarea,
  .template-popup .form-wrap .form.apart.editor-style .textarea {
    float: none;
    margin-bottom: 33px; }
    .form-wrap.apart.editor-style .contenteditable + .input-note, .form-wrap.apart.editor-style .library-panel .panel-template .textarea + .input-note, .library-panel .panel-template .form-wrap.apart.editor-style .textarea + .input-note, .form-wrap.apart.editor-style .template-popup .textarea + .input-note, .template-popup .form-wrap.apart.editor-style .textarea + .input-note,
    .form-wrap .form.apart.editor-style .contenteditable + .input-note,
    .form-wrap .form.apart.editor-style .library-panel .panel-template .textarea + .input-note,
    .library-panel .panel-template .form-wrap .form.apart.editor-style .textarea + .input-note,
    .form-wrap .form.apart.editor-style .template-popup .textarea + .input-note,
    .template-popup .form-wrap .form.apart.editor-style .textarea + .input-note {
      padding: 0 12px 35px; }
  .form-wrap.apart .note-item,
  .form-wrap .form.apart .note-item {
    padding: 35px 35px 30px;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-radius: 6px; }
    .form-wrap.apart .note-item:before,
    .form-wrap .form.apart .note-item:before {
      display: none; }
    .form-wrap.apart .note-item:first-child,
    .form-wrap .form.apart .note-item:first-child {
      padding-top: 35px;
      border: 1px solid #dcdcdc; }
      .form-wrap.apart .note-item:first-child .action,
      .form-wrap .form.apart .note-item:first-child .action {
        top: 35px !important; }
    .form-wrap.apart .note-item .action-button,
    .form-wrap .form.apart .note-item .action-button {
      top: 35px; }
    .form-wrap.apart .note-item + footer,
    .form-wrap .form.apart .note-item + footer {
      margin-top: 12px; }
  .template-display .form-wrap .form-controls {
    opacity: 0; }
  body:has(.drawer.display, .stepperPanel.display) .form-wrap .form-controls,
  .scroll-hidden .form-wrap .form-controls,
  .fancybox-active .form-wrap .form-controls {
    opacity: 0; }

.form-block {
  position: relative;
  padding: 47px 23px 11px;
  margin-top: 12px;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  transition: 0.3s ease;
  transition-property: filter, -webkit-filter; }
  .form-block:first-of-type {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .form-block .form-block-header {
    position: relative;
    padding-bottom: 10px;
    margin: -23px 12px 0;
    margin-bottom: 36px;
    border-bottom: 1px solid #E1E1E1; }
    .form-block .form-block-header h2, .form-block .form-block-header .h2 {
      padding: 0;
      margin: 0 0 12px;
      border: 0; }
    .form-block .form-block-header .input-note {
      float: none;
      padding: 0;
      margin: 0; }
  .form-block.muted {
    background-color: #fafafa; }
  .form-block.long {
    width: 876px; }
  .form-block.simple {
    position: relative;
    width: 576px;
    padding: 0;
    margin: 0 -12px;
    background: none;
    border: 0; }
    .form-block.simple h3,
    .form-block.simple .h3 {
      float: left;
      width: calc(100% - 24px);
      margin: 0 12px 36px; }
      .form-block.simple h3 + .slim,
      .form-block.simple .h3 + .slim {
        top: 60px; }
        .form-block.simple h3 + .slim + .absolute,
        .form-block.simple .h3 + .slim + .absolute {
          top: 312px; }
    .form-block.simple .slim {
      position: absolute;
      top: 0;
      left: calc(100% + 48px); }
    .form-block.simple > .input:last-child {
      margin-bottom: 0; }
    .form-block.simple hr {
      float: left;
      width: calc(100% - 24px);
      height: 1px;
      padding: 0;
      margin: 0 12px 36px;
      background: #e1e1e1;
      border: 0; }
    .form-block.simple .controller-items {
      width: 100%;
      padding: 0 12px;
      margin: 0; }
      .form-block.simple .controller-items .switch {
        margin-right: 0;
        margin-left: 0; }
      .form-block.simple .controller-items .item {
        padding-right: 0;
        padding-left: 0; }
      .form-block.simple .controller-items .trigger-add {
        float: left;
        width: 100%;
        padding-bottom: 12px; }
        .form-block.simple .controller-items .trigger-add > .controller {
          display: block;
          margin: 0 0 24px; }
  .form-block.smaller {
    width: 432px; }
    .form-block.smaller:first-of-type {
      margin: 0 -12px !important; }
  .form-block .form-content {
    float: right;
    margin: 0; }
  .form-block > h3,
  .form-block > .h3 {
    float: left;
    width: 100%;
    margin: 0 0 41px 12px;
    font-size: 18px;
    color: #111; }
    .form-block > h3 i,
    .form-block > .h3 i {
      font-style: normal; }
    .form-block > h3 + .controller-list,
    .form-block > .h3 + .controller-list {
      padding-bottom: 0;
      margin-top: -12px; }
  .form-block h2, .form-block .h2 {
    padding-bottom: 22px;
    margin: -12px 12px 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid #E1E1E1; }
    .form-block h2 span:not([class]), .form-block .h2 span:not([class]) {
      display: block;
      margin-bottom: -6px;
      font-size: 14px;
      font-weight: normal;
      line-height: 24px;
      color: black; }
    .form-block h2 i, .form-block .h2 i {
      font-style: normal; }
    .form-block h2 ~ h3, .form-block h2 ~ .h3, .form-block .h2 ~ h3, .form-block .h2 ~ .h3 {
      padding-top: 4px;
      margin-bottom: 30px !important;
      font-size: 16px !important;
      font-weight: 600;
      line-height: 24px !important; }
      .form-block h2 ~ h3 + .controller-list, .form-block h2 ~ .h3 + .controller-list, .form-block .h2 ~ h3 + .controller-list, .form-block .h2 ~ .h3 + .controller-list {
        margin-top: 0 !important; }
      .form-block h2 ~ h3 + .formula, .form-block h2 ~ .h3 + .formula, .form-block .h2 ~ h3 + .formula, .form-block .h2 ~ .h3 + .formula {
        padding-top: 18px; }
    .form-block h2 + .relative, .form-block .h2 + .relative {
      padding-top: 4px; }
    .form-block h2 + .parent-form,
    .form-block h2 + .formula,
    .form-block h2 + .row, .form-block .h2 + .parent-form,
    .form-block .h2 + .formula,
    .form-block .h2 + .row {
      padding-top: 18px; }
    .form-block h2 + .controller-list, .form-block .h2 + .controller-list {
      padding-top: 6px; }
    .form-block h2 + .additional-block > .input:first-child,
    .form-block h2 + .input, .form-block .h2 + .additional-block > .input:first-child,
    .form-block .h2 + .input {
      margin-top: 18px; }
    .form-block h2 + .long, .form-block .h2 + .long {
      margin-top: 18px; }
      .form-block h2 + .long + .fourth, .form-block .h2 + .long + .fourth {
        margin-top: 18px; }
    .form-block h2 + .sortable .icon-button, .form-block .h2 + .sortable .icon-button {
      top: -69px !important; }
    .form-block h2 .clipboard, .form-block .h2 .clipboard {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 6px;
      cursor: pointer;
      vertical-align: top; }
      .form-block h2 .clipboard svg, .form-block .h2 .clipboard svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .form-block h2 .clipboard:hover svg, .form-block .h2 .clipboard:hover svg {
          fill: #333; } }
  .form-block > h2, .form-block > .h2 {
    margin-top: -23px; }
    .form-block > h2 + .form-expanded, .form-block > .h2 + .form-expanded {
      padding-top: 4px; }
  .form-block.other-padding {
    padding: 42px 23px 0; }
    .form-block.other-padding > footer {
      margin: 0 -23px 0;
      overflow: hidden;
      border-radius: 0 0 8px 8px;
      border-top: 1px solid #dcdcdc; }
    .form-block.other-padding h2, .form-block.other-padding .h2 {
      margin-top: -18px; }
    .form-block.other-padding > h3,
    .form-block.other-padding > .h3 {
      float: left;
      width: 100%;
      margin: 0 0 41px 12px;
      font-size: 18px;
      color: #111; }
      .form-block.other-padding > h3 i,
      .form-block.other-padding > .h3 i {
        font-style: normal; }
      .form-block.other-padding > h3 + .controller-list,
      .form-block.other-padding > .h3 + .controller-list {
        padding-bottom: 12px;
        margin-top: -12px; }
    .form-block.other-padding .input + h3 {
      padding-top: 6px; }
    .form-block.other-padding .form-item.integral:first-child {
      margin-top: -42px; }
    .form-block.other-padding .form-item.integral + .integral {
      margin-top: -42px; }
    .form-block.other-padding .form-item.integral .form-item-holder {
      padding: 0 !important; }
    .form-block.other-padding .description-template {
      width: calc(100% + 46px);
      margin: 0 -23px; }
    .form-block.other-padding .description-template {
      width: calc(100% + 46px);
      margin: 0 -23px; }
  .form-block.small {
    padding-top: 35px; }
    .form-block.small > footer {
      border-radius: 8px; }
  .form-block .form-item {
    position: relative;
    width: 100%; }
    .form-block .form-item .ellips-style {
      display: inline-flex;
      max-width: calc(100% - 142px);
      margin: 0 0 33px 12px;
      line-height: 24px;
      cursor: default; }
      .form-block .form-item .ellips-style .pos {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #E1E1E1; }
      .form-block .form-item .ellips-style h3, .form-block .form-item .ellips-style .h3 {
        flex: 1;
        min-width: 0;
        min-width: 60px;
        margin: 0 !important;
        font-size: 18px;
        color: #1a73e8; }
        .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style .h3 span {
          display: block;
          max-width: 100%; }
      .form-block .form-item .ellips-style mark {
        display: inline-block;
        max-width: 326px;
        height: 24px;
        padding: 0 10px;
        margin-left: 10px;
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
        color: #666;
        background-color: #E1E1E1;
        border-radius: 3px;
        vertical-align: top; }
        .form-block .form-item .ellips-style mark span {
          display: block;
          max-width: 100%; }
    .form-block .form-item .sub-header {
      display: grid;
      width: 100%;
      max-width: calc(100% - 142px);
      padding: 0 12px 33px;
      margin-top: -27px;
      font-size: 14px;
      line-height: 24px;
      cursor: default;
      grid-template-columns: auto 1fr; }
      .form-block .form-item .sub-header .pos {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #E1E1E1; }
      .form-block .form-item .sub-header > span {
        display: block;
        min-width: 0;
        font-size: 14px;
        line-height: 24px; }
        .form-block .form-item .sub-header > span span {
          display: block;
          max-width: 100%; }
    .form-block .form-item:first-of-type {
      margin-top: -5px; }
      .form-block .form-item:first-of-type .up {
        display: none; }
      .form-block .form-item:first-of-type ~ .form-item h3 i {
        display: none; }
    .form-block .form-item:last-of-type .down {
      display: none; }
    .form-block .form-item .form-item-holder {
      position: relative;
      width: 100%; }
      .form-block .form-item .form-item-holder > .icon-button {
        position: absolute;
        top: 27px;
        right: 28px;
        margin: 0;
        background: none;
        border: 0; }
        .apart .form-block .form-item .form-item-holder > .icon-button {
          top: 18px; }
        .form-block .form-item .form-item-holder > .icon-button.addAdditionalBlock {
          right: 40px; }
    .form-block .form-item.editor-style:first-of-type .action .down {
      margin-top: 13px;
      overflow: visible; }
      .form-block .form-item.editor-style:first-of-type .action .down:before {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #ebebeb;
        content: "";
        pointer-events: none; }
    .form-block .form-item.editor-style .action .up {
      margin-top: 13px;
      overflow: visible; }
      .form-block .form-item.editor-style .action .up:before {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #ebebeb;
        content: "";
        pointer-events: none; }
    .form-block .form-item.editor-style .input {
      float: none;
      width: 100%;
      min-height: 0;
      padding: 0 12px 23px;
      margin: 0; }
      .form-block .form-item.editor-style .input::after, .form-block .form-item.editor-style .input::before {
        display: none; }
      .form-block .form-item.editor-style .input textarea {
        min-height: 30px;
        padding: 0;
        font-size: 16px;
        line-height: 30px; }
      .form-block .form-item.editor-style .input + .empty + .site-items.archive {
        margin-top: 0; }
    .form-block .form-item.editor-style .input-note {
      float: none;
      width: 100%;
      padding: 0 12px 35px;
      margin: 0;
      font: 12px/24px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
      color: #999;
      cursor: default; }
      .form-block .form-item.editor-style .input-note .tooltip {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 2px 4px;
        vertical-align: top; }
        .form-block .form-item.editor-style .input-note .tooltip svg {
          width: 100%;
          height: 100%;
          fill: #ccc; }
        @media (hover: hover) {
          .form-block .form-item.editor-style .input-note .tooltip:hover svg {
            fill: #333; } }
      .form-block .form-item.editor-style .input-note b {
        font-weight: normal; }
      .form-block .form-item.editor-style .input-note.small svg {
        margin-top: 3px; }
    .form-block .form-item.editor-style .sortable {
      float: none;
      width: 100%;
      padding: 0 12px 42px;
      margin-top: -2px;
      margin-bottom: -8px; }
      .form-block .form-item.editor-style .sortable .input {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
        .form-block .form-item.editor-style .sortable .input textarea {
          height: 30px;
          min-height: 30px;
          padding-top: 6px;
          padding-bottom: 6px;
          font-size: 16px;
          line-height: 30px;
          vertical-align: top; }
      .form-block .form-item.editor-style .sortable .icon-button {
        top: -55px;
        right: 6px; }
        .form-block .form-item.editor-style .sortable .icon-button::before {
          display: none; }
    .form-block .form-item h2 mark, .form-block .form-item .h2 mark {
      display: inline-block;
      height: 24px;
      padding: 0 10px;
      margin-left: 6px;
      font-size: 10px;
      font-weight: 400;
      line-height: 22px;
      color: white;
      border: 1px solid;
      border-radius: 3px;
      vertical-align: top; }
      .form-block .form-item h2 mark.color-10, .form-block .form-item .h2 mark.color-10 {
        background-color: #EE1752; }
      .form-block .form-item h2 mark.color-11, .form-block .form-item .h2 mark.color-11 {
        background-color: #B77A8B; }
      .form-block .form-item h2 mark.color-12, .form-block .form-item .h2 mark.color-12 {
        background-color: #B2A3A7; }
      .form-block .form-item h2 mark.info, .form-block .form-item .h2 mark.info {
        color: #999;
        background-color: transparent;
        border: 1px solid #ccc; }
    .form-block .form-item h2 .tooltip, .form-block .form-item .h2 .tooltip {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 6px;
      cursor: pointer;
      vertical-align: top; }
      .form-block .form-item h2 .tooltip svg, .form-block .form-item .h2 .tooltip svg {
        width: 100%;
        height: 100%; }
    .form-block .form-item h3,
    .form-block .form-item .h3 {
      margin: 0 0 41px 12px;
      font-size: 16px;
      color: #111; }
      .form-block .form-item h3 i,
      .form-block .form-item .h3 i {
        font-style: normal; }
      .form-block .form-item h3.color,
      .form-block .form-item .h3.color {
        margin-top: -12px;
        margin-bottom: 33px;
        font-size: 18px;
        color: #1a73e8; }
      .form-block .form-item h3.border,
      .form-block .form-item .h3.border {
        padding-bottom: 22px;
        margin-right: 12px;
        border-bottom: 1px solid #E1E1E1; }
      .form-block .form-item h3 .stars,
      .form-block .form-item .h3 .stars {
        display: inline-block;
        height: 24px;
        padding: 3px 8px;
        overflow: hidden;
        vertical-align: top; }
        .form-block .form-item h3 .stars svg,
        .form-block .form-item .h3 .stars svg {
          float: left;
          width: 18px;
          height: 19px; }
        .form-block .form-item h3 .stars.color_1 svg,
        .form-block .form-item .h3 .stars.color_1 svg {
          fill: #FFAE00; }
        .form-block .form-item h3 .stars.color_2 svg,
        .form-block .form-item .h3 .stars.color_2 svg {
          fill: #C29E56; }
        .form-block .form-item h3 .stars.color_3 svg,
        .form-block .form-item .h3 .stars.color_3 svg {
          fill: #999999; }
      .form-block .form-item h3 mark,
      .form-block .form-item .h3 mark {
        display: inline-block;
        height: 24px;
        padding: 0 10px;
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        color: white;
        border: 1px solid;
        border-radius: 3px;
        vertical-align: top; }
        .form-block .form-item h3 mark.color-10,
        .form-block .form-item .h3 mark.color-10 {
          background-color: #EE1752; }
        .form-block .form-item h3 mark.color-11,
        .form-block .form-item .h3 mark.color-11 {
          background-color: #B77A8B; }
        .form-block .form-item h3 mark.color-12,
        .form-block .form-item .h3 mark.color-12 {
          background-color: #B2A3A7; }
        .form-block .form-item h3 mark.info,
        .form-block .form-item .h3 mark.info {
          color: #999;
          background-color: transparent;
          border: 1px solid #ccc; }
      .form-block .form-item h3:has(mark),
      .form-block .form-item .h3:has(mark) {
        display: flex;
        align-items: center;
        padding-right: 60px;
        gap: 6px; }
        .form-block .form-item h3:has(mark) *,
        .form-block .form-item .h3:has(mark) * {
          margin: 0; }
        .form-block .form-item h3:has(mark) mark,
        .form-block .form-item .h3:has(mark) mark {
          white-space: nowrap; }
      .form-block .form-item h3 .status-icon,
      .form-block .form-item .h3 .status-icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        fill: #00A995; }
    .form-block .form-item.disabled h2, .form-block .form-item.archive h2 {
      color: #ee1752; }
      .form-block .form-item.disabled h2 .tooltip svg, .form-block .form-item.archive h2 .tooltip svg {
        fill: #ee1752; }
    .form-block .form-item.disabled h2 {
      margin-bottom: 0;
      border: 0; }
    .form-block .form-item.removed h3.color,
    .form-block .form-item.removed .h3.color {
      color: #ee1752; }
      .form-block .form-item.removed h3.color .tooltip,
      .form-block .form-item.removed .h3.color .tooltip {
        margin-left: 6px; }
        .form-block .form-item.removed h3.color .tooltip svg,
        .form-block .form-item.removed .h3.color .tooltip svg {
          fill: #ee1752; }
    .form-block .form-item .action:not([contenteditable="false"]) {
      position: absolute;
      top: 0;
      right: 2px; }
      .form-block .form-item .action:not([contenteditable="false"]) .trigger svg {
        fill: #999; }
      @media (hover: hover) {
        .form-block .form-item .action:not([contenteditable="false"]) .trigger:hover svg {
          fill: #333; } }
      .form-block .form-item .action:not([contenteditable="false"]) .up svg {
        transform: rotate(180deg); }
      .form-block .form-item .action:not([contenteditable="false"]).display .trigger svg {
        fill: #333; }
      .form-block .form-item .action:not([contenteditable="false"]) .primary svg {
        fill: #EE1752; }
      .form-block .form-item .action:not([contenteditable="false"]) .secondary svg {
        fill: #B77A8B; }
      .form-block .form-item .action:not([contenteditable="false"]) .tertiary svg {
        fill: #B2A3A7; }
    .form-block .form-item .controller-list.admin-style .action {
      top: 0 !important;
      right: 0 !important; }
    .form-block .form-item .controller-list.admin-style .switch {
      padding-right: 102px; }
      .form-block .form-item .controller-list.admin-style .switch > * {
        margin: 0; }
      .form-block .form-item .controller-list.admin-style .switch .action {
        right: 71px !important; }
      .form-block .form-item .controller-list.admin-style .switch:has(.alignRight) {
        align-items: flex-start;
        padding-right: 71px;
        gap: 24px;
        pointer-events: none; }
        .form-block .form-item .controller-list.admin-style .switch:has(.alignRight) .title {
          flex: 1; }
        .form-block .form-item .controller-list.admin-style .switch:has(.alignRight) .icheck-item,
        .form-block .form-item .controller-list.admin-style .switch:has(.alignRight) .more {
          pointer-events: all; }
    .form-block .form-item:not(.deleting) + .form-item {
      width: calc(100% + 46px);
      margin: 0 -23px;
      border-top: 1px solid #dcdcdc; }
      .form-block .form-item:not(.deleting) + .form-item .form-item-holder {
        padding: 35px 23px 0; }
        .form-block .form-item:not(.deleting) + .form-item .form-item-holder .action {
          top: 35px;
          right: 25px; }
    .form-block .form-item .flex-title {
      width: calc(100% - 24px);
      padding-bottom: 22px;
      margin: -11px 12px 18px;
      transition: 0.3s ease;
      border-bottom: 1px solid #E1E1E1;
      transition-property: padding-bottom, margin-bottom; }
      .form-block .form-item .flex-title h3,
      .form-block .form-item .flex-title .h3 {
        margin: 0 !important; }
        .form-block .form-item .flex-title h3 mark,
        .form-block .form-item .flex-title .h3 mark {
          display: inline-block !important;
          height: 20px;
          padding: 0 6px;
          margin: 2px 0 0 8px;
          font-size: 11px;
          font-weight: 400;
          line-height: 20px;
          color: white;
          border-radius: 3px;
          vertical-align: top; }
          .form-block .form-item .flex-title h3 mark.green,
          .form-block .form-item .flex-title .h3 mark.green {
            color: #1fae1f !important;
            background-color: rgba(31, 174, 31, 0.3); }
          .form-block .form-item .flex-title h3 mark.red,
          .form-block .form-item .flex-title .h3 mark.red {
            color: #f33 !important;
            background-color: rgba(255, 51, 51, 0.3); }
    .form-block .form-item.filled .flex-title {
      padding: 0;
      margin-bottom: 20px;
      border: 0; }
    .form-block .form-item .sortable .input {
      width: calc(100% - 24px);
      padding: 0;
      margin: 0 12px; }
      .form-block .form-item .sortable .input::before {
        right: -36px;
        display: block;
        background: none;
        pointer-events: auto; }
    .form-block .form-item.integral {
      float: left;
      width: calc(100% + 46px);
      padding: 36px 23px 21px;
      margin: 0 -23px 41px;
      background-color: white;
      border: solid #dcdcdc;
      border-width: 1px 0; }
      .form-block .form-item.integral h3, .form-block .form-item.integral .h3 {
        margin-bottom: 33px; }
      .form-block .form-item.integral .input {
        float: left; }
      .form-block .form-item.integral:first-child {
        margin-top: -47px;
        border-radius: 9px 9px 0 0;
        border-top: 0; }
      .form-block .form-item.integral:last-child {
        margin-bottom: 0;
        border-radius: 0 0 9px 9px;
        border-bottom: 0; }
      .form-block .form-item.integral:only-child {
        margin-bottom: -11px;
        border: 0;
        border-radius: 6px; }
    .form-block .form-item .big-header {
      position: relative;
      width: 100%;
      padding: 0 12px 25px;
      margin: -6px 0 18px; }
      .form-block .form-item .big-header::before {
        position: absolute;
        right: 12px;
        bottom: 0;
        left: 12px;
        height: 1px;
        background-color: #e1e1e1;
        content: ''; }
      .form-block .form-item .big-header strong {
        display: flex;
        align-items: center;
        padding: 3px 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: #1a73e8;
        white-space: nowrap;
        transition: color 0.3s ease;
        gap: 6px; }
        .form-block .form-item .big-header strong > * {
          margin: 0 !important; }
      .form-block .form-item .big-header mark {
        display: inline-block !important;
        height: 18px;
        padding: 0 6px;
        margin: 3px 0 0 6px;
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
        color: white;
        border-radius: 2px;
        vertical-align: top; }
        .form-block .form-item .big-header mark.green {
          color: #1fae1f;
          background-color: rgba(31, 174, 31, 0.3); }
        .form-block .form-item .big-header mark.red {
          color: #f33;
          background-color: rgba(255, 51, 51, 0.3); }
        .form-block .form-item .big-header mark.blue {
          color: #1a73e8;
          background-color: rgba(26, 115, 232, 0.3); }
        .form-block .form-item .big-header mark.color-01 {
          background-color: #ffae00; }
        .form-block .form-item .big-header mark.color-02 {
          background-color: #1fae1f; }
        .form-block .form-item .big-header mark.color-03 {
          background-color: #AD00FF; }
        .form-block .form-item .big-header mark.color-04 {
          background-color: #00A995; }
        .form-block .form-item .big-header mark.color-05 {
          background-color: #f33; }
        .form-block .form-item .big-header mark.color-06 {
          background-color: #ccc; }
        .form-block .form-item .big-header mark.color-07 {
          background-color: #000; }
        .form-block .form-item .big-header mark.color-08 {
          background-color: #1a73e8; }
        .form-block .form-item .big-header mark.color-09 {
          background-color: #999; }
        .form-block .form-item .big-header mark.color-10 {
          display: inline-block;
          line-height: 18px;
          color: #999;
          background: none;
          border: 1px solid #ccc; }
      .form-block .form-item .big-header em {
        display: block;
        max-width: calc(100% - 48px);
        font-size: 14px;
        font-style: normal;
        line-height: 24px;
        color: #333; }
      .form-block .form-item .big-header + .sortable {
        position: static; }
        .form-block .form-item .big-header + .sortable .ui-sortable-helper {
          left: 0;
          margin-left: 24px !important; }
        .form-block .form-item .big-header + .sortable .icon-button {
          top: 23px;
          right: 36px;
          width: 24px;
          height: 24px;
          padding: 0; }
      .form-block .form-item .big-header i {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        line-height: 24px;
        color: #333; }
      .form-block .form-item .big-header.more-data {
        display: block;
        padding-bottom: 24px;
        margin-top: -11px; }
        .form-block .form-item .big-header.more-data .icon-button {
          position: absolute;
          top: 0;
          right: 12px;
          width: 24px;
          height: 24px;
          padding: 0;
          margin: 0;
          background: none;
          border: 0; }
        .form-block .form-item .big-header.more-data strong {
          padding: 0 36px 0 0;
          font-size: 18px;
          font-weight: 600;
          line-height: 24px;
          color: #1a73e8; }
          .form-block .form-item .big-header.more-data strong b {
            font-weight: 600;
            color: #ee1752; }
          .form-block .form-item .big-header.more-data strong .tooltip {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: 6px;
            cursor: pointer;
            vertical-align: top;
            pointer-events: all; }
            .form-block .form-item .big-header.more-data strong .tooltip svg {
              display: block;
              width: 100%;
              height: 100%;
              fill: #ee1752; }
        .form-block .form-item .big-header.more-data .header-exp {
          position: relative;
          width: 100%;
          overflow: hidden; }
        .form-block .form-item .big-header.more-data dl {
          display: grid;
          width: 100%;
          padding-top: 25px;
          margin: 0;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.8);
          grid-template-columns: 120px 1fr;
          gap: 12px 6px; }
          .form-block .form-item .big-header.more-data dl .tooltip {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 1px 0 0 4px;
            cursor: pointer;
            vertical-align: top;
            pointer-events: all; }
            .form-block .form-item .big-header.more-data dl .tooltip svg {
              display: block;
              width: 100%;
              height: 100%;
              fill: #ee1752; }
          .form-block .form-item .big-header.more-data dl dt {
            min-width: 0;
            color: rgba(0, 0, 0, 0.4); }
          .form-block .form-item .big-header.more-data dl dd {
            margin: 0; }
          .form-block .form-item .big-header.more-data dl .red {
            color: #ee1752 !important; }
    .form-block .form-item[data-radio-menu] {
      padding: 0 !important; }
      .form-block .form-item[data-radio-menu]:not(.display) {
        position: absolute;
        top: -9999px;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none; }
    .form-block .form-item .expanded-holder.visit-type {
      margin: 0 -23px; }
      .form-block .form-item .expanded-holder.visit-type .innerAction {
        position: relative;
        top: auto !important;
        right: auto !important; }
    .form-block .form-item:has(.site-items) .flex-title .stepper-icon {
      margin: 0 18px 0 0; }
    .form-block .form-item.agreementsAttach {
      float: none; }
      .form-block .form-item.agreementsAttach h2 {
        margin-bottom: 0;
        border: 0; }
      .form-block .form-item.agreementsAttach .attach-button {
        position: absolute;
        top: 24px;
        right: 83px;
        overflow: hidden; }
        .form-block .form-item.agreementsAttach .attach-button svg {
          display: block;
          width: 24px;
          height: 24px;
          fill: #999; }
        .form-block .form-item.agreementsAttach .attach-button input {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0;
          font-size: 200px !important;
          opacity: 0;
          cursor: pointer;
          direction: ltr; }
        @media (hover: hover) {
          .form-block .form-item.agreementsAttach .attach-button:hover svg {
            fill: #333; } }
      .form-block .form-item.agreementsAttach .action {
        position: relative;
        top: auto;
        right: auto; }
      .form-block .form-item.agreementsAttach .table {
        float: none;
        width: calc(100% + 46px);
        margin: 0 -23px; }
        .form-block .form-item.agreementsAttach .table table {
          max-width: 622px;
          overflow: visible;
          border-radius: 0 0 6px 6px !important; }
          .form-block .form-item.agreementsAttach .table table th {
            height: 0;
            padding: 0;
            overflow: hidden;
            font-size: 0;
            line-height: 0;
            border: 0; }
          .form-block .form-item.agreementsAttach .table table tr:last-child td:first-child {
            border-bottom-left-radius: 6px; }
            .form-block .form-item.agreementsAttach .table table tr:last-child td:first-child::after {
              border-bottom-left-radius: 5px; }
          .form-block .form-item.agreementsAttach .table table tr:last-child td:last-child {
            border-bottom-right-radius: 6px; }
            .form-block .form-item.agreementsAttach .table table tr:last-child td:last-child::after {
              border-bottom-right-radius: 5px; }
          .form-block .form-item.agreementsAttach .table table td:first-child {
            width: 100%;
            max-width: 100%; }
            .form-block .form-item.agreementsAttach .table table td:first-child::before {
              display: none; }
        .form-block .form-item.agreementsAttach .table .inlineFlex {
          gap: 24px; }
        .form-block .form-item.agreementsAttach .table .file-name {
          position: absolute;
          top: 50%;
          right: 24px;
          left: 36px;
          transform: translateY(-50%); }
      .form-block .form-item.agreementsAttach:not(.uploaded) .table {
        width: 100%; }
      .form-block .form-item.agreementsAttach .form-item-holder {
        background-color: white !important;
        border-color: #e1e1e1 !important; }
        .form-block .form-item.agreementsAttach .form-item-holder .icon-button {
          right: 48px;
          padding: 6px; }
        .form-block .form-item.agreementsAttach .form-item-holder .attach-button {
          right: 84px; }
  .form-block .small-add-footer {
    position: relative;
    display: block;
    padding: 0 12px 36px;
    overflow: hidden; }
    .form-block .small-add-footer .add {
      position: relative;
      display: inline-block;
      height: 48px;
      padding: 0 24px 0 48px;
      font-size: 16px;
      line-height: 48px;
      color: #666;
      background-color: #e7e7e7;
      border: 1px solid #dcdcdc;
      border-radius: 5px;
      vertical-align: top; }
      .form-block .small-add-footer .add svg {
        position: absolute;
        top: calc(50% - 12px);
        left: 11px;
        width: 24px;
        height: 24px;
        fill: #999; }
      @media (hover: hover) {
        .form-block .small-add-footer .add:hover {
          color: #111; }
          .form-block .small-add-footer .add:hover svg {
            fill: #111; } }
  .form-block .table {
    float: left;
    width: calc(100% + 46px);
    margin: 0 -23px -11px;
    border-top: 1px solid #dcdcdc; }
    .form-block .table table.dataTable:not([data-scroll-x]) {
      border-radius: 0;
      box-shadow: none; }
    .form-block .table table.dataTable {
      width: 100% !important; }
      .form-block .table table.dataTable thead th {
        border-top: 0; }
      .form-block .table table.dataTable tr::after {
        display: none; }
      .form-block .table table.dataTable tr th:first-child,
      .form-block .table table.dataTable tr td:first-child {
        padding-left: 36px !important; }
      .form-block .table table.dataTable tr th:last-child,
      .form-block .table table.dataTable tr td:last-child {
        padding-right: 36px !important; }
      .form-block .table table.dataTable tr:last-child td {
        border-bottom: 0; }
  .form-block > .row {
    float: left;
    width: calc(100% + 46px);
    padding: 0 23px;
    margin: 0 -23px 48px;
    border-bottom: 1px solid #dcdcdc; }
    .form-block > .row + .controller-list.button-list {
      margin-top: -6px; }
  .form-block > .trigger-holder {
    float: left;
    width: 100%; }
    .form-block > .trigger-holder .controller {
      margin-right: 12px;
      margin-left: 12px; }
  .form-block > .controller-items:first-child .item:first-child {
    padding-top: 0;
    border: 0; }
  .form-block .period {
    position: absolute;
    top: 0;
    left: -9999px;
    padding: 0 23px;
    margin: 0 -23px 12px; }
    .form-block .period:not(.display) + .input {
      margin-top: 12px; }
    .form-block .period .note {
      float: left;
      width: 100%;
      padding: 0 12px;
      line-height: 20px; }
    .form-block .period .table {
      margin: 0 -23px 24px; }
      .form-block .period .table table {
        border-bottom: 1px solid #dcdcdc; }
      .form-block .period .table th {
        padding-right: 24px;
        padding-left: 24px;
        color: #999;
        background-color: #f5f5f5 !important;
        pointer-events: none; }
        .form-block .period .table th:first-child:before {
          display: none !important; }
        .form-block .period .table th.empty {
          padding: 0 !important; }
      .form-block .period .table td {
        padding-right: 24px;
        padding-left: 24px; }
        .form-block .period .table td.menu-holder {
          width: 64px;
          max-width: 64px;
          padding-right: 0 !important;
          padding-left: 0; }
        .form-block .period .table td:first-child::before {
          display: none; }
      .form-block .period .table .action-link {
        position: absolute;
        top: calc(50% - 12px);
        right: 47px; }
    .form-block .period.display {
      position: relative;
      top: auto;
      left: auto; }
    .form-block .period.last-child {
      margin-bottom: 0; }
      .form-block .period.last-child .table {
        margin-bottom: 0; }
    .form-block .period.inset {
      margin-top: -11px;
      margin-bottom: 0; }
      .form-block .period.inset .table {
        margin-bottom: 0;
        border-radius: 0 0 9px 9px; }
        .form-block .period.inset .table table {
          overflow: visible;
          border: 0;
          border-radius: 0 0 9px 9px; }
        .form-block .period.inset .table thead {
          display: none; }
        .form-block .period.inset .table tr:last-child td:first-child {
          border-radius: 0 0 0 9px; }
        .form-block .period.inset .table tr:last-child td:last-child {
          border-radius: 0 0 9px 0; }
        .form-block .period.inset .table td.menu-holder {
          width: 49px; }
        .form-block .period.inset .table td > .tooltip {
          width: 24px !important;
          height: 24px !important; }
        .form-block .period.inset .table .action {
          position: relative;
          top: auto;
          right: auto;
          display: block; }
        .form-block .period.inset .table .ability-edit .action {
          display: none; }
        .form-block .period.inset .table .ability-edit .quick-remove {
          display: block; }
      .form-block .period.inset .quick-remove {
        display: none;
        width: 24px;
        height: 24px;
        margin-left: -10px;
        border: 0; }
        .form-block .period.inset .quick-remove svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .form-block .period.inset .quick-remove:hover svg {
            fill: #333; } }
  .form-block .input-note {
    float: left;
    width: 100%;
    padding: 0 12px; }
    .form-block .input-note span {
      color: #ee1752; }
    .form-block .input-note .blue {
      color: #1a73e8; }
    .form-block .input-note.absoluteInset {
      padding-bottom: 30px;
      padding-left: 34px;
      margin-top: 0; }
      .form-block .input-note.absoluteInset svg {
        left: 12px; }
  .form-block:not(.other-padding) .slim:last-child {
    margin-bottom: 24px; }
  .form-block:not(.other-padding) .expanded-holder .input:last-child {
    margin-bottom: 24px; }
  .form-block .display:not(.action):not(.icon-button) {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    opacity: 1;
    visibility: visible; }
  .form-block + .accordion {
    padding-top: 12px; }
  .form-block.info-style {
    padding: 36px 23px; }
    .form-block.info-style h3, .form-block.info-style .h3 {
      margin-bottom: 23px; }
    .form-block.info-style p {
      margin: 0 12px 17px;
      font-size: 14px;
      line-height: 24px;
      color: #333; }
    .form-block.info-style .input-note.small {
      margin: 0; }
  .form-block.no-bottom {
    padding-bottom: 0; }
    .form-block.no-bottom .form-expanded {
      margin-bottom: 0; }
  .form-block .noteBox {
    margin: 0 12px 34px; }
  .form-block.only-text p {
    margin: 24px 12px 13px;
    font-size: 14px;
    line-height: 24px;
    color: #666; }
  .form-block.only-radio {
    padding-top: 35px; }
    .form-block.only-radio .controller-list {
      padding-bottom: 0; }
  .form-block:has(> .description-template:only-child) {
    padding: 0; }
    .form-block:has(> .description-template:only-child) .description-template {
      margin: 0;
      border: 0;
      border-radius: 6px; }
      .form-block:has(> .description-template:only-child) .description-template .sortable .icon-button::before {
        display: none; }
  .form-block .description-template {
    position: relative;
    float: left;
    min-width: 100%;
    padding: 30px 35px 12px;
    margin: 0 -35px -35px;
    background-color: white;
    border-top: 1px solid #E1E1E1; }
    .form-block .description-template::before {
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      z-index: 2;
      border: 2px solid #ee1752;
      border-radius: 0 0 6px 6px;
      opacity: 0;
      transition: opacity 0.3s ease;
      content: '';
      pointer-events: none; }
    .form-block .description-template:last-of-type {
      border-radius: 0 0 6px 6px; }
    .form-block .description-template[data-required]::before {
      opacity: 1; }
    .form-block .description-template[data-required]:has(.input:not(.ui-state-disabled):not(.deleting))::before {
      opacity: 0; }
    .form-block .description-template:has(.input.error)::before {
      opacity: 1; }
    .form-block .description-template h3 {
      margin-bottom: 18px; }
    .form-block .description-template .sortable {
      float: none;
      width: 100%;
      padding: 0 0 48px;
      margin-top: -8px; }
      .form-block .description-template .sortable .icon-button {
        top: -40px;
        right: -6px; }
      .form-block .description-template .sortable .input {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
    .form-block .description-template.fixStyles {
      min-width: calc(100% + 46px);
      margin: 0 -23px; }
      .form-block .description-template.fixStyles h3 {
        margin-left: 0; }
    .form-block .description-template:nth-last-child(2) {
      margin-bottom: -1px; }
      .form-block .description-template:nth-last-child(2)::before {
        border-radius: 0; }
  .form-block.bottom-compensator {
    padding-bottom: 0;
    margin-bottom: 36px; }
  .form-block .specialFormControls {
    position: absolute;
    top: 23px;
    right: 35px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 18px;
    pointer-events: none; }
    .form-block .specialFormControls::before {
      width: 1px;
      height: 24px;
      background-color: #E1E1E1;
      content: '';
      order: 2; }
    .form-block .specialFormControls .switch {
      padding-right: 46px;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      color: #999;
      order: 1;
      pointer-events: all; }
      .form-block .specialFormControls .switch.checked {
        color: #333; }
    .form-block .specialFormControls .icon {
      width: 24px;
      height: 24px;
      opacity: 0;
      transition: opacity 0.3s ease;
      cursor: pointer;
      order: 3; }
      .form-block .specialFormControls .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .form-block .specialFormControls .icon:hover svg {
          fill: #333; } }
  .form-block .specialFormExpand > h3 {
    margin-bottom: 10px; }
  .form-block .specialForm .form-item-holder {
    background-color: #fafafa !important;
    transition: background-color 0.3s ease; }
  .form-block .specialForm .description-template {
    transition: 0.3s ease;
    transition-property: border-top-color, padding-top; }
    .form-block .specialForm .description-template h3 {
      height: 24px;
      overflow: hidden;
      transition: 0.3s ease;
      transition-property: height, color, margin-bottom; }
    .form-block .specialForm .description-template .sortable .icon-button {
      transition: top 0.3s ease; }
  .form-block .specialForm:not(.display) .form-item-holder {
    background-color: white !important; }
  .form-block .specialForm:not(.display) .specialFormExpand {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
  .form-block .specialForm:not(.display) .description-template {
    padding-top: 6px;
    border-top-color: transparent; }
    .form-block .specialForm:not(.display) .description-template h3 {
      height: 0;
      margin: 0;
      color: transparent;
      pointer-events: none; }
    .form-block .specialForm:not(.display) .description-template .sortable .icon-button {
      top: -70px; }
  .form-block .specialForm.opening .form-item-holder {
    background-color: #fafafa !important; }
  .form-block .specialForm.opening .description-template {
    padding-top: 30px;
    border-top-color: #E1E1E1; }
    .form-block .specialForm.opening .description-template h3 {
      height: 24px;
      margin-bottom: 18px;
      color: #333; }
    .form-block .specialForm.opening .description-template .sortable .icon-button {
      top: -40px; }
  .form-block .specialForm.closing .form-item-holder {
    background-color: white !important; }
  .form-block .specialForm.opening .specialFormControls, .form-block .specialForm.display .specialFormControls {
    pointer-events: all; }
    .form-block .specialForm.opening .specialFormControls .icon, .form-block .specialForm.display .specialFormControls .icon {
      opacity: 1; }
  .form-block .controllerBox {
    margin: 36px 12px 36px; }

  .form-block .control-sets {
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px; }
  .form-block .form-aside {
    position: absolute;
    top: 60px;
    left: calc(100% + 348px); }
  @media (min-width: 1390px) {
    .form-block .form-aside h3, .form-block .form-aside hr {
      display: none; } }
  @media (max-width: 1389px) {
    .form-block .form-aside {
      position: relative;
      top: auto;
      left: auto;
      float: left;
      width: 100%;
      margin: 0; } }

.controllerBox {
  position: relative;
  display: grid;
  padding: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  .controllerBox::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    border-radius: 4px;
    content: '';
    pointer-events: none; }
  .controllerBox .label {
    position: absolute;
    top: -23px;
    left: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .controllerBox .controller {
    margin: 0; }

*[data-required]::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid #ee1752;
  border-radius: 0 0 6px 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
  content: '';
  pointer-events: none; }

*[data-required]:only-child::before {
  border-radius: 6px; }

*[data-required]:has(.input:not(.ui-state-disabled):not(.deleting))::before {
  opacity: 0; }

.form-columns:not(.modal-content) {
  position: relative;
  float: left;
  width: 100%;
  padding: 12px;
  transition: opacity 0.3s ease; }
  .form-columns:not(.modal-content):before, .form-columns:not(.modal-content):after {
    position: absolute;
    top: 6px;
    bottom: 30px;
    left: calc(50% - 13px);
    width: 1px;
    background-color: #dadada;
    content: ""; }
  .form-columns:not(.modal-content):after {
    display: none; }
  .form-columns:not(.modal-content) .column {
    float: left;
    width: calc(50% - 12px); }
    .form-columns:not(.modal-content) .column:nth-child(2) {
      float: right; }
  .form-columns:not(.modal-content) h3,
  .form-columns:not(.modal-content) .h3 {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 36px;
    font-size: 16px; }
  .form-columns:not(.modal-content) .controller {
    display: block;
    margin-bottom: 24px;
    transition-property: opacity, color; }
    .form-columns:not(.modal-content) .controller.disabled, .form-columns:not(.modal-content) .form.disabled .controller, .form.disabled .form-columns:not(.modal-content) .controller, .form-columns:not(.modal-content) .controller.readonly {
      text-decoration: line-through;
      opacity: 0.4; }
      .form-columns:not(.modal-content) .controller.disabled .check, .form-columns:not(.modal-content) .form.disabled .controller .check, .form.disabled .form-columns:not(.modal-content) .controller .check, .form-columns:not(.modal-content) .controller.readonly .check {
        filter: grayscale(100%); }
  .form-columns:not(.modal-content):first-child {
    margin: -12px 0 12px 0; }
  .form-columns:not(.modal-content).unevenly {
    padding-top: 0; }
    .form-columns:not(.modal-content).unevenly:before {
      left: calc(100% / 3 - 12px); }
    .form-columns:not(.modal-content).unevenly .column {
      width: calc(100% / 3 - 12px); }
      .form-columns:not(.modal-content).unevenly .column:nth-child(2) {
        width: calc(100% / 3 * 2 - 12px); }
  .form-columns:not(.modal-content).disabled {
    opacity: 0.4; }
    .form-columns:not(.modal-content).disabled .controller {
      text-decoration: line-through !important; }
      .form-columns:not(.modal-content).disabled .controller .check {
        filter: grayscale(100%); }
    .form-columns:not(.modal-content).disabled .controller.disabled, .form-columns:not(.modal-content).disabled .form.disabled .controller, .form.disabled .form-columns:not(.modal-content).disabled .controller {
      text-decoration: none;
      opacity: 1;
      filter: none; }
  .form-columns:not(.modal-content) + h3,
  .form-columns:not(.modal-content) + .h3 {
    padding-top: 12px; }
  .form-columns:not(.modal-content) + .input {
    margin-top: 12px; }
  .form-columns:not(.modal-content).triple {
    padding: 0 0 12px;
    margin-bottom: 12px; }
    .form-columns:not(.modal-content).triple:before {
      left: calc(100% / 3 - 13px); }
    .form-columns:not(.modal-content).triple:after {
      right: calc(100% / 3 + 12px);
      left: auto;
      display: block; }
    .form-columns:not(.modal-content).triple .column:nth-child(n) {
      float: left;
      width: calc(100% / 3 - 24px);
      margin: 0 12px; }
    .form-columns:not(.modal-content).triple + h3,
    .form-columns:not(.modal-content).triple + .h3 {
      padding-top: 0; }
  .form-columns:not(.modal-content) .layout-holder {
    display: grid;
    padding: 24px 24px 18px 0;
    gap: 36px 24px;
    grid-template-columns: repeat(2, 1fr); }
    .form-columns:not(.modal-content) .layout-holder .input:not(.searchStyle) {
      float: none;
      width: auto;
      margin: 0; }
      .form-columns:not(.modal-content) .layout-holder .input:not(.searchStyle).half {
        grid-column: span 2; }
  .form-columns:not(.modal-content) .trigger-exp-top {
    float: left;
    width: 100%;
    padding: 0 0 18px; }
    .form-columns:not(.modal-content) .trigger-exp-top .input {
      width: 100%;
      max-width: 100%;
      margin: 0; }
  .form-columns:not(.modal-content):has(.rowControllerList, .column > .input:only-child) {
    margin-bottom: 12px; }
    .form-columns:not(.modal-content):has(.rowControllerList, .column > .input:only-child)::before {
      top: 0;
      bottom: 0; }
  .form-columns:not(.modal-content).gridStyle {
    display: grid;
    float: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; }
    .form-columns:not(.modal-content).gridStyle::before {
      top: 6px;
      bottom: 24px;
      left: calc(50% - 1px); }
    .form-columns:not(.modal-content).gridStyle .column {
      float: none;
      width: auto;
      margin: 0; }
      .form-columns:not(.modal-content).gridStyle .column > .pos {
        display: block;
        padding-bottom: 18px;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .form-columns:not(.modal-content).gridStyle .column .controller + .columnValidation {
        padding-top: 18px; }
    .form-columns:not(.modal-content).gridStyle .columnValidation .input-note {
      color: #ee1752; }
      .form-columns:not(.modal-content).gridStyle .columnValidation .input-note svg {
        fill: #ee1752; }
    .form-columns:not(.modal-content).gridStyle .columnValidation:has(.controller.checked) .input-note {
      color: #999; }
      .form-columns:not(.modal-content).gridStyle .columnValidation:has(.controller.checked) .input-note svg {
        fill: #ccc; }
    .form-columns:not(.modal-content).gridStyle .input {
      width: 100%;
      max-width: 192px;
      margin: 24px 0 0; }
      .form-columns:not(.modal-content).gridStyle .input.fullwidth {
        max-width: 100%; }
    .form-columns:not(.modal-content).gridStyle .slider-row {
      display: grid;
      margin-bottom: 30px;
      gap: 12px;
      grid-template-columns: repeat(1, 1fr); }
      .form-columns:not(.modal-content).gridStyle .slider-row .controller {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #999;
        opacity: 1;
        gap: 6px; }
        .form-columns:not(.modal-content).gridStyle .slider-row .controller > svg {
          display: none !important; }
        .form-columns:not(.modal-content).gridStyle .slider-row .controller .icheck-item {
          opacity: 0;
          visibility: hidden;
          pointer-events: none; }
        .form-columns:not(.modal-content).gridStyle .slider-row .controller strong {
          color: #333; }
      .form-columns:not(.modal-content).gridStyle .slider-row .slider-holder {
        float: none;
        padding-bottom: 0;
        margin: 0; }
      .form-columns:not(.modal-content).gridStyle .slider-row .slider-frame {
        float: none;
        width: 100%; }
        .form-columns:not(.modal-content).gridStyle .slider-row .slider-frame ul li::before {
          width: 73px; }
        .form-columns:not(.modal-content).gridStyle .slider-row .slider-frame ul span {
          font-size: 0;
          line-height: 0; }
    .form-columns:not(.modal-content).gridStyle .input-note {
      margin-top: 0;
      margin-bottom: 24px; }
  .form-columns:not(.modal-content) .disabled-column {
    opacity: 0.3;
    pointer-events: none; }
    .form-columns:not(.modal-content) .disabled-column * {
      pointer-events: none !important; }
    .form-columns:not(.modal-content) .disabled-column .controller.disabled, .form-columns:not(.modal-content) .disabled-column .form.disabled .controller, .form.disabled .form-columns:not(.modal-content) .disabled-column .controller,
    .form-columns:not(.modal-content) .disabled-column .controller.readonly {
      text-decoration: none;
      color: #666;
      opacity: 1; }
      .form-columns:not(.modal-content) .disabled-column .controller.disabled .icheck-item, .form-columns:not(.modal-content) .disabled-column .form.disabled .controller .icheck-item, .form.disabled .form-columns:not(.modal-content) .disabled-column .controller .icheck-item,
      .form-columns:not(.modal-content) .disabled-column .controller.readonly .icheck-item {
        background-color: #EAEAEA;
        border-color: #ccc;
        box-shadow: none;
        filter: none; }
        .form-columns:not(.modal-content) .disabled-column .controller.disabled .icheck-item::after, .form-columns:not(.modal-content) .disabled-column .form.disabled .controller .icheck-item::after, .form.disabled .form-columns:not(.modal-content) .disabled-column .controller .icheck-item::after,
        .form-columns:not(.modal-content) .disabled-column .controller.readonly .icheck-item::after {
          opacity: 0; }
    .form-columns:not(.modal-content) .disabled-column .input:before {
      background-color: transparent; }
    .form-columns:not(.modal-content) .disabled-column .input:after {
      border-color: #c4c4c4 !important;
      border-style: dotted;
      border-width: 1px;
      box-shadow: none; }

.slim {
  float: left;
  width: 216px;
  margin: 0 12px 36px;
  overflow: hidden;
  background-color: #e7e7e7;
  border-radius: 6px; }
  .slim:before {
    z-index: 10;
    border: 1px solid #dadada;
    border-radius: 6px;
    transition: border-color 0.3s ease;
    content: "";
    pointer-events: none; }
  .slim.half {
    width: calc(50% - 24px); }
  .slim .slim-btn-group {
    display: none !important; }
  .slim .slim-file-hopper {
    z-index: 9;
    border-radius: 6px;
    cursor: pointer; }
  .slim .slim-label {
    padding-top: 36px;
    font-size: 12px;
    line-height: 24px;
    color: #999; }
  .slim .slim-result img {
    background: none !important;
    transform: none !important; }
  .slim .slim-loader {
    z-index: 11 !important; }
  .slim > svg {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 12px);
    z-index: 10;
    width: 24px;
    height: 24px;
    fill: transparent;
    pointer-events: none; }
  @media (hover: hover) {
    .slim[data-state*=empty]:hover {
      background-color: #e7e7e7; } }
  .slim[data-state*="empty"]:before {
    display: block; }
  .slim[data-state*="empty"] > svg {
    fill: #999 !important; }
  .slim[data-state*="empty"] .slim-area p {
    margin-top: 30px; }
  .slim[data-state*="empty"]:has(.slimDefaultState) .slim-label {
    opacity: 0; }
  .slim[data-state*="empty"]:has(.slimDefaultState) .slim-file-hopper {
    pointer-events: none; }
  .slim[data-state="preview"] .slimDefaultState, .slim.preview .slimDefaultState {
    opacity: 0;
    pointer-events: none; }
  .slim[data-state="preview"] > svg, .slim.preview > svg {
    fill: transparent; }
  .slim[data-state="preview"]:before, .slim.preview:before {
    border-color: rgba(0, 0, 0, 0.1); }
  @media (hover: hover) {
    .slim[data-state="preview"]:hover .slim-file-hopper, .slim.preview:hover .slim-file-hopper {
      background-color: rgba(0, 0, 0, 0.5); }
    .slim[data-state="preview"]:hover .slimButtonGroup, .slim.preview:hover .slimButtonGroup {
      opacity: 1; }
    .slim[data-state="preview"]:hover .slimButtonStyle, .slim.preview:hover .slimButtonStyle {
      pointer-events: all; } }
  .slim[data-state="preview"] .remove, .slim.preview .remove {
    opacity: 1;
    pointer-events: auto; }
  .slim.preview .preview {
    opacity: 1; }
  .slim .preview {
    z-index: 8;
    overflow: hidden;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .slim.absolute {
    position: absolute;
    top: 312px;
    left: 48px;
    min-height: 60px;
    transition: min-height 0.3s ease; }
    .slim.absolute:not([data-state="preview"]) {
      min-height: 156px; }
      .slim.absolute:not([data-state="preview"]) > input[type=file] {
        margin: 0 !important; }
    .slim.absolute[data-state="preview"] > svg {
      margin-bottom: -12px; }
    .slim.absolute .slim-result img {
      top: 50%;
      transform: translateY(-50%) !important; }
      .slim.absolute .slim-result img.out {
        opacity: 0 !important; }
  .slim .slimDefaultState {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    display: flex;
    width: 120px;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 12px; }
    .slim .slimDefaultState hr {
      width: 100%;
      height: 1px;
      padding: 0;
      margin: 0;
      background-color: #ccc;
      border: 0; }
    .slim .slimDefaultState a {
      display: flex;
      align-items: center;
      font-size: 12px;
      line-height: 18px;
      color: #999;
      flex-direction: column;
      gap: 6px; }
      @media (hover: hover) {
        .slim .slimDefaultState a:hover {
          color: #333; }
          .slim .slimDefaultState a:hover svg {
            fill: #333; } }
    .slim .slimDefaultState svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
  .slim .slimButtonGroup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    gap: 6px;
    pointer-events: none; }
  .slim .slimButtonStyle {
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: white;
    border-radius: 3px;
    pointer-events: none; }
    .slim .slimButtonStyle svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .slim .slimButtonStyle:hover svg {
        fill: #333; } }
  .slim.disabled {
    pointer-events: none; }
    .slim.disabled .remove {
      display: none; }
    .slim.disabled:not(.preview) {
      background-color: #f5f5f5;
      pointer-events: none; }
      .slim.disabled:not(.preview):before {
        border-color: #c4c4c4;
        border-style: dotted;
        border-width: 1px; }
  .slim.slimLogo {
    width: calc(100% - 24px);
    min-height: 120px; }
    .slim.slimLogo .slim-result img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.slim-image-editor .slim-editor-utils-group {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .slim-image-editor .slim-editor-utils-group button {
    box-shadow: none; }

.slim-image-editor .slim-editor-btn-group button {
  min-width: 120px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 36px;
  text-align: center;
  box-shadow: none; }

.slim-image-editor .slim-container {
  height: calc(100% - 4em); }

.slim > img + input[type="file"],
.slim > input[type="file"] ~ img {
  margin-bottom: 0 !important; }

.radio-tabs {
  position: relative;
  width: 100%;
  margin-bottom: 48px; }
  .radio-tabs:before {
    position: absolute;
    top: -24px;
    bottom: -12px;
    left: 275px;
    width: 1px;
    background-color: #ddd;
    content: ""; }
  .radio-tabs .controller {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px;
    font-size: 16px; }
  .radio-tabs + .inner-tab .trigger-add + footer {
    margin-top: -24px !important;
    border-top: 1px solid #dcdcdc !important; }
  .radio-tabs + .options {
    width: 100%;
    padding: 0;
    margin: 0; }
  .radio-tabs.switch {
    padding-bottom: 24px;
    margin-bottom: 0 !important; }
    .radio-tabs.switch:before {
      bottom: auto;
      height: 72px; }
    .radio-tabs.switch + .form-expanded {
      margin-top: 10px; }
      .radio-tabs.switch + .form-expanded .expanded-holder {
        margin: 0; }
    .radio-tabs.switch + .form-item {
      padding-top: 36px;
      margin-bottom: -11px; }
  .radio-tabs.button-style {
    display: grid;
    padding: 0 12px;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr); }
    .radio-tabs.button-style:before, .radio-tabs.button-style::after {
      display: none; }
    .radio-tabs.button-style .controller {
      display: flex;
      align-items: center;
      justify-content: center;
      float: none;
      width: 100%;
      height: 60px;
      padding: 17px;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      color: #666;
      background-color: #EAEAEA;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      cursor: pointer;
      flex-wrap: nowrap;
      gap: 8px;
      transition-property: border-color, background-color, color; }
      .radio-tabs.button-style .controller .icheck-item {
        opacity: 0;
        visibility: hidden; }
      .radio-tabs.button-style .controller.checked {
        padding: 16px 12px;
        color: #333;
        background-color: white;
        border: 2px solid #1a73e8; }
        .radio-tabs.button-style .controller.checked svg {
          display: block; }
      .radio-tabs.button-style .controller.disabled, .radio-tabs.button-style .form.disabled .controller, .form.disabled .radio-tabs.button-style .controller {
        opacity: 0.5; }
      .radio-tabs.button-style .controller svg {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        width: 24px;
        height: 24px;
        filter: none;
        fill: #00A995 !important; }
      .radio-tabs.button-style .controller.negative svg {
        fill: #ee1752 !important; }
  .radio-tabs.space-between {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
    padding-left: 12px; }
    .radio-tabs.space-between::after, .radio-tabs.space-between::before {
      display: none; }
    .radio-tabs.space-between .controller {
      float: none;
      width: auto;
      margin: 0; }
      .radio-tabs.space-between .controller::before {
        position: absolute;
        top: -24px;
        left: -17px;
        width: 1px;
        height: 72px;
        background-color: #ddd;
        content: "";
        pointer-events: none; }
      .radio-tabs.space-between .controller:first-child::before {
        display: none; }
  .radio-tabs.row-style {
    padding: 0 12px 24px;
    margin: 0; }
    .radio-tabs.row-style::before {
      display: none; }
    .radio-tabs.row-style .controller {
      display: block;
      float: none;
      margin: 0 0 24px; }
      .radio-tabs.row-style .controller:last-child {
        margin-bottom: 0; }
  .radio-tabs.grid-style {
    display: grid;
    padding: 0 0 24px;
    margin: 0;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr); }
    .radio-tabs.grid-style::after {
      display: none; }
  .radio-tabs.medium {
    gap: 24px; }
    .radio-tabs.medium .controller {
      height: 48px;
      padding: 0 !important;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      gap: 12px; }
  .radio-tabs.panelStyle {
    display: flex;
    align-items: center;
    gap: 12px; }
    .radio-tabs.panelStyle::before, .radio-tabs.panelStyle::after {
      display: none; }
    .radio-tabs.panelStyle .controller {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      float: none;
      width: auto;
      padding: 12px;
      margin: 0;
      font-weight: 600;
      background-color: #EAEAEA;
      border-radius: 4px;
      cursor: pointer;
      gap: 6px; }
      .radio-tabs.panelStyle .controller span {
        position: relative;
        display: block; }
      .radio-tabs.panelStyle .controller .icheck-item {
        display: none; }
      .radio-tabs.panelStyle .controller::before {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        content: ''; }
      .radio-tabs.panelStyle .controller > svg {
        position: relative;
        top: auto;
        left: auto;
        width: 24px;
        height: 24px;
        margin-left: -30px;
        transition: none;
        filter: none; }
      .radio-tabs.panelStyle .controller.checked {
        background-color: white; }
        .radio-tabs.panelStyle .controller.checked > svg {
          margin-left: 0;
          fill: #00A995 !important; }
        .radio-tabs.panelStyle .controller.checked::before {
          border-color: #1a73e8;
          border-width: 2px; }

.create-layout .form {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  padding: calc((100vh - 533px) / 2) 0;
  overflow-y: scroll; }
  .create-layout .form:has(.slim) {
    padding: calc((100vh - 664px) / 2) 0; }
  .loaded .create-layout .form {
    padding: calc((var(--vh) * 100 - 533px) / 2) 0; }
  .create-layout .form .passwordHolder {
    padding-bottom: 24px; }
    .create-layout .form .passwordHolder .input:last-of-type {
      margin-bottom: 12px; }
    .create-layout .form .passwordHolder .passwordCriteriaDescription {
      margin: 0;
      color: #999; }
  .create-layout .form .grid {
    margin-bottom: 36px;
    grid-template-columns: 1fr 120px; }
  .create-layout .form .input:not(.searchStyle) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    .create-layout .form .input:not(.searchStyle) .error {
      top: -23px;
      bottom: auto; }
    .create-layout .form .input:not(.searchStyle).error .error {
      display: block !important; }
  .create-layout .form p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #666; }
    .create-layout .form p a {
      color: #1a73e8;
      border-color: transparent; }
      @media (hover: hover) {
        .create-layout .form p a:hover {
          border-color: #1a73e8; } }

.create-layout h2,
.create-layout .h2 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px; }

.create-layout .column {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  white-space: nowrap; }
  .create-layout .column:after {
    display: inline-block;
    width: 0;
    min-height: 100%;
    content: "";
    vertical-align: middle; }
  .create-layout .column > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  .create-layout .column h2,
  .create-layout .column .h2 {
    color: white; }
  .create-layout .column em {
    display: block;
    padding-top: 27px;
    font: italic 13px/20px "Open Sans", sans-serif;
    text-align: left;
    color: #666;
    border-top: 1px solid #dadada; }
  .create-layout .column .column-holder {
    min-height: 533px; }
  .create-layout .column .auto {
    min-height: 0; }
    .create-layout .column .auto .logotype {
      height: auto; }

.create-layout .column-holder {
  position: relative;
  width: 336px;
  margin: 0 auto; }
  .create-layout .column-holder .clarifying-text,
  .create-layout .column-holder > p {
    margin: 0 0 -5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6); }
    .create-layout .column-holder .clarifying-text a,
    .create-layout .column-holder > p a {
      color: white;
      border-color: white; }
      @media (hover: hover) {
        .create-layout .column-holder .clarifying-text a:hover,
        .create-layout .column-holder > p a:hover {
          color: rgba(255, 255, 255, 0.6);
          border-color: rgba(255, 255, 255, 0.6); } }

.create-layout .submit {
  display: block;
  width: 100%;
  margin-bottom: 29px; }

.create-layout .logotype {
  display: flex;
  align-items: center;
  justify-content: center; }
  .create-layout .logotype img {
    display: block; }

.create-layout .login-form .clarifying-text,
.create-layout .login-form > p {
  color: #666; }
  .create-layout .login-form .clarifying-text a,
  .create-layout .login-form > p a {
    color: #111;
    border-color: #111; }
    @media (hover: hover) {
      .create-layout .login-form .clarifying-text a:hover,
      .create-layout .login-form > p a:hover {
        color: #1a73e8;
        border-color: #1a73e8; } }

.create-layout .login-form .middle-text {
  float: left;
  width: 100%;
  margin: -12px 0 24px;
  color: #999; }

.create-layout .login-form .block-alignment {
  min-height: 520px; }
  .create-layout .login-form .block-alignment h2 {
    margin-bottom: 36px;
    line-height: 24px; }
    .create-layout .login-form .block-alignment h2 + p {
      margin: -4px 0 32px; }
  .create-layout .login-form .block-alignment .submit {
    margin-bottom: 36px; }
  .create-layout .login-form .block-alignment .passwordCriteriaDescription {
    padding: 0; }
  .create-layout .login-form .block-alignment .clarifying-text {
    color: #999; }
  .create-layout .login-form .block-alignment:has(.bottom) .submit {
    margin-bottom: 24px; }
  .create-layout .login-form .block-alignment:has(.bottom) .bottom {
    padding-bottom: 18px; }
    .create-layout .login-form .block-alignment:has(.bottom) .bottom.flex-style {
      padding: 2px 0 38px; }

.create-layout .login-form .middle {
  float: left;
  width: 100%;
  transition: opacity 0.3s ease; }

.create-layout .login-form form {
  padding: 0; }
  .create-layout .login-form form .paragraph {
    float: left;
    width: 100%;
    height: 108px;
    margin: -5px 0 41px;
    font-size: 13px;
    line-height: 20px;
    color: #666; }
    .create-layout .login-form form .paragraph em {
      font-family: "Open Sans", sans-serif; }

.create-layout .login-form .input {
  display: block;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  .create-layout .login-form .input + p:not([class]) {
    margin: -5px 0 31px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .create-layout .login-form .input + .bottom {
    padding-bottom: 37px; }

.create-layout .login-form h2,
.create-layout .login-form .h2 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize; }
  .create-layout .login-form h2 + p,
  .create-layout .login-form .h2 + p {
    margin: 0 0 24px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }

.create-layout .login-form h3,
.create-layout .login-form .h3 {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center; }

.create-layout .login-form .submit {
  display: block;
  width: 100%;
  margin-bottom: 29px; }

.create-layout .login-form .bottom {
  display: block;
  padding-bottom: 29px;
  font-weight: 600;
  text-align: center; }
  .create-layout .login-form .bottom a {
    color: #666; }
    @media (hover: hover) {
      .create-layout .login-form .bottom a:hover {
        color: #111; } }
  .create-layout .login-form .bottom.flex-style {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3px 0 39px; }
    .create-layout .login-form .bottom.flex-style:not(.disabled) .countdown {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  .create-layout .login-form .bottom.disabled a {
    color: #ccc;
    pointer-events: none; }

.create-layout .login-form .required:not(.input):not(.input-holder) {
  display: block;
  padding-bottom: 29px;
  font-size: 12px;
  text-align: center;
  color: #666; }
  .create-layout .login-form .required:not(.input):not(.input-holder):before {
    display: inline-block;
    margin: 10px 4px 0 0;
    font-size: 24px;
    line-height: 12px;
    color: #ee1752;
    content: "*";
    vertical-align: top; }

.create-layout .login-form.pass {
  position: relative;
  width: 432px;
  padding: 40px 48px 48px;
  background-color: white;
  border-radius: 6px; }
  .create-layout .login-form.pass .form {
    float: none;
    width: 100%;
    height: auto;
    overflow: visible; }
  .create-layout .login-form.pass .tab:not(.display), .create-layout .login-form.pass .trigger-add:not(.display), .create-layout .login-form.pass .inner-tab:not(.display) {
    position: absolute;
    width: calc(100% - 96px); }
  .create-layout .login-form.pass .bottom:not(.flex-style),
  .create-layout .login-form.pass .passwordCriteriaDescription {
    padding-bottom: 0; }
  .create-layout .login-form.pass .flex-style {
    padding-top: 0;
    padding-bottom: 36px; }

.create-layout .login-form .code {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  margin-bottom: 36px; }
  .create-layout .login-form .code .input {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0; }
    .create-layout .login-form .code .input input {
      padding: 0;
      text-align: center; }
    .create-layout .login-form .code .input span.error {
      white-space: nowrap; }
    .create-layout .login-form .code .input:not(:last-of-type) span.error {
      display: none !important; }

.create-layout .login-card {
  display: block;
  width: 100%;
  height: 276px;
  padding: 36px;
  margin-bottom: 29px;
  font-size: 14px;
  color: #999;
  background-color: white;
  border-radius: 8px; }
  .create-layout .login-card.h300 {
    height: 300px; }
  .create-layout .login-card .item {
    background-color: white; }
  .create-layout .login-card .avatar {
    width: 84px;
    height: 84px;
    margin: 0 auto 12px; }
  .create-layout .login-card strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333; }
  .create-layout .login-card span {
    display: block;
    margin-bottom: 12px; }
  .create-layout .login-card .app {
    display: inline-block;
    padding: 0 8px;
    margin: 0 4px;
    font-size: 10px;
    line-height: 24px;
    color: white;
    background-color: #00e676;
    border-radius: 3px;
    vertical-align: top; }
    .create-layout .login-card .app + .app {
      background-color: #583EBC; }
  .create-layout .login-card + p {
    padding: 6px 0;
    margin-top: 36px; }

.create-layout .update-count {
  position: relative;
  display: inline-block;
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: white;
  vertical-align: top; }
  .create-layout .update-count span {
    position: absolute;
    top: 1px;
    left: calc(100% + 10px);
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    background-color: #ee1752;
    border-radius: 11px; }

.create-layout .align-text {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  min-height: 186px;
  margin-top: -36px; }
  .create-layout .align-text p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999; }

.create-layout .msg {
  right: -12px;
  left: -12px;
  z-index: 30;
  width: auto;
  min-height: 468px;
  padding: 104px 12px 0;
  text-align: center;
  background: #f5f5f5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .create-layout .msg.display {
    opacity: 1;
    pointer-events: auto; }
  .create-layout .msg p {
    font-size: 14px;
    line-height: 24px;
    color: #999; }
    .create-layout .msg p span {
      color: #333; }
  .create-layout .msg .icon {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    padding: 18px;
    margin: 0 auto 24px;
    background-color: white;
    border-radius: 50%; }
    .create-layout .msg .icon svg {
      display: block;
      fill: #1a73e8; }
    .create-layout .msg .icon span {
      position: absolute;
      top: 17px;
      right: 11px;
      width: 26px;
      height: 26px;
      padding: 1px;
      background-color: #ee1752;
      border-radius: 50%; }
      .create-layout .msg .icon span svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: white !important; }
  .create-layout .msg .bottom {
    position: absolute;
    right: 0;
    bottom: 63px;
    left: 0;
    padding: 0; }
  .create-layout .msg .title {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1a73e8; }
  .create-layout .msg.error-style .title {
    color: #ee1752; }
  .create-layout .msg.error-style .icon svg {
    fill: #ee1752; }

.create-layout .passwordCriteriaDescription {
  padding: 6px 0;
  margin-top: 0 !important; }
  .create-layout .passwordCriteriaDescription.error {
    color: #ee1752; }

.create-layout.pass-layout #wrapper:before {
  display: none; }

.create-layout.pass-layout .login-form h2,
.create-layout.pass-layout .login-form .h2 {
  text-align: left; }

.create-layout .slim {
  float: none;
  width: 100%;
  margin: 0 0 24px; }
  .create-layout .slim > span.error {
    display: none !important; }
  .create-layout .slim[data-state="empty"]:has(input[type=file]:required)::before {
    border: 2px solid #ee1752; }

.create-layout .controller:not(.checked):only-of-type:has(input:required) .icheck-item {
  border: 2px solid #ee1752; }

.tab .login-form, .trigger-add .login-form, .inner-tab .login-form {
  position: relative;
  width: 432px;
  padding: 39px 47px 47px;
  margin: 0 auto;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 6px; }
  .tab .login-form .form, .trigger-add .login-form .form, .inner-tab .login-form .form {
    padding: 0; }
    .tab .login-form .form p, .trigger-add .login-form .form p, .inner-tab .login-form .form p {
      margin: 0;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #666; }
    .tab .login-form .form .passwordCriteriaDescription, .trigger-add .login-form .form .passwordCriteriaDescription, .inner-tab .login-form .form .passwordCriteriaDescription {
      padding: 6px 0 0; }
      .tab .login-form .form .passwordCriteriaDescription.error, .trigger-add .login-form .form .passwordCriteriaDescription.error, .inner-tab .login-form .form .passwordCriteriaDescription.error {
        color: #ee1752; }
    .tab .login-form .form .input, .trigger-add .login-form .form .input, .inner-tab .login-form .form .input {
      display: block;
      float: none;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .tab .login-form .form .input + p:not([class]), .trigger-add .login-form .form .input + p:not([class]), .inner-tab .login-form .form .input + p:not([class]) {
        margin: -10px 0 31px;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .tab .login-form .form .input + .bottom, .trigger-add .login-form .form .input + .bottom, .inner-tab .login-form .form .input + .bottom {
        padding-bottom: 37px; }
    .tab .login-form .form .submit, .trigger-add .login-form .form .submit, .inner-tab .login-form .form .submit {
      display: block;
      width: 100%;
      margin-bottom: 29px; }
    .tab .login-form .form .bottom, .trigger-add .login-form .form .bottom, .inner-tab .login-form .form .bottom {
      display: block;
      padding-bottom: 29px;
      font-weight: 600;
      text-align: center; }
      .tab .login-form .form .bottom a, .trigger-add .login-form .form .bottom a, .inner-tab .login-form .form .bottom a {
        color: #666; }
        @media (hover: hover) {
          .tab .login-form .form .bottom a:hover, .trigger-add .login-form .form .bottom a:hover, .inner-tab .login-form .form .bottom a:hover {
            color: #111; } }
      .tab .login-form .form .bottom:not(.flex-style), .trigger-add .login-form .form .bottom:not(.flex-style), .inner-tab .login-form .form .bottom:not(.flex-style) {
        padding: 0; }
      .tab .login-form .form .bottom.flex-style, .trigger-add .login-form .form .bottom.flex-style, .inner-tab .login-form .form .bottom.flex-style {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 5px 0 42px; }
        .tab .login-form .form .bottom.flex-style:not(.disabled) .countdown, .trigger-add .login-form .form .bottom.flex-style:not(.disabled) .countdown, .inner-tab .login-form .form .bottom.flex-style:not(.disabled) .countdown {
          position: absolute;
          top: -9999px;
          left: -9999px; }
      .tab .login-form .form .bottom.disabled a, .trigger-add .login-form .form .bottom.disabled a, .inner-tab .login-form .form .bottom.disabled a {
        color: #ccc;
        pointer-events: none; }
    .tab .login-form .form h2, .trigger-add .login-form .form h2, .inner-tab .login-form .form h2,
    .tab .login-form .form .h2,
    .trigger-add .login-form .form .h2,
    .inner-tab .login-form .form .h2 {
      margin-bottom: 32px;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      text-transform: capitalize; }
      .tab .login-form .form h2 + p, .trigger-add .login-form .form h2 + p, .inner-tab .login-form .form h2 + p,
      .tab .login-form .form .h2 + p,
      .trigger-add .login-form .form .h2 + p,
      .inner-tab .login-form .form .h2 + p {
        margin: 0 0 24px;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
  .tab .login-form .code, .trigger-add .login-form .code, .inner-tab .login-form .code {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    margin-bottom: 36px; }
    .tab .login-form .code .input, .trigger-add .login-form .code .input, .inner-tab .login-form .code .input {
      position: relative;
      width: 48px;
      height: 48px;
      margin: 0; }
      .tab .login-form .code .input input, .trigger-add .login-form .code .input input, .inner-tab .login-form .code .input input {
        padding: 0;
        text-align: center; }
      .tab .login-form .code .input span.error, .trigger-add .login-form .code .input span.error, .inner-tab .login-form .code .input span.error {
        white-space: nowrap; }
      .tab .login-form .code .input:not(:last-of-type) span.error, .trigger-add .login-form .code .input:not(:last-of-type) span.error, .inner-tab .login-form .code .input:not(:last-of-type) span.error {
        display: none !important; }

.countdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: -8px 0 -8px 11px;
  text-align: center;
  cursor: default; }
  .countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg); }
    .countdown svg circle {
      stroke-dasharray: 113px;
      stroke-dashoffset: 0px;
      stroke-linecap: round;
      stroke-width: 2px;
      stroke: #E1E1E1;
      fill: none; }
      .countdown svg circle.circle {
        stroke: transparent; }
        .launched .countdown svg circle.circle {
          stroke: #1a73e8; }

.countdown-number {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #999; }

@keyframes countdown {
  from {
    stroke-dashoffset: 0px; }
  to {
    stroke-dashoffset: 113px; } }

.slick-dots {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    padding: 5px; }
  .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background: #ccc;
    border: 2px solid #999;
    border-radius: 50%;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: border-color, background-color; }
    @media (hover: hover) {
      .slick-dots button:hover {
        background-color: white;
        border-color: #1a73e8; } }
  .slick-dots .slick-active button {
    background-color: #BAD5F8;
    border-color: #1a73e8; }

#map {
  position: relative;
  width: calc(100% + 46px);
  height: 504px;
  margin: 0 -23px -11px;
  overflow: hidden;
  border-radius: 0 0 9px 9px;
  border-top: 1px solid #dcdcdc; }

.scroll-nav {
  position: relative;
  float: right;
  width: 192px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px; }
  .scroll-nav ul {
    border-bottom: 1px solid #e5e5e5; }
  .scroll-nav a {
    position: relative;
    display: block;
    padding: 14px 18px;
    color: #666;
    border-top: 1px solid #e5e5e5; }
    @media (hover: hover) {
      .scroll-nav a:hover {
        color: #111; } }
    .scroll-nav a:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 2px;
      height: 0;
      background-color: #1a73e8;
      visibility: hidden;
      content: "";
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .scroll-nav .active a {
    color: #333; }
    .scroll-nav .active a:after {
      top: -1px;
      height: calc(100% + 2px);
      visibility: visible; }
  .scroll-nav.left {
    float: left;
    padding-bottom: 48px;
    margin-right: 60px; }

.people-list .button {
  display: block;
  height: 120px;
  padding: 36px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 48px;
  border: 0;
  border-radius: 9px; }
  .people-list .button:before {
    border: 1px solid #dcdcdc;
    border-radius: 9px;
    transition: 0.3s ease;
    content: "";
    transition-property: border; }
  .people-list .button svg {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    z-index: 10;
    width: 24px;
    height: 24px;
    opacity: 0;
    fill: white !important;
    pointer-events: none;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); }
  .people-list .button .avatar {
    position: relative;
    float: left;
    padding: 12px;
    margin-right: 12px;
    background-color: white; }
    .people-list .button .avatar svg {
      width: 24px;
      height: 24px;
      margin: 0;
      opacity: 1;
      filter: none;
      fill: #999 !important; }

.people-list .item {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 9px;
  transition: background-color 0.3s ease; }
  .people-list .item.alone {
    margin-top: 0; }
  .people-list .item:first-child {
    margin: 0; }
  .people-list .item:before {
    z-index: 10;
    border: 1px solid #dcdcdc;
    border-radius: 9px;
    transition: 0.3s ease;
    content: "";
    pointer-events: none;
    transition-property: border; }
  .people-list .item.error {
    pointer-events: none; }
    .people-list .item.error:before {
      border-color: #ee1752;
      border-width: 2px; }
  .people-list .item.checked {
    background-color: white; }
    .people-list .item.checked > .controller.checked {
      background-color: #fafafa; }
      .people-list .item.checked > .controller.checked svg {
        opacity: 1; }
      .people-list .item.checked > .controller.checked .avatar {
        background-blend-mode: multiply; }
    .people-list .item.checked .item-expanded {
      position: relative;
      left: auto; }
  .people-list .item i.error {
    position: absolute;
    right: 12px;
    bottom: 6px;
    display: block !important;
    font: 12px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    color: #ee1752; }
  .people-list .item > .controller {
    display: block;
    height: 120px;
    padding: 36px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    border-radius: 9px;
    cursor: pointer; }
    .people-list .item > .controller .icheck-item {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .people-list .item > .controller .avatar {
      position: relative;
      float: left;
      margin-right: 12px;
      background-color: #1a73e8; }
    .people-list .item > .controller strong {
      display: block;
      margin: -6px 0 6px;
      font-weight: 600;
      color: #333; }
    .people-list .item > .controller svg {
      position: absolute;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
      z-index: 10;
      width: 24px;
      height: 24px;
      opacity: 0;
      fill: white !important;
      pointer-events: none;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); }
  .people-list .item.info-item {
    background-color: #fafafa; }
    .people-list .item.info-item > .controller {
      height: auto;
      padding-bottom: 24px;
      cursor: default; }
  .people-list .item .desc {
    padding: 0 36px 30px 96px;
    font-size: 14px;
    line-height: 24px;
    color: #333; }
    .people-list .item .desc p {
      margin-bottom: 17px; }

.people-list .input-note {
  display: grid;
  float: none;
  width: 100%;
  margin: 0;
  font: 12px/20px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  color: #999;
  cursor: default;
  grid-template-columns: 20px auto;
  column-gap: 4px; }
  .people-list .input-note b {
    font-weight: normal; }
  .people-list .input-note svg {
    width: 20px;
    height: 20px;
    fill: #ccc; }

.people-list .contacts-blocks {
  width: 100%;
  font-size: 11px;
  line-height: 24px; }
  .people-list .contacts-blocks a {
    float: left;
    padding: 0 11px;
    margin-right: 6px;
    color: white;
    border-radius: 3px; }
  .people-list .contacts-blocks .viber {
    background-color: #7b519b; }
  .people-list .contacts-blocks .wa {
    background-color: #00e676; }
  .people-list .contacts-blocks .phone {
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    border: 1px solid #d9d9d9; }

.people-list .item-expanded {
  position: relative;
  position: absolute;
  left: -9999px;
  width: 100%;
  width: 100%;
  margin-top: -12px;
  overflow: hidden; }

.people-list .item-expanded-holder {
  position: relative;
  width: 100%;
  padding: 0 36px 12px 36px;
  overflow: hidden; }
  .people-list .item-expanded-holder > .controller-list {
    display: block;
    float: none;
    width: auto;
    padding: 12px 35px 12px 95px;
    margin: 0 -35px -12px;
    background-color: #fafafa; }

.people-list .date {
  position: relative;
  width: 100%;
  padding-left: 60px;
  overflow: hidden;
  border-top: 1px solid #d9d9d9; }
  .people-list .date header {
    position: relative;
    width: calc(100% + 60px);
    padding: 18px 0 18px 60px;
    margin-left: -60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer; }
    .people-list .date header strong {
      font-weight: 600;
      color: #333; }
    .people-list .date header span {
      color: #999; }
    .people-list .date header i {
      position: absolute;
      top: calc(50% - 1px);
      left: 18px;
      width: 14px;
      height: 2px;
      background-color: #999;
      transition: background-color 0.3s ease; }
      .people-list .date header i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 14px;
        background-color: #999;
        transition: opacity 0.3s ease;
        transform: translate(-50%, -50%);
        content: ""; }
      .people-list .date header i svg {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        width: 24px;
        height: 24px;
        transform: translate(-50%, -50%);
        fill: transparent; }
  .people-list .date.open header i:before {
    opacity: 0; }
  .people-list .date.open .date-expanded {
    position: relative;
    left: auto; }
  .people-list .date.empty {
    pointer-events: none; }
    .people-list .date.empty header i {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto;
      background-color: transparent;
      pointer-events: auto; }
      .people-list .date.empty header i:before {
        opacity: 0; }
      .people-list .date.empty header i svg {
        left: 12px;
        transform: translateY(-50%);
        fill: #ee1752; }
  .people-list .date.checked header {
    pointer-events: none; }
    .people-list .date.checked header i {
      background-color: transparent; }
      .people-list .date.checked header i:before {
        opacity: 0; }
      .people-list .date.checked header i svg {
        fill: #1a73e8; }

.people-list .date-expanded {
  position: absolute;
  left: -9999px;
  width: 100%;
  overflow: hidden; }

.people-list .time-list {
  padding-bottom: 12px;
  margin: 0 -5px;
  overflow: hidden; }
  .people-list .time-list .controller {
    float: left;
    width: 102px;
    height: 36px;
    padding: 0;
    margin: 0 5px 12px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #666;
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: color, background-color, border-color, box-shadow; }
    .people-list .time-list .controller.recommend:not(.checked) {
      line-height: 32px;
      color: #1a73e8;
      background-color: #bad5f8;
      border-color: #1a73e8;
      border-width: 2px; }
    @media (hover: hover) {
      .people-list .time-list .controller:hover {
        color: #333; } }
    .people-list .time-list .controller.checked {
      color: white;
      background-color: #1a73e8;
      border-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
    .people-list .time-list .controller .error {
      display: none !important; }
    .people-list .time-list .controller.error {
      color: #ee1752;
      background: none;
      border-color: #ee1752; }
  .people-list .time-list .icheck-item {
    opacity: 0; }

.people-list .more-holder {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9; }
  .people-list .more-holder a {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 24px 12px; }
    .people-list .more-holder a svg {
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .people-list .more-holder a:hover svg {
        fill: #333; } }

.people-list .time-controls {
  padding: 12px 35px 12px 95px;
  margin: 0 -35px -1px -35px;
  background-color: #fafafa;
  border-bottom: 1px solid #d9d9d9; }

.people-list .trigger-add[data-id] {
  width: calc(100% + 70px);
  padding: 0 36px;
  margin: 0 -35px; }

.people-list.single .item-expanded {
  margin: 0; }

.people-list.single .date {
  padding-left: 36px; }
  .people-list.single .date header {
    width: calc(100% + 36px);
    padding-left: 36px;
    margin-left: -36px; }
    .people-list.single .date header i {
      left: 5px; }
  .people-list.single .date.empty header i {
    left: 0; }
    .people-list.single .date.empty header i svg {
      left: 0; }

.people-list.single .more-holder {
  text-align: center; }
  .people-list.single .more-holder a {
    display: inline-block;
    margin: 0 0 24px;
    vertical-align: top; }

.people-list .radio-head {
  position: relative;
  padding: 42px 36px 12px;
  margin: 0 -36px -1px;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 9px 9px 0 0;
  border-bottom: 1px solid #d9d9d9; }
  .people-list .radio-head > h3,
  .people-list .radio-head > .h3 {
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1a73e8; }
  .people-list .radio-head .controller {
    display: block;
    margin-bottom: 24px; }
  .people-list .radio-head hr {
    padding: 0;
    margin: 36px 0;
    background: none;
    border: solid #d9d9d9;
    border-width: 0 0 1px; }

.time-controls {
  position: relative;
  padding: 24px 23px 0;
  margin: 0 -23px;
  margin-bottom: -1px;
  background-color: #fafafa;
  border-bottom: 1px solid #d9d9d9; }
  .time-controls .controller-list {
    transition: padding-bottom 0.3s ease; }
  .time-controls.single,
  .shortView .time-controls, .time-controls:has(.animation-exp .noteBox:only-child) {
    border-color: transparent;
    border-radius: 0 0 9px 9px; }
    .time-controls.single .controller-list,
    .shortView .time-controls .controller-list, .time-controls:has(.animation-exp .noteBox:only-child) .controller-list {
      padding-bottom: 0; }

.visit-type .date {
  position: relative;
  width: calc(100% - 24px);
  margin: 0 12px;
  border-top: 1px solid #d9d9d9; }
  .visit-type .date header {
    position: relative;
    width: 100%;
    padding: 18px 0 18px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer; }
    .visit-type .date header strong {
      font-weight: 600;
      color: #333; }
    .visit-type .date header span {
      color: #999; }
    .visit-type .date header i {
      position: absolute;
      top: calc(50% - 1px);
      right: 5px;
      width: 14px;
      height: 2px;
      background-color: #999;
      transition: background-color 0.3s ease; }
      .visit-type .date header i::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        background-color: rgba(26, 115, 232, 0.3);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.3s ease;
        transform: translate(-50%, -50%);
        content: '';
        pointer-events: none; }
      .visit-type .date header i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 14px;
        background-color: #999;
        transition: opacity 0.3s ease;
        transform: translate(-50%, -50%);
        content: ""; }
      .visit-type .date header i svg {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        width: 24px;
        height: 24px;
        transform: translate(-50%, -50%);
        fill: transparent; }
    .visit-type .date header::after {
      position: absolute;
      top: 18px;
      right: 0;
      font-size: 14px;
      line-height: 24px;
      color: #999;
      opacity: .5;
      content: attr(data-title); }
  .visit-type .date.open header i:before {
    opacity: 0; }
  .visit-type .date.open .date-expanded {
    position: relative;
    left: auto; }
  .visit-type .date.empty {
    pointer-events: none; }
    .visit-type .date.empty header strong,
    .visit-type .date.empty header span {
      opacity: .5; }
    .visit-type .date.empty header i {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto;
      background-color: transparent;
      cursor: default;
      pointer-events: auto; }
      .visit-type .date.empty header i:before {
        opacity: 0; }
      .visit-type .date.empty header i svg {
        right: 0;
        left: auto;
        transform: translateY(-50%);
        fill: #ee1752; }
  .visit-type .date.off header::after {
    right: 36px;
    color: #ee1752;
    opacity: 1; }
  .visit-type .date.checked header {
    pointer-events: none; }
    .visit-type .date.checked header i {
      background-color: transparent; }
      .visit-type .date.checked header i:before {
        opacity: 0; }
      .visit-type .date.checked header i::after {
        opacity: 1; }
      .visit-type .date.checked header i svg {
        width: 18px;
        height: 18px;
        fill: #1a73e8; }
  .visit-type .date:last-child {
    padding-bottom: 12px; }
  .visit-type .date .innerAction {
    display: inline-block;
    float: none;
    margin: 30px 0 24px;
    vertical-align: top; }
    .visit-type .date .innerAction .trigger {
      display: flex;
      align-items: center;
      height: 24px;
      font-size: 16px;
      line-height: 24px; }
      .visit-type .date .innerAction .trigger svg {
        width: 24px;
        height: 24px;
        margin-left: 6px; }
      .visit-type .date .innerAction .trigger span {
        padding-left: 6px;
        font-weight: 600; }
      .visit-type .date .innerAction .trigger i {
        padding-left: 6px;
        font-style: normal;
        opacity: 0.5; }
    .visit-type .date .innerAction .datepicker {
      width: 400px; }
  .visit-type .date .noteBox {
    margin: 0 0 22px; }
    .visit-type .date .noteBox.redStyle::after {
      content: attr(data-error); }
    .visit-type .date .noteBox.grayStyle::after {
      content: attr(data-default); }

.visit-type .date-expanded {
  position: absolute;
  left: -9999px;
  width: 100%;
  overflow: hidden; }

.visit-type .time-list {
  display: grid;
  padding-bottom: 24px;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px; }
  .visit-type .time-list .controller {
    min-width: 0;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #666;
    background-color: #eaeaea;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: color, background-color, border-color, box-shadow; }
    .visit-type .time-list .controller.recommend:not(.checked) {
      line-height: 34px;
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3);
      border-color: rgba(26, 115, 232, 0.3);
      border-width: 1px; }
    .visit-type .time-list .controller.warning:not(.checked) {
      line-height: 34px;
      color: #ee1752;
      background-color: rgba(238, 23, 82, 0.3);
      border-color: rgba(238, 23, 82, 0.3); }
    @media (hover: hover) {
      .visit-type .time-list .controller:hover {
        color: #333; } }
    .visit-type .time-list .controller.checked {
      line-height: 32px;
      color: #333;
      background-color: white;
      border-color: #1a73e8;
      border-width: 2px; }
    .visit-type .time-list .controller .error {
      display: none !important; }
    .visit-type .time-list .controller.error {
      color: #ee1752;
      background: none;
      border-color: #ee1752; }
  .visit-type .time-list .icheck-item {
    opacity: 0; }

.visit-type .more-holder {
  padding-top: 24px;
  margin: 0 12px;
  border-top: 1px solid #d9d9d9; }
  .visit-type .more-holder a {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 24px; }
    .visit-type .more-holder a svg {
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .visit-type .more-holder a:hover svg {
        fill: #333; } }
  .visit-type .more-holder .back {
    transform: rotate(-180deg); }

.visit-type .small-padding {
  padding-top: 0; }
  .visit-type .small-padding .controller-list:first-child {
    padding-bottom: 0; }

.visit-type div.datepicker {
  padding: 30px 0 18px; }
  .visit-type div.datepicker .ui-datepicker-header {
    padding: 0;
    margin: 0 0 20px;
    border: 0; }
    .visit-type div.datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
    .visit-type div.datepicker .ui-datepicker-header .ui-datepicker-prev {
      right: 48px; }
  .visit-type div.datepicker .ui-datepicker-calendar a {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #EAEAEA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
    @media (hover: hover) {
      .visit-type div.datepicker .ui-datepicker-calendar a:hover {
        color: #333; } }
    .visit-type div.datepicker .ui-datepicker-calendar a.ui-state-active {
      padding: 4px;
      color: #333 !important;
      background-color: white !important;
      border-color: #1a73e8;
      border-width: 2px; }

.trigger-date {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 288px;
  height: 36px;
  transform: translateX(-50%); }
  .trigger-date:before {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    content: ""; }
  .trigger-date .controller {
    float: left;
    width: calc(100% / 3);
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: color, border-color, box-shadow, background-color; }
    .trigger-date .controller .icheck-item {
      opacity: 0;
      visibility: hidden; }
    .trigger-date .controller:nth-child(2) {
      border-color: #d9d9d9;
      border-radius: 0; }
    .trigger-date .controller.checked {
      color: white;
      background-color: #1a73e8;
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
  @media (max-width: 1199px) {
    .trigger-date {
      display: none; } }

.form-hint {
  display: block;
  margin: -8px 0 32px;
  font: italic 13px/20px "Open Sans", sans-serif;
  color: #666; }

.attach {
  position: relative;
  float: left;
  width: 100%;
  padding: 28px 0 73px; }
  .attach header {
    text-align: center; }
    .attach header > svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 9px;
      fill: #999; }
    .attach header p:last-child {
      margin-bottom: 0; }
  .attach h3,
  .attach .h3 {
    padding: 0 !important;
    margin: 0 0 11px !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #999; }
  .attach p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #999; }
  .attach em {
    position: absolute;
    top: -17px;
    right: -240px;
    width: 180px;
    font: italic 13px/20px "Open Sans", sans-serif;
    text-align: left;
    color: #666; }
    .attach em strong {
      font-weight: 600;
      color: black; }
  .attach .file {
    position: relative;
    float: left;
    width: 264px;
    min-width: 264px;
    height: 120px;
    margin: 0 12px 96px;
    text-align: left; }
    .attach .file .file-body {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      color: #333;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      cursor: pointer; }
      .attach .file .file-body svg:not(.progress) {
        position: absolute;
        top: 50%;
        left: 50%;
        display: none;
        width: 24px;
        height: 24px;
        margin: -12px 0 0 -12px;
        fill: #ccc; }
      .attach .file .file-body .spinner {
        display: none;
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
        fill: #1a73e8; }
      .attach .file .file-body .progress {
        position: absolute;
        top: 50%;
        left: 50%;
        display: none;
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px; }
        .attach .file .file-body .progress .circle-bg {
          fill: none;
          stroke: rgba(0, 0, 0, 0.2);
          stroke-width: 2px; }
        .attach .file .file-body .progress .circle {
          transition: stroke-dasharray .3s ease-in-out;
          fill: none;
          stroke: #1a73e8;
          stroke-width: 2px; }
      .attach .file .file-body:after {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        transition: background-color 0.3s ease;
        content: "";
        pointer-events: none; }
      @media (hover: hover) {
        .attach .file .file-body[data-bg]:hover:after {
          background-color: rgba(0, 0, 0, 0.15); } }
      .attach .file .file-body:not([data-bg]) {
        background-color: white; }
        @media (hover: hover) {
          .attach .file .file-body:not([data-bg]):hover {
            background-color: #f2f2f2; } }
      .attach .file .file-body img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .attach .file a.file-body:before {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      width: 48px;
      height: 48px;
      background: url(../images/doc.svg) no-repeat 0 0/contain;
      content: ""; }
    .attach .file .action-link {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 36px;
      height: 36px;
      padding: 6px;
      background-color: white;
      border-radius: 3px;
      opacity: 0;
      pointer-events: none;
      transition-property: opacity, background-color; }
      .attach .file .action-link svg {
        display: block;
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
        fill: #999; }
      @media (hover: hover) {
        .attach .file .action-link:hover {
          opacity: 1;
          pointer-events: auto; }
          .attach .file .action-link:hover svg {
            fill: #333; } }
      .tablet .attach .file .action-link {
        opacity: 1;
        pointer-events: auto; }
    .attach .file footer {
      position: absolute;
      top: 140px;
      right: 0;
      left: 0;
      line-height: 20px; }
      .attach .file footer strong.name {
        display: flex;
        align-items: center;
        max-width: 264px;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        color: #333;
        cursor: pointer;
        flex-wrap: nowrap;
        gap: 6px; }
        .attach .file footer strong.name span {
          display: block;
          max-width: calc(100% - 24px); }
        .attach .file footer strong.name i {
          display: block;
          width: 18px;
          height: 18px; }
          .attach .file footer strong.name i svg {
            display: block;
            width: 100%;
            height: 100%;
            fill: #999; }
          .attach .file footer strong.name i:hover svg {
            fill: #333; }
      .attach .file footer span.filename {
        display: block;
        max-width: 264px;
        font-size: 12px;
        color: #999; }
      .attach .file footer .date {
        display: block;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 20px;
        color: #999; }
    @media (hover: hover) {
      .attach .file:not(.deleted):hover .action-link {
        opacity: 1;
        pointer-events: auto; } }
    .tablet .attach .file:not(.deleted) .action-link {
      opacity: 1;
      pointer-events: auto; }
    .attach .file.loading {
      pointer-events: none; }
      .attach .file.loading .file-body {
        background: none !important; }
        .attach .file.loading .file-body svg:not(.spinner):not(.progress) {
          display: none; }
      .attach .file.loading .spinner {
        display: block;
        animation: spin 1s linear infinite; }
      .attach .file.loading .progress {
        display: block; }
      .attach .file.loading .action-link {
        display: none !important; }
    .attach .file.deleted .file-body,
    .attach .file.deleted footer {
      opacity: 0.7;
      pointer-events: none; }
    .attach .file.deleted .action-link {
      opacity: 1;
      pointer-events: auto; }
      .attach .file.deleted .action-link svg {
        transform: rotate(-45deg); }
  .attach .form-controls {
    display: none !important; }
  .attach .msg {
    display: none !important;
    height: calc(var(--vh) * 100 - 168px - 72px - 144px) !important; }
  .attach.search-empty .msg {
    display: block !important; }
  .attach.uploaded {
    padding: 0;
    margin: -12px 0; }
    .attach.uploaded em {
      top: -5px; }
    .attach.uploaded header {
      padding: 0 12px 36px; }
      .attach.uploaded header p,
      .attach.uploaded header > svg {
        display: none; }
    .attach.uploaded h3,
    .attach.uploaded .h3 {
      float: left;
      padding: 6px 0 !important;
      margin: 0 !important;
      font-size: 0;
      font-weight: 600;
      line-height: 0; }
      .attach.uploaded h3:before,
      .attach.uploaded .h3:before {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        content: attr(data-title);
        vertical-align: top; }
    .attach.uploaded .submit {
      float: right;
      margin: 0; }
    .attach.uploaded #dropzone {
      top: -36px;
      bottom: 0; }
    .attach.uploaded .form-controls {
      display: block !important; }
    .attach.uploaded .table {
      position: relative;
      left: auto; }
  .attach.page-attach {
    float: none;
    width: auto;
    height: calc(var(--vh) * 100 - 168px - 72px);
    padding: 0;
    margin: 0; }
    .attach.page-attach .file a.file-body:before {
      background-image: url(../images/doc2.svg); }
    .attach.page-attach #dropzone {
      top: -36px;
      right: -60px;
      bottom: -36px;
      left: -60px;
      border-width: 2px;
      border-radius: 0; }
    .attach.page-attach .search {
      margin: 0; }
    .attach.page-attach.uploaded {
      height: auto;
      min-height: calc(var(--vh) * 100 - 168px - 72px); }
      .attach.page-attach.uploaded .control-panel .align-right h3, .attach.page-attach.uploaded .control-panel .align-right .h3,
      .attach.page-attach.uploaded .control-panel .align-right > svg, .attach.page-attach.uploaded .control-panel .align-right p {
        display: none; }
    .attach.page-attach:not(.uploaded) {
      display: flex;
      align-items: center;
      justify-content: center; }
      .attach.page-attach:not(.uploaded) .control-panel {
        display: block;
        width: auto;
        margin: 0;
        text-align: center; }
        .attach.page-attach:not(.uploaded) .control-panel .search {
          position: absolute;
          left: -9999px; }
        .attach.page-attach:not(.uploaded) .control-panel .icon-button {
          display: none; }
        .attach.page-attach:not(.uploaded) .control-panel .align-right {
          display: block;
          float: none;
          width: 100%;
          margin: 0 !important; }
          .attach.page-attach:not(.uploaded) .control-panel .align-right > svg {
            display: block;
            width: 48px;
            height: 48px;
            margin: 0 auto 9px;
            fill: #999; }
          .attach.page-attach:not(.uploaded) .control-panel .align-right p:last-child {
            margin-bottom: 0; }
          .attach.page-attach:not(.uploaded) .control-panel .align-right .submit {
            margin: 0; }
  .attach #dropzone {
    top: -43px;
    right: -24px;
    bottom: -12px;
    left: -24px;
    z-index: 20;
    border: 2px solid #1a73e8;
    border-radius: 9px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .attach #dropzone.in {
      opacity: 1;
      pointer-events: auto; }
  .attach .table {
    position: absolute;
    left: -9999px;
    width: calc(100% + 96px); }
    .attach .table .inlineFlex {
      margin: 0 !important;
      white-space: nowrap;
      flex-wrap: nowrap; }
      .attach .table .inlineFlex > img:last-child {
        margin: 0 !important; }
      .attach .table .inlineFlex img {
        min-width: 24px;
        margin-right: -36px !important; }
      .attach .table .inlineFlex:has(.file-remove), .attach .table .inlineFlex:has(.file-restore), .attach .table .inlineFlex:has([download]) {
        gap: 48px; }
    .attach .table .icons {
      display: flex;
      align-items: center;
      min-width: max-content;
      white-space: nowrap;
      flex-wrap: nowrap;
      gap: 12px; }
      .attach .table .icons .icon {
        width: 24px;
        min-width: 24px;
        height: 24px; }
      .attach .table .icons * {
        margin: 0 !important; }
    .attach .table .dataTables_scrollHeadInner {
      display: block; }
      .attach .table .dataTables_scrollHeadInner::after {
        display: none; }
    .attach .table table tbody tr::after {
      display: none; }
  .attach.table-layout .table {
    margin: 0 -23px 1px; }
    .attach.table-layout .table th {
      color: #999;
      pointer-events: none; }
      .attach.table-layout .table th:first-child:before {
        display: none !important; }
    .attach.table-layout .table .menu-holder {
      padding-right: 24px;
      text-align: right; }
  .attach.image-style {
    padding: 0 0 12px; }
    .attach.image-style .file {
      width: 120px;
      min-width: 120px;
      max-width: 120px;
      height: 120px;
      margin-bottom: 24px; }
      .attach.image-style .file.button-style .file-body {
        overflow: hidden;
        background-color: #e7e7e7; }
        .attach.image-style .file.button-style .file-body::after {
          border-color: #d9d9d9; }
        @media (hover: hover) {
          .attach.image-style .file.button-style .file-body:hover svg {
            fill: black; } }
      .attach.image-style .file.button-style input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        font-size: 200px;
        opacity: 0; }
      .attach.image-style .file.button-style svg {
        display: block;
        fill: #999; }
      .attach.image-style .file footer {
        display: none !important; }
    .attach.image-style.uploaded {
      margin: 0; }
  .attach.grid-style {
    float: none;
    width: 100%;
    padding: 0 0 36px;
    margin: 0; }
    .attach.grid-style:last-child {
      margin-bottom: 0; }
    .attach.grid-style .list {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(4, 1fr); }
    .attach.grid-style .file {
      float: none;
      margin: 0; }
    .attach.grid-style + .grid {
      padding-top: 6px; }

.attach-note {
  display: block;
  padding-top: 24px;
  font: italic 13px/20px "Open Sans", sans-serif;
  text-align: left;
  color: #666; }
  .attach-note strong {
    font-weight: 600;
    color: black; }

.card-sticky {
  float: left;
  width: 372px;
  min-height: 0; }
  .card-sticky .content-scroll {
    width: 100%;
    min-width: 0;
    margin: 0; }
  .card-sticky .inner-content-scroll {
    padding: 30px 0 48px 24px; }
  .card-sticky .input-note {
    display: flex;
    margin: 0;
    margin-right: -24px;
    font-size: 12px;
    line-height: 18px; }
    .card-sticky .input-note svg {
      min-width: 18px;
      min-height: 18px;
      margin: 0 6px 0 0; }
    .card-sticky .input-note + .request-card {
      margin-top: 12px; }
  .card-sticky .inner-tab {
    display: grid;
    min-height: 0;
    grid-template-rows: auto 1fr; }
  @media (min-width: 1440px) {
    .lower-level .card-sticky {
      position: relative;
      display: grid;
      height: 100%;
      padding: 48px 0 0 12px;
      grid-template-rows: auto 1fr; }
      .lower-level .card-sticky:has(.input-note) {
        display: flex;
        max-width: min-content;
        flex-direction: column; }
        .lower-level .card-sticky:has(.input-note)::before {
          display: none; } }
  @media (max-width: 1439px) {
    .card-sticky {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      width: 385px;
      padding: 0 36px;
      background-color: #F5F5F5;
      transition: transform 0.3s ease;
      transform: translateX(100%); }
      .card-sticky:has(.internal) {
        padding-top: 24px; }
      .card-sticky::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.05);
        content: ''; }
      .card-sticky .content-scroll {
        width: auto;
        margin: 0 -24px; }
      .card-sticky.display {
        transform: none; }
        .card-sticky.display .card-sticky-controller svg {
          fill: transparent; }
          .card-sticky.display .card-sticky-controller svg:nth-child(2) {
            fill: #999; } }

.card-sticky-controller {
  position: absolute;
  top: 50%;
  right: calc(100% + 36px);
  z-index: 10;
  display: none;
  width: 48px;
  height: 72px;
  background-color: white;
  border-radius: 4px 0 0 4px;
  transform: translateY(-50%); }
  .card-sticky-controller::after {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -1px;
    border: solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    content: ''; }
  .card-sticky-controller svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .card-sticky-controller svg:nth-child(2) {
      fill: transparent; }
  @media (max-width: 1439px) {
    .card-sticky-controller {
      display: block; } }

.card-note-list {
  position: relative;
  width: 100%;
  min-width: 0; }
  .card-note-list > li {
    position: relative;
    display: flex;
    padding-right: 12px;
    padding-bottom: 22px;
    flex-wrap: nowrap; }
    .card-note-list > li::before {
      position: absolute;
      top: 24px;
      bottom: 0;
      left: 11px;
      width: 2px;
      background-color: #DADADA;
      content: ''; }
    .card-note-list > li:last-child:not(:has(.redLine)) {
      padding-bottom: 0; }
      .card-note-list > li:last-child:not(:has(.redLine))::before {
        display: none; }
    .card-note-list > li:last-child .redLine::before {
      display: none; }
    .card-note-list > li > a {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 44px;
      padding-left: 34px;
      white-space: nowrap; }
      .card-note-list > li > a strong {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #333;
        transition: color 0.3s ease;
        gap: 6px; }
        .card-note-list > li > a strong > * {
          margin: 0 !important; }
        .card-note-list > li > a strong:has(.icon) {
          color: #ee1752; }
        .card-note-list > li > a strong .icon {
          width: 24px;
          height: 24px; }
          .card-note-list > li > a strong .icon svg {
            display: block;
            width: 100%;
            height: 100%;
            fill: #ee1752; }
      .card-note-list > li > a span:not([class]) {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 34px;
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .card-note-list > li > a mark {
        display: inline-block;
        height: 20px;
        padding: 0 6px;
        margin: 2px 0 0 6px;
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
        border-radius: 3px;
        vertical-align: top; }
        .card-note-list > li > a mark.color-01 {
          background-color: #ffae00; }
        .card-note-list > li > a mark.color-01_tr {
          color: #ffae00;
          background-color: rgba(255, 174, 0, 0.3); }
        .card-note-list > li > a mark.color-02 {
          background-color: #1fae1f; }
        .card-note-list > li > a mark.color-02_tr {
          color: #1fae1f;
          background-color: rgba(31, 174, 31, 0.3); }
        .card-note-list > li > a mark.color-03 {
          background-color: #AD00FF; }
        .card-note-list > li > a mark.color-03_tr {
          color: #AD00FF;
          background-color: rgba(173, 0, 255, 0.3); }
        .card-note-list > li > a mark.color-04 {
          background-color: #00A995; }
        .card-note-list > li > a mark.color-04_tr {
          color: #00A995;
          background-color: rgba(0, 169, 149, 0.3); }
        .card-note-list > li > a mark.color-05 {
          background-color: #f33; }
        .card-note-list > li > a mark.color-05_tr {
          color: #f33;
          background-color: rgba(255, 51, 51, 0.3); }
        .card-note-list > li > a mark.color-06 {
          background-color: #ccc; }
        .card-note-list > li > a mark.color-06_tr {
          color: #ccc;
          background-color: rgba(204, 204, 204, 0.3); }
        .card-note-list > li > a mark.color-07 {
          background-color: #000; }
        .card-note-list > li > a mark.color-07_tr {
          color: #000;
          background-color: rgba(0, 0, 0, 0.3); }
        .card-note-list > li > a mark.color-08 {
          background-color: #1a73e8; }
        .card-note-list > li > a mark.color-08_tr {
          color: #1a73e8;
          background-color: rgba(26, 115, 232, 0.3); }
        .card-note-list > li > a mark.color-09 {
          background-color: #999; }
        .card-note-list > li > a mark.color-09_tr {
          color: #999;
          background-color: rgba(153, 153, 153, 0.3); }
        .card-note-list > li > a mark.color-10 {
          background-color: #F1F0F0; }
        .card-note-list > li > a mark.color-10_tr {
          color: #F1F0F0;
          background-color: rgba(241, 240, 240, 0.3); }
        .card-note-list > li > a mark.color-01_tr {
          color: #E79D00; }
        .card-note-list > li > a mark.color-10 {
          color: #ccc; }
      .card-note-list > li > a > svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        fill: #ee1752; }
      .card-note-list > li > a:not([href]) {
        cursor: default; }
      .card-note-list > li > a:has(strong:only-child) {
        height: 24px; }
    .card-note-list > li.nextStyle strong {
      color: #999 !important; }
    .card-note-list > li.nextStyle::before {
      background: url(../images/dashed.svg) repeat-y 50% 50%; }
    .card-note-list > li.approvedNote > a > svg {
      fill: #00A995 !important; }
    .card-note-list > li .redLine {
      position: absolute;
      right: 0;
      bottom: -4px;
      left: -24px;
      height: 2px;
      background-color: rgba(238, 23, 82, 0.3); }
      .card-note-list > li .redLine::before {
        position: absolute;
        top: 4px;
        bottom: 0;
        left: 35px;
        width: 2px;
        height: 22px;
        background-color: #DADADA;
        content: ''; }
    .card-note-list > li:has(.redLine):not(:last-child) {
      margin-bottom: 28px; }
    .card-note-list > li .active-border {
      position: absolute;
      top: -9px;
      right: 0;
      left: -24px;
      z-index: 2;
      height: 62px;
      border: 2px solid #1a73e8;
      border-radius: 6px;
      opacity: 0;
      pointer-events: none; }
    .card-note-list > li:has(svg)::after {
      position: absolute;
      top: -9px;
      right: 0;
      left: -24px;
      z-index: -1;
      height: 62px;
      background-color: white;
      border-radius: 6px;
      opacity: 0;
      transition: opacity 0.3s ease;
      content: '';
      pointer-events: none; }
    @media (hover: hover) {
      .card-note-list > li:has(svg):hover::after {
        opacity: 1; }
      .card-note-list > li:has(svg):hover .action .trigger {
        opacity: 1;
        pointer-events: all; } }
    .card-note-list > li:has(svg).active .action .trigger,
    .card-note-list > li:has(svg).active .active-border, .card-note-list > li:has(svg).active::after {
      opacity: 1; }
    .card-note-list > li:has(.action.display).active .active-border, .card-note-list > li:has(.action.display)::after {
      opacity: 1; }
    .card-note-list > li:has(.action.display) .action .trigger {
      opacity: 1;
      pointer-events: all; }
    .card-note-list > li:not(:has(svg))::before {
      top: 0; }
    .card-note-list > li:not(:has(svg))::after {
      position: absolute;
      top: 9px;
      left: 7px;
      width: 10px;
      height: 6px;
      background-color: #ee1752;
      border: solid #f5f5f5;
      border-width: 2px 0;
      content: ''; }
      @media (max-width: 1279px) {
        .card-note-list > li:not(:has(svg))::after {
          border-color: white; } }
    .card-note-list > li:not(:has(svg)) > a {
      cursor: default; }
    .card-note-list > li:not(:has(svg)).active .action .trigger,
    .card-note-list > li:not(:has(svg)).active .active-border {
      opacity: 1; }
    .card-note-list > li.selected:not(.active) .active-border {
      border-color: #DADADA;
      opacity: 1; }
    .card-note-list > li.unready.focus .active-border {
      border-color: #ee1752;
      opacity: 1; }
    .card-note-list > li.unready.focus::after {
      opacity: 1; }
    .card-note-list > li.empty > a strong {
      color: #999; }
    .card-note-list > li.empty > a > svg {
      fill: #ccc; }
    .card-note-list > li.grayStyleDoc > a > svg,
    .card-note-list > li.grayStyleBlank > a > svg {
      fill: #999; }
    .card-note-list > li.grayStyleDoc > a strong,
    .card-note-list > li.grayStyleBlank > a strong {
      color: #999; }
    .card-note-list > li.grayStyleDoc > a strong {
      color: #333; }
  .card-note-list .action {
    top: 10px;
    display: inline-block;
    float: none;
    height: 24px;
    margin-left: 6px;
    vertical-align: top; }
    .card-note-list .action .trigger {
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none; }
      .card-note-list .action .trigger svg {
        fill: #ccc; }
    .card-note-list .action .dropdown {
      position: fixed;
      right: auto;
      bottom: auto; }
  .card-note-list .approved {
    display: none;
    margin: 3px 0 0 3px;
    vertical-align: top; }
    .card-note-list .approved.display {
      display: inline-block; }
  .card-note-list .att.abs {
    top: 11px;
    bottom: 0;
    left: -1px;
    background-color: #f5f5f5; }
  .card-note-list.static {
    pointer-events: none !important; }
    .card-note-list.static * {
      pointer-events: none !important; }

.request-card {
  position: relative;
  width: 100%;
  padding: 23px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FAFAFA;
  border: 1px solid #E1E1E1;
  border-radius: 6px; }
  .request-card-header {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px; }
    .request-card-header strong {
      display: block;
      padding-bottom: 2px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #333;
      white-space: nowrap; }
    .request-card-header span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      color: #999;
      white-space: nowrap; }
  .request-card-exp {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease;
    transition-property: max-height, opacity; }
    .request-card-exp > *:first-child {
      margin-top: 24px; }
    .request-card-exp.display {
      max-height: calc(100vh - 72px - 48px);
      opacity: 1;
      transition-duration: 0.6s; }
  .request-card-row {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 12px 34px;
    cursor: default; }
    .request-card-row:last-of-type {
      padding-bottom: 0; }
    .request-card-row:first-of-type::before, .request-card-row:first-of-type::after {
      display: none; }
    .request-card-row:first-of-type + div::before, .request-card-row:first-of-type + div::after {
      display: none; }
    .request-card-row::before {
      position: absolute;
      bottom: 100%;
      left: 11px;
      width: 2px;
      height: 27px;
      background-color: #ccc;
      content: ''; }
    .request-card-row::after {
      position: absolute;
      top: -28px;
      left: 8px;
      width: 8px;
      height: 8px;
      border: 2px solid #ccc;
      border-width: 2px 2px 0 0;
      transform: rotate(-45deg);
      content: ''; }
    .request-card-row svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      fill: #ccc; }
    .request-card-row span {
      display: block;
      padding-right: 12px;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #999;
      white-space: nowrap; }
    .request-card-row strong {
      display: block;
      padding-right: 12px;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      color: #333;
      white-space: nowrap; }
    .request-card-row.current::before {
      background-color: #1a73e8; }
    .request-card-row.current::after {
      border-color: #1a73e8; }
    .request-card-row.current svg {
      fill: #1a73e8; }
    .request-card-row.empty::before {
      background-color: #ee1752; }
    .request-card-row.empty::after {
      border-color: #ee1752; }
    .request-card-row.empty svg {
      fill: #ee1752; }
    .request-card-row.empty strong {
      color: #ee1752; }
    .request-card-row.arrow-off::after, .request-card-row.arrow-off::before {
      display: none; }
  .request-card-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .request-card-open svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .request-card-open:hover svg {
        fill: #333; } }
  .request-card:has(.request-card-exp.display) .request-card-open svg {
    transform: scale(1, -1); }
  .request-card .button {
    display: block;
    padding: 0 24px;
    margin-bottom: 24px; }
  .request-card .mark-list {
    padding-bottom: 6px; }
  .request-card .avatar {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 2px; }
    .request-card .avatar svg {
      display: none; }
    .request-card .avatar:not([data-bg]) {
      background-color: #ccc;
      border: 0; }
      .request-card .avatar:not([data-bg]) svg {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 72px;
        height: 72px;
        margin: 0;
        transform: translateX(-50%); }
  @media (max-width: 1279px) {
    .request-card {
      width: auto;
      padding-right: 36px;
      padding-left: 36px;
      margin: 0 -36px;
      background-color: white;
      border: 0;
      border-radius: 0;
      border-top: 1px solid #E1E1E1; }
      .request-card::before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #E1E1E1;
        content: ''; } }

.mark-list {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 4px; }
  .mark-list mark {
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .mark-list mark.color-01 {
      background-color: #ffae00; }
    .mark-list mark.color-02 {
      background-color: #1fae1f; }
    .mark-list mark.color-03 {
      background-color: #AD00FF; }
    .mark-list mark.color-04 {
      background-color: #00A995; }
    .mark-list mark.color-05 {
      background-color: #f33; }
    .mark-list mark.color-06 {
      background-color: #ccc; }
    .mark-list mark.color-07 {
      background-color: #000; }
    .mark-list mark.color-08 {
      background-color: #1a73e8; }
    .mark-list mark.color-09 {
      background-color: #999; }
    .mark-list mark.color-10 {
      color: #ccc;
      background-color: #F1F0F0; }
    .mark-list mark.color-01_tr {
      color: #E79D00;
      background-color: rgba(255, 174, 0, 0.3); }
    .mark-list mark.color-02_tr {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .mark-list mark.color-03_tr {
      color: #AD00FF;
      background-color: rgba(173, 0, 255, 0.3); }
    .mark-list mark.color-05_tr {
      color: #EE1752;
      background-color: rgba(238, 23, 82, 0.3); }
    .mark-list mark.color-08_tr {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .mark-list mark.color-09_tr {
      color: #999;
      background-color: rgba(153, 153, 153, 0.3); }
    .mark-list mark.color-10_tr {
      color: #676F37;
      background-color: rgba(103, 111, 55, 0.3); }

.options {
  width: calc(100% + 46px);
  padding: 0 23px;
  margin: 0 -23px;
  margin-bottom: 35px; }
  .options h3,
  .options .h3 {
    padding: 0 12px;
    margin-bottom: 33px; }
  .options > .controller {
    margin: 0 0 35px 12px; }
  .options .row {
    position: relative;
    padding: 0 0 36px; }
    .options .row:before {
      position: absolute;
      top: 24px;
      right: 12px;
      left: 12px;
      transition: opacity 0.3s ease;
      content: "";
      border-bottom: 1px dotted #c4c4c4; }
    .options .row .controller {
      float: left;
      padding-right: 1px;
      margin: 12px 0 12px 12px;
      background-color: #fafafa; }
  .options .input {
    float: right !important;
    margin: 0 12px !important;
    transition: opacity 0.3s ease;
    pointer-events: auto; }
  .options.border {
    border-bottom: 1px solid #dcdcdc; }
    .options.border + .input {
      margin-top: 12px; }
    .options.border + .input.half + .input.half {
      margin-top: 12px; }
  .options .hidden:before {
    opacity: 0; }
  .options .hidden .input {
    opacity: 0;
    pointer-events: none; }
  .options .controller-list {
    display: block;
    float: none;
    padding: 0 12px 12px;
    white-space: nowrap; }
  .options:only-child {
    margin-bottom: 0; }

.trigger-select-display {
  position: absolute;
  top: 0;
  left: -9999px;
  float: left;
  width: 100%; }
  .trigger-select-display .small-add-footer {
    margin-top: 12px; }
  .trigger-select-display.display .small-add-footer {
    display: none; }

.number-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-left: 1px solid #dadada; }
  .number-button:before, .number-button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #666;
    transform: translate(-50%, -50%);
    content: ""; }
  .number-button:before {
    width: 14px;
    height: 2px; }
  .number-button:after {
    width: 2px;
    height: 14px; }
  .number-button.minus {
    right: 48px; }
    .number-button.minus:after {
      display: none !important; }
  .number-button.disabled {
    pointer-events: none; }
    .number-button.disabled:before, .number-button.disabled:after {
      background-color: #ccc; }

.number-info {
  position: relative;
  height: 48px;
  margin: 12px; }
  .number-info:before {
    border: 1px dotted #c4c4c4;
    border-radius: 3px;
    border-radius: 3px;
    transition: 0.3s ease;
    content: "";
    pointer-events: none;
    transition-property: border-color, border-width, box-shadow; }
  .number-info .action {
    top: 12px !important;
    right: 12px !important;
    display: block !important; }
  .number-info > label {
    position: absolute;
    top: -23px;
    left: 0px;
    display: none;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
  .number-info > span {
    float: left;
    height: 40px;
    padding: 0 18px;
    margin: 4px 0;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    cursor: default;
    border-left: 1px solid #dcdcdc; }
    .number-info > span:first-of-type {
      border: 0; }
  .number-info:first-child.error:before {
    border: 2px solid #ee1752;
    box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }
  .number-info:first-child > label {
    display: block; }

.form-add {
  position: relative;
  float: left;
  width: 100%;
  padding: 49px 0 13px;
  margin: 12px 0 48px; }
  .form-add:before, .form-add:after {
    position: absolute;
    right: 12px;
    left: 12px;
    height: 1px;
    background-color: #dcdcdc;
    content: ""; }
  .form-add:before {
    top: 0; }
  .form-add:after {
    bottom: 0; }
  .form-add h3,
  .form-add .h3 {
    width: auto;
    margin-bottom: 36px; }
  .form-add .add {
    position: relative;
    float: right;
    height: 36px;
    padding: 0 18px 0 36px;
    margin: -6px 12px 0 0;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    background-color: #e7e7e7;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    vertical-align: top; }
    .form-add .add svg {
      position: absolute;
      top: calc(50% - 12px);
      left: 5px;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .form-add .add:hover {
        color: #111; }
        .form-add .add:hover svg {
          fill: #111; } }
  .form-add .action {
    position: absolute;
    top: 24px;
    right: -24px; }
    .form-add .action .trigger svg {
      fill: #999; }
  .form-add .form-item {
    float: left;
    width: 100%; }
    .form-add .form-item .form-item-holder {
      position: relative;
      padding-top: 12px; }

.number-input {
  position: relative;
  float: right;
  width: 108px;
  height: 36px;
  margin: 2px -36px 2px 0; }
  .number-input:before {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    content: ""; }
  .number-input .input {
    float: left;
    width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0 auto; }
  .number-input input {
    height: 36px;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    text-align: center; }
  .number-input button {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    padding: 6px;
    margin: 0;
    background: none;
    border: 0; }
    .number-input button svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .number-input button:hover svg {
        fill: #333; } }
    .number-input button:disabled {
      pointer-events: none; }
      .number-input button:disabled svg {
        fill: #d9d9d9; }

.filter-list {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 420px;
  overflow-y: scroll;
  background-color: #fafafa;
  border: 1px solid #ececec;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(110%);
  -ms-overflow-style: none; }
  .filter-list:has(.content-scroll) {
    overflow-y: auto; }
  .filter-list.display {
    transform: none; }
  .filter-list .filter-block {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 24px 47px 23px 47px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #ececec; }
    .filter-list .filter-block.display {
      background-color: white; }
      .filter-list .filter-block.display header {
        cursor: default; }
        .filter-list .filter-block.display header::before {
          display: none; }
      .filter-list .filter-block.display .title:before {
        opacity: 0; }
      .filter-list .filter-block.display .expanded {
        position: relative;
        top: auto;
        left: auto; }
    .filter-list .filter-block.opening {
      background-color: white; }
    .filter-list .filter-block.selected:not(.disable-reset), .filter-list .filter-block.date-selected {
      background-color: white; }
      .filter-list .filter-block.selected:not(.disable-reset) header, .filter-list .filter-block.date-selected header {
        pointer-events: none; }
      .filter-list .filter-block.selected:not(.disable-reset) .title, .filter-list .filter-block.date-selected .title {
        margin-left: 36px;
        pointer-events: auto; }
      .filter-list .filter-block.selected:not(.disable-reset) .clear, .filter-list .filter-block.date-selected .clear {
        opacity: 1;
        pointer-events: auto; }
    .filter-list .filter-block.date-filter-block {
      overflow: hidden; }
  .filter-list .expanded {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100%; }
  .filter-list .expanded-holder {
    position: relative;
    width: 100%;
    padding-top: 24px; }
  .filter-list .title {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #999;
    transition: margin-left 0.3s ease;
    cursor: pointer; }
    .filter-list .title:after, .filter-list .title:before {
      position: absolute;
      background-color: #999;
      transition: background-color 0.3s ease;
      content: ""; }
    .filter-list .title:after {
      top: calc(50% - 1px);
      right: 5px;
      width: 14px;
      height: 2px; }
    .filter-list .title:before {
      top: calc(50% - 7px);
      right: 11px;
      width: 2px;
      height: 14px;
      transition-property: background-color, opacity; }
    @media (hover: hover) {
      .filter-list .title:hover:after, .filter-list .title:hover:before {
        background-color: #333; } }
  .filter-list .controller {
    display: block;
    margin-bottom: 24px; }
    .filter-list .controller:last-of-type {
      margin-bottom: 0; }
    .filter-list .controller.checked {
      color: #111; }
    .filter-list .controller span:not(.remove-range) {
      float: left;
      width: 100%; }
    .filter-list .controller i {
      float: right;
      width: 24px;
      font-size: 12px;
      font-style: normal;
      text-align: center;
      color: #999; }
    .filter-list .controller.hidden {
      position: absolute;
      top: -9999px;
      left: -9999px;
      width: 100%; }
    .filter-list .controller .controller-row.removed, .filter-list .controller.removed {
      display: flex;
      align-items: center;
      color: #ee1752;
      gap: 6px; }
      .filter-list .controller .controller-row.removed span:not(.remove-range):not(.tooltip), .filter-list .controller.removed span:not(.remove-range):not(.tooltip) {
        float: none;
        width: auto; }
      .filter-list .controller .controller-row.removed .tooltip, .filter-list .controller.removed .tooltip {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin: 0; }
        .filter-list .controller .controller-row.removed .tooltip svg, .filter-list .controller.removed .tooltip svg {
          fill: #ee1752 !important; }
    .filter-list .controller .controller-row, .filter-list .controller:has(> b) {
      display: flex;
      align-items: center;
      width: 100%;
      min-width: 0;
      flex-wrap: nowrap;
      gap: 6px; }
    .filter-list .controller:has(.controller-row) {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 6px; }
    .filter-list .controller span:not(.remove-range):not(.tooltip) {
      float: none;
      width: auto;
      overflow: visible;
      white-space: nowrap;
      text-overflow: clip; }
    .filter-list .controller b {
      font-weight: normal; }
    .filter-list .controller p {
      margin: 0;
      font-size: 12px;
      line-height: 20px;
      color: #999; }
    .filter-list .controller.inactive {
      color: #ee1752; }
  .filter-list.table-layout {
    width: auto;
    background-color: white; }
    .filter-list.table-layout .title {
      padding: 23px 24px 24px;
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #1a73e8;
      cursor: default; }
      .filter-list.table-layout .title::after, .filter-list.table-layout .title::before {
        display: none !important; }
    .filter-list.table-layout .dataTables_wrapper .table-controls:first-child {
      top: -60px;
      right: 48px;
      display: none !important; }
  .filter-list .table {
    width: 100%;
    margin: 0; }
    .filter-list .table table {
      margin: 0; }
      .filter-list .table table th {
        color: #999 !important;
        pointer-events: none; }
      .filter-list .table table th,
      .filter-list .table table td {
        padding: 0 24px !important; }
        .filter-list .table table th:first-child:before,
        .filter-list .table table td:first-child:before {
          display: none !important; }
  .filter-list header {
    position: relative;
    display: block;
    cursor: pointer; }
    .filter-list header:before {
      position: absolute;
      top: -24px;
      right: -12px;
      bottom: -24px;
      left: -47px;
      cursor: pointer;
      content: ""; }
  .filter-list .clear {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #ee1752;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .filter-list .clear svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
  .filter-list .spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    vertical-align: top;
    fill: #1a73e8;
    animation: spin 1s linear infinite; }
  .filter-list .withSearch {
    position: relative;
    z-index: 5;
    padding-top: 0;
    padding-bottom: 0; }
    .filter-list .withSearch header {
      padding-top: 24px;
      padding-bottom: 24px; }
      .filter-list .withSearch header::before {
        top: 0;
        right: -47px;
        bottom: 0; }
      .filter-list .withSearch header .clear {
        top: 24px; }
      .filter-list .withSearch header .cloneClick {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 20;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
        pointer-events: all; }
      @media (hover: hover) {
        .filter-list .withSearch header:hover .title:after, .filter-list .withSearch header:hover .title:before {
          background-color: #333; } }
    .filter-list .withSearch .searchFilter {
      position: absolute;
      top: 0;
      right: 47px;
      left: 47px;
      opacity: 0;
      pointer-events: none; }
      .filter-list .withSearch .searchFilter input {
        padding-left: 36px;
        font-size: 14px; }
      .filter-list .withSearch .searchFilter::after, .filter-list .withSearch .searchFilter::before {
        background-color: transparent; }
      .filter-list .withSearch .searchFilter button[type="reset"] {
        background-color: #EAEAEA; }
        .filter-list .withSearch .searchFilter button[type="reset"] svg {
          fill: #999; }
      .filter-list .withSearch .searchFilter .dropdown {
        display: none;
        max-height: 192px !important; }
    .filter-list .withSearch .expanded-holder {
      padding-bottom: 24px; }
      .filter-list .withSearch .expanded-holder::after {
        display: block;
        padding-right: 60px;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .filter-list .withSearch .expanded-holder:has(.controller:only-child)::after {
        content: attr(data-search); }
      .filter-list .withSearch .expanded-holder.empty:has(.controller:only-child)::after {
        min-height: 40px;
        content: attr(data-empty); }
    .filter-list .withSearch.display:not(.selected) header {
      pointer-events: none; }
    .filter-list .withSearch.display:not(.selected) .title {
      color: transparent;
      pointer-events: none; }
      .filter-list .withSearch.display:not(.selected) .title::after, .filter-list .withSearch.display:not(.selected) .title::before {
        pointer-events: all !important; }
    .filter-list .withSearch.display:not(.selected) .searchFilter {
      opacity: 1;
      pointer-events: all; }
      .filter-list .withSearch.display:not(.selected) .searchFilter .dropdown {
        display: block; }
    .filter-list .withSearch.display.selected header:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #ddd;
      content: ''; }
    .filter-list .withSearch:has(.searchFilter.focus) {
      z-index: 20; }
  .filter-list:has(.filter-block:only-child) {
    background-color: white; }
    .filter-list:has(.filter-block:only-child) .filter-block {
      border: 0; }
    .filter-list:has(.filter-block:only-child) header {
      pointer-events: none; }
    .filter-list:has(.filter-block:only-child) .title {
      pointer-events: none !important; }
      .filter-list:has(.filter-block:only-child) .title::after, .filter-list:has(.filter-block:only-child) .title::before {
        display: none; }
  .filter-list .filterCount {
    position: fixed;
    top: calc(50% - 30px);
    right: 468px;
    display: flex;
    padding: 14px 30px;
    background-color: white;
    border-radius: 30px;
    gap: 12px; }
    .filter-list .filterCountItem {
      display: flex;
      align-items: flex-end;
      gap: 6px; }
      .filter-list .filterCountItem strong {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: -0.96px;
        color: #333; }
      .filter-list .filterCountItem span {
        padding-bottom: 1px;
        font-size: 14px;
        color: #999; }

.controller-head {
  float: left;
  width: 100%;
  margin-top: -13px; }
  .controller-head > .controller {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px 36px; }
  .controller-head.multiple > .controller {
    width: auto;
    margin-right: 60px; }
  .controller-head .column {
    float: left;
    width: calc(50% - 24px);
    padding-bottom: 12px;
    margin: 0 12px; }
    .controller-head .column .controller {
      display: block;
      margin: 0 0 24px; }

.inner-content {
  float: left;
  width: 100%; }
  .inner-content .content {
    float: left;
    width: calc(100% / 3 * 2); }
  .inner-content .aside {
    float: right;
    width: calc(100% / 3 - 24px);
    margin: 0 12px;
    font: italic 12px/18px "Open Sans", sans-serif;
    color: #666; }

.chart {
  position: relative;
  float: left;
  width: 576px;
  height: 300px;
  padding: 0 12px;
  margin-bottom: 24px; }
  .chart canvas {
    height: 100%; }

.legend {
  display: flex;
  justify-content: flex-end;
  float: left;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 36px;
  font-size: 12px;
  line-height: 24px;
  color: #666; }
  .legend li {
    padding-left: 36px; }
  .legend span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: top; }

.slider-holder {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 12px 60px;
  margin-top: -12px; }
  .slider-holder.hidden {
    display: none; }
    .slider-holder.hidden + .form-controls {
      padding-top: 0 !important; }
  .slider-holder .controller {
    float: left;
    min-width: 84px;
    margin: 0; }
  .slider-holder.full {
    padding: 0 24px 36px;
    margin-top: 48px; }
    .slider-holder.full .slider-frame {
      float: left;
      width: 100%; }
      .slider-holder.full .slider-frame > span {
        top: -36px;
        right: -12px; }
    .slider-holder.full .slider ul li:before {
      width: 73px; }
    .slider-holder.full .slider ul span:before {
      display: none; }
  .slider-holder.timeline-slider {
    padding-right: 3px !important;
    padding-left: 3px !important; }
    .slider-holder.timeline-slider .slider-frame::before {
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      left: 0;
      height: 2px;
      background-color: #ccc;
      content: '';
      pointer-events: none; }
    .slider-holder.timeline-slider .slider-frame > span {
      right: -3px !important; }
    .slider-holder.timeline-slider .slider ul li::before {
      display: none; }
    .slider-holder.timeline-slider .slider ul li:nth-child(even) span {
      color: transparent !important; }
    .slider-holder.timeline-slider .slider ul li span {
      color: #999; }
      .slider-holder.timeline-slider .slider ul li span::before {
        display: none; }
      .slider-holder.timeline-slider .slider ul li span::after {
        background-color: transparent; }
    .slider-holder.timeline-slider .slider ul li.last span,
    .slider-holder.timeline-slider .slider ul li:first-child span,
    .slider-holder.timeline-slider .slider ul li:last-child span {
      width: auto;
      transform: none; }
    .slider-holder.timeline-slider .slider ul li:first-child span {
      left: -3px; }
    .slider-holder.timeline-slider .slider ul li.last {
      z-index: 1; }
    .slider-holder.timeline-slider .slider ul li:last-child span {
      right: -3px;
      left: auto; }
    .slider-holder.timeline-slider .slider ul li.unavailable::before {
      display: block;
      width: 20px;
      background-color: #ee1752; }
    .slider-holder.timeline-slider .slider ul li.unavailable::after {
      background-color: #ee1752; }
    .slider-holder.timeline-slider .slider ul li.unavailable span {
      color: #ee1752; }
    .slider-holder.timeline-slider .slider .ui-slider-handle {
      top: 4px;
      width: 16px;
      height: 16px;
      margin-left: -8px; }
      .slider-holder.timeline-slider .slider .ui-slider-handle::after {
        width: 6px;
        height: 6px; }
    .slider-holder.timeline-slider .slider .ui-slider-range {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      height: 2px;
      background-color: #1a73e8;
      pointer-events: none; }

.slider-frame {
  position: relative;
  float: right;
  width: calc(100% - 108px);
  height: 24px; }
  .slider-frame .slider {
    position: relative;
    width: 100%;
    height: 24px; }
    .slider-frame .slider .ui-slider-handle {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      background-color: #1a73e8;
      border-radius: 50%;
      cursor: pointer; }
      .slider-frame .slider .ui-slider-handle:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        transform: translate(-50%, -50%);
        content: ""; }
    .slider-frame .slider ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      counter-reset: counter;
      pointer-events: none; }
      .slider-frame .slider ul li {
        position: relative;
        height: 100%;
        pointer-events: auto;
        counter-increment: counter; }
        .slider-frame .slider ul li:before {
          position: absolute;
          top: calc(50% - 1px);
          right: 0;
          width: 50px;
          height: 2px;
          background-color: #ccc;
          content: "";
          pointer-events: none; }
        .slider-frame .slider ul li:first-child:before {
          display: none; }
        .slider-frame .slider ul li:after {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 6px;
          height: 6px;
          background-color: #ccc;
          border-radius: 50%;
          transition: transform 0.15s ease;
          transform: translate(-50%, -50%);
          cursor: pointer;
          content: "";
          pointer-events: auto; }
        @media (hover: hover) {
          .slider-frame .slider ul li:hover:after {
            transform: translate(-50%, -50%) scale(2); } }
        .slider-frame .slider ul li.disabled:before {
          right: 5px;
          height: 0;
          background: none;
          border-bottom: 2px dotted #ccc; }
        .slider-frame .slider ul li.disabled span {
          color: #ee1752; }
        .slider-frame .slider ul li.hidden {
          display: none; }
      .slider-frame .slider ul span {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 24px;
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #999;
        transform: translateX(-50%);
        pointer-events: none; }
        .slider-frame .slider ul span::after {
          position: absolute;
          top: -34px;
          left: 50%;
          width: 24px;
          height: 24px;
          background-color: rgba(0, 0, 0, 0.04);
          border-radius: 50%;
          transition: background-color 0.3s ease;
          transform: translateX(-50%);
          cursor: pointer;
          content: '';
          pointer-events: all; }
        .slider-frame .slider ul span:before {
          display: block;
          content: counter(counter); }
      .slider-frame .slider ul .active span {
        color: #333; }
        .slider-frame .slider ul .active span::after {
          background-color: rgba(26, 115, 232, 0.3); }
      .slider-frame .slider ul .active:before, .slider-frame .slider ul .active:after {
        background-color: #1a73e8; }
  .slider-frame.disabled .ui-slider-handle {
    display: none; }
  .slider-frame.disabled .slider {
    cursor: pointer; }
  .slider-frame.disabled ul .active:after, .slider-frame.disabled ul .active:before {
    background-color: #ccc; }
  .slider-frame > span {
    position: absolute;
    top: -54px;
    right: 0;
    font-size: 12px;
    line-height: 24px;
    color: #999; }
    .slider-frame > span strong {
      display: inline-block;
      margin-left: 12px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      color: #333; }

.controller-items {
  float: left;
  width: calc(100% + 46px);
  margin: 0 -23px; }
  .controller-items:first-child {
    margin-top: -7px; }
    .controller-items:first-child .editable-style:first-child {
      margin-top: -3px; }
      .controller-items:first-child .editable-style:first-child:before {
        position: absolute;
        top: -37px;
        right: 0;
        left: 0;
        height: 40px;
        background-color: white;
        border-radius: 9px 9px 0 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        content: ""; }
  .controller-items:last-child {
    margin-bottom: -11px; }
  .controller-items .item {
    position: relative;
    float: left;
    width: 100%;
    padding: 36px 23px 0;
    border-top: 1px solid #dadada; }
    .controller-items .item.editable-style {
      transition: background-color 0.3s ease; }
      .controller-items .item.editable-style.display {
        background-color: white; }
        .controller-items .item.editable-style.display:before {
          opacity: 1 !important; }
      .controller-items .item.editable-style:last-child {
        border-radius: 0 0 9px 9px; }
      .controller-items .item.editable-style:has(.switch-info) {
        background-color: #fafafa; }
        .controller-items .item.editable-style:has(.switch-info) > .trigger-add .trigger-add::before {
          display: none; }
        .controller-items .item.editable-style:has(.switch-info).display .switch {
          color: #1a73e8; }
      .controller-items .item.editable-style .switch {
        padding-right: 96px;
        margin-top: -13px;
        margin-bottom: 23px; }
        .controller-items .item.editable-style .switch:has(.switch-info) {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 48px; }
      .controller-items .item.editable-style .trigger-add.input-padding {
        padding-top: 36px; }
      .controller-items .item.editable-style .trigger-add > .switch-menu {
        right: 12px; }
      .controller-items .item.editable-style .action-button {
        position: absolute;
        top: -60px;
        right: 84px;
        width: 24px;
        height: 24px; }
        .controller-items .item.editable-style .action-button::before {
          position: absolute;
          top: 50%;
          right: -26px;
          width: 1px;
          height: 36px;
          background-color: #E1E1E1;
          transform: translateY(-50%);
          content: '';
          pointer-events: none; }
        .controller-items .item.editable-style .action-button svg {
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .controller-items .item.editable-style .action-button:hover svg {
            fill: #333; } }
        .controller-items .item.editable-style .action-button.disabled svg {
          fill: rgba(153, 153, 153, 0.35); }
      .controller-items .item.editable-style .contenteditable, .controller-items .item.editable-style .library-panel .panel-template .textarea, .library-panel .panel-template .controller-items .item.editable-style .textarea, .controller-items .item.editable-style .template-popup .textarea, .template-popup .controller-items .item.editable-style .textarea {
        margin-bottom: 33px; }
        .controller-items .item.editable-style .contenteditable + .input-note, .controller-items .item.editable-style .library-panel .panel-template .textarea + .input-note, .library-panel .panel-template .controller-items .item.editable-style .textarea + .input-note, .controller-items .item.editable-style .template-popup .textarea + .input-note, .template-popup .controller-items .item.editable-style .textarea + .input-note {
          float: left;
          width: 100%;
          padding: 0 12px 36px; }
  .controller-items .controller-list {
    padding-bottom: 24px; }
    .controller-items .controller-list:last-child, .controller-items .controller-list:only-child {
      padding-bottom: 12px; }
    .controller-items .controller-list + .input {
      margin-top: 0; }
    .controller-items .controller-list .controller.big {
      margin: 0 0 24px; }
    .controller-items .controller-list.small {
      padding-bottom: 12px; }
  .controller-items h3,
  .controller-items .h3 {
    padding: 0 12px;
    margin-bottom: 33px; }
  .controller-items .small-add-footer {
    float: left;
    width: 100%;
    padding-bottom: 36px;
    margin-top: -12px; }
  .controller-items .switch:not(.radio-tabs) {
    display: block;
    margin-right: 12px;
    margin-left: 12px;
    font-weight: 600; }
    .controller-items .switch:not(.radio-tabs):not(.checked) .icheck-item {
      border-color: #ccc; }
    .controller-items .switch:not(.radio-tabs) + .tooltip {
      display: inline-block;
      vertical-align: top; }
      .controller-items .switch:not(.radio-tabs) + .tooltip svg {
        fill: #ccc; }
      @media (hover: hover) {
        .controller-items .switch:not(.radio-tabs) + .tooltip:hover svg {
          fill: #333; } }
  .controller-items .trigger-select-display {
    position: absolute; }
  .controller-items.bottom {
    margin-bottom: 30px !important; }
    .controller-items.bottom .item {
      border: solid #dadada;
      border-width: 0 0 1px; }
  .controller-items.static {
    float: none;
    margin: -35px -23px 35px; }
    .controller-items.static .item {
      border: solid #dadada;
      border-width: 0 0 1px; }
      .controller-items.static .item .input:last-child {
        margin-bottom: 36px; }
    .controller-items.static .trigger-add {
      width: calc(100% + 46px);
      padding: 0 23px;
      margin: 0 -23px; }
    .controller-items.static + .input {
      margin-top: 12px; }
      .controller-items.static + .input:last-child {
        margin-bottom: 36px !important; }
  .controller-items.simple {
    float: left;
    width: calc(100% + 46px);
    margin-top: 0;
    margin-bottom: 0; }
    .controller-items.simple .item {
      padding-top: 0;
      border-width: 0; }
      .controller-items.simple .item .switch {
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer; }
        .controller-items.simple .item .switch .icheck-item {
          pointer-events: none; }
    .controller-items.simple .icon-button.controller-button {
      top: -60px; }
  .controller-items .trigger-add > .input {
    margin-bottom: 36px; }
    .controller-items .trigger-add > .input:first-child {
      margin-top: 12px; }
    .controller-items .trigger-add > .input.half:nth-child(-n + 2) {
      margin-top: 18px; }
    .controller-items .trigger-add > .input.third:nth-child(-n + 3) {
      margin-top: 18px; }
  .controller-items .trigger-add:not(.display) * {
    pointer-events: none !important; }
    .controller-items .trigger-add:not(.display) *::after, .controller-items .trigger-add:not(.display) *::before {
      pointer-events: none !important; }
  .controller-items[data-additional-option] {
    display: none; }
    .controller-items[data-additional-option].display {
      display: block; }
  .controller-items.separated {
    width: 100%;
    margin: 0; }
    .controller-items.separated .item {
      margin-top: 12px;
      background-color: #fafafa;
      border: 1px solid #dcdcdc;
      border-radius: 9px !important; }
      .controller-items.separated .item:first-child {
        margin-top: 0; }
        .controller-items.separated .item:first-child::before {
          display: none; }
    .controller-items.separated .sortable {
      padding: 15px 0 57px; }
    .controller-items.separated .trigger-add::before {
      position: absolute;
      top: 0;
      right: 12px;
      left: 12px;
      height: 1px;
      background-color: #e1e1e1;
      content: ''; }
  .controller-items.main-style {
    margin-top: -17px; }
    .controller-items.main-style h3, .controller-items.main-style .h3 {
      padding-bottom: 0;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px; }
      .controller-items.main-style h3 + .input, .controller-items.main-style .h3 + .input {
        margin-top: 12px; }
        .controller-items.main-style h3 + .input.half + .half, .controller-items.main-style .h3 + .input.half + .half {
          margin-top: 12px; }
    .controller-items.main-style .switch:not(.radio-tabs) {
      padding-bottom: 22px;
      margin-top: -7px;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      transition: 0.3s ease;
      border-bottom: 1px solid transparent;
      transition-property: border-color, color; }
      .controller-items.main-style .switch:not(.radio-tabs).checked {
        color: #1a73e8;
        border-color: #E1E1E1; }
      .controller-items.main-style .switch:not(.radio-tabs) + .trigger-add .trigger-exp-top {
        padding-top: 30px; }
    .controller-items.main-style .radio-tabs.switch {
      padding-bottom: 36px;
      margin: 0; }
      .controller-items.main-style .radio-tabs.switch + .form-expanded {
        margin-top: 0; }
    .controller-items.main-style .expanded-holder {
      padding-top: 0;
      border: 0; }
      .controller-items.main-style .expanded-holder .input:last-child {
        margin-bottom: 36px; }

.capitalize {
  text-transform: capitalize; }

.formula {
  float: left;
  width: 100%; }
  .formula + .input-note:not(.small) {
    margin-top: -16px; }
    .formula + .input-note:not(.small) span {
      display: none; }
  .formula + .error-highlight:last-child {
    position: relative;
    padding-left: 34px;
    margin-bottom: 35px; }
    .formula + .error-highlight:last-child svg {
      position: absolute;
      top: 1px;
      left: 12px;
      margin: 0; }
  .formula:has(.input.required) + .error-highlight {
    color: #ee1752; }
    .formula:has(.input.required) + .error-highlight svg {
      fill: #ee1752; }
  .formula.ethanol {
    margin-bottom: 24px; }
  .formula .layout {
    float: left;
    width: 100%; }
  .formula .layout-holder {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 24px; }
    .formula .layout-holder .input-note {
      margin-top: -16px; }
      .formula .layout-holder .input-note span {
        display: none; }
  .formula .hidden {
    position: absolute;
    top: 0;
    left: -9999px; }
  .formula .total {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .formula .total + span.error {
      display: none !important; }
      .formula .total + span.error:not(.success) ~ .input:after {
        border-color: #ee1752 !important;
        border-width: 2px;
        box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }
  .formula.tobacco {
    margin-top: -12px; }
  .formula .required:not(.input):not(.input-holder) {
    position: relative;
    top: -28px;
    float: left;
    width: 100%;
    padding: 0 12px 8px;
    text-align: left; }
    .formula .required:not(.input):not(.input-holder).last {
      padding-bottom: 0; }

.note-item {
  position: relative;
  z-index: 10;
  padding: 35px 35px 30px;
  margin: 0 -23px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  border-top: 1px solid #dcdcdc; }
  .note-item:nth-last-child(1) {
    z-index: calc(10 + 1); }
  .note-item:nth-last-child(2) {
    z-index: calc(10 + 2); }
  .note-item:nth-last-child(3) {
    z-index: calc(10 + 3); }
  .note-item:nth-last-child(4) {
    z-index: calc(10 + 4); }
  .note-item:nth-last-child(5) {
    z-index: calc(10 + 5); }
  .note-item:nth-last-child(6) {
    z-index: calc(10 + 6); }
  .note-item:nth-last-child(7) {
    z-index: calc(10 + 7); }
  .note-item:nth-last-child(8) {
    z-index: calc(10 + 8); }
  .note-item:nth-last-child(9) {
    z-index: calc(10 + 9); }
  .note-item:nth-last-child(10) {
    z-index: calc(10 + 10); }
  .note-item:first-child:not(.empty) {
    padding-top: 0;
    margin-top: -12px;
    border: 0; }
    .note-item:first-child:not(.empty) > .action {
      top: 0 !important;
      right: 35px; }
    .note-item:first-child:not(.empty) .aside-info {
      top: -24px; }
  .note-item:last-child {
    padding-bottom: 18px; }
    .note-item:last-child .aside-info:after {
      background-color: #fab9cb;
      border: 2px solid #ee1752; }
  .note-item .tooltip {
    position: relative;
    z-index: 10; }
  .note-item h3,
  .note-item .h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 24px;
    color: #333; }
    .note-item h3 > svg,
    .note-item .h3 > svg {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin: 0 10px 0 -3px;
      vertical-align: top;
      fill: #ee1752; }
  .note-item h4, .note-item .h4 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #999; }
  .note-item.empty {
    padding: 0;
    margin: 0 -23px;
    border: 0; }
    .note-item.empty .aside-info {
      top: -108px; }
      .note-item.empty .aside-info span:after {
        position: absolute;
        top: 44px;
        left: -19px;
        width: 2px;
        height: 56px;
        content: ""; }
    .note-item.empty + .note-item {
      padding-top: 0;
      margin-top: -12px;
      border: 0; }
      .note-item.empty + .note-item > .action {
        top: 0 !important; }
      .note-item.empty + .note-item .aside-info {
        top: -24px; }
  .note-item p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px; }
  .note-item .grid {
    padding: 6px 0 18px;
    row-gap: 12px;
    column-gap: 48px; }
  .note-item .column-item {
    min-width: 0;
    padding: 6px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333; }
    .note-item .column-item strong {
      display: block;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
    .note-item .column-item:nth-child(2n+2) {
      position: relative; }
      .note-item .column-item:nth-child(2n+2)::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -24px;
        width: 1px;
        background-color: #e1e1e1;
        content: ''; }
  .note-item .created:not(.action) {
    display: block;
    font-size: 12px;
    color: #999; }
    .note-item .created:not(.action) a {
      color: #333;
      border-bottom: 1px solid; }
  .note-item .action:not([contenteditable="false"]) {
    position: absolute;
    top: 35px;
    right: 25px; }
    .note-item .action:not([contenteditable="false"]) .trigger svg {
      fill: #999; }
    @media (hover: hover) {
      .note-item .action:not([contenteditable="false"]) .trigger:hover svg {
        fill: #333; } }
    .note-item .action:not([contenteditable="false"]).display .trigger svg {
      fill: #333; }
  .note-item .aside-info {
    position: absolute;
    top: 11px;
    right: 100%;
    width: 252px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    pointer-events: none; }
    .note-item .aside-info span {
      position: relative;
      display: block;
      font-size: 12px;
      font-weight: normal;
      color: #999; }
    .note-item .aside-info:after {
      position: absolute;
      top: 30px;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #bbe7bb;
      border: 2px solid #1fae1f;
      border-radius: 50%;
      content: ""; }
    .note-item .aside-info:before {
      position: absolute;
      top: 28px;
      left: -2px;
      width: 16px;
      height: 16px;
      background-color: #f5f5f5;
      border-radius: 50px;
      content: ""; }
    .note-item .aside-info.color-01:after {
      background-color: rgba(255, 174, 0, 0.3);
      border-color: #ffae00; }
    .note-item .aside-info.color-01 span:after {
      background-color: #ffae00; }
    .note-item .aside-info.color-02:after {
      background-color: rgba(31, 174, 31, 0.3);
      border-color: #1fae1f; }
    .note-item .aside-info.color-05:after {
      background-color: rgba(238, 23, 82, 0.3);
      border-color: #ee1752; }
  .note-item.disabled h3,
  .note-item.disabled .h3 {
    color: #999; }
    .note-item.disabled h3 > svg,
    .note-item.disabled .h3 > svg {
      fill: #ccc; }
  .note-item.unactive {
    z-index: 20;
    padding-bottom: 23px;
    background-color: white; }
    .note-item.unactive:first-child:before {
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      height: 35px;
      background-color: white;
      border-radius: 9px 9px 0 0;
      content: ""; }
    .note-item.unactive:last-child {
      margin-bottom: -11px;
      border-radius: 9px; }
    .note-item.unactive .sortable {
      float: none;
      width: 100%;
      padding: 0 0 48px;
      margin-top: -8px; }
      .note-item.unactive .sortable .icon-button {
        right: -6px; }
        .note-item.unactive .sortable .icon-button::before {
          display: none; }
    .note-item.unactive h3,
    .note-item.unactive .h3 {
      margin-bottom: 40px; }
      .note-item.unactive h3 > svg,
      .note-item.unactive .h3 > svg {
        fill: #ccc; }
  .roadmap-style .note-item:last-child:before {
    position: absolute;
    top: 39px;
    bottom: -12px;
    left: -247px;
    width: 2px;
    background-color: #f5f5f5;
    content: ""; }
  .note-item .input {
    float: none !important;
    width: 100% !important;
    margin: 0 !important; }
  .note-item .contenteditable, .note-item .library-panel .panel-template .textarea, .library-panel .panel-template .note-item .textarea, .note-item .template-popup .textarea, .template-popup .note-item .textarea {
    display: block;
    float: none;
    width: 100%;
    padding-bottom: 15px;
    margin: -7px 0 0; }
    .note-item .contenteditable:focus, .note-item .library-panel .panel-template .textarea:focus, .library-panel .panel-template .note-item .textarea:focus, .note-item .template-popup .textarea:focus, .template-popup .note-item .textarea:focus {
      z-index: 20; }
  .note-item .action-button {
    position: absolute;
    top: 0;
    right: 108px;
    width: 24px;
    height: 24px; }
    .note-item .action-button::before {
      position: absolute;
      top: 50%;
      right: -26px;
      width: 1px;
      height: 36px;
      background-color: #E1E1E1;
      transform: translateY(-50%);
      content: '';
      pointer-events: none; }
    .note-item .action-button svg {
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .note-item .action-button:hover svg {
        fill: #333; } }
    .note-item .action-button.disabled svg {
      fill: rgba(153, 153, 153, 0.35); }

.calendar {
  position: relative;
  z-index: 5;
  float: left;
  width: calc(100% - 624px - 48px);
  padding: 12px 0;
  margin-left: 48px; }
  .calendar .ui-datepicker {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: none;
    box-shadow: none; }
    .calendar .ui-datepicker:after {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 10px 10px 2px 2px;
      content: "";
      pointer-events: none; }
    .calendar .ui-datepicker .ui-datepicker-header {
      position: static;
      height: 0;
      padding: 0;
      margin: 0; }
      .calendar .ui-datepicker .ui-datepicker-header a {
        z-index: 20;
        width: 36px;
        height: 36px;
        padding: 5px;
        background: #e7e7e7;
        border: 1px solid #dcdcdc;
        border-radius: 50%;
        transition-property: background-color; }
        .calendar .ui-datepicker .ui-datepicker-header a svg {
          width: 24px;
          height: 24px;
          fill: #999;
          pointer-events: none; }
        .calendar .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
          top: 24px;
          left: -18px;
          margin: 0; }
        .calendar .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
          top: auto;
          right: -18px;
          bottom: 24px; }
        .calendar .ui-datepicker .ui-datepicker-header a.ui-state-disabled {
          opacity: 0; }
        @media (hover: hover) {
          .calendar .ui-datepicker .ui-datepicker-header a:hover {
            background-color: #dcdcdc; } }
    .calendar .ui-datepicker .ui-datepicker-calendar {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 10px 10px 2px 2px; }
    .calendar .ui-datepicker thead {
      display: none; }
    .calendar .ui-datepicker td {
      height: 84px;
      padding: 0;
      background-color: #f5f5f5;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .calendar .ui-datepicker td:not(.ui-datepicker-other-month) {
        background-color: white; }
      .calendar .ui-datepicker td .ui-state-default {
        position: relative;
        display: block;
        width: 100%;
        height: 84px;
        padding: 8px 10px;
        font-size: 27px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
        color: #999;
        background: none;
        border-radius: 0;
        transition: color 0.3s ease; }
        .calendar .ui-datepicker td .ui-state-default:after {
          position: absolute;
          right: -1px;
          bottom: -1px;
          left: -1px;
          height: 2px;
          background-color: #1a73e8;
          opacity: 0;
          content: "";
          pointer-events: none; }
        @media (hover: hover) {
          .calendar .ui-datepicker td .ui-state-default:hover {
            color: #333;
            background: none; } }
        .calendar .ui-datepicker td .ui-state-default.ui-state-active {
          color: #333;
          background: none; }
      .calendar .ui-datepicker td.episode .ui-state-default:after {
        opacity: 1; }
      .calendar .ui-datepicker td.next-episode .ui-state-default:after {
        background-color: #bad5f8;
        opacity: 1; }
      .calendar .ui-datepicker td.ui-datepicker-current-day .ui-state-default {
        color: #333;
        background: none; }
    .calendar .ui-datepicker tr td:first-child {
      border-left-width: 0; }
    .calendar .ui-datepicker tr td:last-child {
      border-right-width: 0; }
    .calendar .ui-datepicker tr:first-child td {
      border-width: 0 1px 1px; }
    .calendar .ui-datepicker tr:first-child td:first-child {
      border-width: 0 0 1px;
      border-top-left-radius: 10px; }
    .calendar .ui-datepicker tr:first-child td:last-child {
      border-width: 0 0 1px;
      border-top-right-radius: 10px; }
    .calendar .ui-datepicker tr:last-child td {
      border-width: 1px 1px 0; }
    .calendar .ui-datepicker tr:last-child td:first-child {
      border-width: 1px 0 0;
      border-bottom-left-radius: 2px; }
    .calendar .ui-datepicker tr:last-child td:last-child {
      border-width: 1px 0 0;
      border-bottom-right-radius: 2px; }
    .calendar .ui-datepicker .name {
      display: block;
      padding: 4px 0 12px;
      font-size: 11px;
      line-height: 13px;
      color: #999; }
  .calendar .pdf {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 24px;
    height: 24px;
    background: none !important;
    border-radius: 0 !important;
    cursor: pointer; }
    .calendar .pdf svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ee1752; }
    .calendar .pdf.unactive svg {
      fill: #999; }
  .calendar mark {
    float: left;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 4px 0 0;
    border-radius: 50%;
    cursor: pointer; }
    .calendar mark.color-01 {
      background-color: #ffae00; }
    .calendar mark.color-02 {
      background-color: #1fae1f; }
    .calendar mark.color-03 {
      background-color: #AD00FF; }
    .calendar mark.color-04 {
      background-color: #00A995; }
    .calendar mark.color-05 {
      background-color: #f33; }
    .calendar mark.color-06 {
      background-color: #ccc; }
    .calendar mark.color-07 {
      background-color: #000; }
    .calendar mark.color-08 {
      background-color: #1a73e8; }
    .calendar mark.color-09 {
      background-color: #999; }
    .calendar mark.color-10 {
      color: #ccc;
      background-color: #F1F0F0; }
  @media (min-width: 1620px) {
    .calendar.hidden {
      position: absolute;
      left: -9999px;
      max-width: 100%;
      opacity: 0;
      pointer-events: none; } }
  @media (max-width: 1619px) {
    .calendar {
      display: none; } }

.sortable {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 84px; }
  .sortable .icon-button {
    position: absolute;
    top: -53px;
    right: 77px;
    margin: 0;
    background: none;
    border-color: transparent;
    transition: 0.3s ease;
    transition-property: border-color, background-color; }
    .sortable .icon-button::before {
      position: absolute;
      top: 50%;
      right: -12px;
      width: 1px;
      height: 24px;
      background-color: #E1E1E1;
      transform: translateY(-50%);
      content: '';
      pointer-events: none; }
    .sortable .icon-button.hidden {
      opacity: 0;
      pointer-events: none; }
    .sortable .icon-button:not([style="display: none;"]) + .locations {
      right: 60px;
      border-right: 1px solid #dcdcdc; }
    .sortable .icon-button.dexter {
      top: -57px;
      right: 6px; }
      .sortable .icon-button.dexter::before {
        display: none; }
    .sortable .icon-button.simple {
      top: -70px;
      right: 18px; }
      .sortable .icon-button.simple:before {
        display: none; }
  .sortable textarea {
    min-height: 42px;
    padding: 6px 60px 6px 0; }
  .sortable .input {
    min-height: 42px;
    margin-top: 0 !important;
    margin-bottom: 0;
    background: none;
    transition: 0.3s ease;
    transition-property: background-color, box-shadow; }
    .sortable .input:after, .sortable .input.deleting {
      display: none !important; }
    .sortable .input::before {
      right: -36px;
      background: none;
      pointer-events: auto; }
    .sortable .input .removeSubstatus,
    .sortable .input .remove {
      right: -48px;
      padding: 2px;
      background-color: #FAFAFA;
      border: 1px solid #dcdcdc;
      border-radius: 50%;
      opacity: 0; }
      .sortable .input .removeSubstatus svg,
      .sortable .input .remove svg {
        display: block;
        width: 100%;
        height: 100%; }
    .sortable .input textarea {
      padding-left: 0; }
    @media (hover: hover) {
      .sortable .input.enter:hover .removeSubstatus,
      .sortable .input.enter:hover .remove {
        opacity: 1;
        pointer-events: all; } }
    .tablet .sortable .input.enter .removeSubstatus,
    .tablet .sortable .input.enter .remove {
      opacity: 1;
      pointer-events: all; }
  .sortable .ui-sortable-helper {
    height: auto !important;
    margin-left: -6px !important;
    background-color: rgba(26, 115, 232, 0.8) !important;
    box-shadow: 0 0 20px rgba(26, 115, 232, 0.5); }
    .sortable .ui-sortable-helper textarea,
    .sortable .ui-sortable-helper .contenteditable,
    .sortable .ui-sortable-helper .library-panel .panel-template .textarea,
    .library-panel .panel-template .sortable .ui-sortable-helper .textarea,
    .sortable .ui-sortable-helper .template-popup .textarea,
    .template-popup .sortable .ui-sortable-helper .textarea {
      padding-left: 18px !important;
      color: white;
      cursor: pointer; }
    .sortable .ui-sortable-helper::before {
      display: none !important; }

    .sortable .ui-sortable-helper .contenteditable,
    .sortable .ui-sortable-helper .library-panel .panel-template .textarea,
    .library-panel .panel-template .sortable .ui-sortable-helper .textarea,
    .sortable .ui-sortable-helper .template-popup .textarea,
    .template-popup .sortable .ui-sortable-helper .textarea {
      padding-right: 18px; }
      .sortable .ui-sortable-helper .contenteditable .trigger, .sortable .ui-sortable-helper .library-panel .panel-template .textarea .trigger, .library-panel .panel-template .sortable .ui-sortable-helper .textarea .trigger, .sortable .ui-sortable-helper .template-popup .textarea .trigger, .template-popup .sortable .ui-sortable-helper .textarea .trigger {
        color: #333; }
    .sortable .ui-sortable-helper .handle {
      opacity: 0 !important; }
    .sortable .ui-sortable-helper .removeSubstatus,
    .sortable .ui-sortable-helper .remove {
      opacity: 0 !important;
      pointer-events: none; }
  .sortable .ui-sortable-placeholder {
    z-index: 20;
    height: 2px;
    min-height: 2px;
    margin: -1px 0 -1px 0 !important;
    background-color: #1a73e8;
    visibility: visible !important; }
    .sortable .ui-sortable-placeholder > *, .sortable .ui-sortable-placeholder::after, .sortable .ui-sortable-placeholder::before {
      display: none !important; }
  .sortable .clone {
    opacity: 0.5; }
    .sortable .clone:after {
      border-color: #1a73e8;
      border-width: 2px; }
    .sortable .clone:before {
      background-color: #bad5f8; }
    .sortable .clone textarea {
      color: #1a73e8; }
    .sortable .clone .remove {
      display: none; }
  .sortable .ui-state-disabled {
    margin-bottom: -48px !important; }
  .sortable > span {
    position: absolute;
    top: -66px;
    right: 0;
    font-size: 12px;
    line-height: 24px;
    color: #999; }
    .sortable > span strong {
      display: inline-block;
      width: 48px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      color: #333;
      vertical-align: top; }
  .sortable .dropdown .disabled div {
    color: #999; }
  .sortable .ui-autocomplete li.disabled svg {
    right: 12px;
    left: auto;
    pointer-events: none;
    fill: #ee1752; }
  .sortable .contenteditable, .sortable .library-panel .panel-template .textarea, .library-panel .panel-template .sortable .textarea, .sortable .template-popup .textarea, .template-popup .sortable .textarea {
    width: 100%;
    padding: 6px 0;
    margin: 0 !important; }
    .sortable .contenteditable .action .dropdown, .sortable .library-panel .panel-template .textarea .action .dropdown, .library-panel .panel-template .sortable .textarea .action .dropdown, .sortable .template-popup .textarea .action .dropdown, .template-popup .sortable .textarea .action .dropdown {
      max-height: 293px !important; }
  .sortable.reverse .icon-button {
    right: 18px; }
    .sortable.reverse .icon-button::before {
      display: none; }
  @media (hover: hover) {
    .sortable.reverse .input:hover:before {
      background-color: white; } }
  .sortable.reverse .input.focus:before {
    background-color: white; }
  .sortable.sortable-list {
    padding-bottom: 36px; }
    .sortable.sortable-list .input:not(.ui-sortable-placeholder) {
      padding: 11px 48px 11px 20px; }
      @media (hover: hover) {
        .sortable.sortable-list .input:not(.ui-sortable-placeholder):hover .remove,
        .sortable.sortable-list .input:not(.ui-sortable-placeholder):hover .handle {
          opacity: 1;
          pointer-events: auto; } }
      .tablet .sortable.sortable-list .input:not(.ui-sortable-placeholder) .remove,
      .tablet .sortable.sortable-list .input:not(.ui-sortable-placeholder) .handle {
        opacity: 1;
        pointer-events: auto; }
      .sortable.sortable-list .input:not(.ui-sortable-placeholder) .remove {
        top: calc(50% - 12px); }
      .sortable.sortable-list .input:not(.ui-sortable-placeholder):only-of-type .handle {
        opacity: 0 !important; }
    .sortable.sortable-list .name {
      display: block;
      padding-bottom: 2px;
      font-size: 12px;
      line-height: 24px;
      color: #999;
      cursor: default; }
    .sortable.sortable-list .title {
      display: block;
      font-size: 16px;
      font-weight: normal;
      font-weight: 500;
      line-height: 24px;
      color: #333;
      cursor: default; }
    .sortable.sortable-list .bullet {
      top: auto;
      bottom: 22px; }
  .sortable.empty {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
  .sortable.normal-list {
    padding-bottom: 36px; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled textarea::-webkit-input-placeholder,
  .sortable.default-state .input:only-of-type textarea::-webkit-input-placeholder {
    color: transparent; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled textarea::-moz-placeholder,
  .sortable.default-state .input:only-of-type textarea::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled textarea:-moz-placeholder,
  .sortable.default-state .input:only-of-type textarea:-moz-placeholder {
    color: transparent; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled textarea:-ms-input-placeholder,
  .sortable.default-state .input:only-of-type textarea:-ms-input-placeholder {
    color: transparent; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled textarea.placeholder,
  .sortable.default-state .input:only-of-type textarea.placeholder {
    color: transparent; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled::after,
  .sortable.default-state .input:only-of-type::after {
    position: absolute;
    top: 9px;
    left: 0;
    display: block !important;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    content: 'Normal';
    vertical-align: top;
    pointer-events: none; }
  .sortable.default-state .deleting:first-of-type + .ui-state-disabled:focus-within::after,
  .sortable.default-state .input:only-of-type:focus-within::after {
    display: none !important; }
  .sortable.disabled .icon-button, .form.disabled .sortable .icon-button,
  .sortable.disabled .handle,
  .form.disabled .sortable .handle,
  .sortable.disabled .remove,
  .form.disabled .sortable .remove {
    display: none !important; }
  .sortable.disabled .input, .form.disabled .sortable .input {
    pointer-events: none !important; }
    .sortable.disabled .input *, .form.disabled .sortable .input * {
      pointer-events: none !important; }

.param-hidden {
  display: none; }

.param {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 420px;
  padding-bottom: 97px;
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(110%);
  -ms-overflow-style: none; }
  .param.display {
    transform: translateX(0); }
  .param > .holder {
    width: 100%;
    height: 100%;
    padding: 24px 48px;
    overflow-y: auto; }
  .param footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px 36px;
    border-top: 1px solid #ececec; }
    .param footer > * {
      float: left;
      width: calc(50% - 24px);
      margin: 0 12px; }
    .param footer .button {
      padding: 0 24px; }
  .param .title {
    display: block;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #999; }
  .param .controller {
    display: block;
    min-width: 100%;
    margin-bottom: 24px;
    /* 2 */
    overflow: hidden;
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis; }
    .param .controller:last-child {
      margin-bottom: 0; }
    .param .controller.checked {
      color: #111; }
    .param .controller.deleting {
      display: none !important; }
    .param .controller.hidden {
      position: absolute;
      top: 0;
      left: -9999px;
      width: 100%;
      opacity: 0;
      pointer-events: none; }
  .param.full {
    padding-bottom: 0; }
  .param.stepper-style {
    width: 624px;
    padding: 0;
    background-color: #FAFAFA; }
    .param.stepper-style > .holder {
      height: 100%;
      padding: 0;
      overflow: visible; }
    .param.stepper-style .stepper {
      height: 100%; }
      .param.stepper-style .stepper header::before {
        top: calc(50% - 15px);
        left: 33px;
        width: 30px;
        height: 30px;
        line-height: 28px; }
      .param.stepper-style .stepper .controller {
        padding: 12px 53px;
        margin: 0;
        border-radius: 6px;
        transition-property: color, background-color; }
        .param.stepper-style .stepper .controller > svg {
          top: 14px;
          left: 14px; }
        .param.stepper-style .stepper .controller .icheck-item {
          top: calc(50% - 12px);
          left: 12px; }
          .param.stepper-style .stepper .controller .icheck-item.radio ~ svg {
            opacity: 0; }
        .param.stepper-style .stepper .controller:last-child {
          margin: 0; }
      .param.stepper-style .stepper .controller-item {
        position: relative; }
        .param.stepper-style .stepper .controller-item:last-child {
          margin-bottom: 12px; }
        @media (hover: hover) {
          .param.stepper-style .stepper .controller-item:hover .controller:not(.disabled) {
            background-color: #f5f5f5; }
          .param.stepper-style .stepper .controller-item:hover .action {
            opacity: 1; } }
        .tablet .param.stepper-style .stepper .controller-item .action {
          opacity: 1; }
        .param.stepper-style .stepper .controller-item .action {
          position: absolute;
          top: calc(50% - 12px);
          right: 12px;
          opacity: 0;
          transition: opacity 0.3s ease; }
          .param.stepper-style .stepper .controller-item .action.display {
            opacity: 1; }
      .param.stepper-style .stepper .form-controls {
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        width: 623px;
        padding: 24px 36px 24px 35px;
        background: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 0;
        transform: none;
        pointer-events: none;
        column-gap: 24px;
        transition-property: opacity;
        grid-template-columns: repeat(2, 1fr);
        border-top: 1px solid #E1E1E1; }
        .param.stepper-style .stepper .form-controls .button {
          margin: 0;
          text-align: center; }
      .param.stepper-style .stepper .step.display .form-controls, .param.stepper-style .stepper .step.edit .form-controls {
        opacity: 1;
        pointer-events: auto; }
      .param.stepper-style .stepper .expanded .holder {
        height: calc(var(--vh) * 100 - 292px - 99px);
        max-height: calc(var(--vh) * 100 - 292px - 99px);
        padding-top: 0;
        padding-right: 24px;
        padding-left: 24px; }
        .param.stepper-style .stepper .expanded .holder > .controller {
          border-radius: 6px;
          transition-property: color, background-color; }
          @media (hover: hover) {
            .param.stepper-style .stepper .expanded .holder > .controller:hover:not(.disabled) {
              z-index: 10;
              background-color: #f5f5f5; } }
    .param.stepper-style .controller-item .action.above .dropdown {
      top: auto;
      bottom: calc(100% + 7px); }
    .param.stepper-style .controller-item:nth-last-child(-n+4):not(:nth-child(-n+4)) .action .dropdown {
      top: auto;
      bottom: calc(100% + 7px); }
    .param.stepper-style .controller-item .controller {
      transition-property: color, background-color, opacity; }
    .param.stepper-style .controller-item .input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin: 0;
      background-color: #f5f5f5;
      border-radius: 6px;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none; }
      .param.stepper-style .controller-item .input > svg {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 24px;
        height: 24px;
        fill: #999; }
      .param.stepper-style .controller-item .input::after {
        border: 2px solid #1a73e8;
        opacity: 0; }
      .param.stepper-style .controller-item .input::before {
        display: none; }
      .param.stepper-style .controller-item .input input {
        display: block;
        width: 100%;
        padding: 0 53px;
        font-size: 14px; }
      .param.stepper-style .controller-item .input i {
        position: absolute;
        top: calc(50% - 12px);
        right: 12px;
        width: 24px;
        height: 24px;
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer;
        pointer-events: none; }
        .param.stepper-style .controller-item .input i svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .param.stepper-style .controller-item .input i:hover svg {
            fill: #333; } }
      .param.stepper-style .controller-item .input.focus, .param.stepper-style .controller-item .input.enter {
        z-index: 10; }
        .param.stepper-style .controller-item .input.focus::after, .param.stepper-style .controller-item .input.enter::after {
          opacity: 1; }
        .param.stepper-style .controller-item .input.focus > svg, .param.stepper-style .controller-item .input.enter > svg {
          fill: #1a73e8; }
      .param.stepper-style .controller-item .input.enter i {
        opacity: 1;
        pointer-events: auto; }
    .param.stepper-style .controller-item:not(.editable) .input * {
      pointer-events: none !important; }
    .param.stepper-style .controller-item.editable .input {
      opacity: 1;
      pointer-events: auto; }
    .param.stepper-style .controller-item.editable .controller {
      opacity: 0;
      pointer-events: none; }
    .param.stepper-style .controller-item.editable .action {
      opacity: 0 !important; }
    .param.stepper-style .controller.disabled, .param.stepper-style .form.disabled .controller, .form.disabled .param.stepper-style .controller {
      color: rgba(153, 153, 153, 0.3);
      pointer-events: none; }
      .param.stepper-style .controller.disabled > *:not(mark):not(.controller-value), .param.stepper-style .form.disabled .controller > *:not(mark):not(.controller-value), .form.disabled .param.stepper-style .controller > *:not(mark):not(.controller-value) {
        opacity: 0.3; }
      .param.stepper-style .controller.disabled .icheck-item, .param.stepper-style .form.disabled .controller .icheck-item, .form.disabled .param.stepper-style .controller .icheck-item {
        background-color: #1a73e8;
        border-color: #1a73e8; }
        .param.stepper-style .controller.disabled .icheck-item.radio ~ svg, .param.stepper-style .form.disabled .controller .icheck-item.radio ~ svg, .form.disabled .param.stepper-style .controller .icheck-item.radio ~ svg {
          opacity: 1 !important;
          filter: none !important; }
        .param.stepper-style .controller.disabled .icheck-item:after, .param.stepper-style .form.disabled .controller .icheck-item:after, .form.disabled .param.stepper-style .controller .icheck-item:after {
          opacity: 0; }
      .param.stepper-style .controller.disabled + .action, .param.stepper-style .form.disabled .controller + .action, .form.disabled .param.stepper-style .controller + .action {
        opacity: 0 !important; }
    .param.stepper-style .editable-type .expanded .holder {
      height: calc(var(--vh) * 100 - 219px - 96px);
      max-height: calc(var(--vh) * 100 - 219px - 96px); }
    .param.stepper-style .add-controller {
      position: relative;
      display: block;
      height: 48px;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      color: #999;
      border-radius: 6px;
      transition: 0.3s ease;
      transition-property: color, background-color; }
      .param.stepper-style .add-controller > svg {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 24px;
        height: 24px;
        fill: #999; }
      .param.stepper-style .add-controller::after {
        border: 2px solid #1a73e8;
        opacity: 0; }
      .param.stepper-style .add-controller::before {
        display: none; }
      @media (hover: hover) {
        .param.stepper-style .add-controller:hover {
          z-index: 20;
          color: #333;
          background-color: #f5f5f5; } }
      .param.stepper-style .add-controller input {
        display: block;
        width: 100%;
        padding: 0 53px;
        font-size: 14px; }
      .param.stepper-style .add-controller i {
        position: absolute;
        top: calc(50% - 12px);
        right: 12px;
        width: 24px;
        height: 24px;
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer;
        pointer-events: none; }
        .param.stepper-style .add-controller i svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .param.stepper-style .add-controller i:hover svg {
            fill: #333; } }
      .param.stepper-style .add-controller.focus, .param.stepper-style .add-controller.enter {
        z-index: 10;
        background-color: #f5f5f5; }
        .param.stepper-style .add-controller.focus::after, .param.stepper-style .add-controller.enter::after {
          opacity: 1; }
        .param.stepper-style .add-controller.focus > svg, .param.stepper-style .add-controller.enter > svg {
          fill: #1a73e8; }
      .param.stepper-style .add-controller.enter i {
        opacity: 1;
        pointer-events: auto; }
    .param.stepper-style .accordion .controller {
      display: block;
      padding: 12px 53px;
      margin: 0;
      border-radius: 6px;
      transition-property: color, background-color; }
      .param.stepper-style .accordion .controller > svg {
        top: 14px;
        left: 14px; }
      .param.stepper-style .accordion .controller .icheck-item {
        top: calc(50% - 12px);
        left: 12px; }
        .param.stepper-style .accordion .controller .icheck-item.radio ~ svg {
          opacity: 0; }
      .param.stepper-style .accordion .controller:last-child {
        margin: 0; }
    .param.stepper-style .accordion .controller-item {
      position: relative; }
      .param.stepper-style .accordion .controller-item:last-child {
        margin-bottom: 12px; }
      @media (hover: hover) {
        .param.stepper-style .accordion .controller-item:hover .controller:not(.disabled) {
          background-color: #f5f5f5; }
        .param.stepper-style .accordion .controller-item:hover .action {
          opacity: 1; } }
      .tablet .param.stepper-style .accordion .controller-item .action {
        opacity: 1; }
      .param.stepper-style .accordion .controller-item .action {
        position: absolute;
        top: calc(50% - 12px);
        right: 12px;
        opacity: 0;
        transition: opacity 0.3s ease; }
        .param.stepper-style .accordion .controller-item .action.display {
          opacity: 1; }
    .param.stepper-style .accordion .form-controls {
      right: 0;
      bottom: 0;
      display: grid;
      width: 623px;
      padding: 24px 36px 24px 35px;
      background: none;
      border-radius: 0;
      box-shadow: none;
      opacity: 1;
      transform: none;
      pointer-events: auto;
      column-gap: 24px;
      transition-property: opacity;
      grid-template-columns: repeat(2, 1fr);
      border-top: 1px solid #E1E1E1; }
      .param.stepper-style .accordion .form-controls .button {
        margin: 0;
        text-align: center; }
    .param.stepper-style .accordion-item {
      min-height: 72px;
      margin: 0;
      background: none;
      border: 0;
      border-radius: 0;
      transition: background-color 0.3s ease;
      border-top: 1px solid #E1E1E1; }
      .param.stepper-style .accordion-item:first-child {
        border: 0; }
      .param.stepper-style .accordion-item.display {
        background-color: white; }
        .param.stepper-style .accordion-item.display .accordion-header {
          pointer-events: none; }
          .param.stepper-style .accordion-item.display .accordion-header .arrow {
            fill: #ccc; }
      .param.stepper-style .accordion-item.disabled .accordion-header {
        opacity: 0.3;
        pointer-events: none; }
      .param.stepper-style .accordion-item .accordion-header {
        min-height: 72px;
        padding: 20px 36px;
        transition: opacity 0.3s ease; }
      .param.stepper-style .accordion-item .accordion-exp::before {
        position: absolute;
        right: 24px;
        left: 0;
        z-index: 10;
        content: ''; }
      .param.stepper-style .accordion-item .accordion-exp::before {
        top: 0;
        height: 12px;
        background: -moz-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); }
      .param.stepper-style .accordion-item .accordion-exp .exp-holder {
        height: calc(var(--vh) * 100 - 244px - 73px * 2 - 73px);
        padding: 0 24px 24px;
        overflow-y: auto; }
        .param.stepper-style .accordion-item .accordion-exp .exp-holder .custom-scroll {
          background-color: transparent; }
        .param.stepper-style .accordion-item .accordion-exp .exp-holder > .controller {
          border-radius: 6px;
          transition-property: color, background-color; }
          @media (hover: hover) {
            .param.stepper-style .accordion-item .accordion-exp .exp-holder > .controller:hover:not(.disabled) {
              z-index: 10;
              background-color: #f5f5f5; } }
  .param.small-acc .accordion-item .accordion-exp .exp-holder {
    height: calc(var(--vh) * 100 - 244px - 73px * 2); }
  .param.table-style {
    width: auto; }
    .param.table-style .title {
      padding: 0 24px;
      font-size: 18px;
      color: #1a73e8; }
    .param.table-style .holder {
      padding: 24px 0 0;
      overflow-x: hidden; }
    .param.table-style .table-controls {
      display: none !important; }
    .param.table-style .DataTables_Table_0_wrapper {
      padding: 0 !important; }
    .param.table-style .table {
      width: 100%;
      margin: 0; }
      .param.table-style .table table {
        margin: 0; }
        .param.table-style .table table th {
          color: #999 !important;
          pointer-events: none; }
        .param.table-style .table table th,
        .param.table-style .table table td {
          padding: 0 24px !important; }
          .param.table-style .table table th:first-child:before,
          .param.table-style .table table td:first-child:before {
            display: none !important; }
  .param:has(.dropdown.select-style:only-child) {
    width: auto;
    min-width: 364px;
    max-width: 50%;
    border: 0; }
    .param:has(.dropdown.select-style:only-child) .holder {
      padding: 0; }
  .param .dropdown.select-style {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    max-height: 100%;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: all; }
    .param .dropdown.select-style label:not(.switch):not(.controllerHead) {
      padding-right: 72px; }

.library-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 624px;
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(110%);
  -ms-overflow-style: none; }
  .library-panel.display {
    transform: translateX(0); }
  .library-panel h3 {
    display: block;
    margin: 0 12px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #1a73e8; }
  .library-panel .template-add {
    position: relative;
    display: block;
    height: 48px;
    padding: 12px 54px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    border-radius: 6px;
    transition-property: background-color; }
    .library-panel .template-add svg {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .library-panel .template-add:hover {
        background-color: #f5f5f5; } }
  .library-panel .def-list {
    position: relative;
    height: 100%;
    padding: 24px;
    overflow-y: auto; }
    .library-panel .def-list .item:nth-last-child(-n+3):not(:nth-child(-n+3)) .dropdown {
      top: auto;
      bottom: calc(100% + 7px); }
  .library-panel .item {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 24px; }
    .library-panel .item > span {
      position: relative;
      display: block;
      max-width: 100%;
      height: 48px;
      padding: 12px 54px;
      color: #666;
      border-radius: 6px;
      transition: 0.3s ease;
      cursor: pointer;
      transition-property: color, background-color; }
      .library-panel .item > span svg {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 24px;
        height: 24px;
        fill: #999; }
    @media (hover: hover) {
      .library-panel .item:hover > span {
        color: #333;
        background-color: #f5f5f5; }
      .library-panel .item:hover .action {
        opacity: 1; } }
    .tablet .library-panel .item .action {
      opacity: 1; }
  .library-panel .action {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .library-panel .action.display {
      opacity: 1; }
  .library-panel .blank {
    display: none; }
  .library-panel .panel-template {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px 36px;
    background-color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .library-panel .panel-template-close {
      position: absolute;
      top: 24px;
      left: -48px;
      width: 24px;
      height: 24px; }
      .library-panel .panel-template-close svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
      @media (hover: hover) {
        .library-panel .panel-template-close:hover svg {
          fill: rgba(255, 255, 255, 0.75); } }
    .library-panel .panel-template header {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 0 20px; }
      .library-panel .panel-template header strong {
        position: relative;
        display: block;
        width: 100%;
        height: 49px;
        padding-bottom: 25px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: #333; }
        .library-panel .panel-template header strong br {
          display: none; }
        .library-panel .panel-template header strong > * {
          display: inline; }
        .library-panel .panel-template header strong::after {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          height: 1px;
          background-color: #E1E1E1;
          content: '';
          pointer-events: none; }
        .library-panel .panel-template header strong:empty:before {
          display: block;
          color: #999;
          content: attr(placeholder);
          pointer-events: none; }
        .library-panel .panel-template header strong:focus::after {
          height: 2px;
          background-color: #1a73e8; }
        .library-panel .panel-template header strong:focus::before {
          display: none; }
      .library-panel .panel-template header button {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
        background: none;
        border: 0; }
        .library-panel .panel-template header button svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .library-panel .panel-template header button:hover svg {
            fill: #333; } }
    .library-panel .panel-template .input-note {
      position: absolute;
      right: 36px;
      bottom: 48px;
      left: 36px;
      padding-left: 22px;
      margin: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none; }
      .library-panel .panel-template .input-note svg {
        position: absolute;
        top: 1px;
        left: 0;
        margin: 0; }
      .library-panel .panel-template .input-note a {
        color: #111;
        border-bottom: 1px solid; }
        @media (hover: hover) {
          .library-panel .panel-template .input-note a:hover {
            color: #1a73e8; } }
    .library-panel .panel-template.display {
      opacity: 1;
      pointer-events: auto; }
    .library-panel .panel-template:not(.display) * {
      pointer-events: none !important; }
    .library-panel .panel-template .submit {
      position: absolute;
      bottom: 48px;
      left: 50%;
      min-width: 192px;
      border-radius: 24px;
      box-shadow: 0 1px 10px rgba(238, 23, 82, 0.5);
      transition: 0.3s ease;
      transform: translate(-50%, 0);
      transition-property: opacity, transform; }
    .library-panel .panel-template .textarea {
      float: none !important;
      width: 100% !important;
      min-height: 50% !important;
      max-height: calc(100% - 69px) !important;
      padding-bottom: 108px !important;
      margin: 0 !important;
      overflow-x: hidden;
      overflow-y: auto;
      white-space: pre-line; }
      .library-panel .panel-template .textarea i {
        font-weight: 600;
        font-style: normal;
        color: #ee1752; }
      .library-panel .panel-template .textarea:empty ~ .input-note {
        opacity: 1;
        pointer-events: all; }
      .library-panel .panel-template .textarea:empty ~ .submit {
        opacity: 0;
        transform: translate(-50%, 24px);
        pointer-events: none; }
      .library-panel .panel-template .textarea.default:not(:empty) ~ .submit {
        opacity: 0;
        transform: translate(-50%, 24px);
        pointer-events: none; }
  .library-panel.onlyEdit .panel-template {
    opacity: 1;
    pointer-events: all; }

.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea {
  position: relative;
  float: left;
  width: calc(100% - 24px);
  min-height: 30px;
  padding: 0;
  margin: 0 12px 36px;
  font-size: 16px;
  line-height: 30px; }
  .contenteditable:empty:before, .library-panel .panel-template .textarea:empty:before, .template-popup .textarea:empty:before {
    display: block;
    color: #999;
    content: attr(placeholder);
    pointer-events: none;
    /* For Firefox */ }
  .contenteditable:focus + label, .library-panel .panel-template .textarea:focus + label, .template-popup .textarea:focus + label {
    width: 100%;
    transition: width 1.5s ease; }
  .contenteditable:focus:before, .library-panel .panel-template .textarea:focus:before, .template-popup .textarea:focus:before {
    display: none; }
  .contenteditable:not(:empty) + label, .library-panel .panel-template .textarea:not(:empty) + label, .template-popup .textarea:not(:empty) + label {
    width: 100%;
    transition: width 1.5s ease; }
  .contenteditable .action, .library-panel .panel-template .textarea .action, .template-popup .textarea .action {
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: inline !important;
    float: none;
    height: auto;
    padding: 1px 0;
    margin: 0;
    line-height: 28px;
    vertical-align: top; }
    .contenteditable .action.changed, .library-panel .panel-template .textarea .action.changed, .template-popup .textarea .action.changed {
      margin: 0; }
    .contenteditable .action .trigger, .library-panel .panel-template .textarea .action .trigger, .template-popup .textarea .action .trigger {
      position: relative;
      display: inline;
      padding: 3px 11px;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 4px;
      transition: 0.3s ease;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      transition-property: color, background-color, border-color; }
      .contenteditable .action .trigger:empty, .library-panel .panel-template .textarea .action .trigger:empty, .template-popup .textarea .action .trigger:empty {
        border-color: #ee1752; }
      @media (hover: hover) {
        .contenteditable .action .trigger:hover, .library-panel .panel-template .textarea .action .trigger:hover, .template-popup .textarea .action .trigger:hover {
          border-color: #1a73e8; } }
    .contenteditable .action:focus .trigger, .library-panel .panel-template .textarea .action:focus .trigger, .template-popup .textarea .action:focus .trigger {
      border-color: #1a73e8; }
    .contenteditable .action .dropdown.offset-left, .library-panel .panel-template .textarea .action .dropdown.offset-left, .template-popup .textarea .action .dropdown.offset-left {
      right: auto;
      left: 0; }
    .contenteditable .action .dropdown i, .library-panel .panel-template .textarea .action .dropdown i, .template-popup .textarea .action .dropdown i {
      position: absolute;
      left: -9999px; }
    .contenteditable .action.selected .trigger, .library-panel .panel-template .textarea .action.selected .trigger, .template-popup .textarea .action.selected .trigger, .contenteditable .action.display .trigger, .library-panel .panel-template .textarea .action.display .trigger, .template-popup .textarea .action.display .trigger, .contenteditable .action.selection .trigger, .library-panel .panel-template .textarea .action.selection .trigger, .template-popup .textarea .action.selection .trigger {
      border-color: #1a73e8; }
    .contenteditable .action .icheck-label, .library-panel .panel-template .textarea .action .icheck-label, .template-popup .textarea .action .icheck-label {
      display: block;
      min-height: 48px; }
  .contenteditable .dropdown, .library-panel .panel-template .textarea .dropdown, .template-popup .textarea .dropdown {
    right: auto;
    left: 0;
    width: auto;
    min-width: 228px;
    max-width: 550px;
    font-size: 16px; }
    .contenteditable .dropdown .highlight label, .library-panel .panel-template .textarea .dropdown .highlight label, .template-popup .textarea .dropdown .highlight label {
      color: #333;
      background-color: #f8f8f8; }
    .inner-content-scroll .contenteditable .dropdown, .inner-content-scroll .library-panel .panel-template .textarea .dropdown, .library-panel .panel-template .inner-content-scroll .textarea .dropdown, .inner-content-scroll .template-popup .textarea .dropdown, .template-popup .inner-content-scroll .textarea .dropdown {
      position: fixed;
      top: auto;
      right: auto;
      bottom: auto; }
  .contenteditable em, .library-panel .panel-template .textarea em, .template-popup .textarea em {
    display: inline-block;
    min-width: 28px;
    min-height: 28px;
    padding: 0 12px;
    margin: 1px 0;
    font-style: normal;
    line-height: 26px;
    text-align: left;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    vertical-align: top; }
    .contenteditable em:empty, .library-panel .panel-template .textarea em:empty, .template-popup .textarea em:empty {
      text-align: center;
      border-color: #ee1752; }
    @media (hover: hover) {
      .contenteditable em:hover, .library-panel .panel-template .textarea em:hover, .template-popup .textarea em:hover {
        border-color: #1a73e8; } }
    .contenteditable em:focus, .library-panel .panel-template .textarea em:focus, .template-popup .textarea em:focus {
      border-color: #1a73e8; }
  .contenteditable div[contenteditable="true"], .library-panel .panel-template .textarea div[contenteditable="true"], .template-popup .textarea div[contenteditable="true"] {
    display: inline; }
  .contenteditable i, .library-panel .panel-template .textarea i, .template-popup .textarea i {
    font-style: normal; }
  .contenteditable + .input-note, .library-panel .panel-template .textarea + .input-note, .template-popup .textarea + .input-note {
    float: none;
    width: 100%;
    padding: 0 0 18px;
    margin: 0;
    font: 12px/24px "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    color: #999;
    cursor: default; }
    .contenteditable + .input-note .tooltip, .library-panel .panel-template .textarea + .input-note .tooltip, .template-popup .textarea + .input-note .tooltip {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 2px 4px;
      vertical-align: top; }
      .contenteditable + .input-note .tooltip svg, .library-panel .panel-template .textarea + .input-note .tooltip svg, .template-popup .textarea + .input-note .tooltip svg {
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .contenteditable + .input-note .tooltip:hover svg, .library-panel .panel-template .textarea + .input-note .tooltip:hover svg, .template-popup .textarea + .input-note .tooltip:hover svg {
          fill: #333; } }
    .contenteditable + .input-note b, .library-panel .panel-template .textarea + .input-note b, .template-popup .textarea + .input-note b {
      font-weight: normal; }
  .contenteditable[data-label], .library-panel .panel-template .textarea[data-label], .template-popup .textarea[data-label] {
    cursor: default; }
    .contenteditable[data-label]::after, .library-panel .panel-template .textarea[data-label]::after, .template-popup .textarea[data-label]::after {
      display: inline-block;
      height: 20px;
      padding: 1px 8px;
      margin: 5px 0 0 8px;
      font-size: 10px;
      line-height: 18px;
      color: white;
      background-color: #999;
      border-radius: 2px;
      content: attr(data-label);
      vertical-align: top; }

.data-update.anim {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%; }

.template-popup {
  position: absolute;
  top: 108px;
  left: 300px;
  z-index: 35;
  width: 624px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .template-popup.display {
    opacity: 1;
    pointer-events: auto; }
  .template-popup::before {
    position: absolute;
    top: -10000px;
    right: -2000px;
    bottom: -10000px;
    left: -400px;
    background-color: rgba(0, 0, 0, 0.5);
    content: ''; }
  .template-popup .close {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 10;
    width: 24px;
    height: 24px; }
    .template-popup .close svg {
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .template-popup .close:hover svg {
        fill: #333; } }
  .template-popup h3, .template-popup .h3 {
    margin-bottom: 33px; }
  .template-popup .item {
    position: relative;
    width: 100%;
    padding: 36px;
    background-color: white;
    border-radius: 9px; }
    .template-popup .item::after {
      border: 2px solid #ee1752;
      border-radius: 9px;
      opacity: 0;
      transition: opacity 0.3s ease;
      content: '';
      pointer-events: none; }
    .template-popup .item.error::after {
      opacity: 1; }
  .template-popup .textarea {
    float: none;
    width: 100%;
    margin: 0 0 33px; }
    .template-popup .textarea i {
      font-weight: 600;
      font-style: normal;
      color: #ee1752; }
    .template-popup .textarea em {
      display: inline !important;
      padding: 0 !important;
      font-weight: normal !important;
      font-style: normal !important;
      color: #333 !important;
      background: none !important;
      cursor: text !important; }
  .template-popup .input-note {
    padding: 0 !important; }
  .template-popup .title {
    display: flex;
    margin-bottom: 33px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1a73e8;
    flex-wrap: wrap; }
    .template-popup .title li {
      padding-right: 24px; }
    .template-popup .title a {
      position: relative;
      display: block;
      color: #999; }
      .template-popup .title a:after {
        position: absolute;
        top: 0;
        right: -16px;
        width: 8px;
        height: 24px;
        background: url(../images/crumbs.svg) no-repeat 50% 50%/contain;
        transition: 0.3s ease;
        content: "";
        pointer-events: none;
        transition-property: opacity; }
      @media (hover: hover) {
        .template-popup .title a:hover {
          color: #333; }
          .template-popup .title a:hover:after {
            opacity: 1;
            transform: scale(-1, 1); } }
  .template-popup .form-controls {
    transition: transform 0.3s ease;
    transform: translateY(200%); }
    .template-popup .form-controls.display {
      transform: none; }

.stepper {
  position: relative;
  width: 100%;
  counter-reset: counter; }
  .stepper.loading .step.display + .step header .icon {
    opacity: 1; }
    .stepper.loading .step.display + .step header .icon svg {
      animation: spin 1s linear infinite; }
  .stepper .step {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FAFAFA;
    transition: background-color 0.3s ease;
    border-top: 1px solid #E1E1E1;
    counter-increment: counter; }
    .stepper .step:last-child {
      border-radius: 0 0 9px 9px; }
    .stepper .step.display, .stepper .step.edit {
      background-color: white; }
      .stepper .step.display header::before, .stepper .step.edit header::before {
        color: transparent;
        background-color: #1a73e8;
        border-color: #1a73e8; }
      .stepper .step.display header .pen, .stepper .step.edit header .pen {
        fill: white; }
      .stepper .step.display header strong, .stepper .step.edit header strong {
        color: #333; }
      .stepper .step.display .expanded, .stepper .step.edit .expanded {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        pointer-events: auto; }
      .stepper .step.display .form-controls.display, .stepper .step.edit .form-controls.display {
        transform: none;
        pointer-events: auto; }
      .stepper .step.display ~ .step.display .form-controls, .stepper .step.edit ~ .step.display .form-controls {
        opacity: 0;
        pointer-events: none; }
    .stepper .step.opening {
      background-color: white; }
      .stepper .step.opening header::before {
        color: transparent;
        background-color: #1a73e8;
        border-color: #1a73e8; }
      .stepper .step.opening header .pen {
        fill: white; }
      .stepper .step.opening header strong {
        color: #333; }
    .stepper .step.done header {
      cursor: pointer; }
      .stepper .step.done header::before {
        color: transparent;
        background-color: rgba(26, 115, 232, 0.3);
        border-color: transparent; }
      .stepper .step.done header strong {
        color: #333; }
      .stepper .step.done header .check {
        fill: #1a73e8; }
      .stepper .step.done header mark {
        opacity: 1; }
    .stepper .step.edit header mark {
      opacity: 1; }
    .stepper .step.leaving {
      background-color: #FAFAFA; }
      .stepper .step.leaving.edit {
        background-color: white; }
      .stepper .step.leaving header {
        cursor: pointer; }
        .stepper .step.leaving header::before {
          color: #999;
          background-color: #E7E7E7;
          border-color: #DADADA; }
        .stepper .step.leaving header > svg {
          fill: transparent !important; }
    .stepper .step.click header {
      cursor: pointer; }
      @media (hover: hover) {
        .stepper .step.click header:hover::before {
          color: #1a73e8;
          background-color: rgba(26, 115, 232, 0.3);
          border-color: transparent; }
        .stepper .step.click header:hover strong {
          color: #333; } }
  .stepper header {
    position: relative;
    display: flex;
    width: 100%;
    height: 72px;
    padding: 24px 36px 24px 77px;
    cursor: default;
    flex-wrap: wrap; }
    .stepper header::before {
      position: absolute;
      top: calc(50% - 12px);
      left: 36px;
      width: 24px;
      height: 24px;
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      color: #999;
      background-color: #E7E7E7;
      border: 1px solid #DADADA;
      border-radius: 50%;
      transition: 0.3s ease;
      content: counter(counter);
      transition-property: color, background-color, border-color; }
    .stepper header strong {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #999;
      transition: color 0.3s ease; }
    .stepper header > svg {
      position: absolute;
      top: 50%;
      left: 39px;
      z-index: 10;
      width: 18px;
      height: 18px;
      transform: translateY(-50%);
      fill: transparent; }
      .stepper header > svg.pen {
        left: 40px;
        width: 16px;
        height: 16px; }
    .stepper header mark {
      display: inline-block;
      height: 24px;
      padding: 0 10px;
      margin-left: 12px;
      font-size: 10px;
      font-weight: 400;
      line-height: 24px;
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3);
      border-radius: 3px;
      opacity: 0;
      transition: opacity 0.3s ease;
      vertical-align: top; }
      .stepper header mark.display {
        opacity: 1; }
    .stepper header .icon {
      position: absolute;
      top: 50%;
      right: 36px;
      width: 24px;
      height: 24px;
      opacity: 0;
      transition: opacity 0.3s ease;
      transform: translateY(-50%); }
      .stepper header .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #1a73e8; }
  .stepper .expanded {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    opacity: 0;
    pointer-events: none; }
    .stepper .expanded::before {
      position: absolute;
      right: 24px;
      left: 0;
      z-index: 10;
      content: ''; }
    .stepper .expanded::before {
      top: 0;
      height: 12px;
      background: -moz-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, white 0%, white 1%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); }
    .stepper .expanded .holder {
      max-height: 408px;
      padding: 12px 36px;
      overflow-y: auto; }
  .stepper .form-controls {
    transition: transform 0.3s ease;
    transform: translateY(200%);
    pointer-events: none; }
  .stepper .controller {
    display: block;
    padding-left: 41px;
    margin-bottom: 24px; }
    .stepper .controller.archive {
      color: #ee1752; }

.type-controls {
  display: grid;
  width: 100%;
  padding: 0 12px 36px;
  column-gap: 24px;
  grid-template-columns: repeat(2, 1fr); }
  .type-controls .button {
    padding: 0 24px;
    margin: 0;
    text-align: center; }

.stepper-icon.disabled {
  pointer-events: none !important; }

.site-items {
  position: relative;
  padding: 2px 12px 23px;
  margin-bottom: -1px; }
  .site-items.archive {
    padding: 0 35px;
    margin: -8px -23px 0;
    background-color: #FAFAFA;
    border-radius: 0 0 9px 9px;
    border-top: 1px solid #dcdcdc; }
    .site-items.archive .remove-site {
      display: none; }
    .site-items.archive .correction {
      pointer-events: none; }
    .site-items.archive .back-active {
      display: block !important; }
    .site-items.archive .title {
      font-size: 0;
      line-height: 0;
      color: #999; }
      .site-items.archive .title::before {
        font-size: 14px;
        line-height: 24px;
        content: attr(data-close); }
  .site-items.empty {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    opacity: 0;
    pointer-events: none; }
  .site-items.empty + .noteBox {
      margin-top: -5px; }
  .site-items .exp {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    padding: 35px 0 31px;
    opacity: 0;
    pointer-events: none; }
    .site-items .exp .help-informer {
      margin-top: 24px; }
  .site-items .exp-close {
    position: absolute;
    right: 0;
    bottom: 29px;
    width: 24px;
    height: 24px;
    transform: rotate(-180deg); }
    .site-items .exp-close svg {
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .site-items .exp-close:hover svg {
        fill: #333; } }
  .site-items.display .exp {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto; }
  .site-items + .noteBox {
    margin-top: -23px; }
  .site-items ~ .noteBox {
    margin-bottom: 12px; }
    .site-items ~ .noteBox svg {
      top: 18px;
      left: 18px; }
    .site-items ~ .noteBox:last-of-type {
      margin-bottom: 35px; }

.archive-count {
  position: relative;
  height: 82px;
  padding: 29px 35px;
  margin: 0 -35px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: color 0.3s ease;
  cursor: pointer; }
  .archive-count svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 47px;
    width: 24px;
    height: 24px;
    fill: #999; }
  @media (hover: hover) {
    .archive-count:hover {
      color: #333; }
      .archive-count:hover svg {
        fill: #333; } }

.site-item {
  position: relative;
  padding: 17px;
  margin-bottom: 12px;
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .site-item::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #1a73e8;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(26, 115, 232, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    pointer-events: none;
    transition-property: opacity, border-color, box-shadow; }
  .site-item > .correction {
    z-index: 1;
    border-radius: 4px; }
    .site-item > .correction svg {
      position: absolute;
      top: 17px;
      right: 17px;
      display: none;
      width: 24px;
      height: 24px;
      fill: #999; }
  .site-item .control-icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 23px;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity; }
    .site-item .control-icon svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #ccc; }
    @media (hover: hover) {
      .site-item .control-icon:hover svg {
        fill: #333; } }
    .site-item .control-icon.back-active {
      display: none; }
  .site-item .label {
    position: absolute;
    top: -27px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    pointer-events: none; }
    .site-item .label i {
      font-style: normal; }
  .site-item .number {
    left: -1px; }
  .site-item .position {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 36px 18px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    gap: 6px; }
    .site-item .position i {
      font-weight: normal;
      font-style: normal; }
    .site-item .position span {
      display: block; }
    .site-item .position mark {
      margin: 0; }
    .site-item .position b {
      font-weight: 600; }
  .site-item .title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333; }
    .site-item .title span {
      color: #ee1752; }
  .site-item mark {
    display: inline-block !important;
    height: 18px;
    padding: 0 6px;
    margin: 3px 0 0 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    white-space: nowrap;
    border-radius: 3px;
    vertical-align: top; }
    .site-item mark.green {
      color: #1fae1f !important;
      background-color: rgba(31, 174, 31, 0.3); }
    .site-item mark.red {
      color: #f33 !important;
      background-color: rgba(255, 51, 51, 0.3); }
    .site-item mark.color-05 {
      color: white;
      background-color: #ee1752; }
    .site-item mark.blue {
      color: #1a73e8 !important;
      background-color: rgba(26, 115, 232, 0.3); }
  .site-item .action {
    top: 17px !important;
    right: 17px !important;
    z-index: 5; }
    .site-item .action .noteBox {
      min-width: 220px; }
  @media (hover: hover) {
    .site-item:hover .control-icon {
      opacity: 1;
      pointer-events: auto; } }
  .tablet .site-item .control-icon {
    opacity: 1;
    pointer-events: auto; }
  .site-item.edit::after {
    opacity: 1; }
  .site-item.deleting {
    display: none !important; }
  .site-item.error::after {
    border-color: #ee1752;
    box-shadow: 0 0 4px rgba(238, 23, 82, 0.4);
    opacity: 1; }
  .site-item.archive > .correction svg {
    display: block; }
  @media (hover: hover) {
    .site-item.archive > .correction:hover svg {
      fill: #333; } }
  .site-item.archive .action {
    display: none !important; }
  .site-item.archive .cellInfo {
    display: none; }
  .site-item.archive .input-note {
    display: flex !important; }
  .site-item:has(.action.display) {
    z-index: 10; }
  .site-item .input-note {
    display: none;
    align-items: center;
    padding: 0 !important;
    margin: -2px 0 !important;
    color: rgba(0, 0, 0, 0.4) !important;
    gap: 6px; }
    .site-item .input-note > * {
      margin: 0 !important; }
    .site-item .input-note span {
      float: none !important;
      color: #333 !important; }

.cellInfo {
  display: grid;
  align-items: flex-start;
  padding-top: 11px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px; }
  .cellInfo .cell {
    position: relative;
    padding: 13px 15px;
    border: 1px dotted #ccc;
    border-radius: 4px; }
    .cellInfo .cell::before {
      position: absolute;
      top: -12px;
      left: 10px;
      padding: 0 6px;
      font-size: 12px;
      line-height: 18px;
      color: #999;
      background-color: #FAFAFA;
      content: attr(data-title); }
    .cellInfo .cell p {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      color: #333; }

.tempOpacity {
  opacity: .3 !important;
  pointer-events: none; }
  .tempOpacity * {
    pointer-events: none !important; }

.help-informer {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  cursor: default; }
  .help-informer svg {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    fill: #ccc; }

.colors-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px; }
  .colors-controls .controller {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer; }
    .colors-controls .controller.checked {
      pointer-events: none; }
  .colors-controls .icheck-item {
    opacity: 0;
    visibility: hidden; }
  .colors-controls svg {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    filter: none; }

.default-template {
  display: none; }

#history-chart {
  display: block;
  margin: 0;
  background-color: white; }

.full-white {
  position: relative;
  float: left;
  width: calc(100% + 70px);
  padding: 29px 35px 0;
  margin: 0 -35px 41px;
  background-color: white;
  border: solid #E1E1E1;
  border-width: 1px 0; }
  .full-white strong {
    display: block;
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .full-white textarea {
    min-height: 57px;
    padding: 0 0 27px;
    font-size: 16px;
    line-height: 30px; }

.date-tabs {
  position: absolute;
  top: -6px;
  right: 0;
  display: grid;
  opacity: 0;
  transition: opacity 0.3s ease;
  column-gap: 6px;
  grid-template-columns: repeat(2, 84px);
  flex-wrap: wrap;
  pointer-events: none; }
  .checked .date-tabs {
    opacity: 1;
    pointer-events: all; }
  .date-tabs a {
    position: relative;
    width: 84px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #666;
    background-color: #EAEAEA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: none; }
    .date-tabs a::before, .date-tabs a::after {
      position: absolute;
      top: 100%;
      left: 50%;
      opacity: 0;
      transform: translateX(-50%);
      content: '';
      pointer-events: none; }
    .date-tabs a::before {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 9px solid #1767d1; }
    .date-tabs a::after {
      width: 0;
      height: 0;
      margin-top: -2px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 9px solid #1a73e8; }
    .date-tabs a p {
      margin: 0; }
    .date-tabs a.active {
      color: white;
      background-color: #1a73e8;
      filter: drop-shadow(0 1px 4px rgba(26, 115, 232, 0.4)); }
      .date-tabs a.active.to + .remove-range {
        opacity: 1;
        pointer-events: all; }
    .date-tabs a.selected::before, .date-tabs a.selected::after {
      opacity: 1; }
  .date-tabs .remove-range {
    position: absolute;
    top: calc(50% - 9px);
    right: -24px;
    z-index: 10;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin: 0;
    background-color: #ee1752;
    border-radius: 50%;
    opacity: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    pointer-events: none; }
    .date-tabs .remove-range svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }

.code {
  display: flex;
  justify-content: space-between;
  width: 264px;
  height: 48px;
  margin-bottom: 36px; }
  .code .input {
    position: relative;
    width: 48px;
    height: 48px; }

.login-form .inset {
  height: 276px;
  padding: 36px 36px 30px;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 8px; }
  .login-form .inset p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
    .login-form .inset p a {
      color: black;
      border-bottom: 1px solid; }
      @media (hover: hover) {
        .login-form .inset p a:hover {
          color: #1a73e8; } }

.login-form .code {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px; }
  .login-form .code img {
    display: block; }

.login-form .sent {
  position: absolute;
  top: 68px;
  right: 0;
  left: 0;
  z-index: 30;
  height: 276px;
  background-color: white;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .login-form .sent > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    transform: translate(-50%, -50%); }
  .login-form .sent p {
    position: absolute;
    right: 0;
    bottom: 28px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .login-form .sent .close {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 18px;
    height: 18px; }
    .login-form .sent .close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }

.login-form .success .middle {
  opacity: 0;
  pointer-events: none; }

.login-form .success .sent {
  opacity: 1;
  pointer-events: all; }

.tag-cloud {
  display: grid;
  float: left;
  width: 100%;
  padding-bottom: 24px;
  grid-template-columns: repeat(1, 1fr); }
  .tag-cloud .two-column-list {
    padding: 0 12px;
    columns: 2;
    column-gap: 24px; }
  .tag-cloud .controller {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 0 !important; }
  .tag-cloud footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px; }
  .tag-cloud .noteGridStyle {
    align-items: center;
    width: auto;
    padding: 0 !important;
    margin: 0;
    gap: 0 4px; }
  .tag-cloud .showMoreLink {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .tag-cloud.showOnlyChecked .controller.invisible {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .tag-cloud.showOnlyChecked .showMoreLink {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .tag-cloud.margins {
    margin-bottom: -24px; }
    .tag-cloud.margins .two-column-list {
      padding: 0; }
  .tempStyles .tag-cloud .controller {
    padding-bottom: 0;
    margin-bottom: 24px !important; }

.showMoreLink {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  gap: 4px; }
  .showMoreLink span {
    white-space: nowrap;
    border-bottom: 1px solid; }
  .showMoreLink svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #999; }
  @media (hover: hover) {
    .showMoreLink:hover svg {
      fill: #333; } }

.providerSearchFilter {
  display: grid;
  overflow: hidden;
  background-color: white;
  grid-template-rows: 72px 1fr; }
  .providerSearchFilter > * {
    min-height: 0; }
  .providerSearchFilter .holder {
    padding: 24px 48px;
    overflow-x: hidden;
    overflow-y: auto; }
    .providerSearchFilter .holder:empty + .empty {
      display: block; }
  .providerSearchFilter .header {
    padding: 0 48px; }
  .providerSearchFilter .empty {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
    padding: 0 48px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
    background-color: white;
    transform: translateY(-50%);
    pointer-events: none; }
    .providerSearchFilter .empty svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 10px;
      fill: #ccc; }
    .providerSearchFilter .empty.display {
      display: block; }
  .providerSearchFilter .hidden {
    display: none; }
  .providerSearchFilter .controller:has(.level-name) {
    display: flex;
    align-items: center;
    gap: 24px; }
    .providerSearchFilter .controller:has(.level-name)::after {
      display: none; }
    .providerSearchFilter .controller:has(.level-name) .name {
      flex: 1; }
    .providerSearchFilter .controller:has(.level-name).checked .level-name {
      color: #1a73e8; }
  .providerSearchFilter .level-name {
    position: relative;
    top: auto;
    right: auto;
    display: block !important;
    width: 84px;
    font-family: "Inter", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal;
    color: #ccc; }
  .providerSearchFilter.preview .controller {
    padding-left: 0;
    pointer-events: none; }
    .providerSearchFilter.preview .controller.checked {
      color: #666; }
      .providerSearchFilter.preview .controller.checked svg {
        opacity: 0; }
      .providerSearchFilter.preview .controller.checked .level-name {
        color: #ccc; }
  .providerSearchFilter.preview footer,
  .providerSearchFilter.preview .icheck-item {
    display: none; }
  .providerSearchFilter:has(> footer) .holder {
    padding-bottom: 36px; }
  .providerSearchFilter footer {
    display: grid;
    width: 100%;
    padding: 0 48px 36px;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    .providerSearchFilter footer > * {
      width: auto;
      padding: 0 24px;
      margin: 0; }
  .providerSearchFilter:has(> .submit) {
    width: 480px; }
    .providerSearchFilter:has(> .submit) .holder {
      padding-bottom: 120px; }
  .providerSearchFilter .submit {
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 20;
    min-width: 170px;
    padding: 0 48px;
    border-radius: 24px;
    transform: translateX(-50%); }

.dateFilterList {
  background-color: #FAFAFA; }
  .dateFilterList .datepickerHolder {
    padding: 24px 48px;
    background-color: white;
    border-bottom: 1px solid #E1E1E1; }
    .dateFilterList .datepickerHolder h3 {
      margin: 0 0 24px;
      font-size: 18px;
      line-height: 24px; }
  .dateFilterList .holder {
    padding: 24px 48px 48px; }
  .dateFilterList .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    line-height: 24px;
    color: #999; }
    .dateFilterList .header strong {
      font-size: 14px;
      font-weight: 600; }
    .dateFilterList .header div {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      line-height: 18px; }
    .dateFilterList .header span {
      padding: 0 12px;
      border-left: 1px solid #E1E1E1; }
      .dateFilterList .header span:first-child {
        border: 0; }
      .dateFilterList .header span:last-child {
        padding-right: 0; }
  .dateFilterList .dateGrid {
    display: grid;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    row-gap: 12px;
    grid-template-columns: 1fr auto auto; }
    .dateFilterList .dateGrid .date {
      position: relative;
      display: grid;
      align-items: center;
      color: #999;
      transition: color 0.3s ease;
      cursor: pointer;
      grid-template-columns: auto 1fr; }
      .dateFilterList .dateGrid .date span {
        padding-right: 6px; }
      .dateFilterList .dateGrid .date::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 304px;
        content: ''; }
      .dateFilterList .dateGrid .date::after {
        content: '';
        border-bottom: 1px dotted #C4C4C4; }
      .dateFilterList .dateGrid .date.selected {
        font-weight: 500;
        color: #333; }
      .dateFilterList .dateGrid .date.empty {
        font-weight: 400;
        color: #ccc;
        pointer-events: none; }
      @media (hover: hover) {
        .dateFilterList .dateGrid .date:hover {
          color: #333; } }
    .dateFilterList .dateGrid .count {
      padding: 0 12px 0 24px; }
      .dateFilterList .dateGrid .count + .count {
        padding: 0 0 0 12px;
        text-align: right;
        border-left: 1px solid #E1E1E1; }
      .dateFilterList .dateGrid .count.red {
        font-weight: 500;
        color: #ee1752; }
      .dateFilterList .dateGrid .count.empty {
        font-weight: 400;
        color: #ccc;
        pointer-events: none; }
  .dateFilterList.loading .holder {
    opacity: 0.3; }

.tableMenuList {
  padding: 24px; }
  .tableMenuList .noteBox {
    margin: 24px 24px 12px; }
    .tableMenuList .noteBox svg {
      top: 12px;
      left: 12px;
      width: 18px;
      height: 18px; }
  .tableMenuList .dropdown {
    width: 100%;
    min-width: 0; }
    .tableMenuList .dropdown .title {
      display: flex;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 18px;
      border: 0;
      border: 0;
      cursor: default;
      gap: 6px; }
      .tableMenuList .dropdown .title::after, .tableMenuList .dropdown .title::before {
        display: none; }
      .tableMenuList .dropdown .title.red {
        color: #ee1752; }
      .tableMenuList .dropdown .title mark {
        height: 20px;
        padding: 0 6px;
        margin: 0;
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
        border-radius: 3px; }
        .tableMenuList .dropdown .title mark.color-01_tr {
          color: #E79D00;
          background-color: rgba(255, 174, 0, 0.3); }
        .tableMenuList .dropdown .title mark.color-02_tr {
          color: #1fae1f;
          background-color: rgba(31, 174, 31, 0.3); }
        .tableMenuList .dropdown .title mark.color-03_tr {
          color: #AD00FF;
          background-color: rgba(173, 0, 255, 0.3); }
        .tableMenuList .dropdown .title mark.color-05_tr {
          color: #EE1752;
          background-color: rgba(238, 23, 82, 0.3); }
        .tableMenuList .dropdown .title mark.color-08_tr {
          color: #1a73e8;
          background-color: rgba(26, 115, 232, 0.3); }
        .tableMenuList .dropdown .title mark.color-09_tr {
          color: #999;
          background-color: rgba(153, 153, 153, 0.3); }
        .tableMenuList .dropdown .title mark.color-10_tr {
          color: #676F37;
          background-color: rgba(103, 111, 55, 0.3); }
    .tableMenuList .dropdown .tooltip.icon {
      pointer-events: all; }
    .tableMenuList .dropdown .remark {
      padding: 12px 48px 24px;
      margin: 0 -24px 11px;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #212121;
      border-bottom: 1px solid #E1E1E1; }
      .tableMenuList .dropdown .remark p {
        margin: 0 0 12px; }
        .tableMenuList .dropdown .remark p:last-child {
          margin: 0; }
      .tableMenuList .dropdown .remark span {
        font-size: 12px;
        color: #999; }
    .tableMenuList .dropdown .radio-tabs {
      padding: 12px 24px;
      margin: 0;
      gap: 6px;
      grid-template-columns: repeat(2, 1fr); }
      .tableMenuList .dropdown .radio-tabs .controller {
        display: block;
        height: 36px;
        padding: 5px 12px !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #666;
        border: 1px solid rgba(0, 0, 0, 0.1);
        gap: 6px; }
        .tableMenuList .dropdown .radio-tabs .controller.checked {
          padding: 4px 11px !important;
          color: #333;
          border: 2px solid #1a73e8; }
          .tableMenuList .dropdown .radio-tabs .controller.checked svg {
            display: inline-block; }
        .tableMenuList .dropdown .radio-tabs .controller svg {
          top: auto;
          right: auto;
          left: auto;
          width: 18px;
          min-width: 18px;
          height: 18px;
          margin: 3px 2px 0 0;
          vertical-align: top; }
      .tableMenuList .dropdown .radio-tabs.disabled {
        opacity: 0.3;
        pointer-events: none; }
        .tableMenuList .dropdown .radio-tabs.disabled * {
          pointer-events: none !important; }
      .tableMenuList .dropdown .radio-tabs + ul:has(.delimiter:first-child) {
        padding-top: 9px; }
      .tableMenuList .dropdown .radio-tabs + .noteBox {
        margin-top: 0; }
    .tableMenuList .dropdown .trigger-add {
      left: -9999px;
      width: calc(100% + 48px) !important;
      padding: 0 48px;
      margin: 0 -24px;
      margin-bottom: 11px;
      overflow: hidden;
      border-bottom: 1px solid #ebebeb; }
      .tableMenuList .dropdown .trigger-add .controller {
        display: flex;
        align-items: center;
        padding: 0 0 0 48px;
        margin: 12px 0 24px;
        gap: 3px; }
        .tableMenuList .dropdown .trigger-add .controller .icheck-item {
          pointer-events: none; }
        .tableMenuList .dropdown .trigger-add .controller > svg {
          top: 2px;
          left: 2px;
          width: 20px;
          height: 20px; }
        .tableMenuList .dropdown .trigger-add .controller.checked {
          padding: 0 0 0 48px !important; }
        .tableMenuList .dropdown .trigger-add .controller .tooltip {
          width: 18px;
          height: 18px;
          padding: 0;
          margin: 0; }
          .tableMenuList .dropdown .trigger-add .controller .tooltip svg {
            position: static;
            fill: #ccc; }
          @media (hover: hover) {
            .tableMenuList .dropdown .trigger-add .controller .tooltip:hover svg {
              fill: #333; } }
    .tableMenuList .dropdown header {
      padding: 24px 24px 0;
      margin: -24px -24px 11px;
      background-color: #F5F5F5;
      cursor: default;
      border-bottom: 1px solid #E1E1E1; }
      .tableMenuList .dropdown header::before {
        display: none; }
      .tableMenuList .dropdown header .controller-list {
        padding: 12px 0 24px;
        margin: 0;
        background-color: transparent;
        border-bottom: 0; }
      .tableMenuList .dropdown header .noteBox {
        margin-bottom: 24px; }
      .tableMenuList .dropdown header .hidden {
        position: absolute;
        top: -9999px;
        left: -9999px;
        width: 100%; }
    .tableMenuList .dropdown .menuText {
      padding: 12px 48px 24px;
      margin: 0 -24px 11px;
      font-size: 14px;
      line-height: 24px;
      color: #212121;
      border-bottom: 1px solid #E1E1E1; }
      .tableMenuList .dropdown .menuText h4 {
        font-size: 16px;
        font-weight: 500; }
      .tableMenuList .dropdown .menuText p {
        margin: 12px 0 0; }
        .tableMenuList .dropdown .menuText p:first-child {
          margin: 0; }
    .tableMenuList .dropdown a:not(.icon) {
      padding-left: 66px; }
    .tableMenuList .dropdown .additional {
      position: relative;
      padding: 13px 0 12px; }
      .tableMenuList .dropdown .additional::before {
        position: absolute;
        top: 0;
        right: 24px;
        left: 24px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ''; }
      .tableMenuList .dropdown .additional .active .processedState {
        color: #212121; }
        .tableMenuList .dropdown .additional .active .processedState svg {
          fill: #00A995; }
      .tableMenuList .dropdown .additional li:has(.tooltip) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 24px;
        gap: 12px; }
        .tableMenuList .dropdown .additional li:has(.tooltip) a {
          padding-right: 0; }
        .tableMenuList .dropdown .additional li:has(.tooltip) .tooltip {
          display: block;
          width: 24px;
          min-width: 24px;
          height: 24px;
          padding: 0;
          pointer-events: all; }
          .tableMenuList .dropdown .additional li:has(.tooltip) .tooltip svg {
            position: static;
            display: block;
            width: 100%;
            height: 100%;
            fill: #ccc; }
          @media (hover: hover) {
            .tableMenuList .dropdown .additional li:has(.tooltip) .tooltip:hover svg {
              fill: #333; } }
  .tableMenuList .internal {
    display: grid;
    width: auto;
    margin: 12px 24px;
    background-color: transparent;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px; }
    .tableMenuList .internal::before {
      display: none; }
    .tableMenuList .internal a:not(.icon) {
      display: block;
      height: 36px;
      padding: 5px 12px;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      color: #666;
      background-color: #EAEAEA;
      border: 1px solid rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
      transition-property: color, background-color; }
      .tableMenuList .internal a:not(.icon)::after {
        display: none; }
      .tableMenuList .internal a:not(.icon).active {
        padding: 4px 11px;
        color: #333;
        background-color: white;
        border: 2px solid #1a73e8;
        box-shadow: none; }
    .tableMenuList .internal.disabled {
      opacity: 0.3;
      pointer-events: none; }
      .tableMenuList .internal.disabled * {
        pointer-events: none !important; }
  .tableMenuList:has(.dropdown, .content-scroll) {
    display: grid;
    padding-bottom: 0;
    gap: 6px;
    grid-template-rows: auto 1fr; }
    .tableMenuList:has(.dropdown, .content-scroll) .remark {
      padding-bottom: 18px;
      margin-bottom: 0;
      border: 0; }
  .tableMenuList:has(.content-scroll:only-child) {
    padding-top: 0;
    gap: 0;
    grid-template-rows: repeat(1, 1fr); }
    .tableMenuList:has(.content-scroll:only-child) .content-scroll {
      height: 100%;
      padding-top: 48px;
      padding-right: 12px; }
  .tableMenuList .content-scroll {
    width: calc(100% + 48px);
    padding: 18px 0 48px 48px;
    margin: 0 -24px;
    background-color: white;
    border-top: 1px solid #ebebeb; }
    .tableMenuList .content-scroll::-webkit-scrollbar-thumb {
      background-color: #1a73e8;
      border-color: white; }
  body:has(.panelExt.display) .tableMenuList {
    box-shadow: none; }

.panelExt {
  position: fixed;
  top: 0;
  right: 400px;
  bottom: 0;
  z-index: 90;
  width: 400px;
  padding: 24px 36px;
  overflow-y: auto;
  background-color: white;
  transition: transform 0.3s ease;
  transform: translateX(201%);
  border-right: 1px solid #E1E1E1; }
  .panelExt.display {
    transform: none; }
  .panelExt:has(.versionList) {
    padding: 0;
    overflow: hidden; }
  .panelExt .versionList {
    float: none;
    width: 100%;
    padding: 24px 36px 24px 22px;
    margin: 0; }
    @media (hover: hover) {
      .panelExt .versionList::-webkit-scrollbar-thumb {
        border: 6px solid white; }
      .panelExt .versionList:hover {
        scrollbar-track-color: white; }
        .panelExt .versionList:hover::-webkit-scrollbar-thumb {
          background-color: #1a73e8; } }
    .panelExt .versionList h3 {
      padding-left: 14px;
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 24px;
      color: #1a73e8; }
    .panelExt .versionList > ul {
      width: 100%;
      max-width: 100%; }
      .panelExt .versionList > ul > li {
        padding-right: 0;
        padding-bottom: 6px; }
        .panelExt .versionList > ul > li::before {
          top: 23px !important;
          bottom: -11px;
          height: auto; }
        .panelExt .versionList > ul > li svg {
          display: none; }
        .panelExt .versionList > ul > li > a {
          pointer-events: none; }
          .panelExt .versionList > ul > li > a > span {
            max-width: 100%;
            white-space: normal;
            text-overflow: clip; }
            .panelExt .versionList > ul > li > a > span i {
              font-style: normal; }
        .panelExt .versionList > ul > li.lineStyle > a {
          padding-top: 16px;
          padding-bottom: 16px; }
          .panelExt .versionList > ul > li.lineStyle > a::before {
            display: block;
            width: 306px;
            height: 2px;
            content: ''; }
          .panelExt .versionList > ul > li.lineStyle > a.color-01::before {
            background-color: #ffae00; }
          .panelExt .versionList > ul > li.lineStyle > a.color-02::before {
            background-color: #1fae1f; }
          .panelExt .versionList > ul > li.lineStyle > a.color-03::before {
            background-color: #ad00ff; }
          .panelExt .versionList > ul > li.lineStyle > a.color-04::before {
            background-color: #00a995; }
          .panelExt .versionList > ul > li.lineStyle > a.color-05::before {
            background-color: #f33; }
          .panelExt .versionList > ul > li.lineStyle > a.color-06::before {
            background-color: #ccc; }
          .panelExt .versionList > ul > li.lineStyle > a.color-07::before {
            background-color: #000; }
          .panelExt .versionList > ul > li.lineStyle > a.color-08::before {
            background-color: #1a73e8; }
          .panelExt .versionList > ul > li.lineStyle > a.color-09::before {
            background-color: #999; }
          .panelExt .versionList > ul > li.lineStyle > a.color-10::before {
            background-color: #f1f0f0; }
          .panelExt .versionList > ul > li.lineStyle > a.color-11::before {
            background-color: #903AAE; }
          .panelExt .versionList > ul > li.lineStyle > a.color-12::before {
            background-color: #DADADA; }
  .panelExt > h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #1a73e8; }
  .panelExt .controller-list {
    padding: 0; }
    .panelExt .controller-list .controller {
      display: flex;
      align-items: center;
      padding-left: 42px;
      gap: 4px; }
      .panelExt .controller-list .controller .tooltip {
        width: 18px;
        height: 18px;
        margin: 0; }
      .panelExt .controller-list .controller.inactive {
        color: #ee1752; }
        .panelExt .controller-list .controller.inactive .tooltip svg {
          fill: #ee1752; }

.newDisplay {
  width: 400px;
  border: 0; }
  .newDisplay h3 {
    color: #1a73e8; }
    .newDisplay h3 .tooltip {
      width: 18px;
      height: 18px;
      margin: 3px 0 0 6px; }
      .newDisplay h3 .tooltip svg {
        display: block;
        width: 100%;
        height: 100%; }

.iconButtonAfterTitle {
  position: absolute;
  top: 24px;
  right: 35px;
  width: 24px;
  height: 24px; }
  .iconButtonAfterTitle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #999; }
  @media (hover: hover) {
    .iconButtonAfterTitle:hover svg {
      fill: black; } }

.noteBox {
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  margin-bottom: 36px;
  font-size: 12px;
  line-height: 20px;
  color: #1a73e8;
  background-color: rgba(26, 115, 232, 0.3);
  border-radius: 4px;
  cursor: default; }
  .noteBox svg {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    fill: #1a73e8; }
  .noteBox.redStyle {
    color: #ee1752;
    background-color: rgba(238, 23, 82, 0.3); }
    .noteBox.redStyle svg {
      fill: #ee1752 !important; }
  .noteBox.largeStyle {
    padding: 18px 18px 18px 42px;
    font-size: 12px;
    line-height: 20px; }
    .noteBox.largeStyle svg {
      top: 18px;
      left: 18px; }
  .noteBox.grayStyle {
    color: #999;
    background-color: #E7E7E7;
    border-radius: 6px; }
    .noteBox.grayStyle::before {
      border: 1px solid #E1E1E1;
      border-radius: 6px;
      content: '';
      pointer-events: none; }
    .noteBox.grayStyle svg {
      fill: #999 !important; }
    .noteBox.grayStyle a {
      color: #333;
      border-bottom: 1px solid; }
      @media (hover: hover) {
        .noteBox.grayStyle a:hover {
          border-block-color: transparent; } }

.payment-grid-row {
  display: grid;
  padding-bottom: 36px;
  grid-template-columns: 2fr 1fr;
  gap: 12px; }
  .payment-grid-row .input {
    margin: 0; }

.access-controls {
  float: left;
  width: 288px;
  padding: 48px 48px 48px 0; }
  .access-controls .controller-items {
    width: 100%;
    margin: 0; }
    .access-controls .controller-items .item {
      padding: 24px 0 0; }
      .access-controls .controller-items .item:first-child {
        border: 0; }
    .access-controls .controller-items .switch {
      margin: 0 0 24px;
      font-size: 16px;
      line-height: 24px; }
      .access-controls .controller-items .switch .radio::after {
        display: none; }
    .access-controls .controller-items .trigger-add .controller {
      display: block;
      margin-bottom: 24px; }
    .access-controls .controller-items .trigger-add .tooltip:not(.text):not(.remove-range) {
      width: 18px;
      height: 18px;
      margin: 3px 0 0 3px; }

.grid-controller-input {
  display: grid;
  padding: 17px;
  margin-bottom: 36px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr); }
  .grid-controller-input .controller {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px; }
    .grid-controller-input .controller .tooltip:not(.text):not(.remove-range) {
      width: 18px;
      height: 18px;
      margin: 0 0 0 3px; }
  .grid-controller-input:not(.only-child) .switch {
    padding-top: 17px;
    font-size: 16px;
    grid-column: span 2;
    border-top: 1px solid #E1E1E1; }
    .grid-controller-input:not(.only-child) .switch .icheck-item {
      top: 20px; }
  .grid-controller-input .switch {
    font-size: 16px; }
    .grid-controller-input .switch > svg {
      position: static;
      top: auto;
      left: auto;
      width: 24px;
      height: 24px;
      margin: 0 12px 0 0;
      opacity: 1;
      filter: none;
      fill: #ccc !important; }
    .grid-controller-input .switch.checked > svg {
      fill: #ee1752 !important; }
  .grid-controller-input.simple {
    padding: 0;
    border: 0;
    gap: 24px; }
    .grid-controller-input.simple .switch {
      padding-top: 23px; }
      .grid-controller-input.simple .switch .icheck-item {
        top: 26px; }
  .grid-controller-input.only-child {
    grid-template-columns: repeat(1, 1fr); }

.access-settings-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 636px;
  height: 100%; }
  .access-settings-content:not(:has(.changesSecuritySettings, .changesQASettings)):not(.widerStyle) ~ .form-controls:not(.default-style).left-style {
    width: 588px !important;
    left: 336px; }
    .access-settings-content:not(:has(.changesSecuritySettings, .changesQASettings)):not(.widerStyle) ~ .form-controls:not(.default-style).left-style.pressed {
      left: 48px; }
  .access-settings-content:has(.changesSecuritySettings) ~ .form-controls:not(.display) {
    opacity: 0 !important;
    pointer-events: none !important; }
    .access-settings-content:has(.changesSecuritySettings) ~ .form-controls:not(.display) * {
      pointer-events: none !important; }
  @media (max-width: 1279px) {
    .access-settings-content ~ .form-controls:not(.default-style).left-style {
      width: 60px !important; } }

.access-settings {
  position: relative;
  width: 636px; }
  .access-settings:not(:has(.changesSecuritySettings, .changesQASettings)):not(.widerStyle) ~ .form-controls:not(.default-style).left-style {
    left: 336px;
    width: 588px !important; }
    .access-settings:not(:has(.changesSecuritySettings, .changesQASettings)):not(.widerStyle) ~ .form-controls:not(.default-style).left-style.pressed {
      left: 48px; }
  .access-settings:has(.changesSecuritySettings) ~ .form-controls:not(.display) {
    opacity: 0 !important;
    pointer-events: none !important; }
    .access-settings:has(.changesSecuritySettings) ~ .form-controls:not(.display) * {
      pointer-events: none !important; }
  @media (max-width: 1279px) {
    .access-settings ~ .form-controls:not(.default-style).left-style {
      width: 60px !important; } }
  .access-settings[data-id] {
    position: absolute;
    left: -9999px; }
    .access-settings[data-id].display {
      position: relative;
      left: auto; }
  .access-settings .inner-content-scroll {
    padding-bottom: 120px; }
    .access-settings .inner-content-scroll > .controller-items {
      display: flex;
      float: none;
      width: 588px;
      flex-direction: column; }
      .access-settings .inner-content-scroll > .controller-items > .item {
        background-color: #fafafa !important; }
        .access-settings .inner-content-scroll > .controller-items > .item > .switch {
          display: flex;
          align-items: center;
          color: #1a73e8;
          gap: 7px; }
          .access-settings .inner-content-scroll > .controller-items > .item > .switch .blocked {
            margin: 0; }
        .access-settings .inner-content-scroll > .controller-items > .item > .trigger-add::before {
          top: 1px; }
      .access-settings .inner-content-scroll > .controller-items .controller-items {
        padding-top: 3px;
        margin-top: 0;
        margin-bottom: 0; }
        .access-settings .inner-content-scroll > .controller-items .controller-items > .item {
          margin-top: -4px;
          background: none;
          border: 0; }
          .access-settings .inner-content-scroll > .controller-items .controller-items > .item:before {
            position: absolute;
            top: 5px;
            right: 35px;
            left: 35px;
            height: 1px;
            background-color: #e1e1e1;
            content: ''; }
          .access-settings .inner-content-scroll > .controller-items .controller-items > .item:first-child {
            margin-top: 0; }
            .access-settings .inner-content-scroll > .controller-items .controller-items > .item:first-child::before {
              display: none; }
          .access-settings .inner-content-scroll > .controller-items .controller-items > .item .controller:last-child {
            margin-bottom: 23px; }
          .access-settings .inner-content-scroll > .controller-items .controller-items > .item:last-child {
            padding-bottom: 10px; }
        .access-settings .inner-content-scroll > .controller-items .controller-items .switch {
          font-size: 16px;
          pointer-events: all !important; }
        .access-settings .inner-content-scroll > .controller-items .controller-items .trigger-add {
          display: flex;
          padding: 0 12px;
          flex-direction: column; }
          .access-settings .inner-content-scroll > .controller-items .controller-items .trigger-add::before {
            display: none; }
          .access-settings .inner-content-scroll > .controller-items .controller-items .trigger-add .controller {
            display: block;
            padding-left: 42px;
            margin-bottom: 24px; }
            .access-settings .inner-content-scroll > .controller-items .controller-items .trigger-add .controller:first-child {
              margin-top: 1px; }
            .access-settings .inner-content-scroll > .controller-items .controller-items .trigger-add .controller .check {
              border-radius: 4px; }
  .access-settings .form-block {
    width: 588px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0; }
    .access-settings .form-block h2, .access-settings .form-block .h2 {
      padding-bottom: 24px; }
    .access-settings .form-block .form-item {
      position: relative;
      padding-top: 12px;
      margin: 0; }
      .access-settings .form-block .form-item:first-child {
        padding: 0;
        margin-top: 0; }
      .access-settings .form-block .form-item .form-item-holder {
        padding: 36px 23px 0;
        background-color: #FAFAFA;
        border: 1px solid #dcdcdc;
        border-radius: 9px; }
        .access-settings .form-block .form-item .form-item-holder .input {
          width: auto;
          padding: 0;
          margin: -12px -10px 12px; }
          .access-settings .form-block .form-item .form-item-holder .input .select2-search__field {
            font-size: 14px; }
          .access-settings .form-block .form-item .form-item-holder .input .select2-search {
            padding: 0 10px; }
          .access-settings .form-block .form-item .form-item-holder .input select[required] + .select2 .select2-search:only-child input::-webkit-input-placeholder {
            text-transform: none;
            color: #ee1752; }
          .access-settings .form-block .form-item .form-item-holder .input select[required] + .select2 .select2-search:only-child input::-moz-placeholder {
            text-transform: none;
            color: #ee1752;
            opacity: 1; }
          .access-settings .form-block .form-item .form-item-holder .input select[required] + .select2 .select2-search:only-child input:-moz-placeholder {
            text-transform: none;
            color: #ee1752; }
          .access-settings .form-block .form-item .form-item-holder .input select[required] + .select2 .select2-search:only-child input:-ms-input-placeholder {
            text-transform: none;
            color: #ee1752; }
          .access-settings .form-block .form-item .form-item-holder .input select[required] + .select2 .select2-search:only-child input.placeholder {
            text-transform: none;
            color: #ee1752; }
        .access-settings .form-block .form-item .form-item-holder::before {
          border: 2px solid #1a73e8;
          border-radius: 9px;
          opacity: 0;
          transition: opacity 0.3s ease;
          content: '';
          pointer-events: none; }
        .access-settings .form-block .form-item .form-item-holder.selected::before {
          opacity: 1; }
        .access-settings .form-block .form-item .form-item-holder > .controller.switch {
          margin: -12px 12px 23px;
          font-size: 18px;
          font-weight: 600;
          line-height: 24px;
          color: #1a73e8; }
        .access-settings .form-block .form-item .form-item-holder .input-note {
          padding: 0 0 26px; }
        .access-settings .form-block .form-item .form-item-holder .permissions {
          font-size: 14px;
          line-height: 24px;
          color: #666; }
          .access-settings .form-block .form-item .form-item-holder .permissions .trigger-exp {
            position: relative;
            padding: 26px 12px 9px; }
            .access-settings .form-block .form-item .form-item-holder .permissions .trigger-exp::before {
              position: absolute;
              top: 0;
              right: 12px;
              left: 12px;
              height: 1px;
              background-color: #E1E1E1;
              content: ''; }
          .access-settings .form-block .form-item .form-item-holder .permissions h3 {
            padding: 0;
            margin: 0 0 12px; }
          .access-settings .form-block .form-item .form-item-holder .permissions p {
            margin: 0 0 24px; }
      .access-settings .form-block .form-item .inactiveInfo {
        position: absolute;
        top: 36px;
        right: 36px;
        z-index: 1;
        display: none;
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .access-settings .form-block .form-item .inactiveInfo svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ee1752; }
      .access-settings .form-block .form-item + .form-item {
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important; }
      .access-settings .form-block .form-item.editor-style h3, .access-settings .form-block .form-item.editor-style .h3 {
        margin-bottom: 33px; }
      .access-settings .form-block .form-item.editor-style .form-item-holder {
        padding: 35px 23px 0; }
        .access-settings .form-block .form-item.editor-style .form-item-holder .ui-state-disabled {
          margin-top: 0; }
      .access-settings .form-block .form-item .icon-list {
        width: 24px;
        height: 24px;
        margin-left: auto !important; }
      .access-settings .form-block .form-item .flex-title {
        padding-bottom: 23px;
        margin-bottom: 12px; }
        .access-settings .form-block .form-item .flex-title:has(.drawerOpener) {
          gap: 36px; }
        .access-settings .form-block .form-item .flex-title .stepper-icon {
          margin-right: 0; }
        .access-settings .form-block .form-item .flex-title a {
          display: block;
          width: 24px;
          height: 24px; }
          .access-settings .form-block .form-item .flex-title a svg {
            display: block;
            width: 100%;
            height: 100%;
            fill: #999; }
          @media (hover: hover) {
            .access-settings .form-block .form-item .flex-title a:hover svg {
              fill: #333; } }
        .access-settings .form-block .form-item .flex-title .drawerOpener {
          margin-left: auto; }
      .access-settings .form-block .form-item.agreementsAttach .form-item-holder {
        background-color: #FAFAFA !important;
        border-color: #dcdcdc !important; }
        .access-settings .form-block .form-item.agreementsAttach .form-item-holder > .icon-button {
          top: 18px; }
      .access-settings .form-block .form-item.agreementsAttach .agreementsBox:has(.agreementItem) {
        padding-bottom: 35px;
        margin-top: -11px; }
      .access-settings .form-block .form-item.agreementsAttach .agreementItem {
        background-color: white; }
        .access-settings .form-block .form-item.agreementsAttach .agreementItem header::before {
          display: none; }
      .access-settings .form-block .form-item.inactive .inactiveInfo {
        display: block; }
      .access-settings .form-block .form-item.inactive .form-item-holder {
        pointer-events: none !important; }
        .access-settings .form-block .form-item.inactive .form-item-holder h2 {
          margin-bottom: 0;
          color: #ee1752;
          border: 0; }
        .access-settings .form-block .form-item.inactive .form-item-holder .simpleControllerList,
        .access-settings .form-block .form-item.inactive .form-item-holder .controller-list {
          position: absolute;
          top: -9999px;
          left: -9999px; }
        .access-settings .form-block .form-item.inactive .form-item-holder * {
          pointer-events: none !important; }
    .access-settings .form-block.fullwidth {
      width: 100%; }
  .access-settings .controller-list {
    padding-bottom: 9px; }
    .access-settings .controller-list .controller {
      padding-left: 42px; }
    .access-settings .controller-list .switch {
      padding-left: 0;
      font-size: 16px; }
    .access-settings .controller-list.changesSecuritySettings .controller.readonly .icheck-item {
      cursor: pointer !important;
      pointer-events: all !important; }
  .access-settings .radio-tabs {
    padding: 0; }
    .access-settings .radio-tabs .controller {
      height: 48px;
      padding: 0 17px;
      font-size: 14px;
      font-weight: 600;
      line-height: 45px; }
  .access-settings .controller-items {
    display: flex;
    float: none;
    width: 100%;
    padding: 0 12px 9px;
    margin: 0;
    flex-direction: column; }
    .access-settings .controller-items .item {
      float: none;
      width: 100%;
      padding: 24px 0 0;
      border-color: #E1E1E1; }
      .access-settings .controller-items .item::before {
        position: absolute;
        top: 6px;
        right: -18px;
        bottom: 6px;
        left: -18px;
        z-index: 5;
        border: 2px solid #1a73e8;
        border-radius: 6px;
        opacity: 0;
        transition: opacity 0.3s ease;
        content: '';
        pointer-events: none; }
      .access-settings .controller-items .item:first-child {
        padding-top: 6px;
        border: 0; }
        .access-settings .controller-items .item:first-child::before {
          top: -12px; }
      .access-settings .controller-items .item .controller {
        margin-bottom: 24px; }
        .access-settings .controller-items .item .controller:not(.switch) {
          display: block;
          padding-left: 42px; }
      .access-settings .controller-items .item .switch {
        margin: 0 0 24px;
        font-size: 16px; }
        .access-settings .controller-items .item .switch:has(.icon, .action, .icon-list) {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 60px;
          gap: 24px; }
      .access-settings .controller-items .item:has(.icon-list.selected)::before {
        opacity: 1; }
      .access-settings .controller-items .item:has(.icon-list.selected) .icon-list.selected svg {
        fill: #1a73e8; }
      .access-settings .controller-items .item:has(.drawerOpener.selected)::before {
        opacity: 1; }
      .access-settings .controller-items .item:has(.drawerOpener.selected) .action .trigger svg {
        fill: #1a73e8; }
      .access-settings .controller-items .item .icon {
        display: block;
        width: 24px;
        height: 24px; }
        .access-settings .controller-items .item .icon svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ccc; }
        .access-settings .controller-items .item .icon.selected svg {
          fill: #1a73e8; }
        @media (hover: hover) {
          .access-settings .controller-items .item .icon:hover svg {
            fill: #333; } }
      .access-settings .controller-items .item .action {
        position: relative;
        top: auto !important;
        right: auto !important;
        width: 24px;
        height: 24px;
        font-weight: normal;
        pointer-events: all; }
        .access-settings .controller-items .item .action .trigger {
          width: 100%;
          height: 100%; }
          .access-settings .controller-items .item .action .trigger::before {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 36px;
            height: 36px;
            background-color: #eaeaea;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
            transform: translate(-50%, -50%);
            content: '';
            pointer-events: none; }
          .access-settings .controller-items .item .action .trigger::after {
            display: none; }
          .access-settings .controller-items .item .action .trigger svg {
            position: relative;
            fill: #ccc; }
          @media (hover: hover) {
            .access-settings .controller-items .item .action .trigger:hover::before {
              opacity: 1; } }
        .access-settings .controller-items .item .action .dropdown {
          top: calc(100% + 17px); }
        .access-settings .controller-items .item .action.display .trigger::before {
          opacity: 1; }
  .access-settings .changesQASettings {
    display: grid;
    padding: 4px 12px 21px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    .access-settings .changesQASettings .controller {
      display: flex;
      min-width: 0;
      padding: 24px 24px 18px;
      margin: 0;
      text-align: center;
      color: #666;
      background-color: #EAEAEA;
      border-radius: 6px;
      cursor: pointer;
      flex-direction: column;
      gap: 12px; }
      .access-settings .changesQASettings .controller::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        content: ''; }
      .access-settings .changesQASettings .controller .default {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
      .access-settings .changesQASettings .controller:has(input.default:checked) {
        color: #333;
        background-color: white; }
        .access-settings .changesQASettings .controller:has(input.default:checked)::before {
          border-color: #1a73e8;
          border-width: 2px; }
        .access-settings .changesQASettings .controller:has(input.default:checked) .arrow {
          fill: #1a73e8; }
    .access-settings .changesQASettings .icons {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 8px; }
      .access-settings .changesQASettings .icons svg:not(.arrow) {
        width: 36px;
        height: 36px; }
        .access-settings .changesQASettings .icons svg:not(.arrow).color-04 {
          fill: #00A995; }
        .access-settings .changesQASettings .icons svg:not(.arrow).color-05 {
          fill: #f33; }
        .access-settings .changesQASettings .icons svg:not(.arrow).color-09 {
          fill: #999; }
      .access-settings .changesQASettings .icons .arrow {
        width: 24px;
        height: 12px;
        transition: none;
        fill: #ccc; }
    .access-settings .changesQASettings p {
      margin: 0;
      font-size: 14px;
      line-height: 24px; }
    .access-settings .changesQASettings strong {
      font-size: 16px;
      font-weight: 600; }
    .access-settings .changesQASettings + .lastChangeSettings {
      padding: 0 12px 32px !important; }
  .access-settings.widerStyle {
    width: 654px; }
    .access-settings.widerStyle .form-block {
      width: 100%; }
    .access-settings.widerStyle .withNoteBox h2 {
      margin-bottom: 0;
      border: 0; }

.total-payment {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  flex-direction: column;
  gap: 12px; }
  .total-payment .item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 6px; }
    .total-payment .item::before {
      height: 0;
      content: '';
      order: 2;
      border-top: 1px dotted #ccc; }
    .total-payment .item:last-child {
      padding-top: 24px;
      margin-top: 12px;
      border-top: 1px solid #E1E1E1; }
      .total-payment .item:last-child::before {
        border: 0; }
      .total-payment .item:last-child strong {
        font-size: 24px; }
  .total-payment span {
    order: 1; }
  .total-payment strong {
    font-weight: 600;
    color: #333;
    order: 3; }

.paymentGroup {
  display: flex;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  flex-direction: column;
  gap: 12px; }
  .paymentGroup .item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 6px; }
    .paymentGroup .item::before {
      height: 0;
      content: '';
      order: 2;
      border-top: 1px dotted #ccc; }
  .paymentGroup span {
    order: 1; }
  .paymentGroup strong {
    font-weight: 600;
    color: #333;
    order: 3; }
  .paymentGroup .switch {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }
  .paymentGroup + .total-payment .item {
    margin: 0; }
  .paymentGroup:has(.controller:not(.checked)) .item {
    opacity: 0.3; }

.select-grid-input {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr); }

.stepperPanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 624px;
  transition: transform 0.3s ease;
  transform: translateX(110%); }
  .stepperPanel.display {
    transform: none; }
    .stepperPanel.display::before {
      opacity: 1;
      pointer-events: all; }
  .stepperPanel::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5000px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    pointer-events: none; }
  .stepperPanel form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05); }
    .stepperPanel form:has(.step.display .controller.checked) .stepperNav .done + li:not(.done):not(.active),
    .stepperPanel form:has(.step.display .controller.checked) .stepperNav .active + li:not(.done) {
      pointer-events: all; }
      @media (hover: hover) {
        .stepperPanel form:has(.step.display .controller.checked) .stepperNav .done + li:not(.done):not(.active) a:hover,
        .stepperPanel form:has(.step.display .controller.checked) .stepperNav .active + li:not(.done) a:hover {
          color: #333; }
          .stepperPanel form:has(.step.display .controller.checked) .stepperNav .done + li:not(.done):not(.active) a:hover::before,
          .stepperPanel form:has(.step.display .controller.checked) .stepperNav .active + li:not(.done) a:hover::before {
            color: #1a73e8;
            background-color: rgba(26, 115, 232, 0.3);
            border-color: #1a73e8; } }
  .stepperPanel header {
    height: 121px;
    padding: 24px 36px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .stepperPanel header h3 {
      margin: 0 0 24px;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      color: #1a73e8; }
  .stepperPanel .stepperNav {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    counter-reset: counter;
    flex-wrap: nowrap;
    gap: 6px; }
    .stepperPanel .stepperNav::after {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      height: 2px;
      background-color: #DADADA;
      transform: translateY(-50%);
      content: ''; }
    .stepperPanel .stepperNav li {
      position: relative;
      z-index: 5;
      padding: 0 6px;
      background-color: white;
      counter-increment: counter;
      pointer-events: none; }
      .stepperPanel .stepperNav li:has(span) {
        min-width: 0; }
      .stepperPanel .stepperNav li:first-child {
        padding-left: 0; }
      .stepperPanel .stepperNav li:last-child {
        padding-right: 0; }
      .stepperPanel .stepperNav li.done {
        pointer-events: all; }
        .stepperPanel .stepperNav li.done a {
          color: #666; }
          .stepperPanel .stepperNav li.done a::before {
            color: transparent;
            background-color: rgba(0, 169, 149, 0.3);
            border-color: #00A995; }
        .stepperPanel .stepperNav li.done .check {
          fill: #00A995; }
      .stepperPanel .stepperNav li.active {
        pointer-events: all; }
        .stepperPanel .stepperNav li.active a {
          color: #333; }
          .stepperPanel .stepperNav li.active a::before {
            color: transparent;
            background-color: rgba(26, 115, 232, 0.3);
            border-color: #1a73e8; }
        .stepperPanel .stepperNav li.active svg.check {
          fill: transparent; }
        .stepperPanel .stepperNav li.active svg.pen {
          fill: #1a73e8; }
    .stepperPanel .stepperNav a {
      position: relative;
      display: flex;
      align-items: center;
      color: #999;
      gap: 12px; }
      .stepperPanel .stepperNav a span {
        display: block;
        width: 100%;
        max-width: 96px; }
      .stepperPanel .stepperNav a::before {
        width: 24px;
        min-width: 24px;
        height: 24px;
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #DADADA;
        border: 2px solid #DADADA;
        border-radius: 50%;
        transition: 0.3s ease;
        content: counter(counter);
        transition-property: color, background-color, border-color; }
    .stepperPanel .stepperNav svg {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 14px;
      height: 14px;
      fill: transparent; }
      .stepperPanel .stepperNav svg.check {
        top: 4px;
        left: 4px;
        width: 16px;
        height: 16px; }
  .stepperPanel .step {
    position: relative;
    width: 100%;
    height: calc(100% - 121px); }
    .stepperPanel .step:not(.display) {
      position: absolute;
      top: 121px;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none; }
      .stepperPanel .step:not(.display) * {
        pointer-events: none !important; }
    .stepperPanel .step .holder {
      width: 100%;
      height: 100%;
      padding: 24px 36px 110px; }
      .stepperPanel .step .holder hr {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 24px;
        border: solid #e1e1e1;
        border-width: 1px 0 0; }
      .stepperPanel .step .holder::-webkit-scrollbar-thumb {
        background-color: #1a73e8;
        border-color: #FAFAFA; }
      .stepperPanel .step .holder:has(.codes span:nth-child(2):not(:empty)) .codes span:nth-child(2) {
        width: 72px;
        min-width: 72px; }
    .stepperPanel .step:has(.internal) .holder {
      padding-top: 92px; }
    .stepperPanel .step.display:has(.controller.checked) ~ .submit {
      background: #ee1752;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px rgba(238, 23, 82, 0.5);
      pointer-events: all; }
    .stepperPanel .step.display:last-of-type ~ .submit {
      font-size: 0;
      line-height: 0; }
      .stepperPanel .step.display:last-of-type ~ .submit::after {
        font-size: 16px;
        line-height: 46px;
        content: attr(data-title); }
    .stepperPanel .step:has(.controller.checked[data-filter="left"]) .internal a[href="#left"] i,
    .stepperPanel .step:has(.controller.checked[data-filter="right"]) .internal a[href="#right"] i,
    .stepperPanel .step:has(.controller.checked[data-filter="other"]) .internal a[href="#other"] i {
      display: block; }
  .stepperPanel .internal {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 50;
    transform: translateX(-50%); }
    .stepperPanel .internal:has(a[href="#left"].active) + .holder .controller:not([data-filter="left"]),
    .stepperPanel .internal:has(a[href="#right"].active) + .holder .controller:not([data-filter="right"]),
    .stepperPanel .internal:has(a[href="#other"].active) + .holder .controller:not([data-filter="other"]) {
      position: absolute;
      top: -9999px;
      left: -9999px;
      opacity: 0;
      pointer-events: none; }
    .stepperPanel .internal a i {
      display: none;
      width: 8px;
      height: 8px;
      background-color: #1a73e8;
      border-radius: 50%;
      order: 2; }
    .stepperPanel .internal a.active i {
      background-color: white; }
  .stepperPanel .submit {
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 30;
    min-width: 170px;
    padding: 0 48px;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 24px;
    box-shadow: none;
    transform: translateX(-50%);
    pointer-events: none; }
  .stepperPanel .controller {
    display: block;
    margin-bottom: 24px; }
    .stepperPanel .controller * {
      min-width: 0; }
    .stepperPanel .controller:has(.ellips) {
      display: flex;
      align-items: center; }
      .stepperPanel .controller:has(.ellips) .ellips {
        display: block;
        max-width: 100%; }
      .stepperPanel .controller:has(.ellips) .tooltip {
        margin: 0 0 0 6px !important; }
      .stepperPanel .controller:has(.ellips) .action {
        opacity: 0;
        transition: opacity 0.3s ease; }
        .stepperPanel .controller:has(.ellips) .action .trigger:after {
          display: none; }
      .stepperPanel .controller:has(.ellips):has(.action.display) .action {
        opacity: 1;
        pointer-events: all; }
      @media (hover: hover) {
        .stepperPanel .controller:has(.ellips):hover .action {
          opacity: 1;
          pointer-events: all; } }
    .stepperPanel .controller .icheck-item.radio ~ svg {
      opacity: 0; }
    .stepperPanel .controller.hidden {
      position: absolute;
      top: -9999px;
      left: -9999px;
      opacity: 0;
      pointer-events: none; }
    .stepperPanel .controller:last-child {
      margin-bottom: 0; }
    .stepperPanel .controller:not(.disabled) > svg {
      opacity: 0; }
    .stepperPanel .controller.disabled, .stepperPanel .form.disabled .controller, .form.disabled .stepperPanel .controller {
      color: #ccc;
      pointer-events: none; }
      .stepperPanel .controller.disabled .icheck-item, .stepperPanel .form.disabled .controller .icheck-item, .form.disabled .stepperPanel .controller .icheck-item {
        background-color: #ccc;
        border-color: rgba(0, 0, 0, 0.1); }
        .stepperPanel .controller.disabled .icheck-item:after, .stepperPanel .form.disabled .controller .icheck-item:after, .form.disabled .stepperPanel .controller .icheck-item:after {
          opacity: 0; }
      .stepperPanel .controller.disabled svg, .stepperPanel .form.disabled .controller svg, .form.disabled .stepperPanel .controller svg {
        top: 6px;
        left: 6px;
        width: 12px;
        height: 12px;
        opacity: 1;
        filter: none;
        fill: white; }
    .stepperPanel .controller .tooltip {
      width: 18px !important;
      min-width: 18px;
      height: 18px !important;
      margin: 3px 0 0 3px !important; }
    .stepperPanel .controller.archive {
      color: #ee1752; }
      .stepperPanel .controller.archive .tooltip svg {
        fill: #ee1752 !important; }
    .stepperPanel .controller .clue {
      font-size: 12px; }
    .stepperPanel .controller .diagnosticCode {
      font-style: normal; }
  .stepperPanel .orLine {
    margin: 0 0 12px; }
  .stepperPanel h4 {
    padding-top: 12px;
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333; }
  .stepperPanel .item {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 17px; }
    .stepperPanel .item .controller {
      padding-top: 12px;
      margin: 0; }
      .stepperPanel .item .controller .icheck-item {
        top: 12px; }
      .stepperPanel .item .controller:not(.checked) + .input {
        opacity: 0;
        pointer-events: none; }
        .stepperPanel .item .controller:not(.checked) + .input * {
          pointer-events: none; }
      .stepperPanel .item .controller.checked .controller-value {
        display: none; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) span.error {
        display: block !important; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown)::after {
        background: none;
        border-color: #ee1752;
        border-width: 0 0 2px;
        box-shadow: none; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) textarea::-webkit-input-placeholder {
        color: #ee1752; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) textarea::-moz-placeholder {
        color: #ee1752;
        opacity: 1; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) textarea:-moz-placeholder {
        color: #ee1752; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) textarea:-ms-input-placeholder {
        color: #ee1752; }
      .stepperPanel .item .controller.checked + .input:has(textarea:placeholder-shown) textarea.placeholder {
        color: #ee1752; }
    .stepperPanel .item:has(.controller.checked) {
      gap: 0; }
    .stepperPanel .item:has(select) .input {
      flex-basis: 100%;
      width: 100%; }
  .stepperPanel .input {
    flex: 1;
    margin: 0; }
    .stepperPanel .input textarea {
      min-height: 48px;
      padding: 12px 0;
      font-size: 14px;
      line-height: 24px; }
      .stepperPanel .input textarea::-webkit-input-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input textarea::-moz-placeholder {
        text-transform: capitalize;
        color: #ccc;
        opacity: 1; }
      .stepperPanel .input textarea:-moz-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input textarea:-ms-input-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input textarea.placeholder {
        text-transform: capitalize;
        color: #ccc; }
    .stepperPanel .input .dropdown {
      left: auto;
      width: 100%;
      overflow: hidden; }
      .stepperPanel .input .dropdown div[data-label]::after {
        display: none !important; }
      .stepperPanel .input .dropdown.select-style .ui-menu-item div[data-label] span {
        max-width: 500px; }
      .stepperPanel .input .dropdown .ui-tooltip {
        position: fixed; }
      .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper {
        flex: 1; }
        .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.ellipsis, .stepperPanel .input .dropdown .ui-menu-item .input > .ui-menu-item-wrapper.placeholder, .stepperPanel .input.multiple .dropdown .ui-menu-item .input-holder > .ui-menu-item-wrapper.placeholder, .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.iti__country-name, .stepperPanel .input .dropdown .ui-menu-item .control-sets .ui-menu-item-wrapper.placeholder, .control-sets .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.placeholder, .stepperPanel .input .dropdown .ui-menu-item body > .select2-container .select2-dropdown ul li.ui-menu-item-wrapper, body > .select2-container .select2-dropdown ul .stepperPanel .input .dropdown .ui-menu-item li.ui-menu-item-wrapper,
        .stepperPanel .input .dropdown .ui-menu-item .multiselect-holder > .select2-container .select2-dropdown ul li.ui-menu-item-wrapper, .multiselect-holder > .select2-container .select2-dropdown ul .stepperPanel .input .dropdown .ui-menu-item li.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item body > .select2-container .select2-dropdown ul li mark + span.ui-menu-item-wrapper, body > .select2-container .select2-dropdown ul li .stepperPanel .input .dropdown .ui-menu-item mark + span.ui-menu-item-wrapper,
        .stepperPanel .input .dropdown .ui-menu-item .multiselect-holder > .select2-container .select2-dropdown ul li mark + span.ui-menu-item-wrapper, .multiselect-holder > .select2-container .select2-dropdown ul li .stepperPanel .input .dropdown .ui-menu-item mark + span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item form .select2-container .select2-selection--single .select2-selection__rendered .ui-menu-item-wrapper.select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__placeholder, .stepperPanel .drawer .drawerCorrection .input .dropdown .ui-menu-item .select2-container .select2-selection--single .select2-selection__rendered .ui-menu-item-wrapper.select2-selection__placeholder, .drawer .drawerCorrection .stepperPanel .input .dropdown .ui-menu-item .select2-container .select2-selection--single .select2-selection__rendered .ui-menu-item-wrapper.select2-selection__placeholder, .stepperPanel .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__placeholder, .drawer .drawerCorrection .stepperPanel .input .select2-container .select2-selection--single .select2-selection__rendered .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__placeholder, .stepperPanel .input .dropdown .ui-menu-item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ui-menu-item-wrapper.ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.ellipsis, .stepperPanel .drawer .drawerCorrection .input .dropdown .ui-menu-item .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ui-menu-item-wrapper.ellipsis, .drawer .drawerCorrection .stepperPanel .input .dropdown .ui-menu-item .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ui-menu-item-wrapper.ellipsis, .stepperPanel .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .ui-menu-item .ui-menu-item-wrapper.ellipsis, .drawer .drawerCorrection .stepperPanel .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .ui-menu-item .ui-menu-item-wrapper.ellipsis, .stepperPanel .input .dropdown .ui-menu-item form .select2-container .select2-selection--multiple .ui-menu-item-wrapper.select2-selection__choice, form .select2-container .select2-selection--multiple .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__choice, .stepperPanel .drawer .drawerCorrection .input .dropdown .ui-menu-item .select2-container .select2-selection--multiple .ui-menu-item-wrapper.select2-selection__choice, .drawer .drawerCorrection .stepperPanel .input .dropdown .ui-menu-item .select2-container .select2-selection--multiple .ui-menu-item-wrapper.select2-selection__choice, .stepperPanel .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__choice, .drawer .drawerCorrection .stepperPanel .input .select2-container .select2-selection--multiple .dropdown .ui-menu-item .ui-menu-item-wrapper.select2-selection__choice, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .ellips-style h3 span.ui-menu-item-wrapper, .form-block .form-item .ellips-style h3 .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .ellips-style .h3 span.ui-menu-item-wrapper, .form-block .form-item .ellips-style .h3 .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .ellips-style mark span.ui-menu-item-wrapper, .form-block .form-item .ellips-style mark .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .sub-header > span span.ui-menu-item-wrapper, .form-block .form-item .sub-header > span .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item h3:has(mark) span.ui-menu-item-wrapper, .form-block .form-item h3:has(mark) .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper,
        .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .h3:has(mark) span.ui-menu-item-wrapper, .form-block .form-item .h3:has(mark) .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .big-header strong span.ui-menu-item-wrapper:not([class]), .form-block .form-item .big-header strong .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper:not([class]), .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .big-header em.ui-menu-item-wrapper, .form-block .form-item .big-header .stepperPanel .input .dropdown .ui-menu-item em.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .form-block .form-item .big-header.more-data dl dt.ui-menu-item-wrapper, .form-block .form-item .big-header.more-data dl .stepperPanel .input .dropdown .ui-menu-item dt.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .attach .file footer strong.name span.ui-menu-item-wrapper, .attach .file footer strong.name .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .attach .file footer span.ui-menu-item-wrapper.filename, .attach .file footer .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper.filename, .stepperPanel .input .dropdown .ui-menu-item .card-note-list > li > a span.ui-menu-item-wrapper:not([class]), .card-note-list > li > a .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper:not([class]), .stepperPanel .input .dropdown .ui-menu-item .request-card-row span.ui-menu-item-wrapper, .request-card-row .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .request-card-row strong.ui-menu-item-wrapper, .request-card-row .stepperPanel .input .dropdown .ui-menu-item strong.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .filter-list .controller span.ui-menu-item-wrapper:not(.remove-range), .filter-list .controller .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper:not(.remove-range), .stepperPanel .input .dropdown .ui-menu-item .filter-list .controller b.ui-menu-item-wrapper, .filter-list .controller .stepperPanel .input .dropdown .ui-menu-item b.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .sortable.sortable-list .ui-menu-item-wrapper.title, .sortable.sortable-list .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.title, .stepperPanel .input .dropdown .ui-menu-item .library-panel .item > span.ui-menu-item-wrapper, .library-panel .stepperPanel .input .dropdown .ui-menu-item .item > span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .library-panel .panel-template header strong.ui-menu-item-wrapper, .library-panel .panel-template header .stepperPanel .input .dropdown .ui-menu-item strong.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .site-item .position span.ui-menu-item-wrapper, .site-item .position .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .site-item .ui-menu-item-wrapper.title, .site-item .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.title, .stepperPanel .input .dropdown .ui-menu-item .tempStyles .tag-cloud .ui-menu-item-wrapper.controller, .tempStyles .tag-cloud .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.controller, .stepperPanel .input .dropdown .ui-menu-item .providerSearchFilter .ui-menu-item-wrapper.level-name, .providerSearchFilter .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.level-name, .stepperPanel .input .dropdown .ui-menu-item .stepperNav a span.ui-menu-item-wrapper, .stepperPanel .stepperNav a .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .controller:has(.ellips) .ui-menu-item-wrapper.ellips, .stepperPanel .controller:has(.ellips) .input .dropdown .ui-menu-item .ui-menu-item-wrapper.ellips, .stepperPanel .input .dropdown .ui-menu-item .agreementsBox .agreementItem h3.ui-menu-item-wrapper, .agreementsBox .agreementItem .stepperPanel .input .dropdown .ui-menu-item h3.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item a.ui-menu-item-wrapper:not(.icon),
        .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.dropFile,
        .stepperPanel .input .dropdown .ui-menu-item li:has(span.clipboard:only-child) span.ui-menu-item-wrapper.clipboard, .stepperPanel .input .dropdown li:has(span.clipboard:only-child) .ui-menu-item span.ui-menu-item-wrapper.clipboard,
        .stepperPanel .input .dropdown .ui-menu-item label.ui-menu-item-wrapper:not(.switch):not(.controllerHead), .stepperPanel .input .dropdown.select-style .ui-menu-item div[data-label] span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .context-menu-list li.ui-menu-item-wrapper, .context-menu-list .stepperPanel .input .dropdown .ui-menu-item li.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .table table .flexEllipsis b.ui-menu-item-wrapper, .table table .flexEllipsis .stepperPanel .input .dropdown .ui-menu-item b.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .table.complexHeader thead span i.ui-menu-item-wrapper, .table.complexHeader thead span .stepperPanel .input .dropdown .ui-menu-item i.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .table.complexHeader.numberStyle thead .ui-menu-item-wrapper.elips, .table.complexHeader.numberStyle thead .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.elips, .stepperPanel .input .dropdown .ui-menu-item .short-info .info p.ui-menu-item-wrapper, .short-info .info .stepperPanel .input .dropdown .ui-menu-item p.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .panel header p.ui-menu-item-wrapper, .panel header .stepperPanel .input .dropdown .ui-menu-item p.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .matches-list .item strong.ui-menu-item-wrapper, .matches-list .item .stepperPanel .input .dropdown .ui-menu-item strong.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .accordion .form-item .ellips-style h3 span.ui-menu-item-wrapper, .accordion .form-item .ellips-style h3 .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .accordion .form-item .ellips-style .h3 span.ui-menu-item-wrapper, .accordion .form-item .ellips-style .h3 .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .accordion .form-item .ellips-style mark span.ui-menu-item-wrapper, .accordion .form-item .ellips-style mark .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .accordion-header strong span.ui-menu-item-wrapper:not([class]), .accordion-header strong .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper:not([class]), .stepperPanel .input .dropdown .ui-menu-item .accordion-header em.ui-menu-item-wrapper, .accordion-header .stepperPanel .input .dropdown .ui-menu-item em.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .accordion-header.more-data dl dt.ui-menu-item-wrapper, .accordion-header.more-data dl .stepperPanel .input .dropdown .ui-menu-item dt.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .note-card strong.ui-menu-item-wrapper, .note-card .stepperPanel .input .dropdown .ui-menu-item strong.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .note-card span.ui-menu-item-wrapper, .note-card .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .search-container .controller .desc strong.ui-menu-item-wrapper, .search-container .controller .desc .stepperPanel .input .dropdown .ui-menu-item strong.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .search-container .controller .desc span.ui-menu-item-wrapper, .search-container .controller .desc .stepperPanel .input .dropdown .ui-menu-item span.ui-menu-item-wrapper, .stepperPanel .input .dropdown .ui-menu-item .level-table .ui-menu-item-wrapper.level-name, .level-table .stepperPanel .input .dropdown .ui-menu-item .ui-menu-item-wrapper.level-name, .stepperPanel .input .dropdown .ui-menu-item .level-table .flexEllipsis b.ui-menu-item-wrapper, .level-table .flexEllipsis .stepperPanel .input .dropdown .ui-menu-item b.ui-menu-item-wrapper {
          padding-right: 48px; }
      .stepperPanel .input .dropdown .ui-menu-item .tooltip {
        position: absolute;
        top: calc(50% - 9px);
        right: 18px;
        width: 18px;
        min-width: 18px;
        height: 18px;
        cursor: pointer; }
        .stepperPanel .input .dropdown .ui-menu-item .tooltip svg {
          position: static;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          fill: #ccc; }
        @media (hover: hover) {
          .stepperPanel .input .dropdown .ui-menu-item .tooltip:hover svg {
            fill: #333; } }
    .stepperPanel .input.display .dropdown {
      transform: none; }
    .stepperPanel .input input {
      padding: 0;
      font-size: 14px;
      text-transform: capitalize; }
      .stepperPanel .input input::-webkit-input-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input input::-moz-placeholder {
        text-transform: capitalize;
        color: #ccc;
        opacity: 1; }
      .stepperPanel .input input:-moz-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input input:-ms-input-placeholder {
        text-transform: capitalize;
        color: #ccc; }
      .stepperPanel .input input.placeholder {
        text-transform: capitalize;
        color: #ccc; }
    .stepperPanel .input::after, .stepperPanel .input::before {
      background: none;
      border-width: 0 0 1px;
      border-radius: 0;
      box-shadow: none; }
    .stepperPanel .input.focus::after, .stepperPanel .input.error::after, .stepperPanel .input:focus-within::after, .stepperPanel .input.required:not(.focus):not(.enter)::after {
      background: none;
      border-width: 0 0 2px;
      box-shadow: none; }
    .stepperPanel .input .select2-selection__rendered {
      padding: 0; }
      .stepperPanel .input .select2-selection__rendered .select2-search {
        padding: 0; }
      .stepperPanel .input .select2-selection__rendered .select2-selection__choice {
        margin-right: 10px;
        margin-left: 0; }
        .stepperPanel .input .select2-selection__rendered .select2-selection__choice[data-code] {
          font-size: 0;
          line-height: 0; }
          .stepperPanel .input .select2-selection__rendered .select2-selection__choice[data-code]::before {
            font-size: 14px;
            line-height: 28px;
            content: attr(data-code); }
    .stepperPanel .input .clear {
      top: 12px;
      right: 0;
      opacity: 0;
      pointer-events: none; }
      .stepperPanel .input .clear svg {
        fill: #999; }
    .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) {
      padding: 12px 0; }
      .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .clear {
        opacity: 1;
        pointer-events: all; }
        @media (hover: hover) {
          .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .clear:hover svg {
            fill: #333; } }
      .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) textarea {
        display: none; }
      .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .contenteditable, .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .library-panel .panel-template .textarea, .library-panel .panel-template .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .textarea, .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .template-popup .textarea, .template-popup .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .textarea {
        width: calc(100% - 36px);
        min-height: 24px;
        margin: 0;
        font-size: 14px;
        line-height: 24px; }
        .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .contenteditable::after, .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .library-panel .panel-template .textarea::after, .library-panel .panel-template .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .textarea::after, .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .template-popup .textarea::after, .template-popup .stepperPanel .input:has(.contenteditable, .library-panel .panel-template .textarea, .template-popup .textarea) .textarea::after {
          display: none !important; }
  .stepperPanel .trigger-add.with-validation .trigger-exp {
    padding: 0 0 24px 36px !important; }
    .stepperPanel .trigger-add.with-validation .trigger-exp::before {
      position: absolute;
      top: 0;
      bottom: 24px;
      left: 11px;
      width: 2px;
      background-color: #ee1752;
      content: ''; }
    .stepperPanel .trigger-add.with-validation .trigger-exp:has(.checked)::before {
      background-color: #DADADA; }
  .stepperPanel .trigger-add.with-validation:has(.item) .trigger-exp::before {
    bottom: 36px; }
  .stepperPanel .trigger-exp {
    padding: 0 !important; }
    .stepperPanel .trigger-exp .input:not(.searchStyle) {
      max-width: 100% !important; }
    .stepperPanel .trigger-exp .orLine + .controller {
      margin-top: 24px; }
    .stepperPanel .trigger-exp .controller.checked:has(input[type="checkbox"]) > svg {
      opacity: 1; }
  .stepperPanel .stepperPanelWizard {
    position: absolute;
    top: 24px;
    right: 36px;
    width: 24px;
    height: 24px; }
    .stepperPanel .stepperPanelWizard svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ccc; }
    @media (hover: hover) {
      .stepperPanel .stepperPanelWizard:hover svg {
        fill: #333; } }
  .stepperPanel .close {
    position: absolute;
    top: 24px;
    left: -48px;
    width: 24px;
    height: 24px; }
    .stepperPanel .close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
    @media (hover: hover) {
      .stepperPanel .close:hover svg {
        fill: rgba(255, 255, 255, 0.75); } }
  .stepperPanel[data-diagnostic-code-hidden] .diagnosticCode {
    display: none !important; }
  .stepperPanel[data-show-diagnosis-full] .ellips {
    white-space: normal !important;
    text-overflow: clip !important; }

.remove-controls,
.accept-build {
  position: fixed;
  bottom: 48px;
  left: 50%;
  z-index: 50;
  display: flex;
  opacity: 0;
  transition: 0.3s ease;
  transform: translate(-50%, 200%);
  flex-wrap: nowrap;
  gap: 24px;
  transition-property: transform, opacity; }
  .remove-controls button,
  .accept-build button {
    padding: 0 36px;
    margin: 0;
    border-radius: 24px; }
  .remove-controls.display,
  .preview-schedule .remove-controls,
  .accept-build.display,
  .preview-schedule
  .accept-build {
    opacity: 1;
    transform: translate(-50%, 0); }

.userList {
  display: grid;
  margin-bottom: 24px;
  gap: 6px;
  grid-template-columns: repeat(1, 1fr); }
  .userList-item {
    position: relative;
    display: grid;
    padding: 12px;
    background-color: white;
    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    grid-template-columns: 72px 1fr;
    gap: 12px; }
    .userList-item::after {
      border: 1px solid #E1E1E1;
      border-radius: 8px;
      transition: border-color 0.3s ease;
      content: ''; }
    .userList-item strong {
      display: block;
      padding-bottom: 2px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #333;
      white-space: nowrap; }
    .userList-item span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      color: #999;
      white-space: nowrap; }
    .userList-item .mark-list {
      padding-bottom: 6px; }
    .userList-item .avatar {
      position: relative;
      display: block;
      width: 72px;
      height: 72px;
      border-radius: 2px; }
      .userList-item .avatar svg {
        display: none; }
      .userList-item .avatar:not([data-bg]) {
        background-color: #ccc;
        border: 0; }
        .userList-item .avatar:not([data-bg]) svg {
          position: absolute;
          bottom: 0;
          left: 50%;
          display: block;
          width: 72px;
          height: 72px;
          margin: 0;
          transform: translateX(-50%); }
    .userList-item .icheck-item {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    .userList-item.checked::after {
      border-color: #1a73e8;
      border-width: 2px; }
    @media (hover: hover) {
      .userList-item:hover::after {
        border-color: #1a73e8;
        border-width: 2px; } }
  .userList + .controller {
    display: block;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  .userList + .input-note {
    margin: -6px 0 24px;
    color: #ee1752; }
    .userList + .input-note svg {
      fill: #ee1752; }
  .userList:has(.userList-item.checked) + .input-note {
    color: #999; }
    .userList:has(.userList-item.checked) + .input-note svg {
      fill: #ccc; }
  .userList + .noteBox {
    display: none;
    margin-bottom: 24px;
    color: #999;
    background-color: #F1F0F0; }
    .userList + .noteBox svg {
      fill: #999; }
  .userList:has(.userList-item.checked mark.color-02) + .noteBox {
    display: block;
    color: #ee1752;
    background-color: rgba(238, 23, 82, 0.3); }
    .userList:has(.userList-item.checked mark.color-02) + .noteBox svg {
      transition: none;
      fill: #ee1752; }

.userListValidation:has(.trigger-add.display .userList-item.checked) .submit {
  color: white;
  background-color: #ee1752;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(238, 23, 82, 0.5);
  pointer-events: all; }

.orLine {
  display: grid;
  align-items: center;
  margin: 14px 0 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #ccc;
  grid-template-columns: 1fr auto 1fr;
  gap: 6px;
  pointer-events: none; }
  .orLine::after, .orLine::before {
    height: 1px;
    background-color: #E1E1E1;
    content: ''; }
  .orLine.fixStyles {
    float: left;
    width: 100%;
    padding: 0 12px;
    margin: -12px 0 24px; }
    .tempStyles .orLine.fixStyles {
      padding: 0; }

.controller-input {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  width: calc(100% - 24px);
  min-height: 48px;
  padding: 12px 14px 12px 12px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  gap: 24px; }
  .controller-input label:not([class]) {
    position: absolute;
    top: -23px;
    left: 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
  .controller-input.long {
    width: calc(75% - 24px); }
  .controller-input.half {
    width: calc(50% - 24px); }
  .controller-input.fourth {
    width: calc(25% - 24px); }
  .controller-input.third {
    width: calc(100% / 3 - 24px); }
  .controller-input.third-2x {
    width: calc(100% / 3 * 2 - 24px); }
  .controller-input::after {
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    content: '';
    pointer-events: none;
    transition-property: border-color, box-shadow; }
  .controller-input .controller {
    margin: 0; }
  .controller-input.error::after {
    border-color: #ee1752 !important;
    border-width: 2px;
    box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }

.accordion-exp .description-template {
  position: relative;
  padding: 30px 35px 12px;
  margin: 0 -35px -35px;
  background-color: white;
  border-top: 1px solid #E1E1E1; }
  .accordion-exp .description-template h3 {
    margin-bottom: 18px; }
  .accordion-exp .description-template::before {
    z-index: 2;
    border-radius: 0; }
  .accordion-exp .description-template .sortable .icon-button {
    top: -40px;
    right: -6px; }
  .accordion-exp .description-template .sortable .input {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .accordion-exp .description-template:last-child {
    border-radius: 0 0 6px 6px; }
    .accordion-exp .description-template:last-child::before {
      border-radius: 0 0 6px 6px; }
  .accordion-exp .description-template.additional-description {
    margin-top: 34px; }

.accordion-exp:has(.dynamicFieldGroupHolder) .description-template {
  margin-bottom: 36px;
  border-radius: 0;
  border-bottom: 1px solid #E1E1E1; }

.remark-controls {
  position: absolute;
  top: 24px;
  right: 35px;
  z-index: 20;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap; }
  .remark-controls .remark-trigger {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .remark-controls .remark-trigger svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
      .remark-controls .remark-trigger svg:nth-child(2) {
        display: none;
        fill: #ee1752 !important; }
      .remark-controls .remark-trigger svg:only-child {
        display: block !important; }
    @media (hover: hover) {
      .remark-controls .remark-trigger:hover svg {
        fill: #333; } }
  .remark-controls .archived-button {
    display: none; }
  .remark-controls.selected {
    z-index: 40; }
    .remark-controls.selected .remark-button svg {
      fill: #333; }
  .remark-controls.added .remark-trigger svg {
    display: none; }
    .remark-controls.added .remark-trigger svg:nth-child(2) {
      display: block; }
  .remark-controls.archived .archived-button {
    display: block; }
  .remark-controls.archived.providerRole:not(.added) .remark-trigger:last-of-type {
    display: none; }
  .remark-controls.answear .input {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .accordion-item:has(.accordion-header .arrow) .remark-controls,
  .form-item-holder:has(> .sortable .icon-button, > .attach-button, > .icon-button) .remark-controls {
    right: 71px; }
  .form-item-holder:has(.stepper-icon) .remark-controls {
    top: 25px;
    right: 90px; }
  .controller-items .item:has(.sortable .icon-button) .remark-controls {
    right: 84px; }
  .controller-items .item.display:has(.sortable .icon-button) .remark-controls {
    right: 142px; }

.remarkCorrectionsButtons {
  position: fixed;
  bottom: 36px;
  left: 348px;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 624px;
  opacity: 0;
  transition: opacity 0.3s ease;
  gap: 24px;
  pointer-events: none; }
  .remarkCorrectionsButtons * {
    pointer-events: none; }
  .remarkCorrectionsButtons .submit,
  .remarkCorrectionsButtons .button {
    min-width: 192px;
    padding: 0 24px;
    margin: 0;
    border-radius: 24px; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .action:not(.innerAction),
.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .stepper-icon,
.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .icon-button,
.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .attach-button {
  display: none; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .form-item-holder .remark-controls {
  right: 35px; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .form-item-holder:has(.stepper-icon) .remark-controls {
  right: 53px; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .controller-items .item:has(.sortable .icon-button) .remark-controls {
  right: 84px; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) * {
  pointer-events: none !important; }

.request-step:has(.form-controls.blocked) .form:not(:has([data-clone-of])) .remark-controls * {
  pointer-events: auto !important; }

div:has(> .accordion-header .remark-controls.added)::before,
div:has(> .remark-controls.added)::before {
  position: absolute;
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
  z-index: 51;
  display: block !important;
  height: auto !important;
  background: none !important;
  border: 2px solid #ee1752;
  border-radius: 6px !important;
  opacity: 1 !important;
  content: '';
  pointer-events: none; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 624px;
  transition: transform 0.3s ease;
  transform: translateX(110%); }
  .drawer::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5000px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    pointer-events: none; }
  .drawer.display {
    transform: none; }
    .drawer.display::before {
      opacity: 1;
      pointer-events: all; }
  .drawer .internal {
    top: 33px; }
  .drawer .inner-tab {
    min-width: 0;
    min-height: 0;
    padding-bottom: 120px; }
    .drawer .inner-tab::-webkit-scrollbar-thumb {
      background-color: #1a73e8;
      border-color: #FAFAFA; }
  .drawer .drawerHolder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05); }
    .drawer .drawerHolder.whiteStyle {
      background-color: white; }
    .drawer .drawerHolder > .custom-scroll {
      width: 100%;
      height: 100%;
      padding: 24px;
      overflow-x: hidden;
      overflow-y: auto; }
  .drawer .submit {
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 20;
    min-width: 170px;
    padding: 0 48px;
    border-radius: 24px;
    transform: translateX(-50%); }
  .drawer .empty {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
    padding: 0 48px;
    margin-top: -72px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
    transform: translateY(-50%);
    pointer-events: none; }
    .drawer .empty svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 10px;
      fill: #ccc; }
    .drawer .empty.display {
      display: block; }
  .drawer h3 {
    display: block;
    margin: 0 12px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #1a73e8; }
  .drawer hr {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
    border: solid #e1e1e1;
    border-width: 1px 0 0; }
  .drawer .drawerCorrection {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding: 24px 36px;
    background-color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .drawer .drawerCorrection:not(.display) *, .drawer .drawerCorrection:not(.display) *::after, .drawer .drawerCorrection:not(.display) *::before {
      pointer-events: none !important; }
    .drawer .drawerCorrection.noAnim {
      transition: none; }
    .drawer .drawerCorrection .close {
      position: absolute;
      top: 24px;
      left: -48px;
      width: 24px;
      height: 24px; }
      .drawer .drawerCorrection .close svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
      @media (hover: hover) {
        .drawer .drawerCorrection .close:hover svg {
          fill: rgba(255, 255, 255, 0.75); } }
    .drawer .drawerCorrection header {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .drawer .drawerCorrection header::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #E1E1E1;
        content: '';
        pointer-events: none; }
      .drawer .drawerCorrection header:focus-within::after {
        height: 2px;
        background-color: #1a73e8; }
      .drawer .drawerCorrection header button {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
        background: none;
        border: 0; }
        .drawer .drawerCorrection header button svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .drawer .drawerCorrection header button:hover svg {
            fill: #333; } }
      .drawer .drawerCorrection header input {
        height: auto;
        padding: 0 0 25px;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: #333; }
      .drawer .drawerCorrection header.attachFileHead {
        padding-bottom: 16px;
        margin-bottom: 16px;
        overflow: hidden;
        cursor: pointer; }
        .drawer .drawerCorrection header.attachFileHead input {
          position: absolute;
          top: 0;
          right: 0;
          padding: 0;
          margin: 0;
          font-size: 200px !important;
          opacity: 0;
          cursor: pointer;
          direction: ltr; }
        .drawer .drawerCorrection header.attachFileHead span {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #999;
          transition: color 0.3s ease; }
        .drawer .drawerCorrection header.attachFileHead svg {
          position: absolute;
          top: 3px;
          right: 0;
          width: 24px;
          height: 24px;
          fill: #ccc; }
        @media (hover: hover) {
          .drawer .drawerCorrection header.attachFileHead:hover svg {
            fill: #333; }
          .drawer .drawerCorrection header.attachFileHead:hover span {
            color: #333; } }
    .drawer .drawerCorrection.display {
      opacity: 1;
      pointer-events: auto; }
    .drawer .drawerCorrection .submit {
      opacity: 0;
      transition: 0.3s ease;
      transform: translate(-50%, 24px);
      transition-property: opacity, transform;
      pointer-events: none; }
    .drawer .drawerCorrection .custom-scroll {
      width: 100% !important;
      height: calc(100% - 69px) !important;
      min-height: 50% !important;
      overflow-x: hidden;
      overflow-y: auto; }
    .drawer .drawerCorrection .content {
      min-height: 50%;
      padding: 0;
      font-size: 16px;
      line-height: 30px; }
    .drawer .drawerCorrection .input {
      padding: 4px 0 5px;
      margin: 0 -10px 16px;
      border-radius: 0; }
      .drawer .drawerCorrection .input:has(.input-note:not(.error), .select2-selection__choice .inactive) {
        padding-bottom: 38px; }
        .drawer .drawerCorrection .input:has(.input-note:not(.error), .select2-selection__choice .inactive) > svg {
          top: 16px;
          transform: none; }
      .drawer .drawerCorrection .input:has(.select2-selection__choice) .input-note[data-active] {
        color: #1a73e8; }
        .drawer .drawerCorrection .input:has(.select2-selection__choice) .input-note[data-active] svg {
          fill: #1a73e8; }
        .drawer .drawerCorrection .input:has(.select2-selection__choice) .input-note[data-active]::after {
          content: attr(data-active); }
      .drawer .drawerCorrection .input:has(.select2-selection__choice .inactive) .error {
        display: flex !important;
        visibility: visible; }
      .drawer .drawerCorrection .input > svg {
        right: 10px; }
      .drawer .drawerCorrection .input::before {
        display: none; }
      .drawer .drawerCorrection .input::after {
        right: 10px;
        left: 10px;
        border-width: 0 0 1px;
        border-radius: 0;
        box-shadow: none; }
      .drawer .drawerCorrection .input:focus-within::after, .drawer .drawerCorrection .input.focus::after {
        border-bottom-width: 2px; }
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__clear {
        right: -2px; }
      .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-search {
        padding: 0 10px; }
    .drawer .drawerCorrection .input-note {
      position: absolute;
      bottom: 13px;
      left: 10px;
      display: flex;
      align-items: flex-start;
      margin: 0;
      gap: 6px; }
      .drawer .drawerCorrection .input-note svg {
        margin: 0; }
      .drawer .drawerCorrection .input-note[data-default]::after {
        content: attr(data-default); }
      .drawer .drawerCorrection .input-note.error {
        display: none;
        color: #ee1752;
        visibility: hidden; }
        .drawer .drawerCorrection .input-note.error svg {
          fill: #ee1752; }
    .drawer .drawerCorrection.default .submit {
      opacity: 0;
      transform: translate(-50%, 24px);
      pointer-events: none; }
    .drawer .drawerCorrection:has(.input) {
      display: grid;
      grid-template-rows: auto auto 1fr; }
      .drawer .drawerCorrection:has(.input) > * {
        min-width: 0; }
      .drawer .drawerCorrection:has(.input) header {
        margin: 0; }
      .drawer .drawerCorrection:has(.input) .custom-scroll {
        height: auto !important; }
      .drawer .drawerCorrection:has(.input) .content {
        min-height: 100%; }
    .drawer .drawerCorrection:not(.default):has(header input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .submit {
      opacity: 1;
      transform: translate(-50%, 0);
      pointer-events: all; }
    .drawer .drawerCorrection .table {
      margin: -16px 0 16px; }
      .drawer .drawerCorrection .table .table-controls {
        display: none !important; }
      .drawer .drawerCorrection .table .dataTables_scrollHead {
        height: 0; }
      .drawer .drawerCorrection .table .dataTables_wrapper {
        padding: 0; }
        .drawer .drawerCorrection .table .dataTables_wrapper tbody tr::after {
          display: none !important; }
        .drawer .drawerCorrection .table .dataTables_wrapper tbody td {
          background-color: white; }
          .drawer .drawerCorrection .table .dataTables_wrapper tbody td img {
            min-width: 24px; }
          .drawer .drawerCorrection .table .dataTables_wrapper tbody td:first-child {
            padding-left: 0 !important; }
          .drawer .drawerCorrection .table .dataTables_wrapper tbody td:last-child {
            padding-right: 0 !important; }
      .drawer .drawerCorrection .table .inlineFlex {
        gap: 12px; }
      .drawer .drawerCorrection .table:has(.dataTables_empty) {
        position: absolute;
        top: -9999px;
        left: -9999px;
        width: calc(100% - 72px); }
      .drawer .drawerCorrection .table .icons {
        display: flex;
        align-items: center;
        min-width: max-content;
        white-space: nowrap;
        flex-wrap: nowrap;
        gap: 12px; }
        .drawer .drawerCorrection .table .icons .icon {
          width: 24px;
          min-width: 24px;
          height: 24px; }
        .drawer .drawerCorrection .table .icons * {
          margin: 0 !important; }
    .drawer .drawerCorrectionOptions {
      margin-bottom: 16px; }
      .drawer .drawerCorrectionOptions .input {
        margin-bottom: 0; }
        .drawer .drawerCorrectionOptions .input .select2-container .select2-selection--single .select2-selection__rendered {
          padding-left: 10px; }
        .drawer .drawerCorrectionOptions .input .select2-container .select2-selection--single .select2-selection__arrow {
          right: 10px;
          width: 24px; }
  .drawer .mainControl {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    border-radius: 6px;
    gap: 18px;
    transition-property: background-color; }
    .drawer .mainControl svg {
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .drawer .mainControl:hover {
        background-color: #f5f5f5; } }
    .drawer .mainControl.redStyle {
      color: #ee1752; }
      .drawer .mainControl.redStyle svg {
        fill: #ee1752; }
      @media (hover: hover) {
        .drawer .mainControl.redStyle:hover {
          background-color: rgba(238, 23, 82, 0.3); } }
  .drawer .blank {
    display: none; }
  .drawer .drawerMsg {
    padding: 24px 36px;
    font-size: 11px;
    line-height: 18px;
    color: #999; }
    .drawer .drawerMsg a {
      transition-property: color, border-color;
      border-bottom: 1px solid transparent; }
      @media (hover: hover) {
        .drawer .drawerMsg a:hover {
          border-color: #1a73e8; } }
  .drawer .drawerClose {
    position: absolute;
    top: 24px;
    left: -48px;
    width: 24px;
    height: 24px; }
    .drawer .drawerClose svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }

.taskStyle .help, .taskDetails .help {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
  order: 2;
  gap: 8px; }
  .taskStyle .help svg, .taskDetails .help svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ccc; }
  @media (hover: hover) {
    .taskStyle .help:hover, .taskDetails .help:hover {
      color: #333; }
      .taskStyle .help:hover svg, .taskDetails .help:hover svg {
        fill: #333; } }

.taskStyle .internal, .taskDetails .internal {
  top: auto;
  margin: 0;
  order: 1; }
  .taskStyle .internal a:not(.icon), .taskDetails .internal a:not(.icon) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    gap: 6px; }
  .taskStyle .internal .indicator, .taskDetails .internal .indicator {
    min-width: 17px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: white;
    background-color: #1fae1f;
    border-radius: 8px; }

.taskStyle .drawerHolder, .taskDetails .drawerHolder {
  display: grid;
  background-color: #FAFAFA;
  grid-template-rows: auto 1fr; }
  .taskStyle .drawerHolder > header, .taskDetails .drawerHolder > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 24px 36px 0;
    background-color: #FAFAFA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .taskStyle .drawerHolder .task-list-form, .taskDetails .drawerHolder .task-list-form {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%; }

.taskStyle .item, .taskDetails .item {
  position: relative;
  padding: 24px 36px;
  background-color: white;
  border-bottom: 1px solid #E1E1E1; }
  .taskStyle .item header, .taskDetails .item header {
    display: grid;
    align-items: start;
    margin-bottom: 12px;
    grid-template-columns: 1fr auto;
    gap: 12px 24px; }
    .taskStyle .item header strong, .taskDetails .item header strong {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #333;
      gap: 10px; }
      .taskStyle .item header strong svg, .taskDetails .item header strong svg {
        width: 24px;
        height: 24px;
        fill: #ee1752; }
      .taskStyle .item header strong svg.tooltip, .taskDetails .item header strong svg.tooltip {
        transform: scale(1, -1);
        cursor: pointer;
        pointer-events: all; }
        .taskStyle .item header strong svg.tooltip use, .taskDetails .item header strong svg.tooltip use {
          pointer-events: none; }
    .taskStyle .item header .noteBox, .taskDetails .item header .noteBox {
      margin: 0;
      background-color: #F1F0F0;
      grid-column: span 2; }
      .taskStyle .item header .noteBox::before, .taskDetails .item header .noteBox::before {
        display: none; }
  .taskStyle .item p, .taskDetails .item p {
    padding-left: 21px;
    margin: 0 0 12px 12px;
    font-size: 14px;
    line-height: 24px;
    border-left: 1px solid #e1e1e1; }
  .taskStyle .item .controller, .taskDetails .item .controller {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 11px 3px 7px;
    margin: 0;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #666;
    background-color: #eaeaea;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: 0.3s ease;
    cursor: pointer;
    gap: 6px;
    transition-property: background-color, color, border-color; }
    .taskStyle .item .controller .icheck-item, .taskDetails .item .controller .icheck-item {
      opacity: 0;
      pointer-events: all; }
    .taskStyle .item .controller > svg, .taskDetails .item .controller > svg {
      position: relative;
      top: auto;
      top: 0;
      left: auto;
      left: 0;
      width: 18px;
      height: 18px;
      opacity: 1;
      filter: none;
      fill: #999 !important; }
    @media (hover: hover) {
      .taskStyle .item .controller:not(.checked):hover, .taskDetails .item .controller:not(.checked):hover {
        color: #333; } }
    .taskStyle .item .controller.checked, .taskDetails .item .controller.checked {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3);
      border-color: #1fae1f; }
      .taskStyle .item .controller.checked > svg, .taskDetails .item .controller.checked > svg {
        fill: #1fae1f !important; }
  .taskStyle .item .previous, .taskDetails .item .previous {
    display: flex;
    font-size: 11px;
    line-height: 18px;
    color: #1a73e8;
    gap: 3px; }
    .taskStyle .item .previous i, .taskDetails .item .previous i {
      font-style: normal; }
    .taskStyle .item .previous::after, .taskDetails .item .previous::after {
      flex: 1;
      cursor: default;
      content: ''; }
  .taskStyle .item .selectInfoContainer, .taskDetails .item .selectInfoContainer {
    margin-bottom: 12px; }
  .taskStyle .item .selectInfo, .taskDetails .item .selectInfo {
    display: flex;
    font-size: 11px;
    line-height: 18px;
    color: #999;
    flex-wrap: wrap;
    gap: 4px; }
    .taskStyle .item .selectInfo::before, .taskDetails .item .selectInfo::before {
      content: attr(data-title); }
    .taskStyle .item .selectInfo span:not(:last-child):after, .taskDetails .item .selectInfo span:not(:last-child):after {
      content: ';'; }
    .taskStyle .item .selectInfo .inactive, .taskDetails .item .selectInfo .inactive {
      color: #ee1752; }
    .taskStyle .item .selectInfo .mainColor, .taskDetails .item .selectInfo .mainColor {
      color: #1a73e8; }
    .taskStyle .item .selectInfo:empty, .taskDetails .item .selectInfo:empty {
      display: none; }
  .taskStyle .item .pnSelectStyle, .taskDetails .item .pnSelectStyle {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    gap: 6px; }
    .taskStyle .item .pnSelectStyle svg, .taskDetails .item .pnSelectStyle svg {
      width: 24px;
      height: 24px;
      margin-right: 4px;
      fill: #ee1752; }
      .taskStyle .item .pnSelectStyle svg.unactive, .taskDetails .item .pnSelectStyle svg.unactive {
        fill: #ccc; }
      .taskStyle .item .pnSelectStyle svg.billed, .taskDetails .item .pnSelectStyle svg.billed {
        fill: #00A995; }
    .taskStyle .item .pnSelectStyle .note-id, .taskDetails .item .pnSelectStyle .note-id {
      font-weight: 500;
      color: #333; }
    .taskStyle .item .pnSelectStyle .note-date, .taskDetails .item .pnSelectStyle .note-date {
      font-weight: normal;
      color: #999; }
  .taskStyle .item .item-bottom, .taskDetails .item .item-bottom {
    display: grid;
    min-height: 36px;
    gap: 24px;
    grid-template-columns: 1fr auto; }
    .taskStyle .item .item-bottom .column, .taskDetails .item .item-bottom .column {
      min-width: 0; }
    .taskStyle .item .item-bottom ul, .taskDetails .item .item-bottom ul {
      font-size: 11px;
      line-height: 18px;
      color: #999; }
  .taskStyle .item.unactive, .taskDetails .item.unactive {
    background-color: #fafafa; }
    .taskStyle .item.unactive p, .taskDetails .item.unactive p {
      color: #999; }
    .taskStyle .item.unactive header strong, .taskDetails .item.unactive header strong {
      color: #999; }
      .taskStyle .item.unactive header strong svg, .taskDetails .item.unactive header strong svg {
        fill: #999; }
    .taskStyle .item.unactive .pnSelectStyle, .taskDetails .item.unactive .pnSelectStyle {
      opacity: 0.4; }
      .taskStyle .item.unactive .pnSelectStyle .note-date, .taskDetails .item.unactive .pnSelectStyle .note-date {
        color: #333; }
  .taskStyle .item.trash .controller, .taskDetails .item.trash .controller {
    display: none; }
  .taskStyle .item:has(.controller.checked) .action, .taskDetails .item:has(.controller.checked) .action {
    display: none; }

.taskDetails::before {
  display: none !important; }

.taskDetails .drawerHolder {
  display: block;
  overflow-y: auto;
  box-shadow: none; }

.taskDetails .item header strong {
  font-size: 18px;
  color: #1a73e8; }

.taskDetails .availability {
  display: grid;
  padding: 23px 36px;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr); }
  .taskDetails .availability h3 {
    margin: 0;
    font-size: 16px;
    color: #333; }
  .taskDetails .availabilityItem {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    gap: 12px; }
    .taskDetails .availabilityItem::before {
      flex: 1;
      height: 0;
      overflow: hidden;
      content: '';
      border-bottom: 1px dotted #E1E1E1;
      order: 2; }
    .taskDetails .availabilityItem > strong {
      display: flex;
      align-items: center;
      font-weight: normal;
      order: 1; }
      .taskDetails .availabilityItem > strong > svg {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 18px;
        fill: #999; }
    .taskDetails .availabilityItem a {
      color: #333; }
      .taskDetails .availabilityItem a span {
        color: #999;
        transition: color 0.3s ease; }
      @media (hover: hover) {
        .taskDetails .availabilityItem a:hover span {
          color: #333; } }
    .taskDetails .availabilityItem .icon {
      width: 18px;
      height: 18px;
      margin-left: 4px;
      cursor: pointer; }
      .taskDetails .availabilityItem .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ee1752; }
    .taskDetails .availabilityItem > span {
      color: #999;
      order: 3; }
    .taskDetails .availabilityItem:has(.icon) > strong {
      margin-right: 0; }
      .taskDetails .availabilityItem:has(.icon) > strong > svg {
        fill: #ee1752; }
    .taskDetails .availabilityItem:has(.icon) a,
    .taskDetails .availabilityItem:has(.icon) > span {
      color: #ee1752; }

.area-prop {
  display: flex;
  align-items: center;
  margin: -12px 0 36px;
  gap: 12px;
  flex-wrap: wrap; }
  .area-prop ul {
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #999; }
    .area-prop ul li {
      position: relative;
      flex: 1;
      padding: 0 18px 24px;
      transition: color 0.3s ease; }
      .area-prop ul li span {
        position: absolute;
        right: 0;
        bottom: 12px;
        left: 0;
        height: 6px;
        background-color: #ee1752;
        opacity: 0.3; }
      .area-prop ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 56px;
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
        content: ''; }
      .area-prop ul li:nth-child(2) span {
        opacity: 0.6; }
      .area-prop ul li:last-child {
        max-width: 120px; }
        .area-prop ul li:last-child span {
          background: linear-gradient(90deg, #EE1752 0%, rgba(238, 23, 82, 0) 100%);
          opacity: 1; }
  .area-prop .input {
    flex: 1;
    margin: 0; }
  .area-prop:has(.input.focus:nth-of-type(2)) ul li:nth-child(2) {
    color: #1a73e8; }
    .area-prop:has(.input.focus:nth-of-type(2)) ul li:nth-child(2)::before {
      background-color: #1a73e8; }
  .area-prop:has(.input.focus:nth-of-type(3)) ul li:nth-child(3) {
    color: #1a73e8; }
    .area-prop:has(.input.focus:nth-of-type(3)) ul li:nth-child(3)::before {
      background-color: #1a73e8; }

.noteStyle .help {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
  order: 2;
  gap: 8px; }
  .noteStyle .help svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ccc; }
  @media (hover: hover) {
    .noteStyle .help:hover {
      color: #333; }
      .noteStyle .help:hover svg {
        fill: #333; } }

.noteStyle .internal {
  top: auto;
  margin: 0;
  order: 1; }
  .noteStyle .internal a:not(.icon) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    gap: 6px; }
  .noteStyle .internal .indicator {
    min-width: 17px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: white;
    background-color: #1fae1f;
    border-radius: 8px; }

.noteStyle .drawerHolder {
  display: grid;
  background-color: #FAFAFA;
  grid-template-rows: auto 1fr; }
  .noteStyle .drawerHolder > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 24px 36px 0;
    background-color: #FAFAFA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .noteStyle .drawerHolder .task-list-form {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%; }

.noteStyle .item {
  position: relative;
  padding: 24px 66px 24px 36px;
  border-bottom: 1px solid #E1E1E1; }
  .noteStyle .item .action {
    position: absolute;
    top: 24px;
    right: 36px; }
  .noteStyle .item p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 24px; }
  .noteStyle .item > ul {
    font-size: 11px;
    line-height: 18px;
    color: #999; }
  .noteStyle .item .previous {
    display: flex;
    font-size: 11px;
    line-height: 18px;
    color: #1a73e8;
    gap: 3px; }
    .noteStyle .item .previous i {
      font-style: normal; }
    .noteStyle .item .previous::after {
      flex: 1;
      cursor: default;
      content: ''; }

.noteStyle .taskCorrection .custom-scroll {
  height: 100%; }

.noteStyle .files {
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
  flex-direction: column;
  gap: 12px; }
  .noteStyle .files:empty {
    display: none; }
  .noteStyle .files img {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px; }
  .noteStyle .files .file {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    gap: 12px; }
    @media (hover: hover) {
      .noteStyle .files .file:hover {
        color: #1a73e8; } }

.tissueStyle {
  width: 400px; }
  .tissueStyle .drawerHolder {
    padding: 24px 30px 24px 24px;
    overflow-y: auto; }
  .tissueStyle .templateBlank {
    display: flex;
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    border-radius: 6px;
    transition: 0.3s ease;
    cursor: pointer;
    gap: 18px;
    transition-property: color, background-color; }
    .tissueStyle .templateBlank svg {
      width: 24px;
      height: 24px;
      fill: #999; }
    .tissueStyle .templateBlank .name {
      flex: 1; }
    @media (hover: hover) {
      .tissueStyle .templateBlank:hover {
        color: #333;
        background-color: #F5F5F5; } }

.settingsTable .drawerHolder {
  display: grid;
  background-color: white;
  grid-template-rows: auto 1fr; }
  .settingsTable .drawerHolder > header {
    height: auto;
    padding-bottom: 6px;
    margin: 0 12px;
    border-bottom: 2px solid #e1e1e1; }
    .settingsTable .drawerHolder > header h3 {
      padding: 24px;
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      color: #1a73e8; }

.settingsTable .content-scroll {
  width: 100%;
  padding: 6px 12px 120px;
  scrollbar-track-color: white; }
  .settingsTable .content-scroll::-webkit-scrollbar-thumb {
    background-color: #1a73e8;
    border-color: white; }

.settingsTable .item {
  position: relative;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px;
  transition: background-color 0.3s ease; }
  .settingsTable .item::before {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 12px;
    background-color: #1a73e8;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(26, 115, 232, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    pointer-events: none; }
  @media (hover: hover) {
    .settingsTable .item:hover {
      background-color: #f5f5f5; }
      .settingsTable .item:hover .handle {
        opacity: 1;
        pointer-events: all; } }
  .settingsTable .item > svg {
    position: absolute;
    top: 12px;
    left: 24px;
    width: 24px;
    height: 24px;
    opacity: 0;
    fill: #999;
    pointer-events: none; }
  .settingsTable .item .handle {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 6px;
    width: 6px;
    border: dotted #ccc;
    border-width: 0 2px;
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
    pointer-events: none;
    transition-property: border-color, opacity; }
    @media (hover: hover) {
      .settingsTable .item .handle:hover {
        border-color: #333; } }
  .settingsTable .item .controller {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #999; }
    .settingsTable .item .controller svg {
      top: 3px;
      left: 3px;
      width: 18px;
      height: 18px; }
    .settingsTable .item .controller .icheck-item {
      border-radius: 4px;
      opacity: 1; }
    .settingsTable .item .controller.checked {
      color: #333; }
      .settingsTable .item .controller.checked svg {
        opacity: 1; }
      .settingsTable .item .controller.checked .icheck-item {
        opacity: 1; }
  .settingsTable .item.disabled {
    pointer-events: none !important; }
    .settingsTable .item.disabled * {
      pointer-events: none !important; }
    .settingsTable .item.disabled > svg {
      opacity: 1; }
    .settingsTable .item.disabled .controller svg {
      opacity: 0; }
    .settingsTable .item.disabled .controller .icheck-item {
      opacity: 0; }
  .settingsTable .item.ui-sortable-helper {
    left: 12px !important;
    background-color: transparent; }
    .settingsTable .item.ui-sortable-helper .handle {
      opacity: 0; }
    .settingsTable .item.ui-sortable-helper::before {
      opacity: 1; }
    .settingsTable .item.ui-sortable-helper .controller {
      color: white; }
  .settingsTable .item.ui-sortable-placeholder {
    position: relative;
    visibility: visible !important; }
    .settingsTable .item.ui-sortable-placeholder::after {
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      left: 0;
      height: 2px;
      background-color: #1a73e8;
      content: ''; }

.settingsControls .drawerHolder {
  background-color: white; }
  .settingsControls .drawerHolder > header {
    height: auto;
    padding: 24px;
    margin: 0 12px;
    border-bottom: 2px solid #e1e1e1; }

.settingsControls .content-scroll {
  width: 100%;
  height: 100%;
  padding: 24px 36px 120px;
  scrollbar-track-color: white; }
  .settingsControls .content-scroll::-webkit-scrollbar-thumb {
    background-color: #1a73e8;
    border-color: white; }
  .settingsControls .content-scroll h3 {
    margin: 0 0 24px; }

.settingsControls .controller {
  display: block;
  margin: 0 0 24px; }
  .settingsControls .controller:last-child {
    margin-bottom: 0; }

.procedureList hr {
  width: auto;
  margin-right: 12px;
  margin-left: 12px; }

.procedureList .custom-scroll {
  padding-bottom: 96px !important; }
  .procedureList .custom-scroll > .controller-list {
    padding-bottom: 0; }
  .procedureList .custom-scroll > .trigger-add h3 {
    padding-top: 0;
    padding-bottom: 24px;
    margin: 0; }
  .procedureList .custom-scroll > .trigger-add .trigger-exp {
    padding: 0; }

.procedureList .emptyBox {
  position: absolute;
  top: 50%;
  right: 118px;
  left: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999;
  opacity: 0;
  transform: translateY(-50%);
  cursor: default;
  flex-direction: column;
  gap: 9px;
  pointer-events: none; }
  .procedureList .emptyBox svg {
    display: block;
    width: 48px;
    height: 48px;
    fill: #999; }
  .procedureList .emptyBox strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .procedureList .emptyBox p {
    margin: 0; }

.procedureList.emptyProcedureList .custom-scroll {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  pointer-events: none; }

.procedureList.emptyProcedureList .submit {
  opacity: 0;
  pointer-events: none; }

.procedureList.emptyProcedureList .emptyBox {
  opacity: 1;
  pointer-events: all; }

.auth-form {
  position: relative;
  width: 100%; }
  .auth-form .input,
  .auth-form .align-text,
  .auth-form .middle-text,
  .auth-form .middle {
    float: none !important; }
  .auth-form:not(.display) {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }

.alertStyle .content-scroll {
  width: 100%; }

.alertStyle .item {
  display: grid;
  padding: 24px 36px 23px;
  font-size: 14px;
  line-height: 24px;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  border-bottom: 1px solid #e1e1e1; }
  .alertStyle .item * {
    min-width: 0;
    margin: 0 !important; }

.alertStyle .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  flex-wrap: wrap;
  gap: 12px; }
  .alertStyle .title svg {
    width: 24px;
    height: 24px;
    fill: #ee1752; }

.agreement-tabs {
  position: relative;
  font-size: 16px;
  line-height: 30px; }
  .agreement-tabs .tab:not(.display), .agreement-tabs .trigger-add:not(.display), .agreement-tabs .inner-tab:not(.display) {
    left: 0;
    width: 100%; }
  .agreement-tabs h2 {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 600%;
    line-height: 24px;
    color: #111; }
    .agreement-tabs h2:first-child {
      margin-top: 0; }
  .agreement-tabs h3 {
    margin-bottom: 12px; }
  .agreement-tabs p {
    margin: 0 0 18px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #333 !important; }
    .agreement-tabs p strong {
      font-weight: 600; }
  .agreement-tabs .tab > ul, .agreement-tabs .trigger-add > ul, .agreement-tabs .inner-tab > ul {
    padding-left: 12px; }
    .agreement-tabs .tab > ul li, .agreement-tabs .trigger-add > ul li, .agreement-tabs .inner-tab > ul li {
      position: relative;
      padding-left: 18px; }
      .agreement-tabs .tab > ul li::before, .agreement-tabs .trigger-add > ul li::before, .agreement-tabs .inner-tab > ul li::before {
        position: absolute;
        top: 12px;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: #333;
        border-radius: 50%;
        content: ''; }
  .agreement-tabs .personalInformation {
    padding: 0 0 0 18px;
    counter-reset: section; }
    .agreement-tabs .personalInformation > li {
      position: relative;
      padding: 0 0 18px 24px; }
      .agreement-tabs .personalInformation > li::before {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 600;
        content: counter(section, upper-alpha) ". ";
        counter-increment: section; }
      .agreement-tabs .personalInformation > li p {
        margin: 0 !important; }
    .agreement-tabs .personalInformation div {
      padding-top: 12px; }
      .agreement-tabs .personalInformation div p {
        padding-left: 12px; }
      .agreement-tabs .personalInformation div ul {
        padding-left: 12px; }
        .agreement-tabs .personalInformation div ul li {
          position: relative;
          padding-left: 18px; }
          .agreement-tabs .personalInformation div ul li::before {
            position: absolute;
            top: 12px;
            left: 0;
            width: 6px;
            height: 6px;
            background-color: #333;
            border-radius: 50%;
            content: ''; }
  .agreement-tabs .last-update {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    color: #999; }

.agreement-form .controller {
  padding: 24px 24px 24px 66px;
  margin: 0;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 6px; }
  .agreement-form .controller .icheck-item {
    top: 24px;
    left: 24px; }
  .agreement-form .controller > svg {
    top: 26px;
    left: 26px; }

.agreement-info {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  width: calc(50vw - var(--scroll-bar) / 2);
  background-color: #f5f5f5;
  transition: opacity 0.3s ease;
  text-align-last: left;
  grid-template-rows: auto 1fr; }
  .agreement-info:not(.display) {
    opacity: 0;
    pointer-events: none; }
    .agreement-info:not(.display) * {
      pointer-events: none !important; }
  .agreement-info > * {
    min-width: 0;
    min-height: 0; }
  .agreement-info .tabs {
    height: 72px;
    padding-top: 24px;
    margin: 0; }
  .agreement-info .agreement-tabs {
    padding: 36px 48px 72px;
    overflow-y: auto; }
  .agreement-info .close {
    position: absolute;
    top: 36px;
    right: 48px;
    z-index: 20;
    width: 24px;
    height: 24px; }
    .agreement-info .close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .agreement-info .close:hover svg {
        fill: #333; } }

.additional-block {
  position: relative;
  float: left;
  width: 100%; }
  .additional-block::before {
    display: block;
    height: 1px;
    margin: 0 12px;
    margin-bottom: 36px;
    background-color: #E1E1E1;
    content: ''; }
  .additional-block:first-of-type::before {
    display: none; }

.agreementsBox {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px; }
  .agreementsBox:has(.agreementItem) {
    padding: 1px 12px 12px 12px; }
  .agreementsBox .agreementItem {
    position: relative;
    min-width: 0;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 6px;
    cursor: pointer; }
    .agreementsBox .agreementItem.selected::before {
      border-color: #1a73e8;
      border-width: 2px; }
    .agreementsBox .agreementItem::before {
      border: 1px solid #e1e1e1;
      border-radius: 6px;
      content: '';
      pointer-events: none; }
    .agreementsBox .agreementItem header {
      position: relative;
      display: flex;
      align-items: center;
      gap: 6px; }
      .agreementsBox .agreementItem header::before {
        position: absolute;
        top: 9px;
        left: 0;
        z-index: 5;
        width: 15px;
        height: 8px;
        background: url(../images/text-pdf.svg) no-repeat 0 0;
        content: ''; }
      .agreementsBox .agreementItem header > img,
      .agreementsBox .agreementItem header > svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #999; }
    .agreementsBox .agreementItem h3 {
      flex: 1;
      margin: 0; }
    .agreementsBox .agreementItem.empty dl {
      display: none; }
    .agreementsBox .agreementItem.empty::before {
      border-color: #ee1752;
      border-width: 2px; }
    .agreementsBox .agreementItem.empty header::before,
    .agreementsBox .agreementItem.empty header > svg {
      display: none; }
    .agreementsBox .agreementItem.empty .openAgreement {
      display: none; }
    .agreementsBox .agreementItem:not(.empty) .signAgreement {
      display: none; }
    .agreementsBox .agreementItem:has(.showUploadImage) header::before {
      display: none; }
    .agreementsBox .agreementItem .showUploadImage {
      border-radius: 6px; }
  .agreementsBox dl {
    display: grid;
    padding-top: 17px;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    gap: 12px 6px;
    grid-template-columns: 120px 1fr;
    border-top: 1px solid #e1e1e1; }
    .agreementsBox dl dt {
      color: rgba(0, 0, 0, 0.4); }
    .agreementsBox dl dd {
      margin: 0; }
    .agreementsBox dl i {
      font-style: normal;
      color: rgba(238, 23, 82, 0.8); }
  .agreementsBox .blank {
    display: none; }
  .agreementsBox ~ .noteBox {
    background-color: #F1F0F0; }
    .agreementsBox ~ .noteBox::before {
      display: none; }

[data-clone-of]:has(.remark-controls.providerRole) * {
  pointer-events: none !important; }

[data-clone-of]:has(.remark-controls.providerRole) .suggestCorrections {
  pointer-events: all !important; }

.tempOpacity {
  opacity: .3 !important;
  pointer-events: none; }
  .tempOpacity * {
    pointer-events: none !important; }

.dynamicFieldGroup {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  align-self: flex-start; }
  .dynamicFieldGroup > label {
    position: absolute;
    top: -23px;
    left: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
  .dynamicFieldGroup__row {
    position: relative;
    display: grid;
    height: 48px;
    grid-template-columns: calc(134/264*100%) calc(130/264*100%); }
    .dynamicFieldGroup__row:before, .dynamicFieldGroup__row:after {
      border-radius: 3px;
      transition: 0.3s ease;
      content: "";
      pointer-events: none;
      transition-property: background-color, border-color, box-shadow; }
    .dynamicFieldGroup__row:before {
      background-color: white; }
    .dynamicFieldGroup__row:after {
      z-index: 25;
      border: 1px solid #ddd;
      border-radius: 4px; }
    .dynamicFieldGroup__row:has(.dynamicFieldGroup__item:focus-within):focus-within:after {
      border-color: #1a73e8;
      border-width: 2px;
      box-shadow: 0 0 10px rgba(26, 115, 232, 0.25); }
    .dynamicFieldGroup__row:has(input[aria-invalid="true"]):after, .dynamicFieldGroup__row:has(select[aria-invalid="true"]):after, .dynamicFieldGroup__row:has(input:invalid):after, .dynamicFieldGroup__row:has(textarea:invalid):after, .dynamicFieldGroup__row:has(select:invalid):after {
      border-color: #ee1752;
      border-width: 2px;
      box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }
    .dynamicFieldGroup__row:last-of-type .remove,
    .dynamicFieldGroup__row:only-of-type .remove {
      opacity: 0;
      pointer-events: none; }
    .dynamicFieldGroup__row.deleted {
      display: none !important; }
  .dynamicFieldGroup__item {
    position: relative;
    z-index: 5; }
    .dynamicFieldGroup__item:first-child {
      border-right: 1px solid #ddd; }
    .dynamicFieldGroup__item:focus-within .value {
      opacity: 1 !important; }
    .dynamicFieldGroup__item:has(input:not(:placeholder-shown)) .value, .dynamicFieldGroup__item:has(textarea:not(:placeholder-shown)) .value, .dynamicFieldGroup__item:has(select:not(:placeholder-shown)) .value {
      opacity: 1 !important; }
    .dynamicFieldGroup__item:nth-of-type(2) input {
      padding-left: 12px; }
    .dynamicFieldGroup__item:nth-of-type(2) .value {
      right: 18px; }
    .dynamicFieldGroup__item > label.error {
      display: none !important; }
  .dynamicFieldGroup span.error {
    display: none !important; }
  .dynamicFieldGroup .value {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    font-size: 14px;
    color: #999;
    opacity: 0;
    pointer-events: none; }
  .dynamicFieldGroup .remove {
    position: absolute;
    top: calc(50% - 12px);
    right: -11px;
    z-index: 26;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 50%; }
    .dynamicFieldGroup .remove svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
  .dynamicFieldGroup.insideSelect {
    padding-top: 12px;
    gap: 6px; }
    .dynamicFieldGroup.insideSelect h4 {
      margin: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 24px; }
    .dynamicFieldGroup.insideSelect .dynamicFieldGroup__row {
      grid-template-columns: repeat(2, 1fr); }
  .dynamicFieldGroupHolder .noteBox {
    margin: 12px 0 0; }
  .dynamicFieldGroupHolder:has(.dynamicFieldGroup:not(.deleted)) .noteBox {
    display: none; }
  .dynamicFieldGroupHolder .dynamicFieldGroup .remove {
    opacity: 1;
    pointer-events: all; }
  .dynamicFieldGroupHeader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px; }
    .dynamicFieldGroupHeader h3 {
      margin: 0 !important; }
    .dynamicFieldGroupHeader .icon-button {
      width: 24px;
      height: 24px;
      padding: 0;
      margin: 0;
      background: none;
      border: 0; }

.trendValue {
  position: relative;
  display: grid;
  height: 48px;
  padding: 11px 11px 11px 17px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  border: 1px dotted #c4c4c4;
  border-radius: 3px;
  grid-template-columns: repeat(2, 1fr); }
  .trendValue > * {
    min-width: 0; }
  .trendValue > label {
    position: absolute;
    top: -24px;
    left: -1px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    pointer-events: none; }
  .trendValue .value {
    border-right: 1px solid #e1e1e1; }
    .trendValue .value::after {
      padding-left: 4px;
      content: attr(data-sufix); }
  .trendValue .trend {
    display: flex;
    align-items: center;
    padding: 0 8px 0 10px;
    gap: 6px; }
  .trendValue:has(.trend:empty) .value {
    border-color: transparent; }
  .trendValue.textStyle .value {
    border-color: transparent; }
    .trendValue.textStyle .value::after {
      display: none; }
  .trendValue.textStyle .trend {
    display: none; }
  .trendValue.increase .trend {
    color: #ee1752; }
    .trendValue.increase .trend::after {
      width: 0;
      height: 0;
      content: '';
      border-bottom: 6px solid #ee1752;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
  .trendValue.decrease .trend {
    color: #1fae1f; }
    .trendValue.decrease .trend::after {
      width: 0;
      height: 0;
      transform: scale(1, -1);
      content: '';
      border-bottom: 6px solid #1fae1f;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }

.grid-triple .trendValue .value {
  border: 0; }

.rowControllerList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  gap: 18px; }
  .rowControllerList::before {
    position: absolute;
    right: 0;
    bottom: 17.5px;
    left: 0;
    content: '';
    border-top: 1px dotted #E1E1E1; }
  .rowControllerList .pos {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .rowControllerList .controller {
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    color: #666; }
    .rowControllerList .controller.checked {
      color: #333; }
    .rowControllerList .controller > svg {
      top: auto;
      bottom: 2px; }
    .rowControllerList .controller .icheck-item {
      position: relative;
      top: auto;
      left: auto;
      width: 36px;
      height: 36px;
      background-color: #EAEAEA;
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .rowControllerList .controller .radio {
      border-radius: 50%; }
      .rowControllerList .controller .radio::after {
        opacity: 0 !important; }
    .rowControllerList .controller > span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      pointer-events: none; }
    .rowControllerList .controller.checked {
      color: white; }
      .rowControllerList .controller.checked .icheck-item {
        background-color: #1a73e8;
        box-shadow: 0px 1px 4px 0px rgba(26, 115, 232, 0.4); }

.optionalBlock {
  float: left;
  width: 100%;
  padding-bottom: 6px; }
  .optionalBlock h3 {
    float: left;
    width: 100%;
    margin-bottom: 0 !important; }
  .optionalBlock .noteGridStyle {
    padding: 12px 12px 0 !important;
    margin-bottom: 24px; }

.simpleControllerList {
  display: grid;
  padding: 0 12px 36px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  list-style: none; }
  .simpleControllerList li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    cursor: default;
    gap: 24px; }
  .simpleControllerList .alignRight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px; }
  .simpleControllerList .count {
    font-size: 14px;
    color: #ccc; }
    .simpleControllerList .count.empty {
      color: #ee1752; }
  .simpleControllerList .more {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .simpleControllerList .more svg {
      display: block;
      width: 100%;
      height: 100%;
      transform: rotate(90deg);
      fill: #ccc; }
    @media (hover: hover) {
      .simpleControllerList .more:hover svg {
        fill: #333; } }
  .simpleControllerList.underConstruction .title {
    color: #ccc; }
  .simpleControllerList.underConstruction .alignRight {
    display: none; }

.testOptionalControls {
  margin-top: -6px; }

.testOptionalBlock {
  position: relative;
  display: block; }
  .testOptionalBlock .form-columns:not(.modal-content).gridStyle::before {
    top: 6px;
    bottom: 24px; }
  .testOptionalBlock .form-columns:not(.modal-content).gridStyle:first-child {
    margin-top: -18px;
    margin-bottom: 18px; }
    .testOptionalBlock .form-columns:not(.modal-content).gridStyle:first-child::before {
      top: -6px;
      bottom: 12px; }
  .testOptionalBlock .form-columns:not(.modal-content).gridStyle .input {
    margin-bottom: 0; }

.section-locked *, .section-locked::after, .section-locked::before,
.section-locked .slider-frame .slider ul li:after,
.section-locked .slider-frame .slider ul span::after {
  pointer-events: none !important; }

.section-locked .action .trigger,
.section-locked .action .ignore-blocked {
  pointer-events: auto !important; }

.additionalStatusesDrawer .drawerHolder {
  background-color: white; }
  .additionalStatusesDrawer .drawerHolder > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 36px 12px; }
    .additionalStatusesDrawer .drawerHolder > header h3 {
      margin: 0; }
    .additionalStatusesDrawer .drawerHolder > header .alignRight {
      display: flex;
      align-items: center;
      gap: 24px; }
    .additionalStatusesDrawer .drawerHolder > header .icon {
      display: block;
      width: 24px;
      height: 24px;
      cursor: pointer; }
      .additionalStatusesDrawer .drawerHolder > header .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .additionalStatusesDrawer .drawerHolder > header .icon:hover svg {
          fill: #333; } }
  .additionalStatusesDrawer .drawerHolder .content-scroll {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0 36px 96px; }
    .additionalStatusesDrawer .drawerHolder .content-scroll::-webkit-scrollbar-thumb {
      border-color: white; }

.additionalStatusesDrawer .drawerCorrection header {
  margin: -2px 0 24px !important; }
  .additionalStatusesDrawer .drawerCorrection header input {
    padding-bottom: 22px; }

.additionalStatusesDrawer .drawerCorrection .input-note {
  bottom: 48px;
  left: 36px;
  transition: opacity 0.3s ease; }

.additionalStatusesDrawer .drawerCorrection:has(header input:placeholder-shown) .submit {
  opacity: 0 !important;
  transform: translate(-50%, 24px) !important;
  pointer-events: none !important; }

.additionalStatusesDrawer .drawerCorrection:has(header input:not(:placeholder-shown)) .input-note {
  opacity: 0;
  pointer-events: all; }

.additionalStatusesDrawer .item {
  position: relative;
  padding: 12px 0; }
  .additionalStatusesDrawer .item .action {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none; }
    .additionalStatusesDrawer .item .action * {
      pointer-events: none; }
    .additionalStatusesDrawer .item .action .dropdown {
      position: fixed;
      right: auto;
      bottom: auto; }
  .additionalStatusesDrawer .item:has(.action.display) .action {
    opacity: 1;
    pointer-events: all; }
    .additionalStatusesDrawer .item:has(.action.display) .action * {
      pointer-events: all; }
  .additionalStatusesDrawer .item .handle {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 36px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    pointer-events: none; }
    .additionalStatusesDrawer .item .handle:after, .additionalStatusesDrawer .item .handle:before {
      position: absolute;
      top: 0;
      bottom: 0;
      transition: border-color 0.3s ease;
      content: "";
      border-right: 2px dotted #ccc; }
    .additionalStatusesDrawer .item .handle:before {
      left: 18px; }
    .additionalStatusesDrawer .item .handle:after {
      left: 22px; }
    @media (hover: hover) {
      .additionalStatusesDrawer .item .handle:hover:after, .additionalStatusesDrawer .item .handle:hover:before {
        border-color: #333; } }
  @media (hover: hover) {
    .additionalStatusesDrawer .item:hover .action {
      opacity: 1;
      pointer-events: all; }
      .additionalStatusesDrawer .item:hover .action * {
        pointer-events: all; } }

.additionalStatusesDrawer .controller {
  display: block;
  margin: 0; }

.additionalStatusesDrawer .defaultStatus {
  color: #ccc; }

.additionalStatusesDrawer .trigger-add:not(.display) {
  left: -9999px; }

.additionalStatusesDrawer .trigger-add .trigger-exp {
  display: grid;
  padding: 24px 0 12px 36px;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px; }
  .additionalStatusesDrawer .trigger-add .trigger-exp::before {
    position: absolute;
    top: 24px;
    bottom: 12px;
    left: 11px;
    width: 2px;
    background-color: #ccc;
    content: ''; }

.additionalStatusesDrawer .statusColors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px; }
  .additionalStatusesDrawer .statusColors .controller {
    flex: 1;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border: 2px solid white;
    border-radius: 4px;
    cursor: pointer; }
    .additionalStatusesDrawer .statusColors .controller::after {
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 2px solid #1a73e8;
      border-radius: 4px;
      opacity: 0;
      content: '';
      pointer-events: none; }
    .additionalStatusesDrawer .statusColors .controller .icheck-item {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .additionalStatusesDrawer .statusColors .controller .icheck-item * {
        pointer-events: none; }
    .additionalStatusesDrawer .statusColors .controller.checked::after {
      opacity: 1; }
    .additionalStatusesDrawer .statusColors .controller.statusColors-01 {
      color: #1A73E8;
      background-color: rgba(26, 115, 232, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-02 {
      color: #EE1752;
      background-color: rgba(238, 23, 82, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-03 {
      color: #1FAE1F;
      background-color: rgba(31, 174, 31, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-04 {
      color: #00A995;
      background-color: rgba(0, 169, 149, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-05 {
      color: #666666;
      background-color: rgba(102, 102, 102, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-06 {
      color: #E79D00;
      background-color: rgba(231, 157, 0, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-07 {
      color: #AD00FF;
      background-color: rgba(173, 0, 255, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-08 {
      color: #676F37;
      background-color: rgba(103, 111, 55, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-09 {
      color: #978857;
      background-color: rgba(151, 136, 87, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-10 {
      color: #915F50;
      background-color: rgba(145, 95, 80, 0.3); }
    .additionalStatusesDrawer .statusColors .controller.statusColors-11 {
      color: #999999;
      background-color: rgba(153, 153, 153, 0.3); }

.additionalStatusesDrawer .sortable {
  margin: 0; }
  .additionalStatusesDrawer .sortable .input {
    padding: 0;
    margin: 0; }
    .additionalStatusesDrawer .sortable .input .form-control-character-count {
      top: 50%;
      right: 34px;
      font-size: 12px;
      line-height: 25px;
      opacity: 0;
      transform: translateY(-50%);
      pointer-events: none; }
    .additionalStatusesDrawer .sortable .input .removeSubstatus,
    .additionalStatusesDrawer .sortable .input .remove {
      top: 50%;
      right: 0;
      transition: none;
      transform: translateY(-50%); }
    @media (hover: hover) {
      .additionalStatusesDrawer .sortable .input:not(.ui-state-disabled):hover .form-control-character-count {
        opacity: 1; } }

.additionalStatusesDrawer.is-sorting .drawerHolder > header .icon {
  opacity: 0;
  pointer-events: none; }

.additionalStatusesDrawer.is-sorting .controller {
  padding-left: 0;
  pointer-events: none; }
  .additionalStatusesDrawer.is-sorting .controller .icheck-item {
    opacity: 0;
    pointer-events: none; }

.additionalStatusesDrawer.is-sorting .item .action {
  opacity: 0;
  pointer-events: none; }

.additionalStatusesDrawer.is-sorting .item .trigger-add.display {
  position: absolute;
  top: -9999px;
  left: 48px;
  width: calc(100% - 96px);
  opacity: 0;
  pointer-events: none; }

.additionalStatusesDrawer.is-sorting .item .handle {
  pointer-events: all; }

@media (hover: hover) {
  .additionalStatusesDrawer.is-sorting .item:hover .handle {
    opacity: 1; } }

.additionalStatusesDrawer.is-sorting .ui-sortable-helper {
  height: auto !important;
  margin-left: -6px !important;
  background-color: rgba(26, 115, 232, 0.8) !important;
  box-shadow: 0 0 20px rgba(26, 115, 232, 0.5); }
  .additionalStatusesDrawer.is-sorting .ui-sortable-helper .controller {
    padding-left: 18px !important;
    color: white;
    cursor: pointer; }
  .additionalStatusesDrawer.is-sorting .ui-sortable-helper .handle {
    opacity: 0 !important; }

.additionalStatusesDrawer.is-sorting .ui-sortable-placeholder {
  z-index: 20;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  padding: 0;
  margin: -1px 0 -1px 0 !important;
  background-color: #1a73e8;
  visibility: visible !important; }
  .additionalStatusesDrawer.is-sorting .ui-sortable-placeholder > * {
    display: none !important; }

.additionalStatusesDrawer.is-sorting .ui-state-disabled {
  margin-top: -48px;
  pointer-events: none; }
  .additionalStatusesDrawer.is-sorting .ui-state-disabled .handle {
    opacity: 0 !important;
    pointer-events: none !important; }

.additionalStatusesDrawer.user-state .item .action,
.additionalStatusesDrawer.user-state .drawerHolder > header .alignRight {
  display: none; }

.moreAreaExp {
  width: 100%;
  grid-column: 1 / -1; }
  .moreAreaExp:not(.display) {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none; }
  .moreAreaExp + .grid {
    padding-top: 42px; }
  .moreAreaExp h3 {
    padding-top: 24px; }
  .moreAreaExp .formula {
    position: relative;
    display: grid;
    float: none;
    grid-column: 1 / span 4;
    gap: 36px 24px;
    grid-template-columns: repeat(3, 1fr); }
    .moreAreaExp .formula .input {
      float: none !important;
      width: auto !important;
      min-height: 0 !important;
      margin: 0 !important; }
  .moreAreaExp .note-grid {
    margin: 10px 0 12px; }

.addButton {
  position: absolute;
  top: 24px;
  right: 35px;
  z-index: 20;
  width: 24px;
  height: 24px;
  pointer-events: all; }
  .addButton svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #999; }
  @media (hover: hover) {
    .addButton:hover svg {
      fill: #333; } }

.red, .red * {
  color: #ee1752 !important; }

.cellInfo {
  display: grid;
  align-items: flex-start;
  padding-top: 11px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  .cellInfo .cell {
    position: relative;
    padding: 13px 15px;
    border: 1px dotted #ccc;
    border-radius: 4px; }
    .cellInfo .cell::before {
      position: absolute;
      top: -12px;
      left: 10px;
      padding: 0 6px;
      font-size: 12px;
      line-height: 18px;
      color: #999;
      background-color: white;
      content: attr(data-title); }
    .cellInfo .cell p {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      color: #333; }
    .cellInfo .cell.fullWidth {
      grid-column: 1 / -1; }

.green, .green * {
  color: #1fae1f !important; }

:root {
  --scroll-bar: 8px; }

.no-animation::after,
.no-animation::before,
.no-animation *,
.no-animation *::after,
.no-animation *::before {
  transition: none !important;
  animation: none !important; }

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 168px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  transition-property: opacity, padding-top; }
  .lower-level:not(.no-header) #wrapper,
  .no-header #wrapper {
    padding-top: 0; }
  body:not(.create-layout) #wrapper:after {
    z-index: 65;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    pointer-events: none; }
  .login-layout #wrapper {
    height: 100%;
    padding: 0;
    text-align: center;
    white-space: nowrap; }
    .login-layout #wrapper:after {
      display: inline-block;
      width: 0;
      min-height: 100%;
      content: "";
      vertical-align: middle; }
    .login-layout #wrapper > * {
      display: inline-block;
      white-space: normal;
      vertical-align: middle; }
  .create-layout #wrapper {
    height: 100%;
    padding: 0; }
    .create-layout #wrapper:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 50%;
      background-color: white;
      content: "";
      pointer-events: none; }
  .scroll-hidden:not(.create-layout) #wrapper:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: auto; }
  .blackout #wrapper:after {
    background-color: rgba(0, 0, 0, 0.5); }
  .lower-level #wrapper {
    height: 100%; }
    @media (max-width: 1279px) {
      .lower-level #wrapper {
        height: calc(var(--vh) * 100); } }
  body:has(.drawer.display, .stepperPanel.display) #wrapper,
  .scroll-hidden #wrapper,
  .fancybox-active #wrapper {
    padding-right: var(--scroll-bar); }
  #wrapper:has(.tab.loading, .loading.trigger-add, .loading.inner-tab)::before {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url(../images/spinner.svg) no-repeat 50% 50%/contain;
    content: '';
    animation: spin 1s linear infinite; }
  body:not(.no-header):has(.breadcrumbs:last-of-type:not(.accessSettings .breadcrumbs)) #wrapper {
    padding-top: 132px; }

.bg {
  pointer-events: none; }

.container {
  position: relative;
  max-width: 1224px;
  padding: 0 48px;
  margin: 0 auto; }
  .container.flex {
    width: 100%;
    max-width: 100%; }
  .container.paddingTop {
    padding-top: 12px; }
  .lower-level .container {
    height: 100%; }
  .container:has(.agreement-tabs) {
    display: grid;
    max-width: 1540px;
    padding-top: 24px;
    padding-bottom: 48px;
    margin: 0;
    grid-template-columns: 1fr 360px;
    gap: 0 60px; }

#header {
  position: absolute;
  top: 168px;
  right: 0;
  left: 0;
  z-index: 60;
  height: 168px;
  overflow: hidden;
  background-color: white;
  transition: transform 0.3s ease;
  transform: translateY(-168px);
  transition-property: transform, height; }
  #header .container {
    height: 100%; }
  #header .top {
    position: relative;
    top: 0;
    z-index: 7;
    width: 100%;
    padding: 18px 0 11px;
    transition: top 0.3s ease; }
  .no-header #header, #header.scroll {
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e3e3e3; }
    .no-header #header .container, #header.scroll .container {
      height: 100%;
      padding-top: 18px; }
    .no-header #header .top, #header.scroll .top {
      z-index: 20;
      height: 0;
      padding: 0;
      margin: 0; }
    .no-header #header .user, #header.scroll .user {
      position: absolute;
      top: 0;
      right: 0; }
    .no-header #header #nav, #header.scroll #nav {
      position: absolute;
      top: 42px;
      left: 0;
      z-index: 10;
      padding: 30px 40px;
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      background-color: #222;
      border-radius: 6px;
      opacity: 0;
      pointer-events: none; }
      .no-header #header #nav ul, #header.scroll #nav ul {
        display: grid;
        float: none;
        gap: 12px;
        grid-template-columns: repeat(1, 1fr); }
      .no-header #header #nav li, #header.scroll #nav li {
        float: none;
        padding: 0; }
      .no-header #header #nav a, #header.scroll #nav a {
        color: #ccc; }
        @media (hover: hover) {
          .no-header #header #nav a:hover, #header.scroll #nav a:hover {
            color: white; } }
      .no-header #header #nav .active a, #header.scroll #nav .active a {
        color: #1a73e8; }
    .no-header #header:has(.menu-icon) .breadcrumbs, #header.scroll:has(.menu-icon) .breadcrumbs {
      margin-left: 40px; }
    .no-header #header .breadcrumbs, #header.scroll .breadcrumbs {
      z-index: 10;
      margin: 0;
      font-size: 20px;
      line-height: 36px; }
      .no-header #header .breadcrumbs mark, #header.scroll .breadcrumbs mark {
        height: 20px;
        padding: 0 6px;
        margin: 8px 0 0 8px;
        font-size: 11px;
        line-height: 20px;
        border-radius: 3px; }
      .no-header #header .breadcrumbs a:after, #header.scroll .breadcrumbs a:after {
        top: 11px;
        height: 16px;
        background-size: contain; }
      .no-header #header .breadcrumbs .action, #header.scroll .breadcrumbs .action {
        margin-top: 6px; }
    .no-header #header .menu-icon, #header.scroll .menu-icon {
      opacity: 1;
      pointer-events: all; }
    .no-header #header .tabs, #header.scroll .tabs {
      font-size: 14px;
      font-weight: 600;
      background-color: transparent;
      border: 0; }
      .no-header #header .tabs:before, #header.scroll .tabs:before {
        display: none; }
      .no-header #header .tabs li, #header.scroll .tabs li {
        padding: 0 24px 0 0; }
        .no-header #header .tabs li::before, #header.scroll .tabs li::before {
          top: auto;
          bottom: calc(50% - 12px);
          left: -13px;
          height: 24px; }
      .no-header #header .tabs .action, #header.scroll .tabs .action {
        padding-left: 0; }
        .no-header #header .tabs .action::before, #header.scroll .tabs .action::before {
          top: auto;
          bottom: calc(50% - 12px);
          left: -13px;
          height: 24px; }
    .no-header #header .subhead, #header.scroll .subhead {
      display: none; }
    .no-header #header.menu-layout #nav, #header.scroll.menu-layout #nav {
      opacity: 1;
      pointer-events: all; }
  body:not(.tabs-header) #header .breadcrumbs:last-child {
    margin-bottom: 17px; }
  .no-header #header, #header.fixed {
    transform: translateY(0); }
    .no-header #header #nav, #header.fixed #nav {
      transition: opacity 0.3s ease; }
      .no-header #header #nav .action, #header.fixed #nav .action {
        display: none !important; }
  body:has(.drawer.display, .stepperPanel.display) #header .container,
  .scroll-hidden #header .container,
  .fancybox-active #header .container {
    padding-right: calc(48px + var(--scroll-bar)) !important; }
  .template-display #header {
    z-index: 200; }
  body:not(.no-header):has(.breadcrumbs:last-of-type) #header:not(.scroll) {
    height: 132px;
    border-bottom: 1px solid #e1e1e1; }
  #header .subhead {
    float: left;
    padding: 6px 0;
    font-size: 13px;
    line-height: 24px;
    color: #1a73e8; }

#nav {
  float: left;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600; }
  #nav ul {
    float: left; }
  #nav li {
    float: left;
    padding-right: 24px; }
    #nav li:last-child {
      padding-right: 18px; }
    #nav li.active a {
      color: #1a73e8; }
  #nav a {
    color: #999; }
    @media (hover: hover) {
      #nav a:hover {
        color: #333; } }
  #nav .action .trigger svg {
    transform: rotate(-90deg); }
  #nav .action .dropdown {
    top: 35px;
    padding: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    background-color: #222;
    border-radius: 6px; }
    #nav .action .dropdown ul {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(1, 1fr); }
      #nav .action .dropdown ul li {
        padding: 0 !important; }
    @media (hover: hover) {
      #nav .action .dropdown li:hover a:not(:hover) {
        color: #ccc; }
        #nav .action .dropdown li:hover a:not(:hover).tooltip svg {
          fill: #666; } }
    #nav .action .dropdown a {
      display: inline-block;
      padding: 0;
      color: #ccc;
      vertical-align: top;
      pointer-events: all; }
      @media (hover: hover) {
        #nav .action .dropdown a:hover {
          color: white; } }
    #nav .action .dropdown .active a {
      color: #1a73e8; }
  #nav .action:has(ul:empty) {
    opacity: 0;
    pointer-events: none; }

.user {
  float: right;
  padding: 6px 0;
  font-size: 13px;
  line-height: 24px;
  color: #666; }
  .user .name {
    float: left; }
  .user .position {
    float: left;
    padding: 0 12px;
    margin-left: 12px;
    font-size: 10px;
    color: #1a73e8;
    background-color: #bad5f8;
    border-radius: 12px; }
  .user > .action {
    margin-left: 33px; }
    .user > .action .trigger > svg {
      float: left; }
  .user .avatar {
    float: right;
    width: 36px;
    height: 36px;
    margin: -6px 0 -6px 12px; }
  .user .dropdown {
    top: calc(100% + 13px); }
  @media (max-width: 1199px) {
    .user .name,
    .user .position {
      display: none; }
    .user .avatar {
      margin-left: 0; } }

.align-right {
  float: right; }

.action {
  position: relative;
  float: left; }
  .action .trigger {
    display: block;
    cursor: pointer; }
    .action .trigger > svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      .action .trigger:hover > svg {
        fill: black; } }
  .action .icon-button.selected {
    pointer-events: none; }
    .action .icon-button.selected svg {
      fill: white; }
  .action .datepicker {
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: none; }
  .action .ui-datepicker-trigger {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .action.display .trigger svg {
    fill: #333; }
  .action.display .trigger.withText span {
    color: #333; }
  .action.display .dropdown {
    opacity: 1;
    transform: translateY(0) !important;
    pointer-events: auto; }
    .action.display .dropdown .tooltip {
      pointer-events: auto; }

.dropdown {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 150;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(24px);
  pointer-events: none;
  transition-property: opacity, transform; }
  .dropdown.static {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: all; }
    .dropdown.static .delimiter:before {
      right: -24px;
      left: -24px; }
    .dropdown.static .controllerHead,
    .dropdown.static .switch {
      border-color: transparent; }
      .dropdown.static .controllerHead::before,
      .dropdown.static .switch::before {
        position: absolute;
        right: -24px;
        bottom: -1px;
        left: -24px;
        height: 1px;
        background-color: #E1E1E1;
        content: ''; }
    .dropdown.static .controllerHead {
      margin-bottom: 6px;
      background: transparent; }
  .dropdown ul ul {
    position: absolute;
    top: -60px;
    left: 100%;
    padding: 12px 0;
    overflow-y: auto;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    overscroll-behavior: contain; }
    .dropdown ul ul.left {
      right: 100%;
      left: auto; }
  .dropdown li {
    position: relative;
    white-space: nowrap; }
    @media (hover: hover) {
      .dropdown li:hover > a:not(.icon) {
        color: black; }
        .dropdown li:hover > a:not(.icon) svg {
          fill: #333; }
      .dropdown li:hover ul {
        opacity: 1;
        pointer-events: auto; } }
    .tablet .dropdown li:has(ul) > a {
      pointer-events: none; }
    .tablet .dropdown li.hover ul {
      opacity: 1;
      pointer-events: auto; }
    .dropdown li.menu-alert a:not(.icon) {
      color: #ee1752; }
      .dropdown li.menu-alert a:not(.icon) svg {
        fill: #ee1752; }
  .dropdown li.disabled {
    position: relative;
    pointer-events: none; }
    .dropdown li.disabled label {
      color: #ccc; }
    .dropdown li.disabled span.clipboard,
    .dropdown li.disabled a:not(.tooltip) {
      opacity: 0.35; }
      .dropdown li.disabled span.clipboard svg,
      .dropdown li.disabled a:not(.tooltip) svg {
        fill: #999; }
    .dropdown li.disabled:after {
      position: absolute;
      top: 0;
      right: 0;
      font: italic 12px/48px "Open Sans", sans-serif;
      color: #ee1752;
      content: attr(data-msg); }
  .dropdown .tooltip.icon {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin: 15px 0 0 3px;
    border: 0 !important;
    vertical-align: top; }
    .dropdown .tooltip.icon svg {
      position: static;
      top: auto;
      left: auto;
      display: block;
      width: 100%;
      height: 100%;
      fill: #ccc; }
    @media (hover: hover) {
      .dropdown .tooltip.icon:hover svg {
        fill: #333; } }
  .dropdown a:not(.icon),
  .dropdown .dropFile,
  .dropdown li:has(span.clipboard:only-child) span.clipboard,
  .dropdown label:not(.switch):not(.controllerHead) {
    position: relative;
    display: block;
    padding: 0 36px 0 72px;
    color: #333;
    border: 0;
    transition: color 0.3s ease;
    cursor: pointer; }
    .dropdown a:not(.icon):has(path) svg,
    .dropdown .dropFile:has(path) svg,
    .dropdown li:has(span.clipboard:only-child) span.clipboard:has(path) svg,
    .dropdown label:not(.switch):not(.controllerHead):has(path) svg {
      transition: none; }
      .dropdown a:not(.icon):has(path) svg path,
      .dropdown .dropFile:has(path) svg path,
      .dropdown li:has(span.clipboard:only-child) span.clipboard:has(path) svg path,
      .dropdown label:not(.switch):not(.controllerHead):has(path) svg path {
        transition: fill 0.3s ease; }
    @media (hover: hover) {
      .dropdown a:not(.icon):hover,
      .dropdown .dropFile:hover,
      .dropdown li:has(span.clipboard:only-child) span.clipboard:hover,
      .dropdown label:not(.switch):not(.controllerHead):hover {
        color: black; }
        .dropdown a:not(.icon):hover svg,
        .dropdown .dropFile:hover svg,
        .dropdown li:has(span.clipboard:only-child) span.clipboard:hover svg,
        .dropdown label:not(.switch):not(.controllerHead):hover svg {
          fill: #333; }
        .dropdown a:not(.icon):hover:has(path) svg path:not([fill="none"]),
        .dropdown .dropFile:hover:has(path) svg path:not([fill="none"]),
        .dropdown li:has(span.clipboard:only-child) span.clipboard:hover:has(path) svg path:not([fill="none"]),
        .dropdown label:not(.switch):not(.controllerHead):hover:has(path) svg path:not([fill="none"]) {
          fill: #333; } }
  .dropdown .dropFile {
    overflow: hidden; }
    .dropdown .dropFile input {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      font-size: 200px !important;
      opacity: 0;
      cursor: pointer;
      direction: ltr; }
  .dropdown label:not(.switch):not(.controllerHead) {
    padding: 0 24px; }
    .dropdown label:not(.switch):not(.controllerHead) svg {
      top: 12px;
      right: 25px;
      left: auto;
      display: none;
      fill: #999; }
    .dropdown label:not(.switch):not(.controllerHead).checked {
      padding-right: 72px !important; }
      .dropdown label:not(.switch):not(.controllerHead).checked svg {
        display: block; }
  .dropdown .switch {
    padding: 24px 96px 24px 72px;
    margin: -12px 0 12px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    cursor: default;
    border-bottom: 1px solid #E1E1E1; }
    .dropdown .switch > svg {
      position: absolute;
      top: 50%;
      right: auto;
      left: 24px;
      z-index: auto;
      display: block;
      width: 24px;
      height: 24px;
      opacity: 1 !important;
      transform: translateY(-50%);
      fill: #999 !important;
      filter: none !important; }
    .dropdown .switch .check {
      top: 50%;
      right: 36px;
      transform: translateY(-50%);
      cursor: pointer; }
    .dropdown .switch.disabled {
      color: rgba(51, 51, 51, 0.35); }
      .dropdown .switch.disabled .check {
        display: none; }
    .dropdown .switch .tooltip {
      width: 18px;
      height: 18px;
      margin-top: 3px; }
      .dropdown .switch .tooltip svg {
        position: static;
        width: 100%;
        height: 100%; }
    .dropdown .switch.checked {
      color: #333; }
      .dropdown .switch.checked > svg {
        fill: #00A995 !important; }
      .dropdown .switch.checked.redStyle > svg {
        fill: #ee1752 !important; }
      .dropdown .switch.checked.defStyles > svg {
        fill: #333 !important; }
    .dropdown .switch.defStyles:hover {
      color: #333; }
      .dropdown .switch.defStyles:hover > svg {
        fill: #333 !important; }
  .dropdown .controllerHead {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 36px 24px 72px;
    margin: -12px 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    background-color: #F5F5F5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #E1E1E1;
    gap: 4px; }
    .dropdown .controllerHead > svg {
      top: 27px;
      left: 27px;
      width: 18px;
      height: 18px;
      filter: none; }
    .dropdown .controllerHead .icheck-item {
      top: 24px;
      left: 24px; }
    .dropdown .controllerHead .tooltip {
      width: 18px;
      height: 18px;
      margin: 0; }
      .dropdown .controllerHead .tooltip svg {
        position: static; }
    .dropdown .controllerHead.disabled {
      color: rgba(51, 51, 51, 0.35); }
    .dropdown .controllerHead.checked {
      color: #333; }
      .dropdown .controllerHead.checked.disabled {
        color: rgba(51, 51, 51, 0.35); }
        .dropdown .controllerHead.checked.disabled .icheck-item {
          background-color: #999;
          border-color: #999; }
  .dropdown svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 24px;
    width: 24px;
    height: 24px;
    fill: #999; }
    .dropdown svg.check {
      right: 24px;
      left: auto;
      opacity: 0;
      pointer-events: none;
      fill: #ccc; }
    .dropdown svg.sub-icon {
      right: 24px;
      left: auto; }
  .dropdown .delimiter {
    position: relative;
    margin-top: 13px; }
    .dropdown .delimiter:before {
      position: absolute;
      top: -7px;
      right: 0;
      left: 0;
      height: 1px;
      background-color: #ebebeb;
      content: ""; }
  .dropdown .active a {
    color: black; }
    .dropdown .active a svg {
      fill: #333; }
  .dropdown .selected .check {
    opacity: 1; }
  .dropdown .selected .viewPdf, .dropdown .selected .panelExtOpen {
    color: black; }
    .dropdown .selected .viewPdf svg, .dropdown .selected .panelExtOpen svg {
      fill: #333; }
  .dropdown.select-style {
    max-height: 293px !important;
    overflow-y: auto; }
    .dropdown.select-style ul {
      padding: 0 !important; }
    .dropdown.select-style li {
      border-bottom: 1px solid #e1e1e1; }
      .dropdown.select-style li:last-child {
        border: 0; }
    .dropdown.select-style a,
    .dropdown.select-style label {
      padding: 0 18px;
      transition: 0.3s ease;
      transition-property: color, background-color; }
      .dropdown.select-style a svg,
      .dropdown.select-style label svg {
        right: 12px;
        left: auto;
        opacity: 0;
        fill: #ee1752; }
      .dropdown.select-style a.checked,
      .dropdown.select-style label.checked {
        padding-right: 48px !important; }
        .dropdown.select-style a.checked svg,
        .dropdown.select-style label.checked svg {
          opacity: 1; }
      @media (hover: hover) {
        .dropdown.select-style a:hover,
        .dropdown.select-style label:hover {
          color: #333;
          background-color: #f8f8f8; } }
    .dropdown.select-style .checked {
      pointer-events: none; }
    .dropdown.select-style .ui-menu-item div[data-label] span {
      display: inline-block;
      width: 100%;
      max-width: 446px;
      vertical-align: top; }
    .dropdown.select-style .ui-menu-item div[data-label]::after {
      display: inline-block;
      height: 20px;
      padding: 1px 8px;
      margin: 14px 0 0 12px;
      font-size: 10px;
      line-height: 18px;
      color: white;
      background-color: #999;
      border-radius: 2px;
      content: attr(data-label);
      vertical-align: top; }
    .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.ellipsis, .dropdown.select-style .ui-menu-item .input > .ui-menu-item-wrapper.placeholder, .dropdown.select-style .ui-menu-item .input.multiple .input-holder > .ui-menu-item-wrapper.placeholder, .input.multiple .dropdown.select-style .ui-menu-item .input-holder > .ui-menu-item-wrapper.placeholder, .dropdown.select-style .ui-menu-item .input .ui-menu-item-wrapper.iti__country-name, .input .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.iti__country-name, .dropdown.select-style .ui-menu-item .control-sets .ui-menu-item-wrapper.placeholder, .control-sets .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.placeholder, .dropdown.select-style .ui-menu-item body > .select2-container .select2-dropdown ul li.ui-menu-item-wrapper, body > .select2-container .select2-dropdown ul .dropdown.select-style .ui-menu-item li.ui-menu-item-wrapper,
    .dropdown.select-style .ui-menu-item .multiselect-holder > .select2-container .select2-dropdown ul li.ui-menu-item-wrapper, .multiselect-holder > .select2-container .select2-dropdown ul .dropdown.select-style .ui-menu-item li.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item body > .select2-container .select2-dropdown ul li mark + span.ui-menu-item-wrapper, body > .select2-container .select2-dropdown ul li .dropdown.select-style .ui-menu-item mark + span.ui-menu-item-wrapper,
    .dropdown.select-style .ui-menu-item .multiselect-holder > .select2-container .select2-dropdown ul li mark + span.ui-menu-item-wrapper, .multiselect-holder > .select2-container .select2-dropdown ul li .dropdown.select-style .ui-menu-item mark + span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item form .select2-container .select2-selection--single .select2-selection__rendered .ui-menu-item-wrapper.select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.select2-selection__placeholder, .dropdown.select-style .ui-menu-item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .ui-menu-item-wrapper.select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.select2-selection__placeholder, .dropdown.select-style .ui-menu-item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ui-menu-item-wrapper.ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.ellipsis, .dropdown.select-style .ui-menu-item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ui-menu-item-wrapper.ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.ellipsis, .dropdown.select-style .ui-menu-item form .select2-container .select2-selection--multiple .ui-menu-item-wrapper.select2-selection__choice, form .select2-container .select2-selection--multiple .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.select2-selection__choice, .dropdown.select-style .ui-menu-item .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .ui-menu-item-wrapper.select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.select2-selection__choice, .dropdown.select-style .ui-menu-item .form-block .form-item .ellips-style h3 span.ui-menu-item-wrapper, .form-block .form-item .ellips-style h3 .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item .ellips-style .h3 span.ui-menu-item-wrapper, .form-block .form-item .ellips-style .h3 .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item .ellips-style mark span.ui-menu-item-wrapper, .form-block .form-item .ellips-style mark .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item .sub-header > span span.ui-menu-item-wrapper, .form-block .form-item .sub-header > span .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item h3:has(mark) span.ui-menu-item-wrapper, .form-block .form-item h3:has(mark) .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper,
    .dropdown.select-style .ui-menu-item .form-block .form-item .h3:has(mark) span.ui-menu-item-wrapper, .form-block .form-item .h3:has(mark) .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item .big-header strong span.ui-menu-item-wrapper:not([class]), .form-block .form-item .big-header strong .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper:not([class]), .dropdown.select-style .ui-menu-item .form-block .form-item .big-header em.ui-menu-item-wrapper, .form-block .form-item .big-header .dropdown.select-style .ui-menu-item em.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .form-block .form-item .big-header.more-data dl dt.ui-menu-item-wrapper, .form-block .form-item .big-header.more-data dl .dropdown.select-style .ui-menu-item dt.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .attach .file footer strong.name span.ui-menu-item-wrapper, .attach .file footer strong.name .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .attach .file footer span.ui-menu-item-wrapper.filename, .attach .file footer .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper.filename, .dropdown.select-style .ui-menu-item .card-note-list > li > a span.ui-menu-item-wrapper:not([class]), .card-note-list > li > a .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper:not([class]), .dropdown.select-style .ui-menu-item .request-card-row span.ui-menu-item-wrapper, .request-card-row .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .request-card-row strong.ui-menu-item-wrapper, .request-card-row .dropdown.select-style .ui-menu-item strong.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .filter-list .controller span.ui-menu-item-wrapper:not(.remove-range), .filter-list .controller .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper:not(.remove-range), .dropdown.select-style .ui-menu-item .filter-list .controller b.ui-menu-item-wrapper, .filter-list .controller .dropdown.select-style .ui-menu-item b.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .sortable.sortable-list .ui-menu-item-wrapper.title, .sortable.sortable-list .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.title, .dropdown.select-style .ui-menu-item .library-panel .item > span.ui-menu-item-wrapper, .library-panel .dropdown.select-style .ui-menu-item .item > span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .library-panel .panel-template header strong.ui-menu-item-wrapper, .library-panel .panel-template header .dropdown.select-style .ui-menu-item strong.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .site-item .position span.ui-menu-item-wrapper, .site-item .position .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .site-item .ui-menu-item-wrapper.title, .site-item .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.title, .dropdown.select-style .ui-menu-item .tempStyles .tag-cloud .ui-menu-item-wrapper.controller, .tempStyles .tag-cloud .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.controller, .dropdown.select-style .ui-menu-item .providerSearchFilter .ui-menu-item-wrapper.level-name, .providerSearchFilter .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.level-name, .dropdown.select-style .ui-menu-item .stepperPanel .stepperNav a span.ui-menu-item-wrapper, .stepperPanel .stepperNav a .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .stepperPanel .controller:has(.ellips) .ui-menu-item-wrapper.ellips, .stepperPanel .controller:has(.ellips) .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.ellips, .dropdown.select-style .ui-menu-item .agreementsBox .agreementItem h3.ui-menu-item-wrapper, .agreementsBox .agreementItem .dropdown.select-style .ui-menu-item h3.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item a.ui-menu-item-wrapper:not(.icon),
    .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.dropFile,
    .dropdown.select-style .ui-menu-item li:has(span.clipboard:only-child) span.ui-menu-item-wrapper.clipboard, .dropdown.select-style li:has(span.clipboard:only-child) .ui-menu-item span.ui-menu-item-wrapper.clipboard,
    .dropdown.select-style .ui-menu-item label.ui-menu-item-wrapper:not(.switch):not(.controllerHead), .dropdown.select-style .ui-menu-item div[data-label] span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .context-menu-list li.ui-menu-item-wrapper, .context-menu-list .dropdown.select-style .ui-menu-item li.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .table table .flexEllipsis b.ui-menu-item-wrapper, .table table .flexEllipsis .dropdown.select-style .ui-menu-item b.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .table.complexHeader thead span i.ui-menu-item-wrapper, .table.complexHeader thead span .dropdown.select-style .ui-menu-item i.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .table.complexHeader.numberStyle thead .ui-menu-item-wrapper.elips, .table.complexHeader.numberStyle thead .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.elips, .dropdown.select-style .ui-menu-item .short-info .info p.ui-menu-item-wrapper, .short-info .info .dropdown.select-style .ui-menu-item p.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .panel header p.ui-menu-item-wrapper, .panel header .dropdown.select-style .ui-menu-item p.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .matches-list .item strong.ui-menu-item-wrapper, .matches-list .item .dropdown.select-style .ui-menu-item strong.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .accordion .form-item .ellips-style h3 span.ui-menu-item-wrapper, .accordion .form-item .ellips-style h3 .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .accordion .form-item .ellips-style .h3 span.ui-menu-item-wrapper, .accordion .form-item .ellips-style .h3 .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .accordion .form-item .ellips-style mark span.ui-menu-item-wrapper, .accordion .form-item .ellips-style mark .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .accordion-header strong span.ui-menu-item-wrapper:not([class]), .accordion-header strong .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper:not([class]), .dropdown.select-style .ui-menu-item .accordion-header em.ui-menu-item-wrapper, .accordion-header .dropdown.select-style .ui-menu-item em.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .accordion-header.more-data dl dt.ui-menu-item-wrapper, .accordion-header.more-data dl .dropdown.select-style .ui-menu-item dt.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .note-card strong.ui-menu-item-wrapper, .note-card .dropdown.select-style .ui-menu-item strong.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .note-card span.ui-menu-item-wrapper, .note-card .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .search-container .controller .desc strong.ui-menu-item-wrapper, .search-container .controller .desc .dropdown.select-style .ui-menu-item strong.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .search-container .controller .desc span.ui-menu-item-wrapper, .search-container .controller .desc .dropdown.select-style .ui-menu-item span.ui-menu-item-wrapper, .dropdown.select-style .ui-menu-item .level-table .ui-menu-item-wrapper.level-name, .level-table .dropdown.select-style .ui-menu-item .ui-menu-item-wrapper.level-name, .dropdown.select-style .ui-menu-item .level-table .flexEllipsis b.ui-menu-item-wrapper, .level-table .flexEllipsis .dropdown.select-style .ui-menu-item b.ui-menu-item-wrapper {
      padding-right: 48px; }
    .dropdown.select-style .ui-menu-item .tooltip {
      position: absolute;
      top: calc(50% - 9px);
      right: 18px;
      width: 18px;
      min-width: 18px;
      height: 18px;
      cursor: pointer; }
      .dropdown.select-style .ui-menu-item .tooltip svg {
        position: static;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
  .dropdown.padding {
    padding: 12px 0; }
  .dropdown.top {
    top: auto;
    bottom: calc(100% + 7px); }
  .dropdown .tooltip-layout {
    padding-right: 34px; }
    .dropdown .tooltip-layout a:not(.icon) {
      display: inline-block !important;
      padding-right: 5px;
      vertical-align: top; }
  .dropdown .colors {
    display: grid;
    min-width: 216px;
    padding: 15px 27px 26px;
    margin-bottom: 12px;
    column-gap: 6px;
    border-bottom: 1px solid #ddd;
    grid-template-columns: repeat(auto-fill, minmax(18px, 1fr)); }
    .dropdown .colors .controller {
      float: left;
      width: 18px;
      height: 18px;
      padding: 0 !important;
      margin: 0;
      overflow: hidden;
      border-radius: 3px;
      cursor: pointer; }
      .dropdown .colors .controller .icheck-item {
        opacity: 0; }
      .dropdown .colors .controller svg {
        top: 0;
        right: 0;
        left: 0;
        width: 18px;
        height: 18px; }
  .dropdown .trigger-menu-item .check,
  .dropdown .trigger-menu-label .check {
    fill: #ee1752 !important; }
  .dropdown .trigger-menu-item a,
  .dropdown .trigger-menu-label a {
    padding-right: 56px; }
  .dropdown .default-template {
    display: none; }
  .dropdown .alert {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #ee1752 !important;
    border: 0;
    vertical-align: top; }
    .dropdown .alert svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transition: width 0.3s ease;
      transform: translate(-50%, -50%);
      fill: #ee1752 !important; }
    .dropdown .alert span {
      position: relative;
      display: block;
      min-width: 24px;
      padding: 0 9px; }
    .dropdown .alert.blueStyle {
      color: #1a73e8 !important; }
      .dropdown .alert.blueStyle svg {
        fill: #1a73e8 !important; }
  .dropdown .title {
    position: relative;
    display: block;
    padding: 12px 24px 18px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1a73e8;
    border-bottom: 1px solid #E1E1E1; }
    .dropdown .title a {
      display: inline-block;
      width: 18px;
      height: 18px;
      padding: 0;
      margin: 3px 0 3px 3px;
      border: 0 !important;
      vertical-align: top; }
      .dropdown .title a svg {
        position: static;
        top: auto;
        left: auto;
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
  .dropdown:has(.drop-note) {
    max-width: min-content; }
  .dropdown .drop-note {
    position: relative;
    width: fit-content;
    min-width: 302px;
    padding: 24px 36px 24px 72px;
    margin: -12px 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    white-space: break-spaces;
    background-color: #ee1752;
    border-radius: 3px 3px 0 0;
    cursor: default; }
    .dropdown .drop-note svg {
      top: 24px;
      fill: white; }
  .dropdown .noteBox {
    margin: 12px 24px 12px; }
    .dropdown .noteBox svg {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 18px;
      height: 18px;
      fill: #1a73e8; }
  .dropdown.above {
    top: auto;
    bottom: calc(100% + 7px); }
  .dropdown .noteStatusList {
    display: flex;
    float: none;
    padding: 24px 0;
    margin: -12px 0 12px;
    background-color: #F5F5F5;
    border-radius: 3px 3px 0 0;
    gap: 24px;
    flex-direction: column;
    border-bottom: 1px solid #E1E1E1; }
    .dropdown .noteStatusList .controller {
      padding: 0 36px 0 66px !important;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      color: #666 !important;
      cursor: default !important; }
      .dropdown .noteStatusList .controller .icheck-item {
        left: 24px; }
      .dropdown .noteStatusList .controller.checked {
        color: #333 !important; }
      .dropdown .noteStatusList .controller.disabled:not(.checked), .dropdown .noteStatusList .form.disabled .controller:not(.checked), .form.disabled .dropdown .noteStatusList .controller:not(.checked) {
        opacity: .3; }
      .dropdown .noteStatusList .controller.hidden {
        position: absolute; }
      .dropdown .noteStatusList .controller .tooltip {
        width: 18px;
        height: 18px; }
        .dropdown .noteStatusList .controller .tooltip svg {
          position: static; }
      .dropdown .noteStatusList .controller:has(.tooltip) {
        display: flex;
        align-items: center;
        gap: 4px; }
        .dropdown .noteStatusList .controller:has(.tooltip) > * {
          margin: 0 !important; }
    .dropdown .noteStatusList .noteBox {
      margin-top: 0;
      margin-bottom: 0; }
  .dropdown.slotsStyle {
    right: auto;
    left: -200px;
    width: 400px;
    padding: 36px;
    border: 6px; }
    .dropdown.slotsStyle ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px; }
      .dropdown.slotsStyle ul a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0;
        color: #666;
        background-color: #EAEAEA;
        border-radius: 4px; }
        .dropdown.slotsStyle ul a::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 4px;
          content: ''; }
        @media (hover: hover) {
          .dropdown.slotsStyle ul a:hover {
            color: #333; } }
        .dropdown.slotsStyle ul a.checked {
          color: #333;
          background-color: white; }
          .dropdown.slotsStyle ul a.checked::after {
            border-color: #1a73e8;
            border-width: 2px; }
  .dropdown .ui-tooltip {
    position: fixed; }

.context-menu-list {
  z-index: 150;
  width: 228px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 48px;
  text-align: left;
  background-color: white;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15); }
  .context-menu-list li {
    position: relative;
    display: block;
    padding: 0;
    padding: 0 24px 0 72px;
    color: #333;
    background: none !important;
    transition: color 0.3s ease;
    cursor: pointer; }
    @media (hover: hover) {
      .context-menu-list li:hover {
        color: black; }
        .context-menu-list li:hover svg {
          fill: #333; } }
  .context-menu-list svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 24px;
    width: 24px;
    height: 24px;
    fill: #999; }
  .context-menu-list .context-menu-separator {
    padding: 0;
    margin: 6px 0;
    border-bottom-color: #ebebeb; }
  .context-menu-list .combinations {
    position: absolute;
    top: calc(50% - 12px);
    right: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #ccc; }

.approved {
  display: inline-block;
  display: none;
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  margin-left: 3px;
  vertical-align: middle; }
  .approved svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #00A995; }
  .approved.display {
    display: inline-block; }
  .approved.redStyle svg {
    fill: #ee1752; }

.breadcrumbs {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 7px;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  color: #1a73e8;
  transition: opacity 0.3s ease; }
  .breadcrumbs > ul {
    float: left; }
    .breadcrumbs > ul > li {
      position: relative;
      float: left;
      padding: 0 24px 0 12px;
      cursor: default; }
      .breadcrumbs > ul > li:first-child {
        padding-left: 0; }
      .breadcrumbs > ul > li:last-child {
        display: flex;
        align-items: center;
        padding-right: 0;
        gap: 12px; }
        .breadcrumbs > ul > li:last-child > * {
          margin: 0 !important; }
        .breadcrumbs > ul > li:last-child > mark:not(:first-of-type) {
          margin-left: -6px !important; }
        .breadcrumbs > ul > li:last-child > a:after {
          display: none; }
      .breadcrumbs > ul > li > a {
        display: inline-block;
        color: #999;
        cursor: pointer;
        vertical-align: top; }
        .breadcrumbs > ul > li > a:after {
          position: absolute;
          top: 15px;
          right: 0;
          width: 11px;
          height: 19px;
          background: url(../images/crumbs.svg) no-repeat 50% 50%;
          transition: 0.3s ease;
          content: "";
          pointer-events: none;
          transition-property: opacity; }
        @media (hover: hover) {
          .breadcrumbs > ul > li > a:hover {
            color: #333; }
            .breadcrumbs > ul > li > a:hover:after {
              opacity: 1;
              transform: scale(-1, 1); } }
      .breadcrumbs > ul > li > svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 6px 6px 0 0;
        vertical-align: top;
        fill: #ee1752; }
      .breadcrumbs > ul > li.approvedNote > svg {
        fill: #00A995; }
      .breadcrumbs > ul > li.unactive > svg {
        fill: #ccc; }
      .breadcrumbs > ul > li:has(> .icon[data-popup]) {
        color: #ee1752; }
      .breadcrumbs > ul > li > .icon {
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .breadcrumbs > ul > li > .icon svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ee1752; }
  .breadcrumbs mark {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    margin: 9px 9px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: normal;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .breadcrumbs mark.color-01 {
      background-color: #ffae00; }
    .breadcrumbs mark.color-02 {
      background-color: #1fae1f; }
    .breadcrumbs mark.color-03 {
      background-color: #AD00FF; }
    .breadcrumbs mark.color-04 {
      background-color: #00A995; }
    .breadcrumbs mark.color-05 {
      background-color: #f33; }
    .breadcrumbs mark.color-06 {
      background-color: #ccc; }
    .breadcrumbs mark.color-07 {
      background-color: #000; }
    .breadcrumbs mark.color-08 {
      background-color: #1a73e8; }
    .breadcrumbs mark.color-09 {
      background-color: #999; }
    .breadcrumbs mark.color-10 {
      color: #ccc;
      background-color: #F1F0F0; }
    .breadcrumbs mark.color-01_tr {
      color: #E79D00;
      background-color: rgba(255, 174, 0, 0.3); }
    .breadcrumbs mark.color-02_tr {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .breadcrumbs mark.color-05_tr {
      color: #EE1752;
      background-color: rgba(238, 23, 82, 0.3); }
    .breadcrumbs mark.color-08_tr {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .breadcrumbs mark.color-09_tr {
      color: #999;
      background-color: rgba(153, 153, 153, 0.3); }
  .breadcrumbs .approved {
    display: none;
    width: 24px;
    height: 24px;
    margin: 6px 1px 0 4px;
    vertical-align: top; }
    .breadcrumbs .approved svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #00A995; }
    .breadcrumbs .approved.display {
      display: inline-block; }
    .breadcrumbs .approved:not(.display) + .action .dropdown {
      right: -34px; }
  .breadcrumbs .action {
    display: inline-block;
    float: none;
    margin: 12px 0 0;
    vertical-align: top; }
    .breadcrumbs .action .dropdown {
      max-width: min-content;
      font-weight: normal; }
      .lower-level .breadcrumbs .action .dropdown {
        position: fixed;
        right: auto; }
      .breadcrumbs .action .dropdown .controller:not(.switch):not(.controllerHead) .check {
        right: 24px;
        left: auto;
        opacity: 0;
        pointer-events: none;
        fill: #ee1752; }
      .breadcrumbs .action .dropdown .controllerHead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 24px 36px 24px 72px;
        margin: -12px 0 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #666;
        background-color: #F5F5F5;
        border-radius: 3px 3px 0 0;
        flex-wrap: wrap;
        border-bottom: 1px solid #E1E1E1;
        gap: 24px; }
        .breadcrumbs .action .dropdown .controllerHead > svg {
          top: 27px;
          left: 27px;
          width: 18px;
          height: 18px;
          filter: none; }
        .breadcrumbs .action .dropdown .controllerHead .icheck-item {
          top: 24px;
          left: 24px; }
        .breadcrumbs .action .dropdown .controllerHead .tooltip {
          width: 24px;
          height: 24px;
          padding: 0;
          margin: 0;
          margin: 0;
          margin-inline-start: 24px; }
          .breadcrumbs .action .dropdown .controllerHead .tooltip svg {
            position: static;
            top: auto;
            left: auto;
            display: block;
            width: 100%;
            height: 100%; }
        .breadcrumbs .action .dropdown .controllerHead.disabled {
          color: rgba(51, 51, 51, 0.35); }
        .breadcrumbs .action .dropdown .controllerHead.checked {
          color: #333; }
          .breadcrumbs .action .dropdown .controllerHead.checked.disabled {
            color: rgba(51, 51, 51, 0.35); }
            .breadcrumbs .action .dropdown .controllerHead.checked.disabled .icheck-item {
              background-color: #999;
              border-color: #999; }
        .breadcrumbs .action .dropdown .controllerHead .noteBox {
          flex-grow: 0;
          flex-basis: calc(100% + 48px);
          margin: 0 0 0 -48px; }
        .breadcrumbs .action .dropdown .controllerHead + .noteBox {
          max-width: 321px;
          padding: 12px 36px 12px 72px;
          margin: -12px 0 12px;
          border-radius: 0; }
          .breadcrumbs .action .dropdown .controllerHead + .noteBox svg {
            left: 27px; }
      .breadcrumbs .action .dropdown .switch {
        padding: 24px 72px;
        margin: -12px 0 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #666;
        cursor: default;
        border-bottom: 1px solid #E1E1E1; }
        .breadcrumbs .action .dropdown .switch > svg {
          position: absolute;
          top: 50%;
          right: auto;
          left: 24px;
          display: block;
          width: 24px;
          height: 24px;
          opacity: 1;
          transform: translateY(-50%);
          fill: #999 !important;
          filter: none; }
        .breadcrumbs .action .dropdown .switch .check {
          top: 50%;
          right: 36px;
          transform: translateY(-50%);
          cursor: pointer; }
        .breadcrumbs .action .dropdown .switch.disabled {
          color: rgba(51, 51, 51, 0.35); }
          .breadcrumbs .action .dropdown .switch.disabled .check {
            display: none; }
        .breadcrumbs .action .dropdown .switch .tooltip {
          width: 18px;
          height: 18px;
          margin-top: 3px; }
          .breadcrumbs .action .dropdown .switch .tooltip svg {
            position: static;
            width: 100%;
            height: 100%; }
        .breadcrumbs .action .dropdown .switch.checked {
          color: #333; }
          .breadcrumbs .action .dropdown .switch.checked > svg {
            fill: #00A995 !important; }
      @media (min-width: 1620px) {
        .breadcrumbs .action .dropdown .selected .check {
          opacity: 1; } }
    .breadcrumbs .action .hidden {
      display: none; }
  .breadcrumbs .alert {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #ee1752 !important;
    border: 0;
    vertical-align: top; }
    .breadcrumbs .alert svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transition: width 0.3s ease;
      transform: translate(-50%, -50%);
      fill: #ee1752 !important; }
    .breadcrumbs .alert span {
      position: relative;
      display: block;
      min-width: 24px;
      padding: 0 9px; }
  @media (hover: hover) {
    .breadcrumbs .dropdown a:not(.icon):hover:has(path) .alert path {
      fill: #ee1752; }
      .breadcrumbs .dropdown a:not(.icon):hover:has(path) .alert path[fill="none"] {
        fill: none !important; }
    .breadcrumbs .dropdown a:not(.icon):hover:has(path) .alert.blueStyle path {
      fill: #1a73e8; }
    .breadcrumbs .dropdown a:not(.icon):hover:has(path) .alert svg {
      width: 110%; } }

#panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  width: 72px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, box-shadow, background-color, filter, -webkit-filter; }
  #panel .panel-holder {
    position: relative;
    width: 372px;
    height: 100%; }
  #panel header {
    height: 168px;
    padding: 24px 60px 24px 84px;
    text-align: center;
    color: white;
    white-space: nowrap; }
    #panel header:after {
      display: inline-block;
      width: 0;
      min-height: 100%;
      content: "";
      vertical-align: middle; }
    #panel header > * {
      display: inline-block;
      white-space: normal;
      vertical-align: middle; }
  #panel nav {
    width: 100%;
    padding: 24px 60px 24px 0;
    font-size: 16px;
    line-height: 48px; }
    #panel nav li {
      padding: 12px 0; }
    #panel nav a {
      position: relative;
      display: block;
      padding: 0 24px 0 84px;
      color: #666;
      border-radius: 0 24px 24px 0;
      opacity: 0;
      pointer-events: none;
      transition-property: color, background-color, opacity; }
      @media (hover: hover) {
        #panel nav a:hover {
          color: #111;
          background-color: rgba(0, 0, 0, 0.05); }
          #panel nav a:hover svg {
            fill: #333; } }
    #panel nav .active a {
      font-weight: 600;
      color: #111;
      background-color: #f5f5f5; }
      #panel nav .active a svg {
        fill: #1a73e8; }
    #panel nav .icon {
      position: absolute;
      top: 0;
      left: 12px;
      width: 48px;
      height: 48px;
      padding: 12px;
      border-radius: 50%;
      transition: background-color 0.3s ease;
      pointer-events: none; }
      #panel nav .icon svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #999; }
      #panel nav .icon span {
        position: absolute;
        top: 5px;
        left: 30px;
        padding: 0 4px;
        font-size: 10px;
        line-height: 15px;
        color: white;
        background-color: #ee1752;
        border-radius: 8px; }
  #panel .arrow {
    position: absolute;
    bottom: 36px;
    left: 12px;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    transition-property: transform, background-color; }
    #panel .arrow svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
    @media (hover: hover) {
      #panel .arrow:hover {
        background-color: rgba(0, 0, 0, 0.05); }
        #panel .arrow:hover svg {
          fill: #333; } }
  #panel.display {
    width: 372px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    #panel.display nav a {
      opacity: 1;
      pointer-events: auto; }
    #panel.display .arrow {
      transform: scale(-1, 1); }

@keyframes blinking {
  50% {
    opacity: 1; } }

.menu-icon {
  position: absolute;
  top: 24px;
  left: 48px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  transition-property: transform, opacity; }
  .menu-icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    width: 18px;
    height: 2px;
    background-color: #999;
    transition: background-color 0.3s ease; }
    .menu-icon span:before, .menu-icon span:after {
      position: absolute;
      right: 0;
      left: 0;
      height: 2px;
      background-color: #999;
      transition: background-color 0.3s ease;
      content: ""; }
    .menu-icon span:before {
      top: -5px; }
    .menu-icon span:after {
      bottom: -5px; }
  @media (hover: hover) {
    .menu-icon:hover span {
      background-color: #333; }
      .menu-icon:hover span:after, .menu-icon:hover span:before {
        background-color: #333; } }

.avatar {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%; }
  .avatar:not([data-bg]) {
    position: relative;
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .avatar:not([data-bg]) svg {
      width: 36px;
      height: 36px;
      margin: 4px 0 0 -1px;
      fill: #999; }

.ui-tooltip {
  position: absolute;
  z-index: 99999;
  max-width: 552px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: white;
  background-color: #333;
  border-radius: 3px;
  pointer-events: none; }

.ui-helper-hidden-accessible {
  display: none !important; }

.tabs {
  position: relative;
  height: 48px;
  padding: 0 48px;
  margin: 0 -48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5; }
  .tabs:before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 168px;
    background-color: #fafafa;
    content: ""; }
  .tabs > ul {
    float: left;
    height: 48px; }
    .tabs > ul > li {
      position: relative;
      float: left;
      height: 100%;
      padding: 0 24px; }
      .tabs > ul > li:before {
        position: absolute;
        top: 0;
        bottom: 6px;
        left: 0;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        content: ""; }
      .tabs > ul > li:first-child {
        padding-left: 0; }
        .tabs > ul > li:first-child:before {
          display: none; }
      .tabs > ul > li > .tooltip {
        position: absolute;
        top: 0;
        right: 24px; }
      .tabs > ul > li > a:not(.tooltip) {
        position: relative;
        display: block;
        height: 48px;
        color: #999; }
        .tabs > ul > li > a:not(.tooltip):after {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background-color: #1a73e8;
          visibility: hidden;
          content: "";
          transition-duration: 0.2s;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
        @media (hover: hover) {
          .tabs > ul > li > a:not(.tooltip):hover {
            color: #333; } }
      .loaded .tabs > ul > li.active {
        pointer-events: none; }
        .loaded .tabs > ul > li.active > a:not(.tooltip) {
          color: #333; }
          .loaded .tabs > ul > li.active > a:not(.tooltip):after {
            left: 0;
            width: 100%;
            visibility: visible; }
      .tabs > ul > li.locked {
        display: flex;
        align-items: center;
        gap: 6px;
        pointer-events: none; }
        .tabs > ul > li.locked .locked {
          display: block; }
      .tabs > ul > li .locked {
        display: none;
        width: 18px;
        height: 18px;
        margin-bottom: 4px;
        fill: #ee1752; }
  .tabs .tooltip {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 6px 0 0 9px;
    vertical-align: top;
    pointer-events: auto; }
    .tabs .tooltip svg {
      width: 24px;
      height: 24px;
      fill: #ccc; }
    @media (hover: hover) {
      .tabs .tooltip:hover svg {
        fill: #333; } }
  .tabs .action {
    height: 48px;
    padding: 11px 24px; }
    .tabs .action:before {
      position: absolute;
      top: 0;
      bottom: 6px;
      left: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      content: ""; }
    .tabs .action .trigger svg {
      transform: rotate(-90deg); }
    .tabs .action .dropdown {
      top: 35px;
      padding: 24px;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      background-color: #222;
      border-radius: 6px; }
      .tabs .action .dropdown ul {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(1, 1fr); }
        .tabs .action .dropdown ul li {
          padding: 0 !important; }
      @media (hover: hover) {
        .tabs .action .dropdown li:hover a:not(:hover) {
          color: #ccc; }
          .tabs .action .dropdown li:hover a:not(:hover).tooltip svg {
            fill: #666; } }
      .tabs .action .dropdown a {
        display: inline-block;
        padding: 0;
        color: #ccc;
        vertical-align: top;
        pointer-events: all; }
        @media (hover: hover) {
          .tabs .action .dropdown a:hover {
            color: white; } }
      .tabs .action .dropdown span.tooltip {
        display: none; }
      .tabs .action .dropdown a.tooltip {
        margin-top: 0; }
        .tabs .action .dropdown a.tooltip svg {
          left: 0;
          fill: #666; }
        @media (hover: hover) {
          .tabs .action .dropdown a.tooltip:hover svg {
            fill: white; } }
      .tabs .action .dropdown .active a {
        color: #1a73e8; }
    .tabs .action:has(ul:empty) {
      opacity: 0;
      pointer-events: none; }

.tab, .trigger-add, .inner-tab {
  position: absolute;
  top: -9999px;
  left: 48px;
  width: calc(100% - 96px);
  opacity: 0;
  pointer-events: none; }
  .tab:not(.display), .trigger-add:not(.display), .inner-tab:not(.display) {
    pointer-events: none; }
    .tab:not(.display) *, .trigger-add:not(.display) *, .inner-tab:not(.display) * {
      pointer-events: none !important; }
  .loaded:not(.create-layout) .tab.display, .loaded:not(.create-layout) .display.trigger-add, .loaded:not(.create-layout) .display.inner-tab {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto; }
  .create-layout .tab.display, .create-layout .display.trigger-add, .create-layout .display.inner-tab {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto; }
  .tab.tab-container, .tab-container.trigger-add, .tab-container.inner-tab {
    max-width: 1224px;
    padding: 0 72px 0 24px;
    margin: 0 auto; }
  .tab.loading, .loading.trigger-add, .loading.inner-tab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important; }
    .tab.loading *, .loading.trigger-add *, .loading.inner-tab * {
      pointer-events: none !important; }
  .lower-level .tab:not(:is(.trigger-add)), .lower-level .trigger-add:not(:is(.trigger-add)), .lower-level .inner-tab:not(:is(.trigger-add)) {
    height: 100%; }
  @media (max-width: 1279px) {
    .tab > .internal, .trigger-add > .internal, .inner-tab > .internal {
      left: 56%; } }

#main {
  padding: 24px 0; }
  #main::before {
    z-index: 50;
    background-color: rgba(245, 245, 245, 0.5);
    transition: opacity 0.3s ease;
    content: ''; }
  #main::after {
    position: fixed;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: 100;
    width: 48px;
    height: 48px;
    border: 4px solid #1a73e8;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    content: '';
    border-top-color: transparent;
    animation: spin 1s linear infinite; }
  #main.paddingTop {
    padding-top: 36px; }
  .loaded #main::after, .loaded #main::before {
    display: none;
    opacity: 0;
    animation: none;
    pointer-events: none; }
  .lower-level:not(.no-header) #main {
    padding-top: 168px; }
    .lower-level:not(.no-header) #main .tab > .form, .lower-level:not(.no-header) #main .trigger-add > .form, .lower-level:not(.no-header) #main .inner-tab > .form {
      height: 100%;
      padding: 0; }
  .lower-level:not(.no-header):has(.breadcrumbs:last-of-type) #main {
    padding-top: 0; }
  .no-header #main {
    padding-top: 96px; }
  .tabs-header #main {
    padding-top: 132px; }
  #main .in {
    z-index: 30; }
  .lower-level #main {
    height: 100%;
    padding: 72px 0 0; }
  .lower-level.tabs-header #main {
    padding-top: 103px; }

.table {
  position: relative;
  margin: 0 -48px; }
  .table .table-controls {
    position: absolute;
    right: 48px;
    bottom: 0;
    left: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    gap: 12px; }
    .table .table-controls .dataTables_info {
      order: 1; }
    .table .table-controls .dataTables_paginate {
      order: 2; }
  .table .dataTables_scroll {
    position: relative;
    background: none;
    box-shadow: none; }
    .table .dataTables_scroll .action .dropdown {
      position: fixed;
      right: auto;
      bottom: auto; }
  .table .dataTables_wrapper {
    width: 100%;
    padding-bottom: 72px; }
    .table .dataTables_wrapper .table-controls:first-of-type {
      top: -66px;
      right: 108px;
      bottom: auto;
      left: auto; }
      .table .dataTables_wrapper .table-controls:first-of-type .dataTables_paginate {
        margin: 0; }
        .table .dataTables_wrapper .table-controls:first-of-type .dataTables_paginate > span {
          display: none !important; }
    .table .dataTables_wrapper .dataTables_scrollBody {
      padding-bottom: 12px;
      border: 0; }
      @media (hover: hover) {
        .table .dataTables_wrapper .dataTables_scrollBody {
          padding-bottom: 0; } }
      .table .dataTables_wrapper .dataTables_scrollBody .menu-holder {
        padding-left: 0; }
        .table .dataTables_wrapper .dataTables_scrollBody .menu-holder .action {
          margin-left: 0; }
        .table .dataTables_wrapper .dataTables_scrollBody .menu-holder.minus {
          padding-right: 0; }
          .table .dataTables_wrapper .dataTables_scrollBody .menu-holder.minus .action {
            margin: 0 -12px; }
      .table .dataTables_wrapper .dataTables_scrollBody thead th:before, .table .dataTables_wrapper .dataTables_scrollBody thead th:after {
        display: none !important; }
  .table .dataTables_info {
    float: right;
    clear: none;
    padding: 0; }
    .table .dataTables_info .select-info {
      display: none !important; }
  .table .dataTables_paginate {
    display: block !important;
    float: right;
    width: 72px;
    padding: 0;
    margin-left: 12px; }
    .table .dataTables_paginate:before {
      position: absolute;
      top: 0;
      right: 35px;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      content: ""; }
    .table .dataTables_paginate > .paginate_button {
      float: left;
      width: 24px;
      height: 24px;
      padding: 0;
      margin: 0;
      background: none !important;
      border: 0 !important;
      box-shadow: none !important; }
      .table .dataTables_paginate > .paginate_button:last-child {
        float: right; }
      @media (hover: hover) {
        .table .dataTables_paginate > .paginate_button:hover svg {
          fill: #333; } }
      .table .dataTables_paginate > .paginate_button.disabled svg {
        fill: rgba(153, 153, 153, 0.4); }
    .table .dataTables_paginate svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
    .table .dataTables_paginate > span {
      position: absolute;
      top: 12px;
      left: 50%;
      font-size: 0;
      line-height: 0;
      letter-spacing: -5px;
      white-space: nowrap;
      transform: translateX(-50%); }
      .table .dataTables_paginate > span > * {
        display: inline-block;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: normal;
        vertical-align: top; }
      .table .dataTables_paginate > span .paginate_button {
        min-width: 24px;
        height: 24px;
        padding: 0 7px;
        margin: 0;
        margin-left: 5px;
        text-align: center;
        color: #999 !important;
        background: #e7e7e7 !important;
        border: 1px solid #dadada !important;
        border-radius: 12px;
        transition: 0.3s ease;
        transition-property: color, border-color, background-color, box-shadow; }
        .table .dataTables_paginate > span .paginate_button:first-child {
          margin: 0; }
        @media (hover: hover) {
          .table .dataTables_paginate > span .paginate_button:hover {
            color: #333 !important; } }
        .table .dataTables_paginate > span .paginate_button.current {
          color: white !important;
          background-color: #1a73e8 !important;
          border-color: rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
          @media (hover: hover) {
            .table .dataTables_paginate > span .paginate_button.current:hover {
              color: white !important; } }
      .table .dataTables_paginate > span .ellipsis, .table .dataTables_paginate > span .input > .placeholder, .table .dataTables_paginate > span .input.multiple .input-holder > .placeholder, .input.multiple .table .dataTables_paginate > span .input-holder > .placeholder, .table .dataTables_paginate > span .input .iti__country-name, .input .table .dataTables_paginate > span .iti__country-name, .table .dataTables_paginate > span .control-sets .placeholder, .control-sets .table .dataTables_paginate > span .placeholder, .table .dataTables_paginate > span body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .table .dataTables_paginate > span li,
      .table .dataTables_paginate > span .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .table .dataTables_paginate > span li, .table .dataTables_paginate > span body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .table .dataTables_paginate > span mark + span,
      .table .dataTables_paginate > span .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .table .dataTables_paginate > span mark + span, .table .dataTables_paginate > span body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .table .dataTables_paginate > span .ellipsis,
      .table .dataTables_paginate > span .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table .dataTables_paginate > span .ellipsis, .table .dataTables_paginate > span form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .table .dataTables_paginate > span .select2-selection__placeholder, .table .dataTables_paginate > span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table .dataTables_paginate > span .select2-selection__placeholder, .table .dataTables_paginate > span form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table .dataTables_paginate > span .ellipsis, .table .dataTables_paginate > span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table .dataTables_paginate > span .ellipsis, .table .dataTables_paginate > span form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .table .dataTables_paginate > span .select2-selection__choice, .table .dataTables_paginate > span .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table .dataTables_paginate > span .select2-selection__choice, .table .dataTables_paginate > span .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .table .dataTables_paginate > span span, .table .dataTables_paginate > span .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .table .dataTables_paginate > span span, .table .dataTables_paginate > span .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .table .dataTables_paginate > span span, .table .dataTables_paginate > span .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .table .dataTables_paginate > span span, .table .dataTables_paginate > span .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .table .dataTables_paginate > span span,
      .table .dataTables_paginate > span .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .table .dataTables_paginate > span span, .table .dataTables_paginate > span .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .table .dataTables_paginate > span span:not([class]), .table .dataTables_paginate > span .form-block .form-item .big-header em, .form-block .form-item .big-header .table .dataTables_paginate > span em, .table .dataTables_paginate > span .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .table .dataTables_paginate > span dt, .table .dataTables_paginate > span .attach .file footer strong.name span, .attach .file footer strong.name .table .dataTables_paginate > span span, .table .dataTables_paginate > span .attach .file footer span.filename, .attach .file footer .table .dataTables_paginate > span span.filename, .table .dataTables_paginate > span .card-note-list > li > a span:not([class]), .card-note-list > li > a .table .dataTables_paginate > span span:not([class]), .table .dataTables_paginate > span .request-card-row span, .request-card-row .table .dataTables_paginate > span span, .table .dataTables_paginate > span .request-card-row strong, .request-card-row .table .dataTables_paginate > span strong, .table .dataTables_paginate > span .filter-list .controller span:not(.remove-range), .filter-list .controller .table .dataTables_paginate > span span:not(.remove-range), .table .dataTables_paginate > span .filter-list .controller b, .filter-list .controller .table .dataTables_paginate > span b, .table .dataTables_paginate > span .sortable.sortable-list .title, .sortable.sortable-list .table .dataTables_paginate > span .title, .table .dataTables_paginate > span .library-panel .item > span, .library-panel .table .dataTables_paginate > span .item > span, .table .dataTables_paginate > span .library-panel .panel-template header strong, .library-panel .panel-template header .table .dataTables_paginate > span strong, .table .dataTables_paginate > span .site-item .position span, .site-item .position .table .dataTables_paginate > span span, .table .dataTables_paginate > span .site-item .title, .site-item .table .dataTables_paginate > span .title, .table .dataTables_paginate > span .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .table .dataTables_paginate > span .controller, .table .dataTables_paginate > span .providerSearchFilter .level-name, .providerSearchFilter .table .dataTables_paginate > span .level-name, .table .dataTables_paginate > span .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .table .dataTables_paginate > span span, .table .dataTables_paginate > span .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .table .dataTables_paginate > span .ellips, .table .dataTables_paginate > span .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .table .dataTables_paginate > span h3, .table .dataTables_paginate > span .dropdown a:not(.icon), .dropdown .table .dataTables_paginate > span a:not(.icon),
      .table .dataTables_paginate > span .dropdown .dropFile, .dropdown .table .dataTables_paginate > span .dropFile,
      .table .dataTables_paginate > span .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .table .dataTables_paginate > span span.clipboard,
      .table .dataTables_paginate > span .dropdown label:not(.switch):not(.controllerHead), .dropdown .table .dataTables_paginate > span label:not(.switch):not(.controllerHead), .table .dataTables_paginate > span .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .table .dataTables_paginate > span span, .table .dataTables_paginate > span .context-menu-list li, .context-menu-list .table .dataTables_paginate > span li, .table .dataTables_paginate > span table .flexEllipsis b, .table table .flexEllipsis .dataTables_paginate > span b, .table.complexHeader thead .dataTables_paginate > span i, .table.complexHeader.numberStyle .dataTables_paginate > span thead .elips, .table.complexHeader.numberStyle thead .dataTables_paginate > span .elips, .table .dataTables_paginate > span .short-info .info p, .short-info .info .table .dataTables_paginate > span p, .table .dataTables_paginate > span .panel header p, .panel header .table .dataTables_paginate > span p, .table .dataTables_paginate > span .matches-list .item strong, .matches-list .item .table .dataTables_paginate > span strong, .table .dataTables_paginate > span .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .table .dataTables_paginate > span span, .table .dataTables_paginate > span .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .table .dataTables_paginate > span span, .table .dataTables_paginate > span .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .table .dataTables_paginate > span span, .table .dataTables_paginate > span .accordion-header strong span:not([class]), .accordion-header strong .table .dataTables_paginate > span span:not([class]), .table .dataTables_paginate > span .accordion-header em, .accordion-header .table .dataTables_paginate > span em, .table .dataTables_paginate > span .accordion-header.more-data dl dt, .accordion-header.more-data dl .table .dataTables_paginate > span dt, .table .dataTables_paginate > span .note-card strong, .note-card .table .dataTables_paginate > span strong, .table .dataTables_paginate > span .note-card span, .note-card .table .dataTables_paginate > span span, .table .dataTables_paginate > span .search-container .controller .desc strong, .search-container .controller .desc .table .dataTables_paginate > span strong, .table .dataTables_paginate > span .search-container .controller .desc span, .search-container .controller .desc .table .dataTables_paginate > span span, .table .dataTables_paginate > span .level-table .level-name, .level-table .table .dataTables_paginate > span .level-name, .table .dataTables_paginate > span .level-table .flexEllipsis b, .level-table .flexEllipsis .table .dataTables_paginate > span b {
        width: 24px;
        padding: 0;
        margin-left: 5px;
        line-height: 17px;
        text-align: center; }
    .table .dataTables_paginate[style*="visibility: hidden;"] {
      display: none !important; }
  .table .custom-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 35;
    width: 100%;
    overflow-y: auto;
    background-color: white;
    opacity: 0;
    pointer-events: none; }
    .table .custom-scroll span {
      display: block;
      height: 1px; }
    .table .custom-scroll.fixed {
      position: fixed;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      opacity: 1;
      border-top: 1px solid #ececec;
      pointer-events: all; }
      body:has(.stepperPanel.display, .drawer.display) .table .custom-scroll.fixed,
      .scroll-hidden .table .custom-scroll.fixed,
      .fancybox-active .table .custom-scroll.fixed {
        width: calc(100% - var(--scroll-bar)); }
    .table .custom-scroll.hidden {
      display: none !important; }
    .tab:not(.display) .table .custom-scroll, .trigger-add:not(.display) .table .custom-scroll, .inner-tab:not(.display) .table .custom-scroll {
      display: none !important; }
  .table .scroll-hidden .dataTables_scrollBody {
    overflow: visible !important; }
  .table .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: none;
    border-bottom: 2px solid transparent; }
  .table .dataTables_scrollFoot,
  .table .dataTables_scrollHead {
    width: auto; }
    .table .dataTables_scrollFoot table,
    .table .dataTables_scrollHead table {
      width: auto !important;
      min-width: 0; }
  .table .dataTables_scrollFootInner,
  .table .dataTables_scrollHeadInner {
    display: grid;
    grid-template-columns: auto 1fr; }
    .table .dataTables_scrollFootInner::after,
    .table .dataTables_scrollHeadInner::after {
      position: relative;
      z-index: 12;
      margin-left: -1px;
      background-color: #fafafa;
      content: '';
      border-left: 2px solid #ececec;
      border-bottom: 2px solid rgba(236, 236, 236, 0.5);
      border-top: 1px solid #ececec; }
  .table .dataTables_scrollFootInner::after {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 0; }
  .table .dataTables_scrollFootInner tr::after {
    display: none !important; }
  .table.empty {
    position: absolute;
    left: -9999px;
    width: calc(100% + 96px); }
  .table.history {
    float: right;
    width: 624px;
    margin-top: 12px; }
    .table.history thead {
      position: absolute;
      left: -9999px; }
    .table.history td {
      transition-property: background-color, opacity; }
    .table.history tr.active {
      pointer-events: none; }
    .table.history tr:not(.active) td:not(.hover) {
      color: rgba(51, 51, 51, 0.3); }
      .table.history tr:not(.active) td:not(.hover) a {
        color: rgba(51, 51, 51, 0.3); }
    .table.history.empty {
      position: absolute;
      left: -9999px; }
    @media (max-width: 1720px) {
      .table.history {
        float: left;
        clear: left;
        margin: 0; } }
  .table.inner {
    margin-bottom: 36px; }
    .table.inner table {
      border-bottom: 1px solid #ececec !important; }
    .table.inner th {
      color: #999 !important;
      pointer-events: none; }
      .table.inner th:first-child:before {
        display: none !important; }
    .table.inner:last-child {
      margin-bottom: 0; }
      .table.inner:last-child table {
        border-bottom: 0 !important; }
  .table:not(.notifications) tr.selected {
    background: none; }
    .table:not(.notifications) tr.selected td {
      background: none; }
      @media (hover: hover) {
        .table:not(.notifications) tr.selected td.hover {
          background-color: #f8f8f8; } }
    .table:not(.notifications) tr.selected + tr td {
      border-top-color: #ee1752; }
    .table:not(.notifications) tr.selected:last-child td {
      border-top-color: #ee1752; }
  .table.no-order th {
    color: #999 !important;
    pointer-events: none; }
  .table.no-order .arrow {
    display: none !important; }
  .table.search-results {
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 96px); }
    .tab.display.search-results .table.search-results .custom-scroll, .display.search-results.trigger-add .table.search-results .custom-scroll, .display.search-results.inner-tab .table.search-results .custom-scroll {
      opacity: 0;
      pointer-events: none; }
    .table.search-results .table-controls:first-child {
      top: -78px !important;
      right: 48px !important; }
    .search-results .table.search-results:not(.empty) {
      position: relative;
      top: auto;
      left: auto;
      width: auto; }
  .table.number-table td:only-child.bold {
    background-color: #FAFAFA; }
  .table.number-table td:not([class~="bold"]) {
    min-width: 120px;
    max-width: 120px;
    font-size: 16px; }
  .table.number-table td::before {
    top: 0;
    bottom: 0;
    height: auto; }
  .table.number-table th {
    border: solid #ececec;
    border-width: 0 0 2px 1px; }
    .table.number-table th::before {
      display: none !important; }
    .table.number-table th:first-child {
      border-left: 0; }
  .table.searching span.highlight {
    background-color: #dbf8da; }
  .table.searching span.column_highlight {
    background-color: #dbf8da; }
  .table.plan-style table thead th {
    cursor: default; }
  .table.plan-style table thead span.tooltip:not(.clipboard) {
    cursor: pointer; }
  .table.plan-style table tbody .delimiter td {
    border-top-color: #ee1752; }
  .table.plan-style .table-controls:first-of-type {
    display: none !important; }
  .table:has(.dataTables_empty) .table-controls {
    display: none !important; }
  .table:has(.dataTables_empty) .dataTables_scrollBody {
    pointer-events: none; }
    .table:has(.dataTables_empty) .dataTables_scrollBody table {
      width: 100% !important; }
    .table:has(.dataTables_empty) .dataTables_scrollBody thead {
      display: none; }
    .table:has(.dataTables_empty) .dataTables_scrollBody tbody tr::after {
      display: none; }
    .table:has(.dataTables_empty) .dataTables_scrollBody tbody td::after, .table:has(.dataTables_empty) .dataTables_scrollBody tbody td::before {
      display: none; }
  .table table {
    width: auto !important;
    min-width: auto !important;
    white-space: nowrap;
    border-collapse: collapse; }
    .table table:not([data-scroll-x]) {
      overflow: hidden;
      background-color: white;
      box-shadow: 0 0 0 1px #ddd; }
    .table table thead tr {
      background-color: transparent; }
    .table table thead th {
      position: relative;
      z-index: 10;
      height: 59px;
      padding: 0 24px !important;
      font-size: 12px;
      font-weight: normal;
      line-height: 24px;
      text-align: left;
      color: #999;
      background: #fafafa !important;
      transition: color 0.3s ease;
      border-top: 1px solid #ececec;
      border-bottom: 2px solid #ececec; }
      .table table thead th:after {
        display: none !important; }
      .table table thead th:before {
        position: absolute;
        top: calc(50% - 24px);
        bottom: auto !important;
        left: 0;
        width: 1px;
        height: 48px;
        font-size: 0 !important;
        line-height: 0 !important;
        background-color: #ececec;
        opacity: 1 !important;
        content: "" !important; }
      .table table thead th.empty {
        font-size: 0;
        line-height: 0; }
        .table table thead th.empty .arrow {
          display: none; }
        .table table thead th.empty:before {
          display: none !important; }
        .table table thead th.empty .action {
          margin-left: -24px; }
        .table table thead th.empty.small {
          padding-right: 0; }
      .table table thead th.markers-col {
        padding: 0; }
        .table table thead th.markers-col::before {
          display: none; }
      .table table thead th:first-child {
        padding-left: 48px !important; }
        .table table thead th:first-child:before {
          display: none; }
      .table table thead th:last-child {
        padding-right: 48px !important; }
      .table table thead th .arrow {
        display: inline-block;
        margin-left: 6px;
        vertical-align: middle; }
      .table table thead th.sorting_desc, .table table thead th.sorting_asc {
        color: black; }
      .table table thead th.sorting_desc .arrow path:nth-child(2) {
        fill: #1a73e8; }
      .table table thead th.sorting_asc .arrow path:nth-child(1) {
        fill: #1a73e8; }
      .table table thead th .blinking {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: -12px -10px 0 4px;
        background-color: #ee1752;
        border-radius: 50%;
        opacity: 0;
        vertical-align: middle;
        animation: blinking 1s infinite; }
      .table table thead th .bullet {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: 6px;
        border-radius: 50%;
        vertical-align: middle; }
        .table table thead th .bullet.red {
          background-color: #ee1752; }
        .table table thead th .bullet.blue {
          background-color: #1a73e8; }
      .table table thead th.green-line::after, .table table thead th.yellow-line::after {
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;
        width: auto;
        height: 2px;
        visibility: visible;
        content: ''; }
      .table table thead th.green-line::after {
        background-color: #1FAE1F; }
      .table table thead th.yellow-line::after {
        background-color: #FFAE00; }
      .table table thead th.delimiter + th::before {
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%; }
      .table table thead th span.tooltip:not(.clipboard) {
        width: auto !important;
        height: auto !important;
        border-bottom: 1px dashed !important; }
      .table table thead th.no-sort {
        color: #999;
        cursor: default !important; }
      .table table thead th.dtfc-fixed-left {
        z-index: 13; }
        .table table thead th.dtfc-fixed-left::before {
          right: 0 !important;
          left: auto; }
      .table table thead th:not(.dtfc-fixed-left):first-child::before {
        display: none; }
      .table table thead th.inputStyle {
        padding-right: 0 !important; }
        .table table thead th.inputStyle::before {
          display: none !important; }
        .table table thead th.inputStyle + th {
          padding-left: 12px !important; }
      .table table thead th .controller.blocked {
        border: 0; }
        .table table thead th .controller.blocked svg {
          display: none; }
        .table table thead th .controller.blocked .lock {
          display: block;
          opacity: 1; }
      .table table thead th.colspan {
        padding-left: 0 !important; }
        .table table thead th.colspan::before {
          display: none; }
    .table table tfoot tr,
    .table table tbody tr {
      height: 60px;
      background-color: transparent; }
      .table table tfoot tr:first-child th,
      .table table tfoot tr:first-child td,
      .table table tbody tr:first-child th,
      .table table tbody tr:first-child td {
        border-top: 0; }
      .table table tfoot tr:last-child td,
      .table table tbody tr:last-child td {
        border-bottom: 1px solid #ececec; }
      .table table tfoot tr:last-child::after,
      .table table tbody tr:last-child::after {
        border-block-color: #ececec; }
      .table table tfoot tr::after,
      .table table tbody tr::after {
        display: table-cell;
        width: 100%;
        background-color: white;
        opacity: 0.5;
        content: '';
        border-left: 2px solid #ececec;
        border-bottom: 1px solid rgba(236, 236, 236, 0.5); }
      .table table tfoot tr.deleting,
      .table table tbody tr.deleting {
        display: none !important; }
      .table table tfoot tr.selected td,
      .table table tbody tr.selected td {
        background-color: #f5f5f5; }
      .table table tfoot tr.added,
      .table table tbody tr.added {
        display: none; }
        .table table tfoot tr.added:first-child + tr th,
        .table table tfoot tr.added:first-child + tr td,
        .table table tbody tr.added:first-child + tr th,
        .table table tbody tr.added:first-child + tr td {
          border-top: 0; }
      .table table tfoot tr.deleted,
      .table table tbody tr.deleted {
        text-decoration: line-through;
        color: #999; }
        .table table tfoot tr.deleted a,
        .table table tbody tr.deleted a {
          text-decoration: line-through; }
        .table table tfoot tr.deleted .action-link,
        .table table tbody tr.deleted .action-link {
          transform: rotate(0); }
      .table table tfoot tr.unactive td:not(.red),
      .table table tbody tr.unactive td:not(.red) {
        color: #ccc; }
      .table table tfoot tr[data-href] th:not([data-link]), .table table tfoot tr[data-href] td:not([data-link]), .table table tfoot tr[data-menu] th:not([data-link]), .table table tfoot tr[data-menu] td:not([data-link]), .table table tfoot tr.cursor th:not([data-link]), .table table tfoot tr.cursor td:not([data-link]), .table table tfoot tr[data-panel] th:not([data-link]), .table table tfoot tr[data-panel] td:not([data-link]),
      .table table tbody tr[data-href] th:not([data-link]),
      .table table tbody tr[data-href] td:not([data-link]),
      .table table tbody tr[data-menu] th:not([data-link]),
      .table table tbody tr[data-menu] td:not([data-link]),
      .table table tbody tr.cursor th:not([data-link]),
      .table table tbody tr.cursor td:not([data-link]),
      .table table tbody tr[data-panel] th:not([data-link]),
      .table table tbody tr[data-panel] td:not([data-link]) {
        cursor: pointer; }
      .table table tfoot tr.selectedRow td::after,
      .table table tbody tr.selectedRow td::after {
        opacity: 1; }
      .table table tfoot tr.dtrg-group .inlineFlex:not(.left) > *:last-child:not(.approvedMark),
      .table table tbody tr.dtrg-group .inlineFlex:not(.left) > *:last-child:not(.approvedMark) {
        margin: 0 !important; }
      .table table tfoot tr.blocked,
      .table table tbody tr.blocked {
        height: 0;
        overflow: hidden; }
        .table table tfoot tr.blocked td,
        .table table tbody tr.blocked td {
          font-size: 0;
          line-height: 0;
          border: solid #ee1752;
          border-width: 1px 0; }
          .table table tfoot tr.blocked td::before,
          .table table tbody tr.blocked td::before {
            display: none; }
      @media (hover: hover) {
        .table table tfoot tr:hover th,
        .table table tfoot tr:hover td,
        .table table tbody tr:hover th,
        .table table tbody tr:hover td {
          background-color: #f8f8f8; }
          .table table tfoot tr:hover th .action-link,
          .table table tfoot tr:hover td .action-link,
          .table table tbody tr:hover th .action-link,
          .table table tbody tr:hover td .action-link {
            opacity: 1;
            pointer-events: auto; }
          .table table tfoot tr:hover th .abs,
          .table table tfoot tr:hover td .abs,
          .table table tbody tr:hover th .abs,
          .table table tbody tr:hover td .abs {
            background-color: #f8f8f8 !important; } }
    .table table tfoot th,
    .table table tfoot td,
    .table table tbody th,
    .table table tbody td {
      position: relative;
      padding: 0 24px;
      font-size: 14px;
      line-height: 24px;
      background-color: white;
      transition: 0.3s ease;
      border-top: 1px solid #ececec;
      transition-property: background-color, z-index; }
      .table table tfoot th::after,
      .table table tfoot td::after,
      .table table tbody th::after,
      .table table tbody td::after {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: calc(100% + 1px);
        background-color: rgba(26, 115, 232, 0.2);
        opacity: 0;
        transition: opacity 0.3s ease;
        content: '';
        pointer-events: none; }
      .table table tfoot th:first-child,
      .table table tfoot td:first-child,
      .table table tbody th:first-child,
      .table table tbody td:first-child {
        padding-left: 48px; }
      .table table tfoot th[data-before]::before,
      .table table tfoot td[data-before]::before,
      .table table tbody th[data-before]::before,
      .table table tbody td[data-before]::before {
        content: attr(data-before); }
      .table table tfoot th[data-popup],
      .table table tfoot td[data-popup],
      .table table tbody th[data-popup],
      .table table tbody td[data-popup] {
        cursor: pointer; }
      .table table tfoot th:last-child,
      .table table tfoot td:last-child,
      .table table tbody th:last-child,
      .table table tbody td:last-child {
        padding-right: 48px; }
      .table table tfoot th.delimiter + td::before,
      .table table tfoot td.delimiter + td::before,
      .table table tbody th.delimiter + td::before,
      .table table tbody td.delimiter + td::before {
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%; }
      .table table tfoot th > a,
      .table table tfoot td > a,
      .table table tbody th > a,
      .table table tbody td > a {
        color: #333;
        border-bottom: 1px solid; }
        @media (hover: hover) {
          .table table tfoot th > a:hover,
          .table table tfoot td > a:hover,
          .table table tbody th > a:hover,
          .table table tbody td > a:hover {
            color: #1a73e8; } }
      .table table tfoot th.markers-col mark,
      .table table tfoot td.markers-col mark,
      .table table tbody th.markers-col mark,
      .table table tbody td.markers-col mark {
        height: 20px;
        padding: 0 6px;
        margin: 0 -6px;
        font-size: 11px;
        line-height: 20px;
        border-radius: 3px; }
      .table table tfoot th.markCol mark:first-child,
      .table table tfoot td.markCol mark:first-child,
      .table table tbody th.markCol mark:first-child,
      .table table tbody td.markCol mark:first-child {
        margin: 0; }
      .table table tfoot th:before,
      .table table tfoot td:before,
      .table table tbody th:before,
      .table table tbody td:before {
        position: absolute;
        top: calc(50% - 24px);
        left: 0;
        width: 1px;
        height: 48px;
        background-color: #ececec;
        content: ""; }
      .table table tfoot th.bold,
      .table table tfoot td.bold,
      .table table tbody th.bold,
      .table table tbody td.bold {
        font-weight: 600;
        color: black; }
      .table table tfoot th mark,
      .table table tfoot td mark,
      .table table tbody th mark,
      .table table tbody td mark {
        height: 20px;
        padding: 0 6px;
        margin: 0 0 0 10px;
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
        border-radius: 3px; }
      .table table tfoot th.blue,
      .table table tfoot td.blue,
      .table table tbody th.blue,
      .table table tbody td.blue {
        color: #1a73e8; }
        .table table tfoot th.blue svg,
        .table table tfoot td.blue svg,
        .table table tbody th.blue svg,
        .table table tbody td.blue svg {
          fill: #1a73e8; }
      .table table tfoot th.center,
      .table table tfoot td.center,
      .table table tbody th.center,
      .table table tbody td.center {
        text-align: center; }
        .table table tfoot th.center svg,
        .table table tfoot td.center svg,
        .table table tbody th.center svg,
        .table table tbody td.center svg {
          margin: 0; }
      .table table tfoot th.gray, .table table tfoot th .gray,
      .table table tfoot td.gray,
      .table table tfoot td .gray,
      .table table tbody th.gray,
      .table table tbody th .gray,
      .table table tbody td.gray,
      .table table tbody td .gray {
        color: #999; }
      .table table tfoot th.smallSize,
      .table table tfoot td.smallSize,
      .table table tbody th.smallSize,
      .table table tbody td.smallSize {
        font-size: 12px; }
      .table table tfoot th.red, .table table tfoot th .red,
      .table table tfoot td.red,
      .table table tfoot td .red,
      .table table tbody th.red,
      .table table tbody th .red,
      .table table tbody td.red,
      .table table tbody td .red {
        color: #ee1752; }
      .table table tfoot th.green, .table table tfoot th .green,
      .table table tfoot td.green,
      .table table tfoot td .green,
      .table table tbody th.green,
      .table table tbody th .green,
      .table table tbody td.green,
      .table table tbody td .green {
        color: #00A995; }
      .table table tfoot th.green > svg:only-child,
      .table table tfoot td.green > svg:only-child,
      .table table tbody th.green > svg:only-child,
      .table table tbody td.green > svg:only-child {
        fill: #00A995; }
      .table table tfoot th.active, .table table tfoot th .active,
      .table table tfoot td.active,
      .table table tfoot td .active,
      .table table tbody th.active,
      .table table tbody th .active,
      .table table tbody td.active,
      .table table tbody td .active {
        color: #1fae1f; }
      .table table tfoot th.inactive,
      .table table tfoot td.inactive,
      .table table tbody th.inactive,
      .table table tbody td.inactive {
        text-decoration: line-through;
        color: rgba(51, 51, 51, 0.5); }
      .table table tfoot th.dataTables_empty,
      .table table tfoot td.dataTables_empty,
      .table table tbody th.dataTables_empty,
      .table table tbody td.dataTables_empty {
        font-weight: 600;
        text-align: center;
        vertical-align: middle; }
      .tablet .table table tfoot th .action-link, .tablet
      .table table tfoot td .action-link, .tablet
      .table table tbody th .action-link, .tablet
      .table table tbody td .action-link {
        opacity: 1;
        pointer-events: auto; }
      .table table tfoot th .inlineFlex > svg,
      .table table tfoot th > svg,
      .table table tfoot td .inlineFlex > svg,
      .table table tfoot td > svg,
      .table table tbody th .inlineFlex > svg,
      .table table tbody th > svg,
      .table table tbody td .inlineFlex > svg,
      .table table tbody td > svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        vertical-align: top;
        fill: #ee1752; }
        .table table tfoot th .inlineFlex > svg.blank,
        .table table tfoot th > svg.blank,
        .table table tfoot td .inlineFlex > svg.blank,
        .table table tfoot td > svg.blank,
        .table table tbody th .inlineFlex > svg.blank,
        .table table tbody th > svg.blank,
        .table table tbody td .inlineFlex > svg.blank,
        .table table tbody td > svg.blank {
          display: none;
          fill: #ccc; }
        .table table tfoot th .inlineFlex > svg.verified,
        .table table tfoot th > svg.verified,
        .table table tfoot td .inlineFlex > svg.verified,
        .table table tfoot td > svg.verified,
        .table table tbody th .inlineFlex > svg.verified,
        .table table tbody th > svg.verified,
        .table table tbody td .inlineFlex > svg.verified,
        .table table tbody td > svg.verified {
          fill: #00A995; }
        .table table tfoot th .inlineFlex > svg.status-icon,
        .table table tfoot th > svg.status-icon,
        .table table tfoot td .inlineFlex > svg.status-icon,
        .table table tfoot td > svg.status-icon,
        .table table tbody th .inlineFlex > svg.status-icon,
        .table table tbody th > svg.status-icon,
        .table table tbody td .inlineFlex > svg.status-icon,
        .table table tbody td > svg.status-icon {
          width: 18px;
          min-width: 18px;
          height: 18px; }
      .table table tfoot th.approvedNote .inlineFlex > svg,
      .table table tfoot th.approvedNote > svg,
      .table table tfoot td.approvedNote .inlineFlex > svg,
      .table table tfoot td.approvedNote > svg,
      .table table tbody th.approvedNote .inlineFlex > svg,
      .table table tbody th.approvedNote > svg,
      .table table tbody td.approvedNote .inlineFlex > svg,
      .table table tbody td.approvedNote > svg {
        fill: #00A995 !important; }
      .table table tfoot th.unactive .inlineFlex,
      .table table tfoot td.unactive .inlineFlex,
      .table table tbody th.unactive .inlineFlex,
      .table table tbody td.unactive .inlineFlex {
        color: #999; }
      .table table tfoot th.unactive .inlineFlex > svg,
      .table table tfoot th.unactive > svg,
      .table table tfoot td.unactive .inlineFlex > svg,
      .table table tfoot td.unactive > svg,
      .table table tbody th.unactive .inlineFlex > svg,
      .table table tbody th.unactive > svg,
      .table table tbody td.unactive .inlineFlex > svg,
      .table table tbody td.unactive > svg {
        width: 24px;
        height: 24px;
        fill: #ccc; }
        .table table tfoot th.unactive .inlineFlex > svg.spinner,
        .table table tfoot th.unactive > svg.spinner,
        .table table tfoot td.unactive .inlineFlex > svg.spinner,
        .table table tfoot td.unactive > svg.spinner,
        .table table tbody th.unactive .inlineFlex > svg.spinner,
        .table table tbody th.unactive > svg.spinner,
        .table table tbody td.unactive .inlineFlex > svg.spinner,
        .table table tbody td.unactive > svg.spinner {
          fill: #ee1752;
          animation: spin 1s linear infinite; }
      .table table tfoot th.menu-holder,
      .table table tfoot td.menu-holder,
      .table table tbody th.menu-holder,
      .table table tbody td.menu-holder {
        font-size: 0;
        line-height: 0; }
        .table table tfoot th.menu-holder:before,
        .table table tfoot td.menu-holder:before,
        .table table tbody th.menu-holder:before,
        .table table tbody td.menu-holder:before {
          display: none; }
        .table table tfoot th.menu-holder .clipboard,
        .table table tfoot td.menu-holder .clipboard,
        .table table tbody th.menu-holder .clipboard,
        .table table tbody td.menu-holder .clipboard {
          margin: 0 23px 0 -32px; }
      .table table tfoot th[data-create],
      .table table tfoot td[data-create],
      .table table tbody th[data-create],
      .table table tbody td[data-create] {
        cursor: pointer;
        transition-property: color, background-color; }
        .table table tfoot th[data-create]::after,
        .table table tfoot td[data-create]::after,
        .table table tbody th[data-create]::after,
        .table table tbody td[data-create]::after {
          border: 1px solid rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(238, 23, 82, 0.5);
          opacity: 0;
          transition: opacity 0.3s ease;
          content: '';
          pointer-events: none; }
        .table table tfoot th[data-create] svg,
        .table table tfoot td[data-create] svg,
        .table table tbody th[data-create] svg,
        .table table tbody td[data-create] svg {
          position: absolute;
          top: calc(50% - 12px);
          right: 19px;
          width: 24px;
          height: 24px;
          fill: transparent;
          pointer-events: none; }
        @media (hover: hover) {
          .table table tfoot th[data-create]:hover,
          .table table tfoot td[data-create]:hover,
          .table table tbody th[data-create]:hover,
          .table table tbody td[data-create]:hover {
            z-index: 10;
            color: white;
            background-color: #ee1752; }
            .table table tfoot th[data-create]:hover::after,
            .table table tfoot td[data-create]:hover::after,
            .table table tbody th[data-create]:hover::after,
            .table table tbody td[data-create]:hover::after {
              opacity: 1; }
            .table table tfoot th[data-create]:hover svg:nth-of-type(1),
            .table table tfoot td[data-create]:hover svg:nth-of-type(1),
            .table table tbody th[data-create]:hover svg:nth-of-type(1),
            .table table tbody td[data-create]:hover svg:nth-of-type(1) {
              fill: white; } }
      .table table tfoot th.created,
      .table table tfoot td.created,
      .table table tbody th.created,
      .table table tbody td.created {
        pointer-events: none; }
        .table table tfoot th.created svg:nth-of-type(2),
        .table table tfoot td.created svg:nth-of-type(2),
        .table table tbody th.created svg:nth-of-type(2),
        .table table tbody td.created svg:nth-of-type(2) {
          fill: #1a73e8; }
      .table table tfoot th.small-style,
      .table table tfoot td.small-style,
      .table table tbody th.small-style,
      .table table tbody td.small-style {
        font-size: 11px; }
        .table table tfoot th.small-style .tooltip,
        .table table tfoot td.small-style .tooltip,
        .table table tbody th.small-style .tooltip,
        .table table tbody td.small-style .tooltip {
          width: 18px !important;
          height: 18px !important;
          vertical-align: middle !important; }
      .table table tfoot th.dtfc-fixed-left,
      .table table tfoot td.dtfc-fixed-left,
      .table table tbody th.dtfc-fixed-left,
      .table table tbody td.dtfc-fixed-left {
        z-index: 13; }
        .table table tfoot th.dtfc-fixed-left::before,
        .table table tfoot td.dtfc-fixed-left::before,
        .table table tbody th.dtfc-fixed-left::before,
        .table table tbody td.dtfc-fixed-left::before {
          right: 0 !important;
          left: auto; }
      .table table tfoot th:has(.action.display),
      .table table tfoot td:has(.action.display),
      .table table tbody th:has(.action.display),
      .table table tbody td:has(.action.display) {
        z-index: 60; }
      .table table tfoot th:not(.dtfc-fixed-left):first-child::before,
      .table table tfoot td:not(.dtfc-fixed-left):first-child::before,
      .table table tbody th:not(.dtfc-fixed-left):first-child::before,
      .table table tbody td:not(.dtfc-fixed-left):first-child::before {
        display: none; }
      .table table tfoot th > .ellipsis:only-child, .table table tfoot th.input > .placeholder:only-child, .table table tfoot .input.multiple th.input-holder > .placeholder:only-child, .input.multiple .table table tfoot th.input-holder > .placeholder:only-child, .table table tfoot .input th > .iti__country-name:only-child, .input .table table tfoot th > .iti__country-name:only-child, .table table tfoot .control-sets th > .placeholder:only-child, .control-sets .table table tfoot th > .placeholder:only-child, .table table tfoot body > .select2-container .select2-dropdown ul th > li:only-child, body > .select2-container .select2-dropdown ul .table table tfoot th > li:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown ul th > li:only-child, .multiselect-holder > .select2-container .select2-dropdown ul .table table tfoot th > li:only-child, .table table tfoot body > .select2-container .select2-dropdown ul li th > mark + span:only-child, body > .select2-container .select2-dropdown ul li .table table tfoot th > mark + span:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown ul li th > mark + span:only-child, .multiselect-holder > .select2-container .select2-dropdown ul li .table table tfoot th > mark + span:only-child, .table table tfoot body > .select2-container .select2-dropdown .flexEllipsis th > .ellipsis:only-child, body > .select2-container .select2-dropdown .flexEllipsis .table table tfoot th > .ellipsis:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis th > .ellipsis:only-child, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table table tfoot th > .ellipsis:only-child, .table table tfoot form .select2-container .select2-selection--single .select2-selection__rendered th > .select2-selection__placeholder:only-child, form .select2-container .select2-selection--single .select2-selection__rendered .table table tfoot th > .select2-selection__placeholder:only-child, .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered th > .select2-selection__placeholder:only-child, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table table tfoot th > .select2-selection__placeholder:only-child, .table table tfoot form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis th > .ellipsis:only-child, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tfoot th > .ellipsis:only-child, .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis th > .ellipsis:only-child, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tfoot th > .ellipsis:only-child, .table table tfoot form .select2-container .select2-selection--multiple th > .select2-selection__choice:only-child, form .select2-container .select2-selection--multiple .table table tfoot th > .select2-selection__choice:only-child, .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--multiple th > .select2-selection__choice:only-child, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table table tfoot th > .select2-selection__choice:only-child, .table table tfoot .form-block .form-item .ellips-style h3 th > span:only-child, .form-block .form-item .ellips-style h3 .table table tfoot th > span:only-child, .table table tfoot .form-block .form-item .ellips-style .h3 th > span:only-child, .form-block .form-item .ellips-style .h3 .table table tfoot th > span:only-child, .table table tfoot .form-block .form-item .ellips-style mark th > span:only-child, .form-block .form-item .ellips-style mark .table table tfoot th > span:only-child, .table table tfoot .form-block .form-item .sub-header > span th > span:only-child, .form-block .form-item .sub-header > span .table table tfoot th > span:only-child, .table table tfoot .form-block .form-item h3:has(mark) th > span:only-child, .form-block .form-item h3:has(mark) .table table tfoot th > span:only-child,
      .table table tfoot .form-block .form-item .h3:has(mark) th > span:only-child, .form-block .form-item .h3:has(mark) .table table tfoot th > span:only-child, .table table tfoot .form-block .form-item .big-header strong th > span:only-child:not([class]), .form-block .form-item .big-header strong .table table tfoot th > span:only-child:not([class]), .table table tfoot .form-block .form-item .big-header th > em:only-child, .form-block .form-item .big-header .table table tfoot th > em:only-child, .table table tfoot .form-block .form-item .big-header.more-data dl th > dt:only-child, .form-block .form-item .big-header.more-data dl .table table tfoot th > dt:only-child, .table table tfoot .attach .file footer strong.name th > span:only-child, .attach .file footer strong.name .table table tfoot th > span:only-child, .table table tfoot .attach .file footer th > span.filename:only-child, .attach .file footer .table table tfoot th > span.filename:only-child, .table table tfoot .card-note-list > li > a th > span:only-child:not([class]), .card-note-list > li > a .table table tfoot th > span:only-child:not([class]), .table table tfoot .request-card-row th > span:only-child, .request-card-row .table table tfoot th > span:only-child, .table table tfoot .request-card-row th > strong:only-child, .request-card-row .table table tfoot th > strong:only-child, .table table tfoot .filter-list .controller th > span:only-child:not(.remove-range), .filter-list .controller .table table tfoot th > span:only-child:not(.remove-range), .table table tfoot .filter-list .controller th > b:only-child, .filter-list .controller .table table tfoot th > b:only-child, .table table tfoot .sortable.sortable-list th > .title:only-child, .sortable.sortable-list .table table tfoot th > .title:only-child, .table table tfoot .library-panel th.item > span:only-child, .library-panel .table table tfoot th.item > span:only-child, .table table tfoot .library-panel .panel-template header th > strong:only-child, .library-panel .panel-template header .table table tfoot th > strong:only-child, .table table tfoot .site-item .position th > span:only-child, .site-item .position .table table tfoot th > span:only-child, .table table tfoot .site-item th > .title:only-child, .site-item .table table tfoot th > .title:only-child, .table table tfoot .tempStyles .tag-cloud th > .controller:only-child, .tempStyles .tag-cloud .table table tfoot th > .controller:only-child, .table table tfoot .providerSearchFilter th > .level-name:only-child, .providerSearchFilter .table table tfoot th > .level-name:only-child, .table table tfoot .stepperPanel .stepperNav a th > span:only-child, .stepperPanel .stepperNav a .table table tfoot th > span:only-child, .table table tfoot .stepperPanel .controller:has(.ellips) th > .ellips:only-child, .stepperPanel .controller:has(.ellips) .table table tfoot th > .ellips:only-child, .table table tfoot .agreementsBox .agreementItem th > h3:only-child, .agreementsBox .agreementItem .table table tfoot th > h3:only-child, .table table tfoot .dropdown th > a:only-child:not(.icon), .dropdown .table table tfoot th > a:only-child:not(.icon),
      .table table tfoot .dropdown th > .dropFile:only-child, .dropdown .table table tfoot th > .dropFile:only-child,
      .table table tfoot .dropdown li:has(span.clipboard:only-child) th > span.clipboard:only-child, .dropdown li:has(span.clipboard:only-child) .table table tfoot th > span.clipboard:only-child,
      .table table tfoot .dropdown th > label:only-child:not(.switch):not(.controllerHead), .dropdown .table table tfoot th > label:only-child:not(.switch):not(.controllerHead), .table table tfoot .dropdown.select-style .ui-menu-item div[data-label] th > span:only-child, .dropdown.select-style .ui-menu-item div[data-label] .table table tfoot th > span:only-child, .table table tfoot .context-menu-list th > li:only-child, .context-menu-list .table table tfoot th > li:only-child, .table table tfoot .flexEllipsis th > b:only-child, .table table .flexEllipsis tfoot th > b:only-child, .table.complexHeader table tfoot thead span th > i:only-child, .table.complexHeader thead span table tfoot th > i:only-child, .table.complexHeader.numberStyle table tfoot thead th > .elips:only-child, .table.complexHeader.numberStyle thead table tfoot th > .elips:only-child, .table table tfoot .short-info .info th > p:only-child, .short-info .info .table table tfoot th > p:only-child, .table table tfoot .panel header th > p:only-child, .panel header .table table tfoot th > p:only-child, .table table tfoot .matches-list .item th > strong:only-child, .matches-list .item .table table tfoot th > strong:only-child, .table table tfoot .accordion .form-item .ellips-style h3 th > span:only-child, .accordion .form-item .ellips-style h3 .table table tfoot th > span:only-child, .table table tfoot .accordion .form-item .ellips-style .h3 th > span:only-child, .accordion .form-item .ellips-style .h3 .table table tfoot th > span:only-child, .table table tfoot .accordion .form-item .ellips-style mark th > span:only-child, .accordion .form-item .ellips-style mark .table table tfoot th > span:only-child, .table table tfoot .accordion-header strong th > span:only-child:not([class]), .accordion-header strong .table table tfoot th > span:only-child:not([class]), .table table tfoot .accordion-header th > em:only-child, .accordion-header .table table tfoot th > em:only-child, .table table tfoot .accordion-header.more-data dl th > dt:only-child, .accordion-header.more-data dl .table table tfoot th > dt:only-child, .table table tfoot .note-card th > strong:only-child, .note-card .table table tfoot th > strong:only-child, .table table tfoot .note-card th > span:only-child, .note-card .table table tfoot th > span:only-child, .table table tfoot .search-container .controller .desc th > strong:only-child, .search-container .controller .desc .table table tfoot th > strong:only-child, .table table tfoot .search-container .controller .desc th > span:only-child, .search-container .controller .desc .table table tfoot th > span:only-child, .table table tfoot .level-table th > .level-name:only-child, .level-table .table table tfoot th > .level-name:only-child, .level-table .flexEllipsis .table table tfoot th > b:only-child,
      .table table tfoot td > .ellipsis:only-child,
      .table table tfoot td.input > .placeholder:only-child,
      .table table tfoot .input.multiple td.input-holder > .placeholder:only-child,
      .input.multiple .table table tfoot td.input-holder > .placeholder:only-child,
      .table table tfoot .input td > .iti__country-name:only-child,
      .input .table table tfoot td > .iti__country-name:only-child,
      .table table tfoot .control-sets td > .placeholder:only-child,
      .control-sets .table table tfoot td > .placeholder:only-child,
      .table table tfoot body > .select2-container .select2-dropdown ul td > li:only-child,
      body > .select2-container .select2-dropdown ul .table table tfoot td > li:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown ul td > li:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul .table table tfoot td > li:only-child,
      .table table tfoot body > .select2-container .select2-dropdown ul li td > mark + span:only-child,
      body > .select2-container .select2-dropdown ul li .table table tfoot td > mark + span:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown ul li td > mark + span:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul li .table table tfoot td > mark + span:only-child,
      .table table tfoot body > .select2-container .select2-dropdown .flexEllipsis td > .ellipsis:only-child,
      body > .select2-container .select2-dropdown .flexEllipsis .table table tfoot td > .ellipsis:only-child,
      .table table tfoot .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td > .ellipsis:only-child,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table table tfoot td > .ellipsis:only-child,
      .table table tfoot form .select2-container .select2-selection--single .select2-selection__rendered td > .select2-selection__placeholder:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered .table table tfoot td > .select2-selection__placeholder:only-child,
      .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td > .select2-selection__placeholder:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table table tfoot td > .select2-selection__placeholder:only-child,
      .table table tfoot form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td > .ellipsis:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tfoot td > .ellipsis:only-child,
      .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td > .ellipsis:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tfoot td > .ellipsis:only-child,
      .table table tfoot form .select2-container .select2-selection--multiple td > .select2-selection__choice:only-child,
      form .select2-container .select2-selection--multiple .table table tfoot td > .select2-selection__choice:only-child,
      .table table tfoot .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td > .select2-selection__choice:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table table tfoot td > .select2-selection__choice:only-child,
      .table table tfoot .form-block .form-item .ellips-style h3 td > span:only-child,
      .form-block .form-item .ellips-style h3 .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item .ellips-style .h3 td > span:only-child,
      .form-block .form-item .ellips-style .h3 .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item .ellips-style mark td > span:only-child,
      .form-block .form-item .ellips-style mark .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item .sub-header > span td > span:only-child,
      .form-block .form-item .sub-header > span .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item h3:has(mark) td > span:only-child,
      .form-block .form-item h3:has(mark) .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item .h3:has(mark) td > span:only-child,
      .form-block .form-item .h3:has(mark) .table table tfoot td > span:only-child,
      .table table tfoot .form-block .form-item .big-header strong td > span:only-child:not([class]),
      .form-block .form-item .big-header strong .table table tfoot td > span:only-child:not([class]),
      .table table tfoot .form-block .form-item .big-header td > em:only-child,
      .form-block .form-item .big-header .table table tfoot td > em:only-child,
      .table table tfoot .form-block .form-item .big-header.more-data dl td > dt:only-child,
      .form-block .form-item .big-header.more-data dl .table table tfoot td > dt:only-child,
      .table table tfoot .attach .file footer strong.name td > span:only-child,
      .attach .file footer strong.name .table table tfoot td > span:only-child,
      .table table tfoot .attach .file footer td > span.filename:only-child,
      .attach .file footer .table table tfoot td > span.filename:only-child,
      .table table tfoot .card-note-list > li > a td > span:only-child:not([class]),
      .card-note-list > li > a .table table tfoot td > span:only-child:not([class]),
      .table table tfoot .request-card-row td > span:only-child,
      .request-card-row .table table tfoot td > span:only-child,
      .table table tfoot .request-card-row td > strong:only-child,
      .request-card-row .table table tfoot td > strong:only-child,
      .table table tfoot .filter-list .controller td > span:only-child:not(.remove-range),
      .filter-list .controller .table table tfoot td > span:only-child:not(.remove-range),
      .table table tfoot .filter-list .controller td > b:only-child,
      .filter-list .controller .table table tfoot td > b:only-child,
      .table table tfoot .sortable.sortable-list td > .title:only-child,
      .sortable.sortable-list .table table tfoot td > .title:only-child,
      .table table tfoot .library-panel td.item > span:only-child,
      .library-panel .table table tfoot td.item > span:only-child,
      .table table tfoot .library-panel .panel-template header td > strong:only-child,
      .library-panel .panel-template header .table table tfoot td > strong:only-child,
      .table table tfoot .site-item .position td > span:only-child,
      .site-item .position .table table tfoot td > span:only-child,
      .table table tfoot .site-item td > .title:only-child,
      .site-item .table table tfoot td > .title:only-child,
      .table table tfoot .tempStyles .tag-cloud td > .controller:only-child,
      .tempStyles .tag-cloud .table table tfoot td > .controller:only-child,
      .table table tfoot .providerSearchFilter td > .level-name:only-child,
      .providerSearchFilter .table table tfoot td > .level-name:only-child,
      .table table tfoot .stepperPanel .stepperNav a td > span:only-child,
      .stepperPanel .stepperNav a .table table tfoot td > span:only-child,
      .table table tfoot .stepperPanel .controller:has(.ellips) td > .ellips:only-child,
      .stepperPanel .controller:has(.ellips) .table table tfoot td > .ellips:only-child,
      .table table tfoot .agreementsBox .agreementItem td > h3:only-child,
      .agreementsBox .agreementItem .table table tfoot td > h3:only-child,
      .table table tfoot .dropdown td > a:only-child:not(.icon),
      .dropdown .table table tfoot td > a:only-child:not(.icon),
      .table table tfoot .dropdown td > .dropFile:only-child,
      .dropdown .table table tfoot td > .dropFile:only-child,
      .table table tfoot .dropdown li:has(span.clipboard:only-child) td > span.clipboard:only-child,
      .dropdown li:has(span.clipboard:only-child) .table table tfoot td > span.clipboard:only-child,
      .table table tfoot .dropdown td > label:only-child:not(.switch):not(.controllerHead),
      .dropdown .table table tfoot td > label:only-child:not(.switch):not(.controllerHead),
      .table table tfoot .dropdown.select-style .ui-menu-item div[data-label] td > span:only-child,
      .dropdown.select-style .ui-menu-item div[data-label] .table table tfoot td > span:only-child,
      .table table tfoot .context-menu-list td > li:only-child,
      .context-menu-list .table table tfoot td > li:only-child,
      .table table tfoot .flexEllipsis td > b:only-child,
      .table table .flexEllipsis tfoot td > b:only-child,
      .table.complexHeader table tfoot thead span td > i:only-child,
      .table.complexHeader thead span table tfoot td > i:only-child,
      .table.complexHeader.numberStyle table tfoot thead td > .elips:only-child,
      .table.complexHeader.numberStyle thead table tfoot td > .elips:only-child,
      .table table tfoot .short-info .info td > p:only-child,
      .short-info .info .table table tfoot td > p:only-child,
      .table table tfoot .panel header td > p:only-child,
      .panel header .table table tfoot td > p:only-child,
      .table table tfoot .matches-list .item td > strong:only-child,
      .matches-list .item .table table tfoot td > strong:only-child,
      .table table tfoot .accordion .form-item .ellips-style h3 td > span:only-child,
      .accordion .form-item .ellips-style h3 .table table tfoot td > span:only-child,
      .table table tfoot .accordion .form-item .ellips-style .h3 td > span:only-child,
      .accordion .form-item .ellips-style .h3 .table table tfoot td > span:only-child,
      .table table tfoot .accordion .form-item .ellips-style mark td > span:only-child,
      .accordion .form-item .ellips-style mark .table table tfoot td > span:only-child,
      .table table tfoot .accordion-header strong td > span:only-child:not([class]),
      .accordion-header strong .table table tfoot td > span:only-child:not([class]),
      .table table tfoot .accordion-header td > em:only-child,
      .accordion-header .table table tfoot td > em:only-child,
      .table table tfoot .accordion-header.more-data dl td > dt:only-child,
      .accordion-header.more-data dl .table table tfoot td > dt:only-child,
      .table table tfoot .note-card td > strong:only-child,
      .note-card .table table tfoot td > strong:only-child,
      .table table tfoot .note-card td > span:only-child,
      .note-card .table table tfoot td > span:only-child,
      .table table tfoot .search-container .controller .desc td > strong:only-child,
      .search-container .controller .desc .table table tfoot td > strong:only-child,
      .table table tfoot .search-container .controller .desc td > span:only-child,
      .search-container .controller .desc .table table tfoot td > span:only-child,
      .table table tfoot .level-table td > .level-name:only-child,
      .level-table .table table tfoot td > .level-name:only-child,
      .level-table .flexEllipsis .table table tfoot td > b:only-child,
      .table table tbody th > .ellipsis:only-child,
      .table table tbody th.input > .placeholder:only-child,
      .table table tbody .input.multiple th.input-holder > .placeholder:only-child,
      .input.multiple .table table tbody th.input-holder > .placeholder:only-child,
      .table table tbody .input th > .iti__country-name:only-child,
      .input .table table tbody th > .iti__country-name:only-child,
      .table table tbody .control-sets th > .placeholder:only-child,
      .control-sets .table table tbody th > .placeholder:only-child,
      .table table tbody body > .select2-container .select2-dropdown ul th > li:only-child,
      body > .select2-container .select2-dropdown ul .table table tbody th > li:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown ul th > li:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul .table table tbody th > li:only-child,
      .table table tbody body > .select2-container .select2-dropdown ul li th > mark + span:only-child,
      body > .select2-container .select2-dropdown ul li .table table tbody th > mark + span:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown ul li th > mark + span:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul li .table table tbody th > mark + span:only-child,
      .table table tbody body > .select2-container .select2-dropdown .flexEllipsis th > .ellipsis:only-child,
      body > .select2-container .select2-dropdown .flexEllipsis .table table tbody th > .ellipsis:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis th > .ellipsis:only-child,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table table tbody th > .ellipsis:only-child,
      .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered th > .select2-selection__placeholder:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered .table table tbody th > .select2-selection__placeholder:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered th > .select2-selection__placeholder:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table table tbody th > .select2-selection__placeholder:only-child,
      .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis th > .ellipsis:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tbody th > .ellipsis:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis th > .ellipsis:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tbody th > .ellipsis:only-child,
      .table table tbody form .select2-container .select2-selection--multiple th > .select2-selection__choice:only-child,
      form .select2-container .select2-selection--multiple .table table tbody th > .select2-selection__choice:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple th > .select2-selection__choice:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table table tbody th > .select2-selection__choice:only-child,
      .table table tbody .form-block .form-item .ellips-style h3 th > span:only-child,
      .form-block .form-item .ellips-style h3 .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item .ellips-style .h3 th > span:only-child,
      .form-block .form-item .ellips-style .h3 .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item .ellips-style mark th > span:only-child,
      .form-block .form-item .ellips-style mark .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item .sub-header > span th > span:only-child,
      .form-block .form-item .sub-header > span .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item h3:has(mark) th > span:only-child,
      .form-block .form-item h3:has(mark) .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item .h3:has(mark) th > span:only-child,
      .form-block .form-item .h3:has(mark) .table table tbody th > span:only-child,
      .table table tbody .form-block .form-item .big-header strong th > span:only-child:not([class]),
      .form-block .form-item .big-header strong .table table tbody th > span:only-child:not([class]),
      .table table tbody .form-block .form-item .big-header th > em:only-child,
      .form-block .form-item .big-header .table table tbody th > em:only-child,
      .table table tbody .form-block .form-item .big-header.more-data dl th > dt:only-child,
      .form-block .form-item .big-header.more-data dl .table table tbody th > dt:only-child,
      .table table tbody .attach .file footer strong.name th > span:only-child,
      .attach .file footer strong.name .table table tbody th > span:only-child,
      .table table tbody .attach .file footer th > span.filename:only-child,
      .attach .file footer .table table tbody th > span.filename:only-child,
      .table table tbody .card-note-list > li > a th > span:only-child:not([class]),
      .card-note-list > li > a .table table tbody th > span:only-child:not([class]),
      .table table tbody .request-card-row th > span:only-child,
      .request-card-row .table table tbody th > span:only-child,
      .table table tbody .request-card-row th > strong:only-child,
      .request-card-row .table table tbody th > strong:only-child,
      .table table tbody .filter-list .controller th > span:only-child:not(.remove-range),
      .filter-list .controller .table table tbody th > span:only-child:not(.remove-range),
      .table table tbody .filter-list .controller th > b:only-child,
      .filter-list .controller .table table tbody th > b:only-child,
      .table table tbody .sortable.sortable-list th > .title:only-child,
      .sortable.sortable-list .table table tbody th > .title:only-child,
      .table table tbody .library-panel th.item > span:only-child,
      .library-panel .table table tbody th.item > span:only-child,
      .table table tbody .library-panel .panel-template header th > strong:only-child,
      .library-panel .panel-template header .table table tbody th > strong:only-child,
      .table table tbody .site-item .position th > span:only-child,
      .site-item .position .table table tbody th > span:only-child,
      .table table tbody .site-item th > .title:only-child,
      .site-item .table table tbody th > .title:only-child,
      .table table tbody .tempStyles .tag-cloud th > .controller:only-child,
      .tempStyles .tag-cloud .table table tbody th > .controller:only-child,
      .table table tbody .providerSearchFilter th > .level-name:only-child,
      .providerSearchFilter .table table tbody th > .level-name:only-child,
      .table table tbody .stepperPanel .stepperNav a th > span:only-child,
      .stepperPanel .stepperNav a .table table tbody th > span:only-child,
      .table table tbody .stepperPanel .controller:has(.ellips) th > .ellips:only-child,
      .stepperPanel .controller:has(.ellips) .table table tbody th > .ellips:only-child,
      .table table tbody .agreementsBox .agreementItem th > h3:only-child,
      .agreementsBox .agreementItem .table table tbody th > h3:only-child,
      .table table tbody .dropdown th > a:only-child:not(.icon),
      .dropdown .table table tbody th > a:only-child:not(.icon),
      .table table tbody .dropdown th > .dropFile:only-child,
      .dropdown .table table tbody th > .dropFile:only-child,
      .table table tbody .dropdown li:has(span.clipboard:only-child) th > span.clipboard:only-child,
      .dropdown li:has(span.clipboard:only-child) .table table tbody th > span.clipboard:only-child,
      .table table tbody .dropdown th > label:only-child:not(.switch):not(.controllerHead),
      .dropdown .table table tbody th > label:only-child:not(.switch):not(.controllerHead),
      .table table tbody .dropdown.select-style .ui-menu-item div[data-label] th > span:only-child,
      .dropdown.select-style .ui-menu-item div[data-label] .table table tbody th > span:only-child,
      .table table tbody .context-menu-list th > li:only-child,
      .context-menu-list .table table tbody th > li:only-child,
      .table table tbody .flexEllipsis th > b:only-child,
      .table table .flexEllipsis tbody th > b:only-child,
      .table.complexHeader table tbody thead span th > i:only-child,
      .table.complexHeader thead span table tbody th > i:only-child,
      .table.complexHeader.numberStyle table tbody thead th > .elips:only-child,
      .table.complexHeader.numberStyle thead table tbody th > .elips:only-child,
      .table table tbody .short-info .info th > p:only-child,
      .short-info .info .table table tbody th > p:only-child,
      .table table tbody .panel header th > p:only-child,
      .panel header .table table tbody th > p:only-child,
      .table table tbody .matches-list .item th > strong:only-child,
      .matches-list .item .table table tbody th > strong:only-child,
      .table table tbody .accordion .form-item .ellips-style h3 th > span:only-child,
      .accordion .form-item .ellips-style h3 .table table tbody th > span:only-child,
      .table table tbody .accordion .form-item .ellips-style .h3 th > span:only-child,
      .accordion .form-item .ellips-style .h3 .table table tbody th > span:only-child,
      .table table tbody .accordion .form-item .ellips-style mark th > span:only-child,
      .accordion .form-item .ellips-style mark .table table tbody th > span:only-child,
      .table table tbody .accordion-header strong th > span:only-child:not([class]),
      .accordion-header strong .table table tbody th > span:only-child:not([class]),
      .table table tbody .accordion-header th > em:only-child,
      .accordion-header .table table tbody th > em:only-child,
      .table table tbody .accordion-header.more-data dl th > dt:only-child,
      .accordion-header.more-data dl .table table tbody th > dt:only-child,
      .table table tbody .note-card th > strong:only-child,
      .note-card .table table tbody th > strong:only-child,
      .table table tbody .note-card th > span:only-child,
      .note-card .table table tbody th > span:only-child,
      .table table tbody .search-container .controller .desc th > strong:only-child,
      .search-container .controller .desc .table table tbody th > strong:only-child,
      .table table tbody .search-container .controller .desc th > span:only-child,
      .search-container .controller .desc .table table tbody th > span:only-child,
      .table table tbody .level-table th > .level-name:only-child,
      .level-table .table table tbody th > .level-name:only-child,
      .level-table .flexEllipsis .table table tbody th > b:only-child,
      .table table tbody td > .ellipsis:only-child,
      .table table tbody td.input > .placeholder:only-child,
      .table table tbody .input.multiple td.input-holder > .placeholder:only-child,
      .input.multiple .table table tbody td.input-holder > .placeholder:only-child,
      .table table tbody .input td > .iti__country-name:only-child,
      .input .table table tbody td > .iti__country-name:only-child,
      .table table tbody .control-sets td > .placeholder:only-child,
      .control-sets .table table tbody td > .placeholder:only-child,
      .table table tbody body > .select2-container .select2-dropdown ul td > li:only-child,
      body > .select2-container .select2-dropdown ul .table table tbody td > li:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown ul td > li:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul .table table tbody td > li:only-child,
      .table table tbody body > .select2-container .select2-dropdown ul li td > mark + span:only-child,
      body > .select2-container .select2-dropdown ul li .table table tbody td > mark + span:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown ul li td > mark + span:only-child,
      .multiselect-holder > .select2-container .select2-dropdown ul li .table table tbody td > mark + span:only-child,
      .table table tbody body > .select2-container .select2-dropdown .flexEllipsis td > .ellipsis:only-child,
      body > .select2-container .select2-dropdown .flexEllipsis .table table tbody td > .ellipsis:only-child,
      .table table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td > .ellipsis:only-child,
      .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table table tbody td > .ellipsis:only-child,
      .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered td > .select2-selection__placeholder:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered .table table tbody td > .select2-selection__placeholder:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td > .select2-selection__placeholder:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table table tbody td > .select2-selection__placeholder:only-child,
      .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td > .ellipsis:only-child,
      form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tbody td > .ellipsis:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td > .ellipsis:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table table tbody td > .ellipsis:only-child,
      .table table tbody form .select2-container .select2-selection--multiple td > .select2-selection__choice:only-child,
      form .select2-container .select2-selection--multiple .table table tbody td > .select2-selection__choice:only-child,
      .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td > .select2-selection__choice:only-child,
      .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table table tbody td > .select2-selection__choice:only-child,
      .table table tbody .form-block .form-item .ellips-style h3 td > span:only-child,
      .form-block .form-item .ellips-style h3 .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item .ellips-style .h3 td > span:only-child,
      .form-block .form-item .ellips-style .h3 .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item .ellips-style mark td > span:only-child,
      .form-block .form-item .ellips-style mark .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item .sub-header > span td > span:only-child,
      .form-block .form-item .sub-header > span .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item h3:has(mark) td > span:only-child,
      .form-block .form-item h3:has(mark) .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item .h3:has(mark) td > span:only-child,
      .form-block .form-item .h3:has(mark) .table table tbody td > span:only-child,
      .table table tbody .form-block .form-item .big-header strong td > span:only-child:not([class]),
      .form-block .form-item .big-header strong .table table tbody td > span:only-child:not([class]),
      .table table tbody .form-block .form-item .big-header td > em:only-child,
      .form-block .form-item .big-header .table table tbody td > em:only-child,
      .table table tbody .form-block .form-item .big-header.more-data dl td > dt:only-child,
      .form-block .form-item .big-header.more-data dl .table table tbody td > dt:only-child,
      .table table tbody .attach .file footer strong.name td > span:only-child,
      .attach .file footer strong.name .table table tbody td > span:only-child,
      .table table tbody .attach .file footer td > span.filename:only-child,
      .attach .file footer .table table tbody td > span.filename:only-child,
      .table table tbody .card-note-list > li > a td > span:only-child:not([class]),
      .card-note-list > li > a .table table tbody td > span:only-child:not([class]),
      .table table tbody .request-card-row td > span:only-child,
      .request-card-row .table table tbody td > span:only-child,
      .table table tbody .request-card-row td > strong:only-child,
      .request-card-row .table table tbody td > strong:only-child,
      .table table tbody .filter-list .controller td > span:only-child:not(.remove-range),
      .filter-list .controller .table table tbody td > span:only-child:not(.remove-range),
      .table table tbody .filter-list .controller td > b:only-child,
      .filter-list .controller .table table tbody td > b:only-child,
      .table table tbody .sortable.sortable-list td > .title:only-child,
      .sortable.sortable-list .table table tbody td > .title:only-child,
      .table table tbody .library-panel td.item > span:only-child,
      .library-panel .table table tbody td.item > span:only-child,
      .table table tbody .library-panel .panel-template header td > strong:only-child,
      .library-panel .panel-template header .table table tbody td > strong:only-child,
      .table table tbody .site-item .position td > span:only-child,
      .site-item .position .table table tbody td > span:only-child,
      .table table tbody .site-item td > .title:only-child,
      .site-item .table table tbody td > .title:only-child,
      .table table tbody .tempStyles .tag-cloud td > .controller:only-child,
      .tempStyles .tag-cloud .table table tbody td > .controller:only-child,
      .table table tbody .providerSearchFilter td > .level-name:only-child,
      .providerSearchFilter .table table tbody td > .level-name:only-child,
      .table table tbody .stepperPanel .stepperNav a td > span:only-child,
      .stepperPanel .stepperNav a .table table tbody td > span:only-child,
      .table table tbody .stepperPanel .controller:has(.ellips) td > .ellips:only-child,
      .stepperPanel .controller:has(.ellips) .table table tbody td > .ellips:only-child,
      .table table tbody .agreementsBox .agreementItem td > h3:only-child,
      .agreementsBox .agreementItem .table table tbody td > h3:only-child,
      .table table tbody .dropdown td > a:only-child:not(.icon),
      .dropdown .table table tbody td > a:only-child:not(.icon),
      .table table tbody .dropdown td > .dropFile:only-child,
      .dropdown .table table tbody td > .dropFile:only-child,
      .table table tbody .dropdown li:has(span.clipboard:only-child) td > span.clipboard:only-child,
      .dropdown li:has(span.clipboard:only-child) .table table tbody td > span.clipboard:only-child,
      .table table tbody .dropdown td > label:only-child:not(.switch):not(.controllerHead),
      .dropdown .table table tbody td > label:only-child:not(.switch):not(.controllerHead),
      .table table tbody .dropdown.select-style .ui-menu-item div[data-label] td > span:only-child,
      .dropdown.select-style .ui-menu-item div[data-label] .table table tbody td > span:only-child,
      .table table tbody .context-menu-list td > li:only-child,
      .context-menu-list .table table tbody td > li:only-child,
      .table table tbody .flexEllipsis td > b:only-child,
      .table table .flexEllipsis tbody td > b:only-child,
      .table.complexHeader table tbody thead span td > i:only-child,
      .table.complexHeader thead span table tbody td > i:only-child,
      .table.complexHeader.numberStyle table tbody thead td > .elips:only-child,
      .table.complexHeader.numberStyle thead table tbody td > .elips:only-child,
      .table table tbody .short-info .info td > p:only-child,
      .short-info .info .table table tbody td > p:only-child,
      .table table tbody .panel header td > p:only-child,
      .panel header .table table tbody td > p:only-child,
      .table table tbody .matches-list .item td > strong:only-child,
      .matches-list .item .table table tbody td > strong:only-child,
      .table table tbody .accordion .form-item .ellips-style h3 td > span:only-child,
      .accordion .form-item .ellips-style h3 .table table tbody td > span:only-child,
      .table table tbody .accordion .form-item .ellips-style .h3 td > span:only-child,
      .accordion .form-item .ellips-style .h3 .table table tbody td > span:only-child,
      .table table tbody .accordion .form-item .ellips-style mark td > span:only-child,
      .accordion .form-item .ellips-style mark .table table tbody td > span:only-child,
      .table table tbody .accordion-header strong td > span:only-child:not([class]),
      .accordion-header strong .table table tbody td > span:only-child:not([class]),
      .table table tbody .accordion-header td > em:only-child,
      .accordion-header .table table tbody td > em:only-child,
      .table table tbody .accordion-header.more-data dl td > dt:only-child,
      .accordion-header.more-data dl .table table tbody td > dt:only-child,
      .table table tbody .note-card td > strong:only-child,
      .note-card .table table tbody td > strong:only-child,
      .table table tbody .note-card td > span:only-child,
      .note-card .table table tbody td > span:only-child,
      .table table tbody .search-container .controller .desc td > strong:only-child,
      .search-container .controller .desc .table table tbody td > strong:only-child,
      .table table tbody .search-container .controller .desc td > span:only-child,
      .search-container .controller .desc .table table tbody td > span:only-child,
      .table table tbody .level-table td > .level-name:only-child,
      .level-table .table table tbody td > .level-name:only-child,
      .level-table .flexEllipsis .table table tbody td > b:only-child {
        display: block; }
      .table table tfoot th.opacityStyle,
      .table table tfoot td.opacityStyle,
      .table table tbody th.opacityStyle,
      .table table tbody td.opacityStyle {
        color: #ccc; }
        .table table tfoot th.opacityStyle .status-icon,
        .table table tfoot td.opacityStyle .status-icon,
        .table table tbody th.opacityStyle .status-icon,
        .table table tbody td.opacityStyle .status-icon {
          opacity: 0.3; }
      .table table tfoot th.inputStyle,
      .table table tfoot td.inputStyle,
      .table table tbody th.inputStyle,
      .table table tbody td.inputStyle {
        padding-right: 0 !important; }
        .table table tfoot th.inputStyle::before,
        .table table tfoot td.inputStyle::before,
        .table table tbody th.inputStyle::before,
        .table table tbody td.inputStyle::before {
          display: none !important; }
        .table table tfoot th.inputStyle + td,
        .table table tfoot td.inputStyle + td,
        .table table tbody th.inputStyle + td,
        .table table tbody td.inputStyle + td {
          padding-left: 12px !important; }
      .table table tfoot th.colspan,
      .table table tfoot td.colspan,
      .table table tbody th.colspan,
      .table table tbody td.colspan {
        padding-left: 0 !important; }
        .table table tfoot th.colspan::before,
        .table table tfoot td.colspan::before,
        .table table tbody th.colspan::before,
        .table table tbody td.colspan::before {
          display: none; }
    .table table tfoot .removed td,
    .table table tbody .removed td {
      color: #ccc; }
      .table table tfoot .removed td .restore,
      .table table tbody .removed td .restore {
        display: block; }
        .table table tfoot .removed td .restore + li,
        .table table tbody .removed td .restore + li {
          display: none; }
      .table table tfoot .removed td .inlineFlex > svg.blank,
      .table table tfoot .removed td > svg.blank,
      .table table tbody .removed td .inlineFlex > svg.blank,
      .table table tbody .removed td > svg.blank {
        display: inline-block; }
        .table table tfoot .removed td .inlineFlex > svg.blank + svg,
        .table table tfoot .removed td > svg.blank + svg,
        .table table tbody .removed td .inlineFlex > svg.blank + svg,
        .table table tbody .removed td > svg.blank + svg {
          display: none; }
      .table table tfoot .removed td.update-date,
      .table table tbody .removed td.update-date {
        font-size: 0;
        line-height: 0;
        color: transparent; }
        .table table tfoot .removed td.update-date mark,
        .table table tbody .removed td.update-date mark {
          display: none; }
    .table table tfoot .background td,
    .table table tbody .background td {
      color: #ccc; }
      .table table tfoot .background td .restore,
      .table table tbody .background td .restore {
        display: block; }
        .table table tfoot .background td .restore + li,
        .table table tbody .background td .restore + li {
          display: none; }
      .table table tfoot .background td .inlineFlex > svg.blank,
      .table table tfoot .background td > svg.blank,
      .table table tbody .background td .inlineFlex > svg.blank,
      .table table tbody .background td > svg.blank {
        display: inline-block; }
        .table table tfoot .background td .inlineFlex > svg.blank + svg,
        .table table tfoot .background td > svg.blank + svg,
        .table table tbody .background td .inlineFlex > svg.blank + svg,
        .table table tbody .background td > svg.blank + svg {
          display: none; }
    .table table .restore {
      display: none; }
    .table table .map-link {
      border-bottom: 1px solid; }
    .table table .openLink:not(td),
    .table table .clipboard:not(td):not(.clipboard--menu) {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 10px;
      border: 0;
      vertical-align: middle; }
      .table table .openLink:not(td) svg,
      .table table .clipboard:not(td):not(.clipboard--menu) svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      .table table .openLink:not(td):hover svg,
      .table table .clipboard:not(td):not(.clipboard--menu):hover svg {
        fill: black; }
      .table table .openLink:not(td).textStyle,
      .table table .clipboard:not(td):not(.clipboard--menu).textStyle {
        width: auto;
        height: auto;
        margin: 0; }
    .table table .att {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 8px 0 0 6px;
      background-color: #ee1752;
      border: 0;
      border-radius: 50%;
      opacity: 0;
      vertical-align: top;
      animation: blinking 1s infinite; }
      .table table .att.abs {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 12px;
        padding: 2px;
        margin: 0;
        overflow: hidden;
        background-color: white;
        opacity: 1;
        transition: background-color 0.3s ease;
        animation: none; }
        .table table .att.abs::before {
          display: block;
          width: 100%;
          height: 100%;
          background-color: #ee1752;
          border-radius: 50%;
          opacity: 0;
          content: '';
          animation: blinking 1s infinite; }
    .table table .clipboard {
      cursor: pointer;
      border-bottom: 1px solid; }
    .table table mark {
      display: inline-block;
      height: 29px;
      padding: 0 10px;
      margin: 0 -10px;
      line-height: 29px;
      color: white;
      background: transparent;
      border-radius: 3px; }
      .table table mark.color-01 {
        background-color: #ffae00; }
      .table table mark.color-02 {
        background-color: #1fae1f; }
      .table table mark.color-03 {
        background-color: #AD00FF; }
      .table table mark.color-04 {
        background-color: #00A995; }
      .table table mark.color-05 {
        background-color: #f33; }
      .table table mark.color-06 {
        background-color: #ccc; }
      .table table mark.color-07 {
        background-color: #000; }
      .table table mark.color-08 {
        background-color: #1a73e8; }
      .table table mark.color-09 {
        background-color: #999; }
      .table table mark.color-10 {
        color: #ccc;
        background-color: #F1F0F0; }
      .table table mark.color-11 {
        background-color: #903AAE; }
      .table table mark.color-12 {
        background-color: #00A995; }
      .table table mark.color-01_tr {
        color: #E79D00;
        background-color: rgba(255, 174, 0, 0.3); }
      .table table mark.color-02_tr {
        color: #1fae1f;
        background-color: rgba(31, 174, 31, 0.3); }
      .table table mark.color-03_tr {
        color: #AD00FF;
        background-color: rgba(173, 0, 255, 0.3); }
      .table table mark.color-05_tr {
        color: #EE1752;
        background-color: rgba(238, 23, 82, 0.3); }
      .table table mark.color-08_tr {
        color: #1a73e8;
        background-color: rgba(26, 115, 232, 0.3); }
      .table table mark.color-09_tr {
        color: #999;
        background-color: rgba(153, 153, 153, 0.3); }
      .table table mark.color-10_tr {
        color: #676F37;
        background-color: rgba(103, 111, 55, 0.3); }
      .table table mark.outline {
        position: relative;
        color: #666;
        background-color: transparent; }
        .table table mark.outline::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 3px;
          content: ''; }
      .table table mark.statusColors-01 {
        color: #1A73E8 !important;
        background-color: rgba(26, 115, 232, 0.3); }
      .table table mark.statusColors-02 {
        color: #EE1752 !important;
        background-color: rgba(238, 23, 82, 0.3); }
      .table table mark.statusColors-03 {
        color: #1FAE1F !important;
        background-color: rgba(31, 174, 31, 0.3); }
      .table table mark.statusColors-04 {
        color: #00A995 !important;
        background-color: rgba(0, 169, 149, 0.3); }
      .table table mark.statusColors-05 {
        color: #666666 !important;
        background-color: rgba(102, 102, 102, 0.3); }
      .table table mark.statusColors-06 {
        color: #E79D00 !important;
        background-color: rgba(231, 157, 0, 0.3); }
      .table table mark.statusColors-07 {
        color: #AD00FF !important;
        background-color: rgba(173, 0, 255, 0.3); }
      .table table mark.statusColors-08 {
        color: #676F37 !important;
        background-color: rgba(103, 111, 55, 0.3); }
      .table table mark.statusColors-09 {
        color: #978857 !important;
        background-color: rgba(151, 136, 87, 0.3); }
      .table table mark.statusColors-10 {
        color: #915F50 !important;
        background-color: rgba(145, 95, 80, 0.3); }
      .table table mark.statusColors-11 {
        color: #999999 !important;
        background-color: rgba(153, 153, 153, 0.3); }
      .table table mark .highlight {
        color: #333; }
      .table table mark.short {
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 0 10px 0 0;
        border-radius: 50%;
        vertical-align: middle; }
      .table table mark.badge, .table table mark.hospice {
        min-width: 20px;
        padding: 0 6px;
        font-size: 10px;
        text-align: center;
        border-radius: 2px; }
      .table table mark.hospice {
        background-color: #1a73e8; }
      .table table mark[data-popup], .table table mark.tooltip {
        cursor: pointer; }
      .table table mark + mark {
        margin-left: 12px !important; }
      .table table mark + span.tooltip:not(.clipboard) {
        margin-left: 18px;
        vertical-align: middle; }
      .table table mark.tooltip {
        border: 0 !important; }
      .table table mark.approvedMark {
        display: none; }
        .table table mark.approvedMark.display {
          display: inline-block; }
      .table table mark.tagStyle {
        height: 28px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 28px;
        border-radius: 14px;
        cursor: default; }
      .table table mark.status-label:not([class*="color-"]) {
        display: none; }
    .table table .only-child mark {
      margin: 0 !important; }
    .table table .action {
      margin-left: -10px; }
    .table table .icon {
      display: inline-block;
      width: 24px !important;
      height: 24px !important;
      margin-left: 10px;
      vertical-align: middle; }
      .table table .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      .table table .icon.cursor {
        cursor: pointer; }
      .table table .icon.rotate-90 {
        transform: rotate(90deg); }
      @media (hover: hover) {
        .table table .icon.cursor svg, .table table .icon[data-href]:hover svg, .table table .icon[href]:hover svg {
          fill: #333; } }
    .table table .inlineFlex {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 10px; }
      .table table .inlineFlex > * {
        min-width: 0;
        margin: 0 !important; }
      .table table .inlineFlex:not(.left) > *:last-child:not(.approvedMark) {
        margin-left: auto !important; }
      .table table .inlineFlex .action {
        font-weight: normal; }
      .table table .inlineFlex:has(.action), .table table .inlineFlex:has(a.icon[data-popup]), .table table .inlineFlex:has(.icon.tooltip:last-child) {
        margin-right: -6px; }
      .table table .inlineFlex:has(.abs) {
        position: relative; }
      .table table .inlineFlex > span.alert-info {
        pointer-events: none; }
      .table table .inlineFlex.hidden {
        display: none; }
      .table table .inlineFlex[data-currency] {
        gap: 12px; }
        .table table .inlineFlex[data-currency]::before {
          color: #ccc;
          content: '$'; }
        .table table .inlineFlex[data-currency] .alignRight {
          padding-left: 12px;
          margin-left: auto; }
      .table table .inlineFlex.retroactively {
        color: #ee1752; }
        .table table .inlineFlex.retroactively .icon {
          cursor: pointer; }
          .table table .inlineFlex.retroactively .icon svg {
            fill: #ee1752; }
      .table table .inlineFlex.vendorAccountControls {
        color: #ccc; }
        .table table .inlineFlex.vendorAccountControls span:first-of-type,
        .table table .inlineFlex.vendorAccountControls a:not(.icon):first-of-type {
          color: #1fae1f; }
        .table table .inlineFlex.vendorAccountControls span:nth-of-type(2),
        .table table .inlineFlex.vendorAccountControls a:not(.icon):nth-of-type(2) {
          color: #ee1752; }
        .table table .inlineFlex.vendorAccountControls span.zero,
        .table table .inlineFlex.vendorAccountControls a:not(.icon).zero {
          color: #999; }
          @media (hover: hover) {
            .table table .inlineFlex.vendorAccountControls span.zero:hover,
            .table table .inlineFlex.vendorAccountControls a:not(.icon).zero:hover {
              color: #333; } }
      .table table .inlineFlex.opacityStyle {
        color: #ccc; }
        .table table .inlineFlex.opacityStyle .status-icon {
          opacity: 0.3; }
      .table table .inlineFlex > .icon.green {
        min-width: 18px;
        fill: #00A995; }
      .table table .inlineFlex[data-href] {
        cursor: pointer; }
      .table table .inlineFlex.pdfStyle {
        position: relative; }
        .table table .inlineFlex.pdfStyle svg {
          fill: #999; }
        .table table .inlineFlex.pdfStyle::before {
          position: absolute;
          top: 9px;
          left: 0;
          z-index: 5;
          width: 15px;
          height: 8px;
          background: url(../images/text-pdf.svg) no-repeat 0 0;
          content: ''; }
    .table table .status-icon.tooltip {
      border: 0;
      pointer-events: all; }
      .table table .status-icon.tooltip * {
        pointer-events: none; }
    .table table .action-link {
      display: inline-block;
      width: 24px;
      height: 24px;
      border: 0 !important;
      transform: rotate(45deg);
      vertical-align: middle;
      transition-property: transform; }
      .table table .action-link svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #ccc; }
    .table table.no-footer {
      border: 0; }
    .table table.DTFC_Cloned thead,
    .table table.DTFC_Cloned tfoot {
      background: none; }
    .table table .inlineFlex > .alert-info,
    .table table td > .alert-info,
    .table table td > .sent-info {
      position: relative;
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      color: #ee1752 !important;
      border: 0;
      vertical-align: top; }
      .table table .inlineFlex > .alert-info *,
      .table table td > .alert-info *,
      .table table td > .sent-info * {
        pointer-events: none !important; }
      .table table .inlineFlex > .alert-info svg,
      .table table td > .alert-info svg,
      .table table td > .sent-info svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        transition: width 0.3s ease;
        transform: translate(-50%, -50%);
        fill: #ee1752; }
      .table table .inlineFlex > .alert-info span,
      .table table td > .alert-info span,
      .table table td > .sent-info span {
        position: relative;
        display: block;
        min-width: 24px;
        padding: 0 9px; }
      .table table .inlineFlex > .alert-info.blueStyle,
      .table table td > .alert-info.blueStyle,
      .table table td > .sent-info.blueStyle {
        color: #1a73e8 !important; }
        .table table .inlineFlex > .alert-info.blueStyle svg,
        .table table td > .alert-info.blueStyle svg,
        .table table td > .sent-info.blueStyle svg {
          fill: #1a73e8; }
      .table table .inlineFlex > .alert-info + .icon,
      .table table td > .alert-info + .icon,
      .table table td > .sent-info + .icon {
        margin: 0;
        cursor: pointer; }
      .table table .inlineFlex > .alert-info:not(.hidden-block) + .icon,
      .table table td > .alert-info:not(.hidden-block) + .icon,
      .table table td > .sent-info:not(.hidden-block) + .icon {
        display: none; }
      .table table .inlineFlex > .alert-info.personal-alert,
      .table table td > .alert-info.personal-alert,
      .table table td > .sent-info.personal-alert {
        color: white !important; }
        .table table .inlineFlex > .alert-info.personal-alert path[opacity],
        .table table td > .alert-info.personal-alert path[opacity],
        .table table td > .sent-info.personal-alert path[opacity] {
          opacity: 1;
          transform: scale(1.02);
          transform-origin: center; }
      .table table .inlineFlex > .alert-info.unactive-alert,
      .table table td > .alert-info.unactive-alert,
      .table table td > .sent-info.unactive-alert {
        font-size: 13px;
        color: #999 !important; }
        .table table .inlineFlex > .alert-info.unactive-alert svg,
        .table table td > .alert-info.unactive-alert svg,
        .table table td > .sent-info.unactive-alert svg {
          fill: #999; }
      @media (hover: hover) {
        .table table .inlineFlex > .alert-info:hover svg,
        .table table td > .alert-info:hover svg,
        .table table td > .sent-info:hover svg {
          width: 110%; } }
    .table table td > .sent-info {
      color: #1a73e8 !important; }
      .table table td > .sent-info svg {
        fill: #1a73e8; }
    .table table span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip):not(.alert-info) {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-left: 10px;
      border: 0;
      vertical-align: top; }
      .table table span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip):not(.alert-info) svg {
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .table table span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip):not(.alert-info):hover svg {
          fill: #333; } }
      .table table span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip):not(.alert-info):only-child, .table table span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip):not(.alert-info):first-child {
        margin: 0; }
    .table table a.tooltip {
      border-bottom-style: solid !important; }
    .table table .action .dropdown ul li span.tooltip:not(.clipboard):not(.text-style):not(.action-tooltip) {
      margin-left: 3px; }
    .table table .linkStyle {
      color: #333;
      border-bottom: 1px solid; }
    .table table .width-96 {
      width: 48px;
      min-width: 48px;
      max-width: 48px; }
    .table table .width-126 {
      width: 78px;
      min-width: 78px;
      max-width: 78px; }
    .table table .width-134 {
      width: 86px;
      min-width: 86px;
      max-width: 86px; }
    .table table .width-164 {
      width: 128px;
      min-width: 128px;
      max-width: 128px; }
    .table table .width-220 {
      width: 220px;
      min-width: 220px;
      max-width: 220px; }
    .table table .hide {
      width: 0 !important;
      max-width: 0 !important;
      padding: 0 !important;
      font-size: 0 !important;
      line-height: 0 !important; }
    .table table .priceStyle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 500;
      gap: 12px; }
      .table table .priceStyle::before {
        font-weight: normal;
        color: #ccc;
        content: '$'; }
    .table table .flexEllipsis {
      display: flex;
      align-items: center;
      max-width: 360px;
      gap: 6px; }
      .table table .flexEllipsis b {
        font-weight: normal; }
      .table table .flexEllipsis i {
        font-style: normal; }
      .table table .flexEllipsis .icon {
        width: 18px !important;
        min-width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
        cursor: pointer; }
        .table table .flexEllipsis .icon svg {
          fill: #ee1752 !important; }
      .table table .flexEllipsis:has(.icon.red) {
        color: #ee1752; }
      .table table .flexEllipsis .green {
        fill: #00A995; }
    .table table .controller {
      margin: 0 0 2px;
      padding: 0;
      width: 20px;
      height: 20px;
      vertical-align: middle; }
      .table table .controller .default {
        width: 100%;
        height: 100%; }
        .table table .controller .default[type="checkbox"]:indeterminate {
          border-color: #1a73e8;
          background-color: #1a73e8; }
      .table table .controller:has([type="checkbox"]:indeterminate)::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background-color: white;
        transform: translate(-50%, -50%); }
      .table table .controller > svg {
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px; }
        .table table .controller > svg.lock {
          display: none;
          filter: none;
          top: 4px;
          left: 4px;
          width: 12px;
          height: 12px; }
      .table table .controller.blocked input.default {
        background-color: #ccc;
        border-color: rgba(0, 0, 0, 0.1); }
      .table table .controller.blocked svg {
        opacity: 1;
        filter: none;
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px; }
        .table table .paymentStatusBox {
      display: flex;
      flex: 1;
      align-items: center;
      gap: 4px; }
      .table table .paymentStatusBox > * {
        margin: 0 !important; }
    .table table[data-fixed="1"] .dtfc-fixed-left:nth-child(1)::before,
    .table table[data-fixed="2"] .dtfc-fixed-left:nth-child(2)::before,
    .table table[data-fixed="3"] .dtfc-fixed-left:nth-child(3)::before,
    .table table[data-fixed="4"] .dtfc-fixed-left:nth-child(4)::before,
    .table table[data-fixed="5"] .dtfc-fixed-left:nth-child(5)::before {
      top: 0 !important;
      right: 0 !important;
      width: 2px;
      height: 100%; }
    .table table[data-fixed="1"] .dtfc-fixed-left:nth-child(1) + td::before,
    .table table[data-fixed="2"] .dtfc-fixed-left:nth-child(2) + td::before,
    .table table[data-fixed="3"] .dtfc-fixed-left:nth-child(3) + td::before,
    .table table[data-fixed="4"] .dtfc-fixed-left:nth-child(4) + td::before,
    .table table[data-fixed="5"] .dtfc-fixed-left:nth-child(5) + td::before {
      display: none; }
    .table table[data-fixed="1"] .dtfc-fixed-left:nth-child(1) + th::before,
    .table table[data-fixed="2"] .dtfc-fixed-left:nth-child(2) + th::before,
    .table table[data-fixed="3"] .dtfc-fixed-left:nth-child(3) + th::before,
    .table table[data-fixed="4"] .dtfc-fixed-left:nth-child(4) + th::before,
    .table table[data-fixed="5"] .dtfc-fixed-left:nth-child(5) + th::before {
      display: none; }
  .table .totalRow {
    font-weight: 600; }
  .table.complexHeader .dataTables_scrollBody thead th:nth-child(n) {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .table.complexHeader .dataTables_scrollHeadInner thead tr:first-child::after {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background-color: #ececec;
    content: ''; }
  .table.complexHeader .dataTables_scrollHeadInner thead tr:first-child .cellFix {
    z-index: 14; }
    .table.complexHeader .dataTables_scrollHeadInner thead tr:first-child .cellFix::after {
      display: none !important; }
  .table.complexHeader .dataTables_scrollHeadInner::after {
    height: 63px;
    align-self: flex-end; }
  .table.complexHeader thead tr:first-child {
    position: relative; }
    .table.complexHeader thead tr:first-child th {
      height: auto;
      padding-top: 0 !important;
      padding-bottom: 24px !important;
      background: none !important;
      border-bottom: 0;
      border-top: 0;
      vertical-align: top; }
      .table.complexHeader thead tr:first-child th::before {
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%; }
  .table.complexHeader thead th {
    height: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 12px;
    line-height: 20px;
    border-bottom-color: #E1E1E1; }
    .table.complexHeader thead th::before {
      background-color: #E1E1E1; }
    .table.complexHeader thead th.border::before {
      top: 0;
      left: -1px;
      width: 2px;
      height: 100%; }
    .table.complexHeader thead th.cellFix::after {
      position: absolute;
      right: 1px;
      bottom: calc(100% + 1px);
      left: 0;
      display: block !important;
      height: 48px;
      background-color: #f5f5f5;
      content: ''; }
  .table.complexHeader thead span {
    display: flex;
    align-items: center;
    max-width: 212px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    gap: 3px; }
  .table.complexHeader thead i {
    font-style: normal; }
  .table.complexHeader thead strong {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    cursor: default; }
    .table.complexHeader thead strong.ellipsis, .table.complexHeader thead .input > strong.placeholder, .table.complexHeader thead .input.multiple .input-holder > strong.placeholder, .input.multiple .table.complexHeader thead .input-holder > strong.placeholder, .table.complexHeader thead .input strong.iti__country-name, .input .table.complexHeader thead strong.iti__country-name, .table.complexHeader thead .control-sets strong.placeholder, .control-sets .table.complexHeader thead strong.placeholder, .table.complexHeader thead body > .select2-container .select2-dropdown .flexEllipsis strong.ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader thead strong.ellipsis,
    .table.complexHeader thead .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis strong.ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader thead strong.ellipsis, .table.complexHeader thead form .select2-container .select2-selection--single .select2-selection__rendered strong.select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .table.complexHeader thead strong.select2-selection__placeholder, .table.complexHeader thead .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered strong.select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table.complexHeader thead strong.select2-selection__placeholder, .table.complexHeader thead form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong.ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader thead strong.ellipsis, .table.complexHeader thead .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis strong.ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader thead strong.ellipsis, .table.complexHeader thead form .select2-container .select2-selection--multiple strong.select2-selection__choice, form .select2-container .select2-selection--multiple .table.complexHeader thead strong.select2-selection__choice, .table.complexHeader thead .drawer .drawerCorrection .input .select2-container .select2-selection--multiple strong.select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table.complexHeader thead strong.select2-selection__choice, .table.complexHeader thead .request-card-row strong, .request-card-row .table.complexHeader thead strong, .table.complexHeader thead .sortable.sortable-list strong.title, .sortable.sortable-list .table.complexHeader thead strong.title, .table.complexHeader thead .library-panel .panel-template header strong, .library-panel .panel-template header .table.complexHeader thead strong, .table.complexHeader thead .site-item strong.title, .site-item .table.complexHeader thead strong.title, .table.complexHeader thead .tempStyles .tag-cloud strong.controller, .tempStyles .tag-cloud .table.complexHeader thead strong.controller, .table.complexHeader thead .providerSearchFilter strong.level-name, .providerSearchFilter .table.complexHeader thead strong.level-name, .table.complexHeader thead .stepperPanel .controller:has(.ellips) strong.ellips, .stepperPanel .controller:has(.ellips) .table.complexHeader thead strong.ellips,
    .table.complexHeader thead .dropdown strong.dropFile, .dropdown .table.complexHeader thead strong.dropFile, .table.complexHeader.numberStyle thead strong.elips, .table.complexHeader thead .matches-list .item strong, .matches-list .item .table.complexHeader thead strong, .table.complexHeader thead .note-card strong, .note-card .table.complexHeader thead strong, .table.complexHeader thead .search-container .controller .desc strong, .search-container .controller .desc .table.complexHeader thead strong, .table.complexHeader thead .level-table strong.level-name, .level-table .table.complexHeader thead strong.level-name {
      max-width: 196px;
      border: 0; }
  .table.complexHeader tfoot tr:last-child td,
  .table.complexHeader tbody tr:last-child td {
    border-bottom: 1px solid #E1E1E1; }
  .table.complexHeader tfoot td::before,
  .table.complexHeader tbody td::before {
    background-color: #E1E1E1; }
  .table.complexHeader tfoot td.border::before,
  .table.complexHeader tbody td.border::before {
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%; }
  .table.complexHeader .dtfc-fixed-left::before {
    top: 0;
    right: -1px !important;
    display: block !important;
    width: 2px;
    height: 100%; }
  .table.complexHeader .emptyCol {
    width: 100%;
    padding: 0 !important;
    border-color: rgba(225, 225, 225, 0.5) !important;
    opacity: 0.5; }
  .table.complexHeader.numberStyle thead th:not(.emptyCol):not(.width-auto) {
    min-width: 74px; }
  .table.complexHeader.numberStyle thead .numericTitle {
    padding-right: 18px !important; }
  .table.complexHeader.numberStyle thead .elips {
    display: inline-block;
    max-width: 61px;
    font-weight: normal;
    border: 0;
    vertical-align: middle; }
  .table.complexHeader.numberStyle tfoot td:not(.emptyCol):not(.width-auto),
  .table.complexHeader.numberStyle tbody td:not(.emptyCol):not(.width-auto) {
    min-width: 74px; }
  .table.complexHeader.numberStyle tfoot .empty::before,
  .table.complexHeader.numberStyle tbody .empty::before {
    display: none; }
  .table.complexHeader.numberStyle tfoot .hidden {
    color: transparent !important; }
  .table.complexHeader.numberStyle .inlineFlex mark.short:only-child {
    margin: 0 !important; }
  .table:has(.custom-scroll:not(.hidden)) .dataTables_scrollBody {
    border-bottom: 1px solid #ececec; }
  .table:has(.custom-scroll:not(.hidden)) .dataTables_scrollFootInner::after,
  .table:has(.custom-scroll:not(.hidden)) .dataTables_scrollHeadInner::after,
  .table:has(.custom-scroll:not(.hidden)) tr::after {
    display: none !important;
    border-left: 0; }
  .table:has(.custom-scroll:not(.hidden)).complexHeader .dataTables_scrollHeadInner thead tr:first-child::after {
    display: none !important; }
  .table:has(.custom-scroll.hidden) table th:last-child,
  .table:has(.custom-scroll.hidden) table td:last-child {
    padding-right: 24px !important; }
  .table.multilineStyle table tbody td {
    height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: top !important; }
    .table.multilineStyle table tbody td::before {
      top: 6px;
      bottom: 6px;
      height: auto; }
    .table.multilineStyle table tbody td .row {
      display: flex;
      align-items: center;
      gap: 12px; }
      .table.multilineStyle table tbody td .row .icon {
        margin-left: auto !important; }

.tableProcedureList {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px; }
  .tableProcedureList li::after {
    color: #333;
    content: ','; }
  .tableProcedureList li:last-child::after {
    display: none; }
  .tableProcedureList .removed {
    color: #ee1752; }

.notifications {
  border-radius: 10px; }
  .notifications .table-controls {
    right: 0;
    left: 0; }
    .notifications .table-controls:first-of-type {
      display: none !important; }
  .notifications table.dataTable {
    border-radius: 10px; }
    .notifications table.dataTable thead {
      display: none !important; }
    .notifications table.dataTable tbody td:before {
      background-color: #e5e5e5; }
    .notifications table.dataTable tbody td:first-child {
      width: 132px; }
    .notifications table.dataTable tbody td:last-child {
      padding-right: 72px; }
      .notifications table.dataTable tbody td:last-child:after {
        position: absolute;
        top: calc(50% - 6px);
        right: 35px;
        width: 12px;
        height: 12px;
        cursor: pointer;
        content: ""; }
  .notifications .selected-trigger {
    position: absolute;
    top: calc(50% - 6px);
    right: 35px;
    width: 12px;
    height: 12px;
    pointer-events: none; }
    .notifications .selected-trigger .icheck-item {
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #ccc;
      border-radius: 50%;
      transition: 0.3s ease;
      transition-property: border-color, background-color, box-shadow; }
      .notifications .selected-trigger .icheck-item.checked {
        background-color: #ee1752;
        border-color: #ee1752;
        box-shadow: 0 1px 4px rgba(238, 23, 82, 0.5); }
  .notifications .dataTables_paginate {
    display: block; }

.snackbar, .errors-list .holder {
  position: fixed;
  right: 48px;
  bottom: -144px;
  z-index: 100;
  z-index: 99993;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 21px 12px 16px;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: #333;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  transition-property: opacity, bottom, left, right, width, margin, border-radius; }
  .snackbar .action-button, .errors-list .holder .action-button {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 60px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #ee1752;
    background: inherit;
    background: none;
    border: 0;
    transition: color 0.3s ease; }
  .snackbar.error, .errors-list .error.holder {
    background-color: #ee1752; }
    .snackbar.error .action-button, .errors-list .error.holder .action-button {
      color: white; }
  .snackbar.left, .errors-list .left.holder {
    right: auto;
    left: 48px; }
  @media (max-width: 1279px) {
    .snackbar, .errors-list .holder {
      right: auto;
      left: 48px; } }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.6); }
  .fancybox-is-open .fancybox-bg {
    opacity: 1; }

.fancybox-slide {
  overflow-y: scroll; }
  .content-style .fancybox-slide {
    padding: 12px 0; }
  .visit-type .fancybox-slide {
    padding: 12px; }

.modal-content {
  width: 360px;
  padding: 36px 48px 48px;
  overflow: visible;
  background-color: white;
  border-radius: 9px;
  box-shadow: 0 1px 72px rgba(0, 0, 0, 0.2); }
  .modal-content .fancybox-close-small {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 0; }
    .modal-content .fancybox-close-small svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .modal-content .fancybox-close-small:hover svg {
        fill: #333; } }
  .modal-content .modal-icon {
    display: block;
    width: 108px;
    height: 108px;
    padding: 30px;
    margin: 0 auto 36px;
    background-color: #f5f5f5;
    border-radius: 50%; }
    .modal-content .modal-icon svg {
      display: block;
      width: 48px;
      height: 48px;
      fill: #1a73e8; }
  .modal-content .modal-header > h3,
  .modal-content > h3,
  .modal-content > .h3 {
    margin-bottom: 36px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #1a73e8; }
    .modal-content .modal-header > h3 + .noteBox,
    .modal-content .modal-header > h3 + .paymentGroup,
    .modal-content .modal-header > h3 + .detail-text,
    .modal-content > h3 + .noteBox,
    .modal-content > h3 + .paymentGroup,
    .modal-content > h3 + .detail-text,
    .modal-content > .h3 + .noteBox,
    .modal-content > .h3 + .paymentGroup,
    .modal-content > .h3 + .detail-text {
      margin-top: -12px; }
    .modal-content .modal-header > h3 + .controller,
    .modal-content > h3 + .controller,
    .modal-content > .h3 + .controller {
      display: block;
      margin: -12px 0 36px; }
    .modal-content .modal-header > h3 .modal-back,
    .modal-content > h3 .modal-back,
    .modal-content > .h3 .modal-back {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin: 3px 6px 0 -30px;
      opacity: 0;
      transition: 0.3s ease;
      vertical-align: top;
      pointer-events: none;
      transition-property: opacity, margin-left; }
      .modal-content .modal-header > h3 .modal-back svg,
      .modal-content > h3 .modal-back svg,
      .modal-content > .h3 .modal-back svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #999; }
      @media (hover: hover) {
        .modal-content .modal-header > h3 .modal-back:hover svg,
        .modal-content > h3 .modal-back:hover svg,
        .modal-content > .h3 .modal-back:hover svg {
          fill: #333; } }
      .modal-content .modal-header > h3 .modal-back.display,
      .modal-content > h3 .modal-back.display,
      .modal-content > .h3 .modal-back.display {
        margin-left: 0;
        opacity: 1;
        pointer-events: auto; }
    .modal-content .modal-header > h3.center,
    .modal-content > h3.center,
    .modal-content > .h3.center {
      text-align: center; }
    .modal-content .modal-header > h3.red,
    .modal-content > h3.red,
    .modal-content > .h3.red {
      color: #ee1752; }
      .modal-content .modal-header > h3.red:has(svg),
      .modal-content > h3.red:has(svg),
      .modal-content > .h3.red:has(svg) {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        letter-spacing: -.025em;
        gap: 6px; }
        .modal-content .modal-header > h3.red:has(svg) svg,
        .modal-content > h3.red:has(svg) svg,
        .modal-content > .h3.red:has(svg) svg {
          width: 30px;
          height: 30px;
          fill: #ee1752; }
        .modal-content .modal-header > h3.red:has(svg) + p,
        .modal-content > h3.red:has(svg) + p,
        .modal-content > .h3.red:has(svg) + p {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: #333; }
    .modal-content .modal-header > h3 + .panelStyle,
    .modal-content > h3 + .panelStyle,
    .modal-content > .h3 + .panelStyle {
      margin-top: 46px; }
    .modal-content .modal-header > h3 + h4,
    .modal-content > h3 + h4,
    .modal-content > .h3 + h4 {
      margin-top: -18px; }
  .modal-content > h4,
  .modal-content > .h4 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .modal-content .modal-header {
    position: relative;
    padding: 36px 48px;
    margin: -36px -48px 47px;
    background-color: #FAFAFA;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #E1E1E1; }
    .modal-content .modal-header h3 .modal-back {
      margin-left: -36px; }
    .modal-content .modal-header .radio-tabs {
      margin: 0 !important; }
  .modal-content .form-hint {
    padding-bottom: 15px;
    margin-top: -3px; }
  .modal-content .submit {
    display: block;
    width: 100%; }
    .modal-content .submit.half {
      float: left;
      width: calc(50% - 24px);
      margin-right: 12px;
      margin-left: 12px; }
    .modal-content .submit + .input-note {
      margin-top: 24px; }
  .modal-content .modal-step {
    position: absolute;
    left: -9999px;
    width: 100%; }
    .modal-content .modal-step > h3,
    .modal-content .modal-step > .h3 {
      margin-bottom: 45px;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      color: #1a73e8; }
      .modal-content .modal-step > h3.red,
      .modal-content .modal-step > .h3.red {
        margin-bottom: 24px;
        color: #ee1752; }
        .modal-content .modal-step > h3.red + h4,
        .modal-content .modal-step > .h3.red + h4 {
          margin: 0 0 36px;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px; }
        .modal-content .modal-step > h3.red + p,
        .modal-content .modal-step > .h3.red + p {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: #333; }
        .modal-content .modal-step > h3.red:has(svg),
        .modal-content .modal-step > .h3.red:has(svg) {
          display: flex;
          align-items: center;
          margin-bottom: 24px;
          letter-spacing: -.025em;
          gap: 6px; }
          .modal-content .modal-step > h3.red:has(svg) svg,
          .modal-content .modal-step > .h3.red:has(svg) svg {
            width: 30px;
            height: 30px;
            fill: #ee1752; }
    .modal-content .modal-step.display {
      position: relative;
      left: auto; }
    .modal-content .modal-step .checkInfo {
      display: none; }
      .modal-content .modal-step .checkInfo p {
        margin: 0 0 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #666; }
      .modal-content .modal-step .checkInfo ul {
        padding: 0 17px;
        margin-bottom: 36px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #333;
        border: 1px solid #E1E1E1;
        border-radius: 4px; }
        .modal-content .modal-step .checkInfo ul li {
          display: flex;
          align-items: center;
          padding: 17px 0;
          gap: 12px;
          border-top: 1px solid #E1E1E1; }
          .modal-content .modal-step .checkInfo ul li:first-child {
            padding-bottom: 18px;
            border: 0; }
          .modal-content .modal-step .checkInfo ul li > *:last-child {
            margin-left: auto !important; }
        .modal-content .modal-step .checkInfo ul strong {
          font-weight: 600; }
        .modal-content .modal-step .checkInfo ul .icon {
          display: block;
          width: 24px;
          height: 24px; }
          .modal-content .modal-step .checkInfo ul .icon svg {
            display: block;
            width: 100%;
            height: 100%;
            fill: #ccc; }
          @media (hover: hover) {
            .modal-content .modal-step .checkInfo ul .icon:hover svg {
              fill: #333; } }
      .modal-content .modal-step .checkInfo h3 {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        color: #ee1752; }
      .modal-content .modal-step .checkInfo.display {
        display: block; }
    .modal-content .modal-step:has(.checkInfo.display) > *:not(.checkInfo) {
      display: none !important; }
  .modal-content .header-error {
    padding-bottom: 24px;
    text-align: center;
    color: #333; }
    .modal-content .header-error > svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 20px;
      fill: #ee1752; }
    .modal-content .header-error p {
      margin: 0; }
  .modal-content footer button,
  .modal-content footer .button,
  .modal-content footer .submit {
    float: left;
    width: 120px;
    padding: 0 12px;
    margin: 0;
    text-align: center; }
  .modal-content footer .submit {
    float: right; }
  .modal-content footer.smooth button,
  .modal-content footer.smooth .button,
  .modal-content footer.smooth .submit {
    width: calc(50% - 12px); }
  .modal-content .slide-elem {
    position: relative;
    width: 100%;
    padding: 0 0 36px; }
    .modal-content .slide-elem .input {
      margin: 0; }
  .modal-content .controller-list {
    padding: 0;
    margin: -12px 0 12px; }
    .modal-content .controller-list.hidden {
      position: absolute;
      left: -9999px;
      width: 100%;
      margin: 0; }
      .modal-content .controller-list.hidden + footer {
        margin-top: -4px; }
    .modal-content .controller-list.other {
      margin: 0 0 24px; }
    .modal-content .controller-list.simple {
      float: none;
      width: 100%;
      padding-bottom: 24px;
      margin: -12px 0 0; }
    .modal-content .controller-list.static {
      float: none;
      padding-bottom: 24px; }
      .modal-content .controller-list.static .controller:last-child {
        margin-bottom: 0; }
  .modal-content .less-indentation {
    display: block;
    margin-top: -12px; }
  .modal-content .row > * {
    float: left; }
    .modal-content .row > *:first-child {
      width: 264px; }
    .modal-content .row > *:last-child {
      float: right;
      width: 120px; }
  .modal-content .row.half > * {
    width: calc(50% - 12px); }
  .modal-content .input + .controller-list {
    margin-top: 0; }
  .modal-content .input + .noteBox {
    margin-top: -24px; }
  .modal-content .input + .noteGridStyle {
    padding: 0 !important;
    margin-bottom: 24px;
    gap: 6px; }
    .modal-content .input + .noteGridStyle svg {
      fill: #ccc; }
  .modal-content.data-content, .modal-content.cancel-content {
    padding-top: 42px;
    color: #666; }
    .modal-content.data-content > h3,
    .modal-content.data-content > .h3, .modal-content.cancel-content > h3,
    .modal-content.cancel-content > .h3 {
      margin-bottom: 25px;
      line-height: 30px; }
    .modal-content.data-content p, .modal-content.cancel-content p {
      margin-bottom: 29px; }
    .modal-content.data-content .button, .modal-content.cancel-content .button {
      font-weight: 600; }
  .modal-content.cancel-content {
    padding-top: 60px; }
  .modal-content.data-content .fancybox-close-small {
    display: none !important; }
  .modal-content.note-content {
    color: #666; }
    .modal-content.note-content > h3,
    .modal-content.note-content > .h3 {
      margin-bottom: 27px; }
    .modal-content.note-content .button {
      display: block;
      width: 100%;
      padding: 0 24px;
      margin: 0;
      font-weight: 600;
      text-align: center; }
    .modal-content.note-content p {
      margin-bottom: 30px; }
  .modal-content.big {
    width: 408px; }
  .modal-content.w380 {
    width: 380px; }
  .modal-content.w432 {
    width: 432px; }
  .modal-content.w480 {
    width: 480px; }
  .modal-content.w624 {
    width: 624px; }
  .modal-content.large {
    width: 504px; }
  .modal-content.large1x {
    width: 624px; }
    .modal-content.large1x .trigger-add .controller-list {
      float: none;
      width: 100%;
      padding: 0 0 48px;
      margin: 0;
      overflow: hidden; }
      .modal-content.large1x .trigger-add .controller-list .controller:last-child {
        margin-bottom: 0; }
    .modal-content.large1x footer {
      margin-top: 0 !important; }
      .modal-content.large1x footer button {
        width: calc(50% - 12px); }
  .modal-content.large2x {
    width: 648px; }
  .modal-content.large3x {
    width: 657px; }
  .modal-content.width2x {
    width: 720px; }
  .modal-content.simple-content {
    padding: 48px; }
  .modal-content.form-columns form {
    position: relative;
    float: left;
    width: calc(50% - 48px); }
    .modal-content.form-columns form:nth-of-type(2) {
      float: right; }
    .modal-content.form-columns form h3,
    .modal-content.form-columns form .h3 {
      margin-bottom: 42px; }
    .modal-content.form-columns form .input-note {
      margin-bottom: 40px; }
  .modal-content.form-columns > h3,
  .modal-content.form-columns > .h3 {
    margin-bottom: 30px; }
  .modal-content.form-columns .absolute {
    position: absolute;
    bottom: 0;
    left: 0; }
  .modal-content .form {
    width: auto;
    padding: 0;
    margin: 0 -12px; }
    .modal-content .form + .submit {
      width: 264px;
      margin: 0 0 0 auto; }
    .modal-content .form .input.half:last-of-type,
    .modal-content .form .submit.half:last-of-type {
      margin-bottom: 0; }
    .modal-content .form .input-note {
      float: left;
      width: 100%;
      padding: 0 12px 36px;
      margin: 0; }
      .modal-content .form .input-note + .submit {
        float: right; }
    .modal-content .form .input.half + .input.half + .submit {
      margin-top: 36px; }
    .modal-content .form .submit.right {
      float: right;
      width: calc(50% - 24px);
      margin: 36px 12px 0; }
    .modal-content .form.hidden {
      position: absolute;
      top: 0;
      left: -9999px;
      max-width: calc(100% + 24px); }
    .modal-content .form.editPayorLight .input.half {
      margin-bottom: 0; }
    .modal-content .form.editPayorLight .submit {
      margin-top: 0px !important; }
  .modal-content .delimiter {
    position: absolute;
    top: 108px;
    bottom: 48px;
    left: calc(50% - 12px);
    width: 24px;
    padding-top: 72px;
    font-weight: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #333; }
    .modal-content .delimiter span {
      position: relative;
      display: inline-block;
      background-color: white;
      vertical-align: top; }
    .modal-content .delimiter:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background-color: #dadada;
      content: ""; }
  .modal-content.info-content {
    padding-top: 48px;
    text-align: center;
    color: #666; }
    .modal-content.info-content > svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 20px;
      fill: #ee1752; }
    .modal-content.info-content .button {
      display: block;
      width: 100%;
      padding: 0 24px;
      margin: 0;
      font-weight: 600;
      text-align: center; }
    .modal-content.info-content p {
      margin-bottom: 30px; }
      .modal-content.info-content p strong {
        font-weight: 600;
        color: #333; }
        .modal-content.info-content p strong.red {
          color: #ee1752; }
    .modal-content.info-content .os-button {
      display: inline-block;
      min-width: 26px;
      height: 24px;
      padding: 0 7px;
      font-weight: 600;
      text-align: center;
      color: white;
      background-color: #333;
      border-radius: 4px;
      vertical-align: top; }
      .macOS .modal-content.info-content .os-button[data-mac] {
        font-size: 0;
        line-height: 0; }
        .macOS .modal-content.info-content .os-button[data-mac]:before {
          display: inline-block;
          font-size: 16px;
          line-height: 24px;
          content: attr(data-mac); }
    .modal-content.info-content .selection {
      display: inline-block;
      padding: 0 10px;
      margin: 0 2px;
      color: #333;
      background-color: #fff;
      vertical-align: top;
      animation: background 4s cubic-bezier(1, 0, 0, 1) infinite; }
  .modal-content.underConstructionModal {
    color: #333; }
    .modal-content.underConstructionModal > h3 {
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: normal;
      color: #333; }
  .modal-content .slim.absolute {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    width: 100%;
    margin: -6px 0 24px; }
    .modal-content .slim.absolute[data-state="empty"] ~ .submit {
      background-color: #ccc;
      border-color: #ccc;
      box-shadow: none !important;
      pointer-events: none; }
  .modal-content .icon-load {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    padding: 18px;
    margin: 0 auto 32px; }
    .modal-content .icon-load:before {
      border: 2px solid #1a73e8;
      border-radius: 50%;
      content: "";
      border-right-color: #e7e7e7;
      animation: pace-spinner 1s linear infinite; }
    .modal-content .icon-load svg {
      display: block;
      width: 48px;
      height: 48px;
      fill: #ee1752; }
  .modal-content.time-range .controller {
    display: block;
    margin-bottom: 24px; }
    .modal-content.time-range .controller:last-of-type {
      margin-bottom: 36px; }
  .modal-content .controller-holder {
    width: 100%;
    padding: 0 12px; }
    .modal-content .controller-holder .tooltip {
      display: inline-block;
      vertical-align: top; }
      .modal-content .controller-holder .tooltip svg {
        fill: #ccc; }
      @media (hover: hover) {
        .modal-content .controller-holder .tooltip:hover svg {
          fill: #333; } }
  .modal-content .time-controls .controller-list {
    padding-bottom: 48px;
    margin: 0 -12px; }
  .modal-content .time-controls .slider-holder {
    padding-bottom: 72px; }
    .modal-content .time-controls .slider-holder .slider li:before {
      width: 69px; }
  .modal-content .inner-tab .right {
    float: right;
    margin-top: 0 !important; }
  .modal-content .inner-tab .form {
    margin: 0 -12px; }
  .modal-content .inner-tab .input {
    margin-right: 12px;
    margin-left: 12px; }
  .modal-content .inner-tab .footer-grid {
    padding: 0 12px; }
  .modal-content form.inner-tab.display {
    width: auto !important;
    margin: 0 -12px; }
  .modal-content .radio-tabs {
    margin-bottom: 36px; }
  .content-style .modal-content {
    width: 624px;
    padding: 0;
    background-color: #FAFAFA; }
    .content-style .modal-content h3, .content-style .modal-content .h3 {
      padding: 39px 36px;
      margin: 0; }
    .content-style .modal-content .fancybox-close-small {
      top: 0;
      right: -36px; }
      .content-style .modal-content .fancybox-close-small svg {
        fill: white; }
    .content-style .modal-content .form-controls {
      left: 50%;
      width: auto;
      transition: transform 0.3s ease;
      transform: translate(-50%, 200%); }
      .content-style .modal-content .form-controls [data-fancybox-close] {
        display: none; }
      .content-style .modal-content .form-controls > * {
        min-width: 120px; }
      .content-style .modal-content .form-controls .submit {
        width: auto; }
      .content-style .modal-content .form-controls.display {
        transform: translate(-50%, 0); }
  .modal-content.information-content {
    padding-bottom: 12px; }
  .visit-type .modal-content {
    width: 624px;
    padding: 30px 24px 0;
    background-color: white;
    border-radius: 9px; }
    .visit-type .modal-content .time-controls::before {
      position: absolute;
      top: -96px;
      right: 0;
      left: 0;
      height: 117px;
      background-color: #fafafa;
      border-radius: 9px 9px 0 0;
      content: ''; }
    .visit-type .modal-content h3, .visit-type .modal-content .h3 {
      position: relative;
      z-index: 5;
      padding: 0 12px;
      margin-bottom: 36px; }
      .visit-type .modal-content h3 + .animation-exp, .visit-type .modal-content .h3 + .animation-exp {
        margin-top: -6px; }
    .visit-type .modal-content .controller-input {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 48px;
      padding: 12px 14px 12px 12px;
      border-radius: 4px;
      transition: border-color 0.3s ease;
      gap: 0; }
      .visit-type .modal-content .controller-input::after {
        border: 1px solid #E1E1E1;
        border-radius: 4px;
        content: '';
        pointer-events: none;
        transition-property: border-color, box-shadow; }
      .visit-type .modal-content .controller-input .controller {
        margin: 0; }
      .visit-type .modal-content .controller-input.error::after {
        border-color: #ee1752 !important;
        border-width: 2px;
        box-shadow: 0 0 10px rgba(238, 23, 82, 0.25); }
    .visit-type .modal-content .input,
    .visit-type .modal-content .controller-input {
      float: left;
      width: calc(100% - 24px);
      margin-right: 12px;
      margin-left: 12px; }
      .visit-type .modal-content .input.long,
      .visit-type .modal-content .controller-input.long {
        width: calc(75% - 24px); }
      .visit-type .modal-content .input.half,
      .visit-type .modal-content .controller-input.half {
        width: calc(50% - 24px); }
      .visit-type .modal-content .input.fourth,
      .visit-type .modal-content .controller-input.fourth {
        width: calc(25% - 24px); }
      .visit-type .modal-content .input.third,
      .visit-type .modal-content .controller-input.third {
        width: calc(100% / 3 - 24px); }
      .visit-type .modal-content .input.third-2x,
      .visit-type .modal-content .controller-input.third-2x {
        width: calc(100% / 3 * 2 - 24px); }
      .visit-type .modal-content .input.w3-5,
      .visit-type .modal-content .controller-input.w3-5 {
        width: calc(48px * 3.5); }
      .visit-type .modal-content .input.w6-5,
      .visit-type .modal-content .controller-input.w6-5 {
        width: calc(48px * 6.5); }
    .visit-type .modal-content .slider-holder {
      width: calc(100% - 24px);
      padding: 24px 12px 60px;
      margin: 0 12px; }
      .visit-type .modal-content .slider-holder .slider-frame {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0; }
        .visit-type .modal-content .slider-holder .slider-frame > span {
          top: -36px; }
    .visit-type .modal-content .animation-exp {
      position: relative;
      width: 100%; }
      .visit-type .modal-content .animation-exp .input {
        float: none; }
      .visit-type .modal-content .animation-exp:has(.input:first-child) {
        padding-top: 12px; }
    .visit-type .modal-content .input-padding {
      padding-top: 24px; }
    .visit-type .modal-content .form-controls {
      position: sticky;
      bottom: -12px;
      left: auto;
      display: grid;
      width: 100%;
      padding: 12px 12px 36px;
      margin: 0;
      background-color: white;
      column-gap: 24px;
      grid-template-columns: repeat(2, 1fr); }
      .visit-type .modal-content .form-controls button {
        margin: 0; }
      .visit-type .modal-content .form-controls .submit {
        border-radius: 4px;
        box-shadow: 0px 1px 4px rgba(238, 23, 82, 0.5); }
        .visit-type .modal-content .form-controls .submit:disabled, .visit-type .modal-content .form-controls .submit.disabled {
          box-shadow: none; }
      @media (max-width: 1279px) {
        .visit-type .modal-content .form-controls {
          right: auto;
          width: 100% !important;
          height: auto; }
          .visit-type .modal-content .form-controls .submit {
            font-size: 16px;
            line-height: 46px;
            color: white; } }
    .visit-type .modal-content.gray-style .form-controls {
      background-color: #FAFAFA; }
    .visit-type .modal-content.multiply {
      padding: 0 0 108px;
      margin: 0 !important;
      background: none;
      border-radius: 0;
      box-shadow: none; }
      .visit-type .modal-content.multiply .form-block {
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px;
        background-color: #FAFAFA;
        border: 0; }
      .visit-type .modal-content.multiply .time-controls {
        z-index: 5;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: -24px;
        margin-left: -24px; }
        .visit-type .modal-content.multiply .time-controls::before {
          display: none; }
      .visit-type .modal-content.multiply .animation-exp {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: -24px;
        margin-left: -24px;
        background-color: white;
        border-radius: 0 0 9px 9px; }
      .visit-type .modal-content.multiply .controller-list {
        padding: 1px 12px 12px;
        margin: 0; }
    .visit-type .modal-content [data-ajax-content] .form-block {
      margin-top: 12px !important; }
    .visit-type .modal-content .accordion {
      margin-top: 12px; }
    .visit-type .modal-content .accordion-item {
      min-height: 84px;
      border: 0;
      border-color: transparent; }
    .visit-type .modal-content .accordion-header {
      min-height: 84px; }
      .visit-type .modal-content .accordion-header strong {
        color: #1a73e8; }
      .visit-type .modal-content .accordion-header .tooltip {
        border-bottom: 1px dashed; }
    .visit-type .modal-content .accordion-exp {
      top: -9999px; }
    .visit-type .modal-content .exp-holder {
      padding-right: 24px;
      padding-bottom: 0;
      padding-left: 24px;
      border: 0; }
      .visit-type .modal-content .exp-holder::before {
        position: absolute;
        top: 0;
        right: 36px;
        left: 36px;
        height: 1px;
        background-color: #E1E1E1;
        content: ''; }
  .modal-content.pin-style h3, .modal-content.pin-style .h3 {
    margin-bottom: 36px; }
  .modal-content.pin-style p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666; }
  .modal-content.delete-style {
    padding-top: 36px;
    text-align: left; }
    .modal-content.delete-style h3, .modal-content.delete-style .h3 {
      margin-bottom: 24px; }
    .modal-content.delete-style p {
      margin-bottom: 24px;
      font-size: 14px;
      line-height: 22px;
      color: #666; }
    .modal-content.delete-style:has(h3:empty) {
      padding-top: 48px; }
  .modal-content.verification {
    background-color: #f5f5f5; }
    .modal-content.verification h3, .modal-content.verification .h3 {
      margin-bottom: 32px;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      color: #1a73e8; }
    .modal-content.verification .inset {
      height: 276px;
      padding: 36px 36px 30px;
      margin-bottom: 30px;
      text-align: center;
      background-color: white;
      border-radius: 8px; }
      .modal-content.verification .inset p {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
        .modal-content.verification .inset p a {
          color: black;
          border-bottom: 1px solid; }
          @media (hover: hover) {
            .modal-content.verification .inset p a:hover {
              color: #1a73e8; } }
    .modal-content.verification .qrcode {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto 30px; }
    .modal-content.verification .submit {
      display: block;
      width: 100%;
      margin-bottom: 29px; }
    .modal-content.verification .bottom {
      display: block;
      font-weight: 600;
      text-align: center; }
      .modal-content.verification .bottom a {
        color: #666; }
        @media (hover: hover) {
          .modal-content.verification .bottom a:hover {
            color: #111; } }
      .modal-content.verification .bottom.flex-style {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 37px; }
      .modal-content.verification .bottom.disabled a {
        color: #999;
        pointer-events: none; }
    .modal-content.verification .input + p:not([class]) {
      margin: -10px 0 31px;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #999; }
    .modal-content.verification .sent {
      position: absolute;
      top: 68px;
      right: 0;
      left: 0;
      z-index: 30;
      height: 276px;
      text-align: center;
      background-color: white;
      border-radius: 8px;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none; }
      .modal-content.verification .sent > svg {
        display: block;
        margin: 54px auto 24px; }
      .modal-content.verification .sent strong {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #ee1752; }
      .modal-content.verification .sent p {
        position: absolute;
        right: 0;
        bottom: 32px;
        left: 0;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .modal-content.verification .sent .close {
        position: absolute;
        top: 27px;
        right: 27px;
        width: 18px;
        height: 18px; }
        .modal-content.verification .sent .close svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
      .modal-content.verification .sent::after {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: 84px;
        background-color: #F5F5F5;
        opacity: 0.8;
        content: ''; }
    .modal-content.verification .error .middle {
      opacity: 0;
      pointer-events: none; }
    .modal-content.verification .error .sent {
      opacity: 1;
      pointer-events: all; }
  .modal-content .modal-text {
    margin: -15px 0 45px;
    color: #666; }
  .modal-content .datepickerHolder {
    margin: -21px 0 42px; }
    .modal-content .datepickerHolder + .input {
      margin-bottom: 24px; }
  .modal-content.flexible {
    display: inline-flex;
    width: auto;
    width: min-content;
    min-width: 360px;
    flex-direction: column; }
    .modal-content.flexible h3 {
      text-align: center; }
    .modal-content.flexible footer {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(2, 1fr); }
      .modal-content.flexible footer::after {
        display: none; }
      .modal-content.flexible footer button {
        width: auto; }
  .modal-content .input-note.small + footer {
    padding-top: 24px; }
  .modal-content .afterError.error + .input-note.small {
    color: #ee1752; }
    .modal-content .afterError.error + .input-note.small svg {
      fill: #ee1752; }
  .w576 .modal-content {
    width: 576px !important; }
  .modal-content.gray-style {
    background-color: #FAFAFA; }
  .modal-content.browser {
    width: 672px;
    padding: 48px;
    text-align: center;
    background-color: white; }
    .modal-content.browser .browser-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 12px; }
      .modal-content.browser .browser-icon svg {
        display: block; }
    .modal-content.browser h3 {
      margin-bottom: 12px;
      font-size: 34px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: -0.03em;
      text-align: center;
      color: #333; }
    .modal-content.browser p {
      margin: 0 0 24px;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #666; }
    .modal-content.browser footer {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 24px; }
      .modal-content.browser footer > * {
        width: 160px;
        margin: 0; }
    .modal-content.browser .hidden {
      display: none; }
  .modal-content.w594 {
    width: 594px; }
  .modal-content.w624 {
    width: 624px; }
  .modal-content .footer-grid {
    display: grid;
    width: 100%;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    .modal-content .footer-grid::after {
      display: none; }
    .modal-content .footer-grid button {
      float: none !important;
      width: auto !important; }
  .modal-content:has(.total-payment) {
    padding: 48px; }
  .modal-content.w520 {
    width: 520px; }
  .modal-content:has(.radio-tabs.medium) {
    width: 432px; }
    .modal-content:has(.radio-tabs.medium) .input {
      margin-right: 0;
      margin-left: 0; }
      .modal-content:has(.radio-tabs.medium) .input + .controller {
        margin-top: -12px; }
  .modal-content.confirm-phone:not(:has(.priorConsent.display)) {
    padding-top: 36px; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) h3, .modal-content.confirm-phone:not(:has(.priorConsent.display)) .h3 {
      margin-bottom: 24px;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      text-align: center;
      color: #1a73e8; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) > p {
      margin: 0 0 48px;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      color: #666; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) > p span {
        display: block;
        color: #333; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) form > p {
      margin: 0 0 48px;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      color: #666; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) form > p span {
        display: block;
        color: #333; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom {
      display: block;
      padding: 24px 0 18px;
      font-weight: 600;
      text-align: center; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom a {
        color: #666; }
        @media (hover: hover) {
          .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom a:hover {
            color: #111; } }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom.flex-style {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin-bottom: -6px; }
        .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom.flex-style:not(.disabled) .countdown {
          position: absolute;
          top: -9999px;
          left: -9999px; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .bottom.disabled a {
        color: #ccc;
        pointer-events: none; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 48px;
      margin-bottom: 36px;
      gap: 6px; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code:has(.focus, .enter) .input:first-of-type label {
        width: 300%;
        transition: width 1.5s ease; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code:has(.input.error) .input:last-of-type span.error {
        display: block !important; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code .input {
        position: relative;
        width: auto;
        height: 48px;
        margin: 0; }
        .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code .input label {
          white-space: nowrap; }
        .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code .input input {
          padding: 0;
          text-align: center; }
        .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code .input span.error {
          top: -23px;
          bottom: auto;
          white-space: nowrap; }
        .modal-content.confirm-phone:not(:has(.priorConsent.display)) .code .input:not(:last-of-type) span.error {
          display: none !important; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) .verified-msg {
      display: none; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .verified-msg.display {
        display: block; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .verified-msg .button {
        display: block;
        width: 100%;
        padding: 0 24px;
        margin: 0;
        font-weight: 600;
        text-align: center; }
      .modal-content.confirm-phone:not(:has(.priorConsent.display)) .verified-msg .middle {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 252px;
        padding: 12px 0 48px;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
        color: #1a73e8;
        flex-direction: column;
        gap: 24px; }
    .modal-content.confirm-phone:not(:has(.priorConsent.display)) .submit + .flex-style {
      margin-top: 24px; }
  .modal-content.confirm-phone .priorConsent > h3,
  .modal-content.confirm-phone .priorConsent > .h3 {
    margin-bottom: 36px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #1a73e8; }
    .modal-content.confirm-phone .priorConsent > h3 + .controller,
    .modal-content.confirm-phone .priorConsent > .h3 + .controller {
      margin: -12px 0 24px; }
  .modal-content.invoiceModal h3 {
    margin-bottom: 24px; }
    .modal-content.invoiceModal h3 b {
      font-weight: 600; }
  .modal-content.invoiceModal h4 {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    .modal-content.invoiceModal h4 b {
      font-weight: 600; }
    .modal-content.invoiceModal h4 span {
      font-weight: normal;
      color: #999; }
  .modal-content.invoiceModal .items {
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px; }
  .modal-content.invoiceModal .item {
    display: grid;
    align-items: center;
    gap: 24px;
    grid-template-columns: 156px 1fr; }
    .modal-content.invoiceModal .item > * {
      min-width: 0; }
    .modal-content.invoiceModal .item .input {
      margin: 0; }
    .modal-content.invoiceModal .itemInfo {
      display: grid;
      padding: 4px 0;
      font-size: 14px;
      line-height: 20px;
      grid-template-columns: repeat(1, 1fr); }
      .modal-content.invoiceModal .itemInfo strong {
        font-weight: normal; }
      .modal-content.invoiceModal .itemInfo span {
        color: #999; }
  .modal-content.invoiceModal .footer-grid {
    padding-top: 12px; }
  .modal-content > .grid {
    display: grid;
    padding-bottom: 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    .modal-content > .grid .input {
      float: none !important;
      margin: 0 !important; }
  .modal-content.controllerListStyle .switch {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    font-size: 16px;
    border-bottom: 1px solid #E1E1E1;
    gap: 12px; }
    .modal-content.controllerListStyle .switch > svg {
      position: static;
      top: auto;
      left: auto;
      width: 24px;
      height: 24px;
      opacity: 1;
      filter: none;
      fill: #ccc !important; }
    .modal-content.controllerListStyle .switch.checked > svg {
      fill: #ee1752 !important; }
  .modal-content.controllerListStyle .controller-list {
    float: none;
    margin: 0; }
    .modal-content.controllerListStyle .controller-list .clue {
      font-family: "Inter", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-style: normal;
      line-height: 24px;
      color: #ccc; }
  .modal-content.controllerListStyle .input-note.small {
    margin: 0 0 12px; }
  .modal-content.payment-modal h3 {
    margin-bottom: 24px; }
  .modal-content.payment-modal h4 {
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333; }
  .modal-content.payment-modal h5 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #999; }
  .modal-content.payment-modal .paymentStatusList {
    display: flex;
    padding: 17px;
    margin-bottom: 36px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    gap: 18px;
    flex-direction: column; }
    .modal-content.payment-modal .paymentStatusList .controller {
      display: flex;
      align-items: center;
      margin: 0;
      gap: 6px; }
    .modal-content.payment-modal .paymentStatusList mark {
      height: 20px;
      padding: 0 8px;
      margin: 0;
      font-size: 11px;
      font-weight: normal;
      line-height: 20px;
      border-radius: 3px; }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-01 {
        color: #1A73E8;
        background-color: rgba(26, 115, 232, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-02 {
        color: #EE1752;
        background-color: rgba(238, 23, 82, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-03 {
        color: #1FAE1F;
        background-color: rgba(31, 174, 31, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-04 {
        color: #00A995;
        background-color: rgba(0, 169, 149, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-05 {
        color: #666666;
        background-color: rgba(102, 102, 102, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-06 {
        color: #E79D00;
        background-color: rgba(231, 157, 0, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-07 {
        color: #AD00FF;
        background-color: rgba(173, 0, 255, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-08 {
        color: #676F37;
        background-color: rgba(103, 111, 55, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-09 {
        color: #978857;
        background-color: rgba(151, 136, 87, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-10 {
        color: #915F50;
        background-color: rgba(145, 95, 80, 0.3); }
      .modal-content.payment-modal .paymentStatusList mark.statusColors-11 {
        color: #999999;
        background-color: rgba(153, 153, 153, 0.3); }
    .modal-content.payment-modal .paymentStatusList + h4 {
      margin-top: -24px; }
  .modal-content.payment-modal .row {
    display: grid;
    padding-bottom: 18px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px; }
    .modal-content.payment-modal .row::after {
      display: none; }
    .modal-content.payment-modal .row .input {
      float: none;
      width: auto;
      min-width: 0;
      margin: 0; }
    .modal-content.payment-modal .row .enter-statick input::placeholder {
      color: #333; }
  .modal-content.payment-modal .submit {
    margin-top: 12px; }
  .modal-content .missingInfo {
    padding: 0 0 14px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #999;
    list-style: none; }
    .modal-content .missingInfo li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0 16px;
      cursor: default;
      border-top: 1px solid #e1e1e1; }
    .modal-content .missingInfo svg {
      width: 24px;
      height: 24px;
      fill: #00A995; }
      .modal-content .missingInfo svg:last-child {
        display: none; }
    .modal-content .missingInfo .missing {
      color: #333; }
      .modal-content .missingInfo .missing svg {
        fill: #ee1752; }
        .modal-content .missingInfo .missing svg:last-child {
          display: block; }
        .modal-content .missingInfo .missing svg:first-of-type {
          display: none; }

.updateInfoTable {
  width: 100%;
  margin: -27px 0 18px;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  border-collapse: collapse; }
  .updateInfoTable td {
    padding: 6px 0; }
    .updateInfoTable td:nth-child(2) {
      width: 38px;
      padding-right: 12px;
      padding-left: 12px;
      color: #1FAE1F; }
  .updateInfoTable .update td:nth-child(1) {
    text-decoration: line-through; }
  .updateInfoTable .update td:nth-child(2) {
    color: #ee1752; }

.wifi-off .fancybox-content {
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none;
  box-shadow: none; }

@keyframes background {
  0% {
    color: #333;
    background: white; }
  50% {
    color: white;
    background: #1a73e8; }
  100% {
    color: #333;
    background: white; } }

.modal-edit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding-top: 60px;
  opacity: 0; }
  .modal-edit p {
    margin: -24px 0 34px 0;
    font: italic 13px/20px "Open Sans", sans-serif;
    color: #666; }
  .modal-edit .input {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

.appointment .form-controls {
  left: 50%;
  width: auto;
  transform: translateX(-50%); }
  .appointment .form-controls [data-fancybox-close] {
    display: none; }
  .appointment .form-controls > * {
    min-width: 120px; }
  .appointment .form-controls .submit {
    width: auto; }

.appointment .submit {
  width: auto; }

.appointment .modal-content {
  width: 624px;
  padding: 12px 0;
  background: none;
  border-radius: 0;
  box-shadow: none; }

.appointment .single {
  width: 598px; }
  .appointment .single .fancybox-close-small {
    right: calc(50% - 299px - 36px); }

.appointment .fancybox-slide {
  padding: 0;
  overflow-y: auto; }

.appointment .fancybox-close-small {
  position: fixed;
  right: calc(50% - 312px - 36px); }
  .appointment .fancybox-close-small svg {
    fill: white; }

.autoparam-modal .form-controls {
  left: 50%;
  width: auto;
  transform: translateX(-50%); }
  .autoparam-modal .form-controls [data-fancybox-close] {
    display: none; }
  .autoparam-modal .form-controls > * {
    min-width: 120px; }
  .autoparam-modal .form-controls .submit {
    width: auto; }

.autoparam-modal .submit {
  width: auto; }

.autoparam-modal .controller-list {
  margin: 0; }
  .autoparam-modal .controller-list .controller {
    font-size: 16px; }
    .autoparam-modal .controller-list .controller:last-child {
      margin-bottom: 0; }

.calendar-modal .calendar {
  float: none;
  max-width: 768px;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none; }
  .calendar-modal .calendar .ui-datepicker:after {
    border-radius: 2px; }
  .calendar-modal .calendar .ui-datepicker .ui-datepicker-calendar {
    border-radius: 2px; }
  .calendar-modal .calendar .ui-datepicker tr:first-child td:first-child {
    border-top-left-radius: 2px; }
  .calendar-modal .calendar .ui-datepicker tr:first-child td:last-child {
    border-top-right-radius: 2px; }

.calendar-modal .fancybox-close-small {
  top: -36px;
  right: -36px; }
  .calendar-modal .fancybox-close-small svg {
    fill: white; }

.trigger-block *:last-child, .swap-block *:last-child {
  margin-bottom: 0; }

.trigger-block .trigger-frame, .swap-block .trigger-frame {
  padding-bottom: 36px; }

.trigger-block .form-hint, .swap-block .form-hint {
  padding-bottom: 11px;
  margin-top: -3px; }

.trigger-wrap {
  float: left;
  width: 100%; }
  .trigger-wrap .switch {
    font-size: 16px; }
  .trigger-wrap.padding {
    padding: 0 12px; }
  .trigger-wrap.hidden {
    position: absolute;
    left: -9999px; }
  .grid-style .trigger-wrap {
    padding: 0; }
    .grid-style .trigger-wrap .switch:last-child {
      margin: 0; }
    .grid-style .trigger-wrap.grid-style {
      padding: 0; }
  .trigger-wrap.grid-style {
    display: grid;
    float: none;
    padding: 0 12px 36px;
    column-gap: 24px;
    row-gap: 36px;
    grid-template-columns: repeat(4, 1fr); }
    .trigger-wrap.grid-style .span2 {
      grid-column: span 2; }
    .trigger-wrap.grid-style .span3 {
      grid-column: span 3; }
    .trigger-wrap.grid-style .span4 {
      grid-column: span 4; }
    .trigger-wrap.grid-style .input {
      float: none !important;
      width: auto !important;
      margin: 0 !important; }
  .trigger-wrap.grid-style.four {
    display: grid;
    width: 100%;
    margin: 0;
    column-gap: 24px;
    row-gap: 36px;
    grid-template-columns: repeat(4, 1fr); }
    .trigger-wrap.grid-style.four .span2 {
      grid-column: span 2; }
    .trigger-wrap.grid-style.four .span3 {
      grid-column: span 3; }
    .trigger-wrap.grid-style.four .span4 {
      grid-column: span 4; }
    .trigger-wrap.grid-style.four .input {
      float: none;
      width: auto;
      margin: 0; }

.trigger-add {
  width: 100%;
  height: auto; }
  .trigger-add + footer {
    margin-top: -35px !important;
    border-top: 0 !important; }
  .trigger-add[style^="position: relative;"] {
    pointer-events: auto; }
  .trigger-add .controller-list + * {
    margin-top: 0; }
  .trigger-add h3,
  .trigger-add .h3 {
    padding: 5px 12px 42px;
    margin: 0; }
  .trigger-add .trigger-exp {
    padding-top: 30px;
    padding-bottom: 24px; }
    .trigger-add .trigger-exp .input:not(.searchStyle) {
      float: none;
      max-width: 238px;
      margin: 0; }
      .trigger-add .trigger-exp .input:not(.searchStyle).error + .input-note, .trigger-add .trigger-exp .input:not(.searchStyle):has(input:placeholder-shown) + .input-note {
        color: #ee1752; }
        .trigger-add .trigger-exp .input:not(.searchStyle).error + .input-note svg, .trigger-add .trigger-exp .input:not(.searchStyle):has(input:placeholder-shown) + .input-note svg {
          fill: #ee1752; }
    .trigger-add .trigger-exp.other-padding {
      padding: 24px 0 18px; }
      .trigger-add .trigger-exp.other-padding .input {
        width: 100%;
        max-width: 100%; }
    .trigger-add .trigger-exp .input-note {
      padding: 24px 0;
      margin: 0; }
  .trigger-add .trigger-exp-top {
    padding-top: 24px; }
  .trigger-add:has(.form-item .trigger-padding) .form-item {
    padding-top: 12px !important; }
  .trigger-add .trigger-padding {
    padding: 24px 12px 35px; }
    .trigger-add .trigger-padding h3 {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 30px;
      margin-left: 0; }
    .trigger-add .trigger-padding .input-note {
      padding-right: 0;
      padding-left: 0; }
    .trigger-add .trigger-padding .description-template {
      float: none;
      width: auto; }
      .trigger-add .trigger-padding .description-template h3 {
        padding: 0;
        margin-bottom: 18px; }
    .trigger-add .trigger-padding .form-columns {
      padding-right: 0;
      padding-left: 0; }
  .trigger-add > .action {
    position: absolute;
    top: 0;
    right: 2px; }
    .trigger-add > .action + h3,
    .trigger-add > .action + .h3 {
      padding-top: 0; }
  .trigger-add > .switch-menu {
    top: -60px; }
  .trigger-add .trigger-add-inner {
    float: left;
    width: 100%; }
  .trigger-add .formula:first-child {
    padding-top: 22px; }
  .trigger-add .formula .input {
    margin-top: 0; }
  .trigger-add.trigger-menu-style {
    float: left;
    width: 100%; }
    .trigger-add.trigger-menu-style h3,
    .trigger-add.trigger-menu-style .h3 {
      padding: 0 12px;
      margin: 0 0 30px;
      font-weight: 600; }
    .trigger-add.trigger-menu-style .icon-button.controller-button {
      top: -6px;
      right: 18px;
      padding: 6px;
      background: none;
      border: 0;
      pointer-events: auto !important; }
    .trigger-add.trigger-menu-style > .info {
      position: absolute;
      top: 0;
      right: 61px;
      font-size: 14px;
      line-height: 24px; }
    .trigger-add.trigger-menu-style.display ~ .input,
    .trigger-add.trigger-menu-style .input:first-child {
      margin-top: 12px; }
    .trigger-add.trigger-menu-style > .action {
      position: absolute;
      top: 0 !important;
      right: 24px !important;
      display: block !important; }
    .trigger-add.trigger-menu-style.no-margin .period {
      margin-bottom: 0; }
    .trigger-add.trigger-menu-style.no-margin .table {
      margin-bottom: 0; }
      .trigger-add.trigger-menu-style.no-margin .table table {
        border: 0; }
    .trigger-add.trigger-menu-style.last-child .table {
      overflow: hidden;
      border-radius: 0 0 9px 9px; }
    .trigger-add.trigger-menu-style.input-style {
      width: calc(100% + 46px) !important;
      max-width: calc(100% + 46px) !important;
      margin: 0 -23px 0;
      border-top: 1px solid #dcdcdc; }
      .trigger-add.trigger-menu-style.input-style .input {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 !important;
        overflow: hidden;
        background-color: white;
        border-radius: 0 0 9px 9px; }
        .trigger-add.trigger-menu-style.input-style .input::after, .trigger-add.trigger-menu-style.input-style .input::before {
          display: none; }
        .trigger-add.trigger-menu-style.input-style .input textarea {
          min-height: 130px;
          padding: 27px 35px;
          font-size: 16px;
          line-height: 30px; }
  .lower-level .trigger-add:not(.display) {
    top: -9999px;
    left: 0;
    max-width: 100%; }
  .trigger-add.simple-style {
    float: none !important;
    width: 100%; }
    .trigger-add.simple-style h2 + .trigger-padding {
      padding-top: 6px; }
  .trigger-add > .form-item.editor-style {
    padding-top: 12px !important; }
  .trigger-add .tag-cloud {
    float: none;
    padding: 0; }
    .trigger-add .tag-cloud .input-note {
      width: 100%; }

.inner-tab {
  height: auto; }
  .inner-tab > footer:not(.footer-grid) {
    margin: 0 -23px 0;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dcdcdc; }
  .inner-tab div.datepicker {
    padding-top: 24px; }
  .inner-tab:not(.display) .trigger-add {
    pointer-events: none !important; }
  .inner-tab:has(.page-attach) {
    left: 0;
    width: 100%; }

.under-construction, .attach .msg {
  height: calc(100vh - 168px - 92px);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #999;
  white-space: nowrap; }
  .under-construction:after, .attach .msg:after {
    display: inline-block;
    width: 0;
    min-height: 100%;
    content: "";
    vertical-align: middle; }
  .under-construction > *, .attach .msg > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  .under-construction strong, .attach .msg strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px; }
  .under-construction p, .attach .msg p {
    margin-bottom: 0; }
  .under-construction .submit, .attach .msg .submit {
    margin-top: 20px; }
  .under-construction .middle > svg, .attach .msg .middle > svg {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    fill: #999; }
  .under-construction.table-msg, .attach .table-msg.msg {
    height: calc(100vh - 168px - 144px); }
  .under-construction.hidden, .attach .hidden.msg {
    display: none; }
  .under-construction.error-style strong, .attach .error-style.msg strong {
    color: #ee1752; }
  .under-construction.error-style .middle, .attach .error-style.msg .middle {
    padding-bottom: 112px; }
    .under-construction.error-style .middle > svg, .attach .error-style.msg .middle > svg {
      fill: #ee1752; }
  .under-construction.inner, .attach .inner.msg {
    height: auto;
    padding: 48px 0 144px; }
  .under-construction.lineHeight, .attach .lineHeight.msg {
    line-height: 24px; }

.spinner-loading, .pdfViewer > svg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  overflow: visible !important;
  fill: #1a73e8;
  animation: spin 1s linear infinite; }
  .spinner-loading.panelStyle, .pdfViewer > svg.panelStyle {
    right: 200px;
    left: auto;
    margin: -24px -24px 0 0; }
    .spinner-loading.panelStyle.large, .pdfViewer > svg.panelStyle.large {
      right: 312px; }

.help-block {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .help-block .description {
    position: absolute;
    top: 134px;
    left: 270px;
    padding: 104px 0 0 120px;
    font: italic 16px/20px "Open Sans", sans-serif;
    text-align: center;
    color: white;
    cursor: default; }
    .help-block .description:before {
      background: url(../images/arrow.svg) no-repeat 100% 0;
      transform: scale(-1, 1);
      content: ""; }
  .help-display .help-block {
    opacity: 1;
    pointer-events: auto; }

.schedule-scroll {
  position: relative;
  margin: 0 -48px 12px; }
  .preview-schedule .schedule-scroll .schedule {
    pointer-events: none; }
    .preview-schedule .schedule-scroll .schedule * {
      pointer-events: none !important; }
  .schedule-scroll .schedule {
    margin: 0;
    overflow: auto; }
    .schedule-scroll .schedule table tbody .recorded td:nth-last-child(2) {
      padding-right: 48px; }
    @media (hover: hover) {
      .schedule-scroll .schedule {
        padding-bottom: 0; } }
  .schedule-scroll .custom-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 35;
    width: 100%;
    overflow-y: auto;
    background-color: white;
    opacity: 0;
    pointer-events: none; }
    .schedule-scroll .custom-scroll span {
      display: block;
      height: 1px; }
    .schedule-scroll .custom-scroll.fixed {
      position: fixed;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      opacity: 1;
      border-top: 1px solid #ececec;
      pointer-events: all; }
    .schedule-scroll .custom-scroll.hidden {
      display: none !important; }
    .tab:not(.display) .schedule-scroll .custom-scroll, .trigger-add:not(.display) .schedule-scroll .custom-scroll, .inner-tab:not(.display) .schedule-scroll .custom-scroll {
      display: none !important; }
    @media (hover: hover) {
      .scroll-hidden .schedule-scroll .custom-scroll {
        width: calc(100% - var(--scroll-bar)); } }
  .search-results .schedule-scroll {
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 48px); }
    .search-results .schedule-scroll .custom-scroll {
      display: none !important; }

.schedule {
  position: relative;
  padding-bottom: 12px;
  margin: 0 -48px 12px;
  transition: opacity 0.3s ease; }
  .schedule table {
    position: relative;
    width: 100%;
    border-collapse: collapse; }
    .schedule table:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 59px;
      background-color: #fafafa;
      border: solid #ececec;
      border-width: 1px 1px 0;
      content: ""; }
    .schedule table thead th {
      position: relative;
      z-index: 10;
      height: 59px;
      padding: 0 24px;
      font-size: 12px;
      font-weight: normal;
      line-height: 24px;
      text-align: left;
      color: #999;
      white-space: nowrap;
      background: none;
      cursor: default; }
      .schedule table thead th:before {
        position: absolute;
        top: calc(50% - 24px);
        left: 0;
        width: 1px;
        height: 48px;
        background-color: #ececec;
        content: ""; }
      .schedule table thead th.empty {
        width: 52px;
        padding: 0 34px 0 18px !important; }
        .schedule table thead th.empty:before {
          display: none; }
      .schedule table thead th:first-child {
        padding-left: 48px; }
        .schedule table thead th:first-child :before {
          display: none; }
      .schedule table thead th:last-child {
        padding-right: 48px; }
      .schedule table thead th.w144 {
        width: 144px; }
      .schedule table thead th:first-child:before {
        display: none; }
      .schedule table thead th .tooltip {
        border-bottom: 1px dashed; }
      .schedule table thead th.inputStyle {
        padding-right: 0; }
        .schedule table thead th.inputStyle + th {
          padding-left: 12px; }
          .schedule table thead th.inputStyle + th::before {
            display: none; }
    .schedule table thead .controller.blocked {
      border: 0; }
      .schedule table thead .controller.blocked svg {
        display: none; }
      .schedule table thead .controller.blocked .lock {
        display: block;
        opacity: 1; }
    .schedule table tbody tr {
      height: 12px; }
      .schedule table tbody tr:nth-child(6n+1):not(.recorded) td::before {
        position: absolute;
        top: -6px;
        left: 77px;
        padding: 0 3px;
        font-size: 10px;
        line-height: 10px;
        color: #999;
        background-color: #dcdcdc;
        content: attr(data-period); }
      .schedule table tbody tr:first-child:not(.recorded) td::before {
        display: none !important; }
      .schedule table tbody tr.empty, .schedule table tbody tr:not(.disabled):nth-last-child(-n + 2) {
        pointer-events: none; }
      .schedule table tbody tr.reserve td {
        display: none !important; }
      .schedule table tbody tr.recorded td:last-child {
        display: none !important; }
      .schedule table tbody tr.disabled {
        display: none !important; }
      .schedule table tbody tr.display td {
        position: relative;
        z-index: 40; }
      .schedule table tbody tr:nth-last-child(-n + 30) .dropdown {
        top: auto;
        bottom: calc(100% + 7px); }
      .schedule table tbody tr.cursor td,
      .schedule table tbody tr[data-menu] td {
        cursor: pointer; }
    .schedule table tbody tr[data-href] th:not([data-link]),
    .schedule table tbody tr[data-href] td:not([data-link]) {
      cursor: pointer; }
    .schedule table tbody td {
      position: relative;
      z-index: 1;
      padding: 0 24px;
      font-size: 14px;
      text-align: left;
      white-space: nowrap;
      background-color: #dcdcdc;
      cursor: pointer;
      border-top: 1px solid #ccc; }
      .schedule table tbody td:after {
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        display: none;
        height: 25px;
        padding: 0 48px 0 80px;
        font-size: 14px;
        line-height: 24px;
        color: white;
        background-color: rgba(0, 169, 149, 0.3);
        content: attr(data-period);
        pointer-events: none;
        border-top: 1px solid #00A995; }
      @media (hover: hover) {
        .schedule table tbody td:hover, .schedule table tbody td.hover {
          z-index: 10; }
          .schedule table tbody td:hover::before, .schedule table tbody td.hover::before {
            display: none; }
          .schedule table tbody td:hover:after, .schedule table tbody td.hover:after {
            display: block; } }
      .schedule table tbody td strong {
        display: inline-block;
        font-weight: 600; }
      .schedule table tbody td:first-child {
        padding-left: 48px; }
      .schedule table tbody td:last-child {
        padding-right: 48px; }
      .schedule table tbody td.bold {
        font-weight: 600;
        color: black; }
      .schedule table tbody td.gray {
        color: #999; }
      .schedule table tbody td.unactive > svg {
        fill: #ccc; }
      .schedule table tbody td > svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        vertical-align: top;
        fill: #ee1752; }
      .schedule table tbody td.center {
        text-align: center; }
      .schedule table tbody td.approvedNote > svg {
        fill: #00A995 !important; }
      .schedule table tbody td .trigger-filter {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: -10px;
        vertical-align: middle; }
        .schedule table tbody td .trigger-filter svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #999; }
        @media (hover: hover) {
          .schedule table tbody td .trigger-filter:hover svg {
            fill: black; } }
      .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info) {
        display: inline-block;
        max-width: 100%;
        margin: 4px 0 3px;
        overflow: hidden;
        line-height: normal;
        color: #333;
        white-space: nowrap;
        vertical-align: top;
        border-bottom: 1px solid;
        text-overflow: ellipsis; }
        .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info).def {
          max-width: none;
          margin: 0;
          overflow: visible;
          line-height: 24px;
          border: 0; }
          .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info).def span,
          .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info).def strong {
            border-bottom: 1px solid; }
          .tablet .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info).def svg + strong {
            display: none; }
        @media (hover: hover) {
          .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info):hover {
            color: #1a73e8; } }
        .schedule table tbody td > a:not(.record-remove):not(.trigger-filter):not(.alert-info) > svg {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-right: 12px;
          vertical-align: top;
          fill: #ee1752; }
      .schedule table tbody td.ellipsis, .schedule table tbody .input > td.placeholder, .schedule table tbody .input.multiple .input-holder > td.placeholder, .input.multiple .schedule table tbody .input-holder > td.placeholder, .schedule table tbody .input td.iti__country-name, .input .schedule table tbody td.iti__country-name, .schedule table tbody .control-sets td.placeholder, .control-sets .schedule table tbody td.placeholder, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis,
      .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice, .schedule table tbody .sortable.sortable-list td.title, .sortable.sortable-list .schedule table tbody td.title, .schedule table tbody .site-item td.title, .site-item .schedule table tbody td.title, .schedule table tbody .tempStyles .tag-cloud td.controller, .tempStyles .tag-cloud .schedule table tbody td.controller, .schedule table tbody .providerSearchFilter td.level-name, .providerSearchFilter .schedule table tbody td.level-name, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips,
      .schedule table tbody .dropdown td.dropFile, .dropdown .schedule table tbody td.dropFile, .schedule table tbody .table.complexHeader.numberStyle thead td.elips, .table.complexHeader.numberStyle thead .schedule table tbody td.elips, .schedule table tbody .level-table td.level-name, .level-table .schedule table tbody td.level-name {
        width: 50%;
        max-width: 200px; }
        .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .input > td.placeholder .ellipsis, .schedule table tbody .input.multiple .input-holder > td.placeholder .ellipsis, .input.multiple .schedule table tbody .input-holder > td.placeholder .ellipsis, .schedule table tbody .input td.iti__country-name .ellipsis, .input .schedule table tbody td.iti__country-name .ellipsis, .schedule table tbody .control-sets td.placeholder .ellipsis, .control-sets .schedule table tbody td.placeholder .ellipsis, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .ellipsis, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .sortable.sortable-list td.title .ellipsis, .sortable.sortable-list .schedule table tbody td.title .ellipsis, .schedule table tbody .site-item td.title .ellipsis, .site-item .schedule table tbody td.title .ellipsis, .schedule table tbody .tempStyles .tag-cloud td.controller .ellipsis, .tempStyles .tag-cloud .schedule table tbody td.controller .ellipsis, .schedule table tbody .providerSearchFilter td.level-name .ellipsis, .providerSearchFilter .schedule table tbody td.level-name .ellipsis, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellipsis, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellipsis, .schedule table tbody .dropdown td.dropFile .ellipsis, .dropdown .schedule table tbody td.dropFile .ellipsis, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellipsis, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellipsis, .schedule table tbody .level-table td.level-name .ellipsis, .level-table .schedule table tbody td.level-name .ellipsis, .schedule table tbody td.ellipsis .input > .placeholder, .schedule table tbody .input > td.placeholder .input > .placeholder, .schedule table tbody .input.multiple .input-holder > td.placeholder .input > .placeholder, .input.multiple .schedule table tbody .input-holder > td.placeholder .input > .placeholder, .schedule table tbody .input td.iti__country-name .input > .placeholder, .input .schedule table tbody td.iti__country-name .input > .placeholder, .schedule table tbody .control-sets td.placeholder .input > .placeholder, .control-sets .schedule table tbody td.placeholder .input > .placeholder, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input > .placeholder, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input > .placeholder, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input > .placeholder, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input > .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input > .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input > .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input > .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input > .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input > .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input > .placeholder, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .input > .placeholder, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input > .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .input > .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input > .placeholder, .schedule table tbody .sortable.sortable-list td.title .input > .placeholder, .sortable.sortable-list .schedule table tbody td.title .input > .placeholder, .schedule table tbody .site-item td.title .input > .placeholder, .site-item .schedule table tbody td.title .input > .placeholder, .schedule table tbody .tempStyles .tag-cloud td.controller .input > .placeholder, .tempStyles .tag-cloud .schedule table tbody td.controller .input > .placeholder, .schedule table tbody .providerSearchFilter td.level-name .input > .placeholder, .providerSearchFilter .schedule table tbody td.level-name .input > .placeholder, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .input > .placeholder, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .input > .placeholder, .schedule table tbody .dropdown td.dropFile .input > .placeholder, .dropdown .schedule table tbody td.dropFile .input > .placeholder, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .input > .placeholder, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .input > .placeholder, .schedule table tbody .level-table td.level-name .input > .placeholder, .level-table .schedule table tbody td.level-name .input > .placeholder, .schedule table tbody td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody td.ellipsis .input-holder > .placeholder, .schedule table tbody .input > td.placeholder .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .input > td.placeholder .input-holder > .placeholder, .schedule table tbody .input.multiple .input-holder > td.placeholder .input-holder > .placeholder, .input.multiple .schedule table tbody .input-holder > td.placeholder .input-holder > .placeholder, .schedule table tbody .input.multiple td.iti__country-name .input-holder > .placeholder, .input.multiple .schedule table tbody td.iti__country-name .input-holder > .placeholder, .schedule table tbody .control-sets td.placeholder .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .control-sets td.placeholder .input-holder > .placeholder, .control-sets .schedule table tbody td.placeholder .input.multiple .input-holder > .placeholder, .input.multiple .control-sets .schedule table tbody td.placeholder .input-holder > .placeholder, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input-holder > .placeholder, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input-holder > .placeholder, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input-holder > .placeholder, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input-holder > .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input-holder > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input.multiple .input-holder > .placeholder, .input.multiple form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input-holder > .placeholder, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input-holder > .placeholder, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input-holder > .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input-holder > .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input.multiple .input-holder > .placeholder, .input.multiple form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input-holder > .placeholder, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input-holder > .placeholder, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input-holder > .placeholder, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .input-holder > .placeholder, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input.multiple .input-holder > .placeholder, .input.multiple form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input-holder > .placeholder, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--multiple td.select2-selection__choice .input-holder > .placeholder, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input-holder > .placeholder, .schedule table tbody .sortable.sortable-list td.title .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .sortable.sortable-list td.title .input-holder > .placeholder, .sortable.sortable-list .schedule table tbody td.title .input.multiple .input-holder > .placeholder, .input.multiple .sortable.sortable-list .schedule table tbody td.title .input-holder > .placeholder, .schedule table tbody .site-item td.title .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .site-item td.title .input-holder > .placeholder, .site-item .schedule table tbody td.title .input.multiple .input-holder > .placeholder, .input.multiple .site-item .schedule table tbody td.title .input-holder > .placeholder, .schedule table tbody .tempStyles .tag-cloud td.controller .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .tempStyles .tag-cloud td.controller .input-holder > .placeholder, .tempStyles .tag-cloud .schedule table tbody td.controller .input.multiple .input-holder > .placeholder, .input.multiple .tempStyles .tag-cloud .schedule table tbody td.controller .input-holder > .placeholder, .schedule table tbody .providerSearchFilter td.level-name .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .providerSearchFilter td.level-name .input-holder > .placeholder, .providerSearchFilter .schedule table tbody td.level-name .input.multiple .input-holder > .placeholder, .input.multiple .providerSearchFilter .schedule table tbody td.level-name .input-holder > .placeholder, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .input-holder > .placeholder, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .input.multiple .input-holder > .placeholder, .input.multiple .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .input-holder > .placeholder, .schedule table tbody .dropdown td.dropFile .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .dropdown td.dropFile .input-holder > .placeholder, .dropdown .schedule table tbody td.dropFile .input.multiple .input-holder > .placeholder, .input.multiple .dropdown .schedule table tbody td.dropFile .input-holder > .placeholder, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .table.complexHeader.numberStyle thead td.elips .input-holder > .placeholder, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .input.multiple .input-holder > .placeholder, .input.multiple .table.complexHeader.numberStyle thead .schedule table tbody td.elips .input-holder > .placeholder, .schedule table tbody .level-table td.level-name .input.multiple .input-holder > .placeholder, .input.multiple .schedule table tbody .level-table td.level-name .input-holder > .placeholder, .level-table .schedule table tbody td.level-name .input.multiple .input-holder > .placeholder, .input.multiple .level-table .schedule table tbody td.level-name .input-holder > .placeholder, .schedule table tbody td.ellipsis .input .iti__country-name, .input .schedule table tbody td.ellipsis .iti__country-name, .schedule table tbody .input > td.placeholder .iti__country-name, .schedule table tbody .input.multiple .input-holder > td.placeholder .iti__country-name, .input.multiple .schedule table tbody .input-holder > td.placeholder .iti__country-name, .schedule table tbody .input td.iti__country-name .iti__country-name, .input .schedule table tbody td.iti__country-name .iti__country-name, .schedule table tbody .control-sets td.placeholder .input .iti__country-name, .input .schedule table tbody .control-sets td.placeholder .iti__country-name, .control-sets .schedule table tbody td.placeholder .input .iti__country-name, .input .control-sets .schedule table tbody td.placeholder .iti__country-name, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input .iti__country-name, .input .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .iti__country-name, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input .iti__country-name, .input body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .iti__country-name, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .input .iti__country-name, .input .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .iti__country-name, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .input .iti__country-name, .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .iti__country-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .input .iti__country-name, .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .iti__country-name, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .input .iti__country-name, .input form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .iti__country-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .iti__country-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .iti__country-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .input .iti__country-name, .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .iti__country-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .input .iti__country-name, .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .iti__country-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .iti__country-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .iti__country-name, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .input .iti__country-name, .input .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .iti__country-name, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .input .iti__country-name, .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .iti__country-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .iti__country-name, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .iti__country-name, .schedule table tbody .sortable.sortable-list td.title .input .iti__country-name, .input .schedule table tbody .sortable.sortable-list td.title .iti__country-name, .sortable.sortable-list .schedule table tbody td.title .input .iti__country-name, .input .sortable.sortable-list .schedule table tbody td.title .iti__country-name, .schedule table tbody .site-item td.title .input .iti__country-name, .input .schedule table tbody .site-item td.title .iti__country-name, .site-item .schedule table tbody td.title .input .iti__country-name, .input .site-item .schedule table tbody td.title .iti__country-name, .schedule table tbody .tempStyles .tag-cloud td.controller .input .iti__country-name, .input .schedule table tbody .tempStyles .tag-cloud td.controller .iti__country-name, .tempStyles .tag-cloud .schedule table tbody td.controller .input .iti__country-name, .input .tempStyles .tag-cloud .schedule table tbody td.controller .iti__country-name, .schedule table tbody .providerSearchFilter td.level-name .input .iti__country-name, .input .schedule table tbody .providerSearchFilter td.level-name .iti__country-name, .providerSearchFilter .schedule table tbody td.level-name .input .iti__country-name, .input .providerSearchFilter .schedule table tbody td.level-name .iti__country-name, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .input .iti__country-name, .input .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .iti__country-name, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .input .iti__country-name, .input .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .iti__country-name, .schedule table tbody .dropdown td.dropFile .input .iti__country-name, .input .schedule table tbody .dropdown td.dropFile .iti__country-name, .dropdown .schedule table tbody td.dropFile .input .iti__country-name, .input .dropdown .schedule table tbody td.dropFile .iti__country-name, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .input .iti__country-name, .input .schedule table tbody .table.complexHeader.numberStyle thead td.elips .iti__country-name, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .input .iti__country-name, .input .table.complexHeader.numberStyle thead .schedule table tbody td.elips .iti__country-name, .schedule table tbody .level-table td.level-name .input .iti__country-name, .input .schedule table tbody .level-table td.level-name .iti__country-name, .level-table .schedule table tbody td.level-name .input .iti__country-name, .input .level-table .schedule table tbody td.level-name .iti__country-name, .schedule table tbody td.ellipsis .control-sets .placeholder, .control-sets .schedule table tbody td.ellipsis .placeholder, .schedule table tbody .input > td.placeholder .control-sets .placeholder, .control-sets .schedule table tbody .input > td.placeholder .placeholder, .schedule table tbody .input.multiple .input-holder > td.placeholder .control-sets .placeholder, .control-sets .schedule table tbody .input.multiple .input-holder > td.placeholder .placeholder, .input.multiple .schedule table tbody .input-holder > td.placeholder .control-sets .placeholder, .control-sets .input.multiple .schedule table tbody .input-holder > td.placeholder .placeholder, .schedule table tbody .input td.iti__country-name .control-sets .placeholder, .control-sets .schedule table tbody .input td.iti__country-name .placeholder, .input .schedule table tbody td.iti__country-name .control-sets .placeholder, .control-sets .input .schedule table tbody td.iti__country-name .placeholder, .schedule table tbody .control-sets td.placeholder .placeholder, .control-sets .schedule table tbody td.placeholder .placeholder, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .control-sets .placeholder, .control-sets .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .placeholder, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .control-sets .placeholder, .control-sets body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .placeholder, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .control-sets .placeholder, .control-sets .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .placeholder, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .control-sets .placeholder, .control-sets .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .control-sets .placeholder, .control-sets .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .control-sets .placeholder, .control-sets form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .control-sets .placeholder, .control-sets .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .control-sets .placeholder, .control-sets .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .control-sets .placeholder, .control-sets .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .control-sets .placeholder, .control-sets form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .control-sets .placeholder, .control-sets .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .control-sets .placeholder, .control-sets .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .placeholder, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .control-sets .placeholder, .control-sets .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .placeholder, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .control-sets .placeholder, .control-sets form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .control-sets .placeholder, .control-sets .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .control-sets .placeholder, .control-sets .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .placeholder, .schedule table tbody .sortable.sortable-list td.title .control-sets .placeholder, .control-sets .schedule table tbody .sortable.sortable-list td.title .placeholder, .sortable.sortable-list .schedule table tbody td.title .control-sets .placeholder, .control-sets .sortable.sortable-list .schedule table tbody td.title .placeholder, .schedule table tbody .site-item td.title .control-sets .placeholder, .control-sets .schedule table tbody .site-item td.title .placeholder, .site-item .schedule table tbody td.title .control-sets .placeholder, .control-sets .site-item .schedule table tbody td.title .placeholder, .schedule table tbody .tempStyles .tag-cloud td.controller .control-sets .placeholder, .control-sets .schedule table tbody .tempStyles .tag-cloud td.controller .placeholder, .tempStyles .tag-cloud .schedule table tbody td.controller .control-sets .placeholder, .control-sets .tempStyles .tag-cloud .schedule table tbody td.controller .placeholder, .schedule table tbody .providerSearchFilter td.level-name .control-sets .placeholder, .control-sets .schedule table tbody .providerSearchFilter td.level-name .placeholder, .providerSearchFilter .schedule table tbody td.level-name .control-sets .placeholder, .control-sets .providerSearchFilter .schedule table tbody td.level-name .placeholder, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .control-sets .placeholder, .control-sets .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .placeholder, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .control-sets .placeholder, .control-sets .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .placeholder, .schedule table tbody .dropdown td.dropFile .control-sets .placeholder, .control-sets .schedule table tbody .dropdown td.dropFile .placeholder, .dropdown .schedule table tbody td.dropFile .control-sets .placeholder, .control-sets .dropdown .schedule table tbody td.dropFile .placeholder, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .control-sets .placeholder, .control-sets .schedule table tbody .table.complexHeader.numberStyle thead td.elips .placeholder, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .control-sets .placeholder, .control-sets .table.complexHeader.numberStyle thead .schedule table tbody td.elips .placeholder, .schedule table tbody .level-table td.level-name .control-sets .placeholder, .control-sets .schedule table tbody .level-table td.level-name .placeholder, .level-table .schedule table tbody td.level-name .control-sets .placeholder, .control-sets .level-table .schedule table tbody td.level-name .placeholder, .schedule table tbody td.ellipsis body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody td.ellipsis li, .schedule table tbody .input > td.placeholder body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .input > td.placeholder li, .schedule table tbody .input.multiple .input-holder > td.placeholder body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .input.multiple .input-holder > td.placeholder li, .input.multiple .schedule table tbody .input-holder > td.placeholder body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .input.multiple .schedule table tbody .input-holder > td.placeholder li, .schedule table tbody .input td.iti__country-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .input td.iti__country-name li, .input .schedule table tbody td.iti__country-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .input .schedule table tbody td.iti__country-name li, .schedule table tbody .control-sets td.placeholder body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .control-sets td.placeholder li, .control-sets .schedule table tbody td.placeholder body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .control-sets .schedule table tbody td.placeholder li, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, .schedule table tbody body > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, body > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, body > .select2-container .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, .schedule table tbody .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, body > .select2-container .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li, .schedule table tbody form body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, form body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li, form body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li, .schedule table tbody form body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li, form body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody form body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li, .schedule table tbody form body > .select2-container .select2-dropdown ul .select2-selection--multiple td.select2-selection__choice li, form body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li, form body > .select2-container .select2-dropdown ul .select2-selection--multiple .schedule table tbody td.select2-selection__choice li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--multiple td.select2-selection__choice li, .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul .select2-selection--multiple .schedule table tbody td.select2-selection__choice li, .schedule table tbody .sortable.sortable-list td.title body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .sortable.sortable-list td.title li, .sortable.sortable-list .schedule table tbody td.title body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .sortable.sortable-list .schedule table tbody td.title li, .schedule table tbody .site-item td.title body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .site-item td.title li, .site-item .schedule table tbody td.title body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .site-item .schedule table tbody td.title li, .schedule table tbody .tempStyles .tag-cloud td.controller body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .tempStyles .tag-cloud td.controller li, .tempStyles .tag-cloud .schedule table tbody td.controller body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .tempStyles .tag-cloud .schedule table tbody td.controller li, .schedule table tbody .providerSearchFilter td.level-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .providerSearchFilter td.level-name li, .providerSearchFilter .schedule table tbody td.level-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .providerSearchFilter .schedule table tbody td.level-name li, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips li, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips li, .schedule table tbody .dropdown td.dropFile body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .dropdown td.dropFile li, .dropdown .schedule table tbody td.dropFile body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .dropdown .schedule table tbody td.dropFile li, .schedule table tbody .table.complexHeader.numberStyle thead td.elips body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .table.complexHeader.numberStyle thead td.elips li, .table.complexHeader.numberStyle thead .schedule table tbody td.elips body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .table.complexHeader.numberStyle thead .schedule table tbody td.elips li, .schedule table tbody .level-table td.level-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .schedule table tbody .level-table td.level-name li, .level-table .schedule table tbody td.level-name body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .level-table .schedule table tbody td.level-name li,
        .schedule table tbody td.ellipsis .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody td.ellipsis li,
        .schedule table tbody .input > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .input > td.placeholder li,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .input.multiple .input-holder > td.placeholder li, .input.multiple .schedule table tbody .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .input.multiple .schedule table tbody .input-holder > td.placeholder li,
        .schedule table tbody .input td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .input td.iti__country-name li, .input .schedule table tbody td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .input .schedule table tbody td.iti__country-name li,
        .schedule table tbody .control-sets td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .control-sets td.placeholder li, .control-sets .schedule table tbody td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .control-sets .schedule table tbody td.placeholder li,
        .schedule table tbody body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, .multiselect-holder > .select2-container .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, .schedule table tbody body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, .multiselect-holder > .select2-container .schedule table tbody body > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis td.ellipsis li, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li, .multiselect-holder > .select2-container .select2-dropdown ul .flexEllipsis .schedule table tbody td.ellipsis li,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li, form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li, form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--multiple td.select2-selection__choice li, form .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li, form .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--multiple .schedule table tbody td.select2-selection__choice li,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--multiple td.select2-selection__choice li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul .select2-selection--multiple .schedule table tbody td.select2-selection__choice li,
        .schedule table tbody .sortable.sortable-list td.title .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .sortable.sortable-list td.title li, .sortable.sortable-list .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .sortable.sortable-list .schedule table tbody td.title li,
        .schedule table tbody .site-item td.title .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .site-item td.title li, .site-item .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .site-item .schedule table tbody td.title li,
        .schedule table tbody .tempStyles .tag-cloud td.controller .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .tempStyles .tag-cloud td.controller li, .tempStyles .tag-cloud .schedule table tbody td.controller .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .tempStyles .tag-cloud .schedule table tbody td.controller li,
        .schedule table tbody .providerSearchFilter td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .providerSearchFilter td.level-name li, .providerSearchFilter .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .providerSearchFilter .schedule table tbody td.level-name li,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips li, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips li,
        .schedule table tbody .dropdown td.dropFile .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .dropdown td.dropFile li, .dropdown .schedule table tbody td.dropFile .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .dropdown .schedule table tbody td.dropFile li,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .table.complexHeader.numberStyle thead td.elips li, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .table.complexHeader.numberStyle thead .schedule table tbody td.elips li,
        .schedule table tbody .level-table td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .schedule table tbody .level-table td.level-name li, .level-table .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .level-table .schedule table tbody td.level-name li, .schedule table tbody td.ellipsis body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody td.ellipsis mark + span, .schedule table tbody .input > td.placeholder body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .input > td.placeholder mark + span, .schedule table tbody .input.multiple .input-holder > td.placeholder body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .input.multiple .input-holder > td.placeholder mark + span, .input.multiple .schedule table tbody .input-holder > td.placeholder body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .input.multiple .schedule table tbody .input-holder > td.placeholder mark + span, .schedule table tbody .input td.iti__country-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .input td.iti__country-name mark + span, .input .schedule table tbody td.iti__country-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .input .schedule table tbody td.iti__country-name mark + span, .schedule table tbody .control-sets td.placeholder body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .control-sets td.placeholder mark + span, .control-sets .schedule table tbody td.placeholder body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .control-sets .schedule table tbody td.placeholder mark + span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, .schedule table tbody body > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, body > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span, .schedule table tbody .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, body > .select2-container .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, .schedule table tbody .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, body > .select2-container .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li mark + span, .schedule table tbody form body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder mark + span, form body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li mark + span, form body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder mark + span, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li mark + span, .schedule table tbody form body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis mark + span, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li mark + span, form body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis mark + span, .schedule table tbody form body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li mark + span, .schedule table tbody form body > .select2-container .select2-dropdown ul li .select2-selection--multiple td.select2-selection__choice mark + span, form body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li mark + span, form body > .select2-container .select2-dropdown ul li .select2-selection--multiple .schedule table tbody td.select2-selection__choice mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--multiple td.select2-selection__choice mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown ul li .select2-selection--multiple .schedule table tbody td.select2-selection__choice mark + span, .schedule table tbody .sortable.sortable-list td.title body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .sortable.sortable-list td.title mark + span, .sortable.sortable-list .schedule table tbody td.title body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .sortable.sortable-list .schedule table tbody td.title mark + span, .schedule table tbody .site-item td.title body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .site-item td.title mark + span, .site-item .schedule table tbody td.title body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .site-item .schedule table tbody td.title mark + span, .schedule table tbody .tempStyles .tag-cloud td.controller body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .tempStyles .tag-cloud td.controller mark + span, .tempStyles .tag-cloud .schedule table tbody td.controller body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .tempStyles .tag-cloud .schedule table tbody td.controller mark + span, .schedule table tbody .providerSearchFilter td.level-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .providerSearchFilter td.level-name mark + span, .providerSearchFilter .schedule table tbody td.level-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .providerSearchFilter .schedule table tbody td.level-name mark + span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips mark + span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips mark + span, .schedule table tbody .dropdown td.dropFile body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .dropdown td.dropFile mark + span, .dropdown .schedule table tbody td.dropFile body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .dropdown .schedule table tbody td.dropFile mark + span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .table.complexHeader.numberStyle thead td.elips mark + span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .table.complexHeader.numberStyle thead .schedule table tbody td.elips mark + span, .schedule table tbody .level-table td.level-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .schedule table tbody .level-table td.level-name mark + span, .level-table .schedule table tbody td.level-name body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .level-table .schedule table tbody td.level-name mark + span,
        .schedule table tbody td.ellipsis .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody td.ellipsis mark + span,
        .schedule table tbody .input > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .input > td.placeholder mark + span,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .input.multiple .input-holder > td.placeholder mark + span, .input.multiple .schedule table tbody .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .input.multiple .schedule table tbody .input-holder > td.placeholder mark + span,
        .schedule table tbody .input td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .input td.iti__country-name mark + span, .input .schedule table tbody td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .input .schedule table tbody td.iti__country-name mark + span,
        .schedule table tbody .control-sets td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .control-sets td.placeholder mark + span, .control-sets .schedule table tbody td.placeholder .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .control-sets .schedule table tbody td.placeholder mark + span,
        .schedule table tbody body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, .multiselect-holder > .select2-container .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, .schedule table tbody body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, .multiselect-holder > .select2-container .schedule table tbody body > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis ul li mark + span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis td.ellipsis mark + span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .flexEllipsis .schedule table tbody td.ellipsis mark + span,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li mark + span, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder mark + span, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li mark + span, form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder mark + span,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder mark + span,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li mark + span, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis mark + span, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li mark + span, form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis mark + span,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis mark + span,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li mark + span, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--multiple td.select2-selection__choice mark + span, form .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li mark + span, form .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--multiple .schedule table tbody td.select2-selection__choice mark + span,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown ul li mark + span, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--multiple td.select2-selection__choice mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown ul li mark + span, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown ul li .select2-selection--multiple .schedule table tbody td.select2-selection__choice mark + span,
        .schedule table tbody .sortable.sortable-list td.title .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .sortable.sortable-list td.title mark + span, .sortable.sortable-list .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .sortable.sortable-list .schedule table tbody td.title mark + span,
        .schedule table tbody .site-item td.title .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .site-item td.title mark + span, .site-item .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .site-item .schedule table tbody td.title mark + span,
        .schedule table tbody .tempStyles .tag-cloud td.controller .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .tempStyles .tag-cloud td.controller mark + span, .tempStyles .tag-cloud .schedule table tbody td.controller .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .tempStyles .tag-cloud .schedule table tbody td.controller mark + span,
        .schedule table tbody .providerSearchFilter td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .providerSearchFilter td.level-name mark + span, .providerSearchFilter .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .providerSearchFilter .schedule table tbody td.level-name mark + span,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips mark + span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips mark + span,
        .schedule table tbody .dropdown td.dropFile .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .dropdown td.dropFile mark + span, .dropdown .schedule table tbody td.dropFile .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .dropdown .schedule table tbody td.dropFile mark + span,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .table.complexHeader.numberStyle thead td.elips mark + span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .table.complexHeader.numberStyle thead .schedule table tbody td.elips mark + span,
        .schedule table tbody .level-table td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .schedule table tbody .level-table td.level-name mark + span, .level-table .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .level-table .schedule table tbody td.level-name mark + span, .schedule table tbody td.ellipsis body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .input > td.placeholder body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input > td.placeholder .ellipsis, .schedule table tbody .input.multiple .input-holder > td.placeholder body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input.multiple .input-holder > td.placeholder .ellipsis, .input.multiple .schedule table tbody .input-holder > td.placeholder body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .input.multiple .schedule table tbody .input-holder > td.placeholder .ellipsis, .schedule table tbody .input td.iti__country-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input td.iti__country-name .ellipsis, .input .schedule table tbody td.iti__country-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .input .schedule table tbody td.iti__country-name .ellipsis, .schedule table tbody .control-sets td.placeholder body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .control-sets td.placeholder .ellipsis, .control-sets .schedule table tbody td.placeholder body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .control-sets .schedule table tbody td.placeholder .ellipsis, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, body > .select2-container .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, form body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, form body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, form body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .sortable.sortable-list td.title body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .sortable.sortable-list td.title .ellipsis, .sortable.sortable-list .schedule table tbody td.title body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .sortable.sortable-list .schedule table tbody td.title .ellipsis, .schedule table tbody .site-item td.title body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .site-item td.title .ellipsis, .site-item .schedule table tbody td.title body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .site-item .schedule table tbody td.title .ellipsis, .schedule table tbody .tempStyles .tag-cloud td.controller body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .tempStyles .tag-cloud td.controller .ellipsis, .tempStyles .tag-cloud .schedule table tbody td.controller body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .tempStyles .tag-cloud .schedule table tbody td.controller .ellipsis, .schedule table tbody .providerSearchFilter td.level-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .providerSearchFilter td.level-name .ellipsis, .providerSearchFilter .schedule table tbody td.level-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .providerSearchFilter .schedule table tbody td.level-name .ellipsis, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellipsis, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellipsis, .schedule table tbody .dropdown td.dropFile body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .dropdown td.dropFile .ellipsis, .dropdown .schedule table tbody td.dropFile body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .dropdown .schedule table tbody td.dropFile .ellipsis, .schedule table tbody .table.complexHeader.numberStyle thead td.elips body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellipsis, .table.complexHeader.numberStyle thead .schedule table tbody td.elips body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellipsis, .schedule table tbody .level-table td.level-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .level-table td.level-name .ellipsis, .level-table .schedule table tbody td.level-name body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .level-table .schedule table tbody td.level-name .ellipsis,
        .schedule table tbody td.ellipsis .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis,
        .schedule table tbody .input > td.placeholder .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input > td.placeholder .ellipsis,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input.multiple .input-holder > td.placeholder .ellipsis, .input.multiple .schedule table tbody .input-holder > td.placeholder .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input.multiple .schedule table tbody .input-holder > td.placeholder .ellipsis,
        .schedule table tbody .input td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .input td.iti__country-name .ellipsis, .input .schedule table tbody td.iti__country-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .input .schedule table tbody td.iti__country-name .ellipsis,
        .schedule table tbody .control-sets td.placeholder .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .control-sets td.placeholder .ellipsis, .control-sets .schedule table tbody td.placeholder .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .control-sets .schedule table tbody td.placeholder .ellipsis,
        .schedule table tbody body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .multiselect-holder > .select2-container .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, body > .select2-container .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .multiselect-holder > .select2-container body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellipsis,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis,
        .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, form .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis,
        .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-dropdown .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis,
        .schedule table tbody .sortable.sortable-list td.title .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .sortable.sortable-list td.title .ellipsis, .sortable.sortable-list .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .sortable.sortable-list .schedule table tbody td.title .ellipsis,
        .schedule table tbody .site-item td.title .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .site-item td.title .ellipsis, .site-item .schedule table tbody td.title .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .site-item .schedule table tbody td.title .ellipsis,
        .schedule table tbody .tempStyles .tag-cloud td.controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .tempStyles .tag-cloud td.controller .ellipsis, .tempStyles .tag-cloud .schedule table tbody td.controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .tempStyles .tag-cloud .schedule table tbody td.controller .ellipsis,
        .schedule table tbody .providerSearchFilter td.level-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .providerSearchFilter td.level-name .ellipsis, .providerSearchFilter .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .providerSearchFilter .schedule table tbody td.level-name .ellipsis,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellipsis, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellipsis,
        .schedule table tbody .dropdown td.dropFile .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .dropdown td.dropFile .ellipsis, .dropdown .schedule table tbody td.dropFile .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .dropdown .schedule table tbody td.dropFile .ellipsis,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellipsis, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellipsis,
        .schedule table tbody .level-table td.level-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody .level-table td.level-name .ellipsis, .level-table .schedule table tbody td.level-name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-table .schedule table tbody td.level-name .ellipsis, .schedule table tbody td.ellipsis form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody .input > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .input > td.placeholder .select2-selection__placeholder, .schedule table tbody .input.multiple .input-holder > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .input.multiple .input-holder > td.placeholder .select2-selection__placeholder, .input.multiple .schedule table tbody .input-holder > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .input.multiple .schedule table tbody .input-holder > td.placeholder .select2-selection__placeholder, .schedule table tbody .input td.iti__country-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .input td.iti__country-name .select2-selection__placeholder, .input .schedule table tbody td.iti__country-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .input .schedule table tbody td.iti__country-name .select2-selection__placeholder, .schedule table tbody .control-sets td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .control-sets td.placeholder .select2-selection__placeholder, .control-sets .schedule table tbody td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .control-sets .schedule table tbody td.placeholder .select2-selection__placeholder, .schedule table tbody form body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, form .schedule table tbody body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, form body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, form .schedule table tbody .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, .schedule table tbody .sortable.sortable-list td.title form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .sortable.sortable-list td.title .select2-selection__placeholder, .sortable.sortable-list .schedule table tbody td.title form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .sortable.sortable-list .schedule table tbody td.title .select2-selection__placeholder, .schedule table tbody .site-item td.title form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .site-item td.title .select2-selection__placeholder, .site-item .schedule table tbody td.title form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .site-item .schedule table tbody td.title .select2-selection__placeholder, .schedule table tbody .tempStyles .tag-cloud td.controller form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .tempStyles .tag-cloud td.controller .select2-selection__placeholder, .tempStyles .tag-cloud .schedule table tbody td.controller form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .tempStyles .tag-cloud .schedule table tbody td.controller .select2-selection__placeholder, .schedule table tbody .providerSearchFilter td.level-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .providerSearchFilter td.level-name .select2-selection__placeholder, .providerSearchFilter .schedule table tbody td.level-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .providerSearchFilter .schedule table tbody td.level-name .select2-selection__placeholder, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .select2-selection__placeholder, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .select2-selection__placeholder, .schedule table tbody .dropdown td.dropFile form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .dropdown td.dropFile .select2-selection__placeholder, .dropdown .schedule table tbody td.dropFile form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .dropdown .schedule table tbody td.dropFile .select2-selection__placeholder, .schedule table tbody .table.complexHeader.numberStyle thead td.elips form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .table.complexHeader.numberStyle thead td.elips .select2-selection__placeholder, .table.complexHeader.numberStyle thead .schedule table tbody td.elips form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .table.complexHeader.numberStyle thead .schedule table tbody td.elips .select2-selection__placeholder, .schedule table tbody .level-table td.level-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .level-table td.level-name .select2-selection__placeholder, .level-table .schedule table tbody td.level-name form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .level-table .schedule table tbody td.level-name .select2-selection__placeholder, .schedule table tbody td.ellipsis .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .schedule table tbody .input > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .schedule table tbody .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered .input-holder > td.placeholder .select2-selection__placeholder, .drawer .drawerCorrection .schedule table tbody .input.multiple .select2-container .select2-selection--single .select2-selection__rendered .input-holder > td.placeholder .select2-selection__placeholder, .drawer .drawerCorrection .input.multiple .schedule table tbody .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .input-holder > td.placeholder .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .schedule table tbody .input td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.iti__country-name .select2-selection__placeholder, .drawer .drawerCorrection .schedule table tbody .input .select2-container .select2-selection--single .select2-selection__rendered td.iti__country-name .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.iti__country-name .select2-selection__placeholder, .schedule table tbody .control-sets td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .control-sets td.placeholder .select2-selection__placeholder, .control-sets .schedule table tbody td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .control-sets .schedule table tbody td.placeholder .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__placeholder, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__placeholder, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple td.select2-selection__choice .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__placeholder, .schedule table tbody .sortable.sortable-list td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .sortable.sortable-list td.title .select2-selection__placeholder, .sortable.sortable-list .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .sortable.sortable-list .schedule table tbody td.title .select2-selection__placeholder, .schedule table tbody .site-item td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .site-item td.title .select2-selection__placeholder, .site-item .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .site-item .schedule table tbody td.title .select2-selection__placeholder, .schedule table tbody .tempStyles .tag-cloud td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .tempStyles .tag-cloud td.controller .select2-selection__placeholder, .tempStyles .tag-cloud .schedule table tbody td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .tempStyles .tag-cloud .schedule table tbody td.controller .select2-selection__placeholder, .schedule table tbody .providerSearchFilter td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .providerSearchFilter td.level-name .select2-selection__placeholder, .providerSearchFilter .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .providerSearchFilter .schedule table tbody td.level-name .select2-selection__placeholder, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .select2-selection__placeholder, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .select2-selection__placeholder, .schedule table tbody .dropdown td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .dropdown td.dropFile .select2-selection__placeholder, .dropdown .schedule table tbody td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .dropdown .schedule table tbody td.dropFile .select2-selection__placeholder, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .table.complexHeader.numberStyle thead td.elips .select2-selection__placeholder, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .table.complexHeader.numberStyle thead .schedule table tbody td.elips .select2-selection__placeholder, .schedule table tbody .level-table td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody .level-table td.level-name .select2-selection__placeholder, .level-table .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .level-table .schedule table tbody td.level-name .select2-selection__placeholder, .schedule table tbody td.ellipsis form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .input > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .input > td.placeholder .ellipsis, .schedule table tbody .input.multiple .input-holder > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .input.multiple .input-holder > td.placeholder .ellipsis, .input.multiple .schedule table tbody .input-holder > td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input.multiple .schedule table tbody .input-holder > td.placeholder .ellipsis, .schedule table tbody .input td.iti__country-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .input td.iti__country-name .ellipsis, .input .schedule table tbody td.iti__country-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input .schedule table tbody td.iti__country-name .ellipsis, .schedule table tbody .control-sets td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .control-sets td.placeholder .ellipsis, .control-sets .schedule table tbody td.placeholder form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .control-sets .schedule table tbody td.placeholder .ellipsis, .schedule table tbody form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .schedule table tbody body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, form .schedule table tbody body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, form body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, form body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, form .schedule table tbody .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, form .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, form .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .sortable.sortable-list td.title form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .sortable.sortable-list td.title .ellipsis, .sortable.sortable-list .schedule table tbody td.title form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .sortable.sortable-list .schedule table tbody td.title .ellipsis, .schedule table tbody .site-item td.title form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .site-item td.title .ellipsis, .site-item .schedule table tbody td.title form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .schedule table tbody td.title .ellipsis, .schedule table tbody .tempStyles .tag-cloud td.controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .tempStyles .tag-cloud td.controller .ellipsis, .tempStyles .tag-cloud .schedule table tbody td.controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .tempStyles .tag-cloud .schedule table tbody td.controller .ellipsis, .schedule table tbody .providerSearchFilter td.level-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .providerSearchFilter td.level-name .ellipsis, .providerSearchFilter .schedule table tbody td.level-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .providerSearchFilter .schedule table tbody td.level-name .ellipsis, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellipsis, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellipsis, .schedule table tbody .dropdown td.dropFile form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .dropdown td.dropFile .ellipsis, .dropdown .schedule table tbody td.dropFile form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .schedule table tbody td.dropFile .ellipsis, .schedule table tbody .table.complexHeader.numberStyle thead td.elips form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellipsis, .table.complexHeader.numberStyle thead .schedule table tbody td.elips form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellipsis, .schedule table tbody .level-table td.level-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .level-table td.level-name .ellipsis, .level-table .schedule table tbody td.level-name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table .schedule table tbody td.level-name .ellipsis, .schedule table tbody td.ellipsis .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .schedule table tbody .input > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .schedule table tbody .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input-holder > td.placeholder .ellipsis, .drawer .drawerCorrection .schedule table tbody .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .input-holder > td.placeholder .ellipsis, .drawer .drawerCorrection .input.multiple .schedule table tbody .input-holder > td.placeholder .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .input-holder > td.placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .schedule table tbody .input td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.iti__country-name .ellipsis, .drawer .drawerCorrection .schedule table tbody .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.iti__country-name .ellipsis, .drawer .drawerCorrection .input .schedule table tbody td.iti__country-name .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.iti__country-name .ellipsis, .schedule table tbody .control-sets td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .control-sets td.placeholder .ellipsis, .control-sets .schedule table tbody td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .control-sets .schedule table tbody td.placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .drawer .drawerCorrection .input body > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) td.select2-selection__placeholder .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.select2-selection__placeholder .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .schedule table tbody td.select2-selection__placeholder .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.select2-selection__placeholder .ellipsis, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellipsis, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple td.select2-selection__choice .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellipsis, .schedule table tbody .sortable.sortable-list td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .sortable.sortable-list td.title .ellipsis, .sortable.sortable-list .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .sortable.sortable-list .schedule table tbody td.title .ellipsis, .schedule table tbody .site-item td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .site-item td.title .ellipsis, .site-item .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .site-item .schedule table tbody td.title .ellipsis, .schedule table tbody .tempStyles .tag-cloud td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .tempStyles .tag-cloud td.controller .ellipsis, .tempStyles .tag-cloud .schedule table tbody td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .tempStyles .tag-cloud .schedule table tbody td.controller .ellipsis, .schedule table tbody .providerSearchFilter td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .providerSearchFilter td.level-name .ellipsis, .providerSearchFilter .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .providerSearchFilter .schedule table tbody td.level-name .ellipsis, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellipsis, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellipsis, .schedule table tbody .dropdown td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .dropdown td.dropFile .ellipsis, .dropdown .schedule table tbody td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .dropdown .schedule table tbody td.dropFile .ellipsis, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellipsis, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellipsis, .schedule table tbody .level-table td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody .level-table td.level-name .ellipsis, .level-table .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table .schedule table tbody td.level-name .ellipsis, .schedule table tbody td.ellipsis form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody .input > td.placeholder form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .input > td.placeholder .select2-selection__choice, .schedule table tbody .input.multiple .input-holder > td.placeholder form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .input.multiple .input-holder > td.placeholder .select2-selection__choice, .input.multiple .schedule table tbody .input-holder > td.placeholder form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .input.multiple .schedule table tbody .input-holder > td.placeholder .select2-selection__choice, .schedule table tbody .input td.iti__country-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .input td.iti__country-name .select2-selection__choice, .input .schedule table tbody td.iti__country-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .input .schedule table tbody td.iti__country-name .select2-selection__choice, .schedule table tbody .control-sets td.placeholder form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .control-sets td.placeholder .select2-selection__choice, .control-sets .schedule table tbody td.placeholder form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .control-sets .schedule table tbody td.placeholder .select2-selection__choice, .schedule table tbody form body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, form .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody form body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, form .schedule table tbody body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, form body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, form body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, form .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody form .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, form .schedule table tbody .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, form .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, form .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .schedule table tbody form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, form .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, .schedule table tbody .sortable.sortable-list td.title form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .sortable.sortable-list td.title .select2-selection__choice, .sortable.sortable-list .schedule table tbody td.title form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .sortable.sortable-list .schedule table tbody td.title .select2-selection__choice, .schedule table tbody .site-item td.title form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .site-item td.title .select2-selection__choice, .site-item .schedule table tbody td.title form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .site-item .schedule table tbody td.title .select2-selection__choice, .schedule table tbody .tempStyles .tag-cloud td.controller form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .tempStyles .tag-cloud td.controller .select2-selection__choice, .tempStyles .tag-cloud .schedule table tbody td.controller form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .tempStyles .tag-cloud .schedule table tbody td.controller .select2-selection__choice, .schedule table tbody .providerSearchFilter td.level-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .providerSearchFilter td.level-name .select2-selection__choice, .providerSearchFilter .schedule table tbody td.level-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .providerSearchFilter .schedule table tbody td.level-name .select2-selection__choice, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .select2-selection__choice, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .select2-selection__choice, .schedule table tbody .dropdown td.dropFile form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .dropdown td.dropFile .select2-selection__choice, .dropdown .schedule table tbody td.dropFile form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .dropdown .schedule table tbody td.dropFile .select2-selection__choice, .schedule table tbody .table.complexHeader.numberStyle thead td.elips form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .table.complexHeader.numberStyle thead td.elips .select2-selection__choice, .table.complexHeader.numberStyle thead .schedule table tbody td.elips form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .table.complexHeader.numberStyle thead .schedule table tbody td.elips .select2-selection__choice, .schedule table tbody .level-table td.level-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .schedule table tbody .level-table td.level-name .select2-selection__choice, .level-table .schedule table tbody td.level-name form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .level-table .schedule table tbody td.level-name .select2-selection__choice, .schedule table tbody td.ellipsis .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input > td.placeholder .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .schedule table tbody .input > td.placeholder .select2-container .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .schedule table tbody .input.multiple .input-holder > td.placeholder .select2-container .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--multiple .input-holder > td.placeholder .select2-selection__choice, .drawer .drawerCorrection .schedule table tbody .input.multiple .select2-container .select2-selection--multiple .input-holder > td.placeholder .select2-selection__choice, .drawer .drawerCorrection .input.multiple .schedule table tbody .input-holder > td.placeholder .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input.multiple .select2-container .select2-selection--multiple .schedule table tbody .input-holder > td.placeholder .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input td.iti__country-name .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .schedule table tbody .input td.iti__country-name .select2-container .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.iti__country-name .select2-selection__choice, .drawer .drawerCorrection .schedule table tbody .input .select2-container .select2-selection--multiple td.iti__country-name .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody td.iti__country-name .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.iti__country-name .select2-selection__choice, .schedule table tbody .control-sets td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .control-sets td.placeholder .select2-selection__choice, .control-sets .schedule table tbody td.placeholder .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .control-sets .schedule table tbody td.placeholder .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input body > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .multiselect-holder > .select2-container .select2-selection--multiple .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .select2-selection__choice, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection--multiple .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .select2-selection__choice, .schedule table tbody form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, .drawer .drawerCorrection .input .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, form .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, .drawer .drawerCorrection .input form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .select2-selection__choice, .schedule table tbody .sortable.sortable-list td.title .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .sortable.sortable-list td.title .select2-selection__choice, .sortable.sortable-list .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .sortable.sortable-list .schedule table tbody td.title .select2-selection__choice, .schedule table tbody .site-item td.title .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .site-item td.title .select2-selection__choice, .site-item .schedule table tbody td.title .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .site-item .schedule table tbody td.title .select2-selection__choice, .schedule table tbody .tempStyles .tag-cloud td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .tempStyles .tag-cloud td.controller .select2-selection__choice, .tempStyles .tag-cloud .schedule table tbody td.controller .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .tempStyles .tag-cloud .schedule table tbody td.controller .select2-selection__choice, .schedule table tbody .providerSearchFilter td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .providerSearchFilter td.level-name .select2-selection__choice, .providerSearchFilter .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .providerSearchFilter .schedule table tbody td.level-name .select2-selection__choice, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .select2-selection__choice, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .select2-selection__choice, .schedule table tbody .dropdown td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .dropdown td.dropFile .select2-selection__choice, .dropdown .schedule table tbody td.dropFile .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .dropdown .schedule table tbody td.dropFile .select2-selection__choice, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .table.complexHeader.numberStyle thead td.elips .select2-selection__choice, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .table.complexHeader.numberStyle thead .schedule table tbody td.elips .select2-selection__choice, .schedule table tbody .level-table td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody .level-table td.level-name .select2-selection__choice, .level-table .schedule table tbody td.level-name .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .level-table .schedule table tbody td.level-name .select2-selection__choice, .schedule table tbody td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .level-table .schedule table tbody td.level-name span,
        .schedule table tbody td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody td.ellipsis span,
        .schedule table tbody .input > td.placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .input > td.placeholder span,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .input.multiple .schedule table tbody .input-holder > td.placeholder span,
        .schedule table tbody .input td.iti__country-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .input .schedule table tbody td.iti__country-name span,
        .schedule table tbody .control-sets td.placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .control-sets .schedule table tbody td.placeholder span,
        .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span,
        .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span,
        .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .sortable.sortable-list .schedule table tbody td.title span,
        .schedule table tbody .site-item td.title .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .site-item .schedule table tbody td.title span,
        .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .tempStyles .tag-cloud .schedule table tbody td.controller span,
        .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .providerSearchFilter .schedule table tbody td.level-name span,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span,
        .schedule table tbody .dropdown td.dropFile .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .dropdown .schedule table tbody td.dropFile span,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .table.complexHeader.numberStyle thead .schedule table tbody td.elips span,
        .schedule table tbody .level-table td.level-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .input > td.placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .input > td.placeholder span:not([class]), .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .input.multiple .input-holder > td.placeholder span:not([class]), .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .input.multiple .schedule table tbody .input-holder > td.placeholder span:not([class]), .schedule table tbody .input td.iti__country-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .input td.iti__country-name span:not([class]), .input .schedule table tbody td.iti__country-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .input .schedule table tbody td.iti__country-name span:not([class]), .schedule table tbody .control-sets td.placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .control-sets td.placeholder span:not([class]), .control-sets .schedule table tbody td.placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .control-sets .schedule table tbody td.placeholder span:not([class]), .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .sortable.sortable-list td.title span:not([class]), .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .sortable.sortable-list .schedule table tbody td.title span:not([class]), .schedule table tbody .site-item td.title .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .site-item td.title span:not([class]), .site-item .schedule table tbody td.title .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .site-item .schedule table tbody td.title span:not([class]), .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .tempStyles .tag-cloud td.controller span:not([class]), .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .tempStyles .tag-cloud .schedule table tbody td.controller span:not([class]), .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .providerSearchFilter td.level-name span:not([class]), .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .providerSearchFilter .schedule table tbody td.level-name span:not([class]), .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span:not([class]), .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span:not([class]), .schedule table tbody .dropdown td.dropFile .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .dropdown td.dropFile span:not([class]), .dropdown .schedule table tbody td.dropFile .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .dropdown .schedule table tbody td.dropFile span:not([class]), .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .table.complexHeader.numberStyle thead td.elips span:not([class]), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .table.complexHeader.numberStyle thead .schedule table tbody td.elips span:not([class]), .schedule table tbody .level-table td.level-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .schedule table tbody .level-table td.level-name span:not([class]), .level-table .schedule table tbody td.level-name .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .level-table .schedule table tbody td.level-name span:not([class]), .schedule table tbody td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody td.ellipsis em, .schedule table tbody .input > td.placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .input > td.placeholder em, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .input.multiple .input-holder > td.placeholder em, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .input.multiple .schedule table tbody .input-holder > td.placeholder em, .schedule table tbody .input td.iti__country-name .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .input td.iti__country-name em, .input .schedule table tbody td.iti__country-name .form-block .form-item .big-header em, .form-block .form-item .big-header .input .schedule table tbody td.iti__country-name em, .schedule table tbody .control-sets td.placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .control-sets td.placeholder em, .control-sets .schedule table tbody td.placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .control-sets .schedule table tbody td.placeholder em, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis em, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis em, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder em, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header em, .form-block .form-item .big-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder em, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis em, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header em, .form-block .form-item .big-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice em, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header em, .form-block .form-item .big-header form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice em, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header em, .form-block .form-item .big-header .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice em, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .sortable.sortable-list td.title em, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .big-header em, .form-block .form-item .big-header .sortable.sortable-list .schedule table tbody td.title em, .schedule table tbody .site-item td.title .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .site-item td.title em, .site-item .schedule table tbody td.title .form-block .form-item .big-header em, .form-block .form-item .big-header .site-item .schedule table tbody td.title em, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .tempStyles .tag-cloud td.controller em, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .big-header em, .form-block .form-item .big-header .tempStyles .tag-cloud .schedule table tbody td.controller em, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .providerSearchFilter td.level-name em, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .big-header em, .form-block .form-item .big-header .providerSearchFilter .schedule table tbody td.level-name em, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips em, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .big-header em, .form-block .form-item .big-header .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips em, .schedule table tbody .dropdown td.dropFile .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .dropdown td.dropFile em, .dropdown .schedule table tbody td.dropFile .form-block .form-item .big-header em, .form-block .form-item .big-header .dropdown .schedule table tbody td.dropFile em, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .table.complexHeader.numberStyle thead td.elips em, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .big-header em, .form-block .form-item .big-header .table.complexHeader.numberStyle thead .schedule table tbody td.elips em, .schedule table tbody .level-table td.level-name .form-block .form-item .big-header em, .form-block .form-item .big-header .schedule table tbody .level-table td.level-name em, .level-table .schedule table tbody td.level-name .form-block .form-item .big-header em, .form-block .form-item .big-header .level-table .schedule table tbody td.level-name em, .schedule table tbody td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody td.ellipsis dt, .schedule table tbody .input > td.placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .input > td.placeholder dt, .schedule table tbody .input.multiple .input-holder > td.placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .input.multiple .input-holder > td.placeholder dt, .input.multiple .schedule table tbody .input-holder > td.placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .input.multiple .schedule table tbody .input-holder > td.placeholder dt, .schedule table tbody .input td.iti__country-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .input td.iti__country-name dt, .input .schedule table tbody td.iti__country-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .input .schedule table tbody td.iti__country-name dt, .schedule table tbody .control-sets td.placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .control-sets td.placeholder dt, .control-sets .schedule table tbody td.placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .control-sets .schedule table tbody td.placeholder dt, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis dt, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis dt, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder dt, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder dt, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis dt, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice dt, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice dt, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice dt, .schedule table tbody .sortable.sortable-list td.title .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .sortable.sortable-list td.title dt, .sortable.sortable-list .schedule table tbody td.title .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .sortable.sortable-list .schedule table tbody td.title dt, .schedule table tbody .site-item td.title .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .site-item td.title dt, .site-item .schedule table tbody td.title .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .site-item .schedule table tbody td.title dt, .schedule table tbody .tempStyles .tag-cloud td.controller .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .tempStyles .tag-cloud td.controller dt, .tempStyles .tag-cloud .schedule table tbody td.controller .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .tempStyles .tag-cloud .schedule table tbody td.controller dt, .schedule table tbody .providerSearchFilter td.level-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .providerSearchFilter td.level-name dt, .providerSearchFilter .schedule table tbody td.level-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .providerSearchFilter .schedule table tbody td.level-name dt, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips dt, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips dt, .schedule table tbody .dropdown td.dropFile .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .dropdown td.dropFile dt, .dropdown .schedule table tbody td.dropFile .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .dropdown .schedule table tbody td.dropFile dt, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .table.complexHeader.numberStyle thead td.elips dt, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .table.complexHeader.numberStyle thead .schedule table tbody td.elips dt, .schedule table tbody .level-table td.level-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .schedule table tbody .level-table td.level-name dt, .level-table .schedule table tbody td.level-name .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .level-table .schedule table tbody td.level-name dt, .schedule table tbody td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .attach .file footer strong.name span, .attach .file footer strong.name .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .attach .file footer strong.name span, .attach .file footer strong.name .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .attach .file footer strong.name span, .attach .file footer strong.name .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .attach .file footer strong.name span, .attach .file footer strong.name form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .attach .file footer strong.name span, .attach .file footer strong.name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer strong.name span, .attach .file footer strong.name .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .attach .file footer strong.name span, .attach .file footer strong.name form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .attach .file footer strong.name span, .attach .file footer strong.name .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .attach .file footer strong.name span, .attach .file footer strong.name .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .attach .file footer strong.name span, .attach .file footer strong.name .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .attach .file footer strong.name span, .attach .file footer strong.name .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .attach .file footer strong.name span, .attach .file footer strong.name .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .attach .file footer strong.name span, .attach .file footer strong.name .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .attach .file footer strong.name span, .attach .file footer strong.name .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .attach .file footer strong.name span, .attach .file footer strong.name .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .attach .file footer strong.name span, .attach .file footer strong.name .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .attach .file footer strong.name span, .attach .file footer strong.name .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .attach .file footer span.filename, .attach .file footer .schedule table tbody td.ellipsis span.filename, .schedule table tbody .input > td.placeholder .attach .file footer span.filename, .attach .file footer .schedule table tbody .input > td.placeholder span.filename, .schedule table tbody .input.multiple .input-holder > td.placeholder .attach .file footer span.filename, .attach .file footer .schedule table tbody .input.multiple .input-holder > td.placeholder span.filename, .input.multiple .schedule table tbody .input-holder > td.placeholder .attach .file footer span.filename, .attach .file footer .input.multiple .schedule table tbody .input-holder > td.placeholder span.filename, .schedule table tbody .input td.iti__country-name .attach .file footer span.filename, .attach .file footer .schedule table tbody .input td.iti__country-name span.filename, .input .schedule table tbody td.iti__country-name .attach .file footer span.filename, .attach .file footer .input .schedule table tbody td.iti__country-name span.filename, .schedule table tbody .control-sets td.placeholder .attach .file footer span.filename, .attach .file footer .schedule table tbody .control-sets td.placeholder span.filename, .control-sets .schedule table tbody td.placeholder .attach .file footer span.filename, .attach .file footer .control-sets .schedule table tbody td.placeholder span.filename, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .attach .file footer span.filename, .attach .file footer .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span.filename, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer span.filename, .attach .file footer body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span.filename, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .attach .file footer span.filename, .attach .file footer .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span.filename, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer span.filename, .attach .file footer .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span.filename, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .attach .file footer span.filename, .attach .file footer .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span.filename, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .attach .file footer span.filename, .attach .file footer form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span.filename, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .attach .file footer span.filename, .attach .file footer .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span.filename, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .attach .file footer span.filename, .attach .file footer .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span.filename, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .attach .file footer span.filename, .attach .file footer .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span.filename, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer span.filename, .attach .file footer form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span.filename, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .attach .file footer span.filename, .attach .file footer .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span.filename, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .attach .file footer span.filename, .attach .file footer .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span.filename, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .attach .file footer span.filename, .attach .file footer .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span.filename, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .attach .file footer span.filename, .attach .file footer form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span.filename, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .attach .file footer span.filename, .attach .file footer .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span.filename, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .attach .file footer span.filename, .attach .file footer .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span.filename, .schedule table tbody .sortable.sortable-list td.title .attach .file footer span.filename, .attach .file footer .schedule table tbody .sortable.sortable-list td.title span.filename, .sortable.sortable-list .schedule table tbody td.title .attach .file footer span.filename, .attach .file footer .sortable.sortable-list .schedule table tbody td.title span.filename, .schedule table tbody .site-item td.title .attach .file footer span.filename, .attach .file footer .schedule table tbody .site-item td.title span.filename, .site-item .schedule table tbody td.title .attach .file footer span.filename, .attach .file footer .site-item .schedule table tbody td.title span.filename, .schedule table tbody .tempStyles .tag-cloud td.controller .attach .file footer span.filename, .attach .file footer .schedule table tbody .tempStyles .tag-cloud td.controller span.filename, .tempStyles .tag-cloud .schedule table tbody td.controller .attach .file footer span.filename, .attach .file footer .tempStyles .tag-cloud .schedule table tbody td.controller span.filename, .schedule table tbody .providerSearchFilter td.level-name .attach .file footer span.filename, .attach .file footer .schedule table tbody .providerSearchFilter td.level-name span.filename, .providerSearchFilter .schedule table tbody td.level-name .attach .file footer span.filename, .attach .file footer .providerSearchFilter .schedule table tbody td.level-name span.filename, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .attach .file footer span.filename, .attach .file footer .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span.filename, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .attach .file footer span.filename, .attach .file footer .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span.filename, .schedule table tbody .dropdown td.dropFile .attach .file footer span.filename, .attach .file footer .schedule table tbody .dropdown td.dropFile span.filename, .dropdown .schedule table tbody td.dropFile .attach .file footer span.filename, .attach .file footer .dropdown .schedule table tbody td.dropFile span.filename, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .attach .file footer span.filename, .attach .file footer .schedule table tbody .table.complexHeader.numberStyle thead td.elips span.filename, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .attach .file footer span.filename, .attach .file footer .table.complexHeader.numberStyle thead .schedule table tbody td.elips span.filename, .schedule table tbody .level-table td.level-name .attach .file footer span.filename, .attach .file footer .schedule table tbody .level-table td.level-name span.filename, .level-table .schedule table tbody td.level-name .attach .file footer span.filename, .attach .file footer .level-table .schedule table tbody td.level-name span.filename, .schedule table tbody td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .input > td.placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .input > td.placeholder span:not([class]), .schedule table tbody .input.multiple .input-holder > td.placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .input.multiple .input-holder > td.placeholder span:not([class]), .input.multiple .schedule table tbody .input-holder > td.placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .input.multiple .schedule table tbody .input-holder > td.placeholder span:not([class]), .schedule table tbody .input td.iti__country-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .input td.iti__country-name span:not([class]), .input .schedule table tbody td.iti__country-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .input .schedule table tbody td.iti__country-name span:not([class]), .schedule table tbody .control-sets td.placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .control-sets td.placeholder span:not([class]), .control-sets .schedule table tbody td.placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .control-sets .schedule table tbody td.placeholder span:not([class]), .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .card-note-list > li > a span:not([class]), .card-note-list > li > a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .card-note-list > li > a span:not([class]), .card-note-list > li > a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .card-note-list > li > a span:not([class]), .card-note-list > li > a form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .card-note-list > li > a span:not([class]), .card-note-list > li > a .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .sortable.sortable-list td.title .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .sortable.sortable-list td.title span:not([class]), .sortable.sortable-list .schedule table tbody td.title .card-note-list > li > a span:not([class]), .card-note-list > li > a .sortable.sortable-list .schedule table tbody td.title span:not([class]), .schedule table tbody .site-item td.title .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .site-item td.title span:not([class]), .site-item .schedule table tbody td.title .card-note-list > li > a span:not([class]), .card-note-list > li > a .site-item .schedule table tbody td.title span:not([class]), .schedule table tbody .tempStyles .tag-cloud td.controller .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .tempStyles .tag-cloud td.controller span:not([class]), .tempStyles .tag-cloud .schedule table tbody td.controller .card-note-list > li > a span:not([class]), .card-note-list > li > a .tempStyles .tag-cloud .schedule table tbody td.controller span:not([class]), .schedule table tbody .providerSearchFilter td.level-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .providerSearchFilter td.level-name span:not([class]), .providerSearchFilter .schedule table tbody td.level-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .providerSearchFilter .schedule table tbody td.level-name span:not([class]), .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span:not([class]), .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .card-note-list > li > a span:not([class]), .card-note-list > li > a .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span:not([class]), .schedule table tbody .dropdown td.dropFile .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .dropdown td.dropFile span:not([class]), .dropdown .schedule table tbody td.dropFile .card-note-list > li > a span:not([class]), .card-note-list > li > a .dropdown .schedule table tbody td.dropFile span:not([class]), .schedule table tbody .table.complexHeader.numberStyle thead td.elips .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .table.complexHeader.numberStyle thead td.elips span:not([class]), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .card-note-list > li > a span:not([class]), .card-note-list > li > a .table.complexHeader.numberStyle thead .schedule table tbody td.elips span:not([class]), .schedule table tbody .level-table td.level-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .schedule table tbody .level-table td.level-name span:not([class]), .level-table .schedule table tbody td.level-name .card-note-list > li > a span:not([class]), .card-note-list > li > a .level-table .schedule table tbody td.level-name span:not([class]), .schedule table tbody td.ellipsis .request-card-row span, .request-card-row .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .request-card-row span, .request-card-row .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .request-card-row span, .request-card-row .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .request-card-row span, .request-card-row .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .request-card-row span, .request-card-row .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .request-card-row span, .request-card-row .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .request-card-row span, .request-card-row .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .request-card-row span, .request-card-row .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .request-card-row span, .request-card-row .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .request-card-row span, .request-card-row body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .request-card-row span, .request-card-row .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .request-card-row span, .request-card-row .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .request-card-row span, .request-card-row .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .request-card-row span, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .request-card-row span, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .request-card-row span, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .request-card-row span, .request-card-row .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .request-card-row span, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .request-card-row span, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .request-card-row span, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .request-card-row span, .request-card-row .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .request-card-row span, .request-card-row form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .request-card-row span, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .request-card-row span, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .request-card-row span, .request-card-row .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .request-card-row span, .request-card-row .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .request-card-row span, .request-card-row .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .request-card-row span, .request-card-row .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .request-card-row span, .request-card-row .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .request-card-row span, .request-card-row .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .request-card-row span, .request-card-row .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .request-card-row span, .request-card-row .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .request-card-row span, .request-card-row .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .request-card-row span, .request-card-row .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .request-card-row span, .request-card-row .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .request-card-row span, .request-card-row .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .request-card-row span, .request-card-row .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .request-card-row span, .request-card-row .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .request-card-row span, .request-card-row .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .request-card-row span, .request-card-row .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .request-card-row strong, .request-card-row .schedule table tbody td.ellipsis strong, .schedule table tbody .input > td.placeholder .request-card-row strong, .request-card-row .schedule table tbody .input > td.placeholder strong, .schedule table tbody .input.multiple .input-holder > td.placeholder .request-card-row strong, .request-card-row .schedule table tbody .input.multiple .input-holder > td.placeholder strong, .input.multiple .schedule table tbody .input-holder > td.placeholder .request-card-row strong, .request-card-row .input.multiple .schedule table tbody .input-holder > td.placeholder strong, .schedule table tbody .input td.iti__country-name .request-card-row strong, .request-card-row .schedule table tbody .input td.iti__country-name strong, .input .schedule table tbody td.iti__country-name .request-card-row strong, .request-card-row .input .schedule table tbody td.iti__country-name strong, .schedule table tbody .control-sets td.placeholder .request-card-row strong, .request-card-row .schedule table tbody .control-sets td.placeholder strong, .control-sets .schedule table tbody td.placeholder .request-card-row strong, .request-card-row .control-sets .schedule table tbody td.placeholder strong, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .request-card-row strong, .request-card-row .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .request-card-row strong, .request-card-row body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .request-card-row strong, .request-card-row .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .request-card-row strong, .request-card-row .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .request-card-row strong, .request-card-row .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .request-card-row strong, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .request-card-row strong, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .request-card-row strong, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .request-card-row strong, .request-card-row .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .request-card-row strong, .request-card-row form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .request-card-row strong, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .request-card-row strong, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .request-card-row strong, .request-card-row .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice strong, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .request-card-row strong, .request-card-row form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .request-card-row strong, .request-card-row .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice strong, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .request-card-row strong, .request-card-row .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .sortable.sortable-list td.title .request-card-row strong, .request-card-row .schedule table tbody .sortable.sortable-list td.title strong, .sortable.sortable-list .schedule table tbody td.title .request-card-row strong, .request-card-row .sortable.sortable-list .schedule table tbody td.title strong, .schedule table tbody .site-item td.title .request-card-row strong, .request-card-row .schedule table tbody .site-item td.title strong, .site-item .schedule table tbody td.title .request-card-row strong, .request-card-row .site-item .schedule table tbody td.title strong, .schedule table tbody .tempStyles .tag-cloud td.controller .request-card-row strong, .request-card-row .schedule table tbody .tempStyles .tag-cloud td.controller strong, .tempStyles .tag-cloud .schedule table tbody td.controller .request-card-row strong, .request-card-row .tempStyles .tag-cloud .schedule table tbody td.controller strong, .schedule table tbody .providerSearchFilter td.level-name .request-card-row strong, .request-card-row .schedule table tbody .providerSearchFilter td.level-name strong, .providerSearchFilter .schedule table tbody td.level-name .request-card-row strong, .request-card-row .providerSearchFilter .schedule table tbody td.level-name strong, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .request-card-row strong, .request-card-row .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips strong, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .request-card-row strong, .request-card-row .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips strong, .schedule table tbody .dropdown td.dropFile .request-card-row strong, .request-card-row .schedule table tbody .dropdown td.dropFile strong, .dropdown .schedule table tbody td.dropFile .request-card-row strong, .request-card-row .dropdown .schedule table tbody td.dropFile strong, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .request-card-row strong, .request-card-row .schedule table tbody .table.complexHeader.numberStyle thead td.elips strong, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .request-card-row strong, .request-card-row .table.complexHeader.numberStyle thead .schedule table tbody td.elips strong, .schedule table tbody .level-table td.level-name .request-card-row strong, .request-card-row .schedule table tbody .level-table td.level-name strong, .level-table .schedule table tbody td.level-name .request-card-row strong, .request-card-row .level-table .schedule table tbody td.level-name strong, .schedule table tbody td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody td.ellipsis span:not(.remove-range), .schedule table tbody .input > td.placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .input > td.placeholder span:not(.remove-range), .schedule table tbody .input.multiple .input-holder > td.placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .input.multiple .input-holder > td.placeholder span:not(.remove-range), .input.multiple .schedule table tbody .input-holder > td.placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .input.multiple .schedule table tbody .input-holder > td.placeholder span:not(.remove-range), .schedule table tbody .input td.iti__country-name .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .input td.iti__country-name span:not(.remove-range), .input .schedule table tbody td.iti__country-name .filter-list .controller span:not(.remove-range), .filter-list .controller .input .schedule table tbody td.iti__country-name span:not(.remove-range), .schedule table tbody .control-sets td.placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .control-sets td.placeholder span:not(.remove-range), .control-sets .schedule table tbody td.placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .control-sets .schedule table tbody td.placeholder span:not(.remove-range), .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not(.remove-range), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not(.remove-range), .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not(.remove-range), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not(.remove-range), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not(.remove-range), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not(.remove-range), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not(.remove-range), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .filter-list .controller span:not(.remove-range), .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not(.remove-range), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not(.remove-range), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not(.remove-range), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not(.remove-range), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller span:not(.remove-range), .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not(.remove-range), .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span:not(.remove-range), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .filter-list .controller span:not(.remove-range), .filter-list .controller form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not(.remove-range), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span:not(.remove-range), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .filter-list .controller span:not(.remove-range), .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not(.remove-range), .schedule table tbody .sortable.sortable-list td.title .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .sortable.sortable-list td.title span:not(.remove-range), .sortable.sortable-list .schedule table tbody td.title .filter-list .controller span:not(.remove-range), .filter-list .controller .sortable.sortable-list .schedule table tbody td.title span:not(.remove-range), .schedule table tbody .site-item td.title .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .site-item td.title span:not(.remove-range), .site-item .schedule table tbody td.title .filter-list .controller span:not(.remove-range), .filter-list .controller .site-item .schedule table tbody td.title span:not(.remove-range), .schedule table tbody .tempStyles .tag-cloud .filter-list td.controller span:not(.remove-range), .filter-list .schedule table tbody .tempStyles .tag-cloud td.controller span:not(.remove-range), .tempStyles .tag-cloud .schedule table tbody .filter-list td.controller span:not(.remove-range), .filter-list .tempStyles .tag-cloud .schedule table tbody td.controller span:not(.remove-range), .schedule table tbody .providerSearchFilter td.level-name .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .providerSearchFilter td.level-name span:not(.remove-range), .providerSearchFilter .schedule table tbody td.level-name .filter-list .controller span:not(.remove-range), .filter-list .controller .providerSearchFilter .schedule table tbody td.level-name span:not(.remove-range), .schedule table tbody .stepperPanel .filter-list .controller:has(.ellips) td.ellips span:not(.remove-range), .filter-list .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span:not(.remove-range), .stepperPanel .filter-list .controller:has(.ellips) .schedule table tbody td.ellips span:not(.remove-range), .filter-list .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span:not(.remove-range), .schedule table tbody .dropdown td.dropFile .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .dropdown td.dropFile span:not(.remove-range), .dropdown .schedule table tbody td.dropFile .filter-list .controller span:not(.remove-range), .filter-list .controller .dropdown .schedule table tbody td.dropFile span:not(.remove-range), .schedule table tbody .table.complexHeader.numberStyle thead td.elips .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .table.complexHeader.numberStyle thead td.elips span:not(.remove-range), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .filter-list .controller span:not(.remove-range), .filter-list .controller .table.complexHeader.numberStyle thead .schedule table tbody td.elips span:not(.remove-range), .schedule table tbody .level-table td.level-name .filter-list .controller span:not(.remove-range), .filter-list .controller .schedule table tbody .level-table td.level-name span:not(.remove-range), .level-table .schedule table tbody td.level-name .filter-list .controller span:not(.remove-range), .filter-list .controller .level-table .schedule table tbody td.level-name span:not(.remove-range), .schedule table tbody td.ellipsis .filter-list .controller b, .filter-list .controller .schedule table tbody td.ellipsis b, .schedule table tbody .input > td.placeholder .filter-list .controller b, .filter-list .controller .schedule table tbody .input > td.placeholder b, .schedule table tbody .input.multiple .input-holder > td.placeholder .filter-list .controller b, .filter-list .controller .schedule table tbody .input.multiple .input-holder > td.placeholder b, .input.multiple .schedule table tbody .input-holder > td.placeholder .filter-list .controller b, .filter-list .controller .input.multiple .schedule table tbody .input-holder > td.placeholder b, .schedule table tbody .input td.iti__country-name .filter-list .controller b, .filter-list .controller .schedule table tbody .input td.iti__country-name b, .input .schedule table tbody td.iti__country-name .filter-list .controller b, .filter-list .controller .input .schedule table tbody td.iti__country-name b, .schedule table tbody .control-sets td.placeholder .filter-list .controller b, .filter-list .controller .schedule table tbody .control-sets td.placeholder b, .control-sets .schedule table tbody td.placeholder .filter-list .controller b, .filter-list .controller .control-sets .schedule table tbody td.placeholder b, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .filter-list .controller b, .filter-list .controller .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller b, .filter-list .controller body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .filter-list .controller b, .filter-list .controller .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller b, .filter-list .controller .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .filter-list .controller b, .filter-list .controller .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .filter-list .controller b, .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .filter-list .controller b, .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .filter-list .controller b, .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder b, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .filter-list .controller b, .filter-list .controller .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller b, .filter-list .controller form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .filter-list .controller b, .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .filter-list .controller b, .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .filter-list .controller b, .filter-list .controller .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice b, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .filter-list .controller b, .filter-list .controller form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .filter-list .controller b, .filter-list .controller .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice b, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .filter-list .controller b, .filter-list .controller .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice b, .schedule table tbody .sortable.sortable-list td.title .filter-list .controller b, .filter-list .controller .schedule table tbody .sortable.sortable-list td.title b, .sortable.sortable-list .schedule table tbody td.title .filter-list .controller b, .filter-list .controller .sortable.sortable-list .schedule table tbody td.title b, .schedule table tbody .site-item td.title .filter-list .controller b, .filter-list .controller .schedule table tbody .site-item td.title b, .site-item .schedule table tbody td.title .filter-list .controller b, .filter-list .controller .site-item .schedule table tbody td.title b, .schedule table tbody .tempStyles .tag-cloud .filter-list td.controller b, .filter-list .schedule table tbody .tempStyles .tag-cloud td.controller b, .tempStyles .tag-cloud .schedule table tbody .filter-list td.controller b, .filter-list .tempStyles .tag-cloud .schedule table tbody td.controller b, .schedule table tbody .providerSearchFilter td.level-name .filter-list .controller b, .filter-list .controller .schedule table tbody .providerSearchFilter td.level-name b, .providerSearchFilter .schedule table tbody td.level-name .filter-list .controller b, .filter-list .controller .providerSearchFilter .schedule table tbody td.level-name b, .schedule table tbody .stepperPanel .filter-list .controller:has(.ellips) td.ellips b, .filter-list .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips b, .stepperPanel .filter-list .controller:has(.ellips) .schedule table tbody td.ellips b, .filter-list .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips b, .schedule table tbody .dropdown td.dropFile .filter-list .controller b, .filter-list .controller .schedule table tbody .dropdown td.dropFile b, .dropdown .schedule table tbody td.dropFile .filter-list .controller b, .filter-list .controller .dropdown .schedule table tbody td.dropFile b, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .filter-list .controller b, .filter-list .controller .schedule table tbody .table.complexHeader.numberStyle thead td.elips b, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .filter-list .controller b, .filter-list .controller .table.complexHeader.numberStyle thead .schedule table tbody td.elips b, .schedule table tbody .level-table td.level-name .filter-list .controller b, .filter-list .controller .schedule table tbody .level-table td.level-name b, .level-table .schedule table tbody td.level-name .filter-list .controller b, .filter-list .controller .level-table .schedule table tbody td.level-name b, .schedule table tbody td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody td.ellipsis .title, .schedule table tbody .input > td.placeholder .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .input > td.placeholder .title, .schedule table tbody .input.multiple .input-holder > td.placeholder .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .input.multiple .input-holder > td.placeholder .title, .input.multiple .schedule table tbody .input-holder > td.placeholder .sortable.sortable-list .title, .sortable.sortable-list .input.multiple .schedule table tbody .input-holder > td.placeholder .title, .schedule table tbody .input td.iti__country-name .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .input td.iti__country-name .title, .input .schedule table tbody td.iti__country-name .sortable.sortable-list .title, .sortable.sortable-list .input .schedule table tbody td.iti__country-name .title, .schedule table tbody .control-sets td.placeholder .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .control-sets td.placeholder .title, .control-sets .schedule table tbody td.placeholder .sortable.sortable-list .title, .sortable.sortable-list .control-sets .schedule table tbody td.placeholder .title, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .title, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .title, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .title, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .sortable.sortable-list .title, .sortable.sortable-list form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .sortable.sortable-list .title, .sortable.sortable-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .title, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .title, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .sortable.sortable-list .title, .sortable.sortable-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .title, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .sortable.sortable-list .title, .sortable.sortable-list form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .title, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .sortable.sortable-list .title, .sortable.sortable-list .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .title, .schedule table tbody .sortable.sortable-list td.title .title, .sortable.sortable-list .schedule table tbody td.title .title, .schedule table tbody .site-item td.title .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .site-item td.title .title, .site-item .schedule table tbody td.title .sortable.sortable-list .title, .sortable.sortable-list .site-item .schedule table tbody td.title .title, .schedule table tbody .tempStyles .tag-cloud td.controller .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .tempStyles .tag-cloud td.controller .title, .tempStyles .tag-cloud .schedule table tbody td.controller .sortable.sortable-list .title, .sortable.sortable-list .tempStyles .tag-cloud .schedule table tbody td.controller .title, .schedule table tbody .providerSearchFilter td.level-name .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .providerSearchFilter td.level-name .title, .providerSearchFilter .schedule table tbody td.level-name .sortable.sortable-list .title, .sortable.sortable-list .providerSearchFilter .schedule table tbody td.level-name .title, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .title, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .sortable.sortable-list .title, .sortable.sortable-list .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .title, .schedule table tbody .dropdown td.dropFile .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .dropdown td.dropFile .title, .dropdown .schedule table tbody td.dropFile .sortable.sortable-list .title, .sortable.sortable-list .dropdown .schedule table tbody td.dropFile .title, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .table.complexHeader.numberStyle thead td.elips .title, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .sortable.sortable-list .title, .sortable.sortable-list .table.complexHeader.numberStyle thead .schedule table tbody td.elips .title, .schedule table tbody .level-table td.level-name .sortable.sortable-list .title, .sortable.sortable-list .schedule table tbody .level-table td.level-name .title, .level-table .schedule table tbody td.level-name .sortable.sortable-list .title, .sortable.sortable-list .level-table .schedule table tbody td.level-name .title, .schedule table tbody td.ellipsis .library-panel .item > span, .library-panel .schedule table tbody td.ellipsis .item > span, .schedule table tbody .input > td.placeholder .library-panel .item > span, .library-panel .schedule table tbody .input > td.placeholder .item > span, .schedule table tbody .input.multiple .input-holder > td.placeholder .library-panel .item > span, .library-panel .schedule table tbody .input.multiple .input-holder > td.placeholder .item > span, .input.multiple .schedule table tbody .input-holder > td.placeholder .library-panel .item > span, .library-panel .input.multiple .schedule table tbody .input-holder > td.placeholder .item > span, .schedule table tbody .input td.iti__country-name .library-panel .item > span, .library-panel .schedule table tbody .input td.iti__country-name .item > span, .input .schedule table tbody td.iti__country-name .library-panel .item > span, .library-panel .input .schedule table tbody td.iti__country-name .item > span, .schedule table tbody .control-sets td.placeholder .library-panel .item > span, .library-panel .schedule table tbody .control-sets td.placeholder .item > span, .control-sets .schedule table tbody td.placeholder .library-panel .item > span, .library-panel .control-sets .schedule table tbody td.placeholder .item > span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .library-panel .item > span, .library-panel .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .item > span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .library-panel .item > span, .library-panel body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .item > span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .library-panel .item > span, .library-panel .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .item > span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .library-panel .item > span, .library-panel .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .item > span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .library-panel .item > span, .library-panel .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .item > span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .library-panel .item > span, .library-panel form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .item > span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .library-panel .item > span, .library-panel .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .item > span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .library-panel .item > span, .library-panel .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .item > span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .library-panel .item > span, .library-panel .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .item > span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .library-panel .item > span, .library-panel form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .item > span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .library-panel .item > span, .library-panel .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .item > span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .library-panel .item > span, .library-panel .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .item > span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .library-panel .item > span, .library-panel .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .item > span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .library-panel .item > span, .library-panel form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .item > span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .library-panel .item > span, .library-panel .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .item > span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .library-panel .item > span, .library-panel .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .item > span, .schedule table tbody .sortable.sortable-list td.title .library-panel .item > span, .library-panel .schedule table tbody .sortable.sortable-list td.title .item > span, .sortable.sortable-list .schedule table tbody td.title .library-panel .item > span, .library-panel .sortable.sortable-list .schedule table tbody td.title .item > span, .schedule table tbody .site-item td.title .library-panel .item > span, .library-panel .schedule table tbody .site-item td.title .item > span, .site-item .schedule table tbody td.title .library-panel .item > span, .library-panel .site-item .schedule table tbody td.title .item > span, .schedule table tbody .tempStyles .tag-cloud td.controller .library-panel .item > span, .library-panel .schedule table tbody .tempStyles .tag-cloud td.controller .item > span, .tempStyles .tag-cloud .schedule table tbody td.controller .library-panel .item > span, .library-panel .tempStyles .tag-cloud .schedule table tbody td.controller .item > span, .schedule table tbody .providerSearchFilter td.level-name .library-panel .item > span, .library-panel .schedule table tbody .providerSearchFilter td.level-name .item > span, .providerSearchFilter .schedule table tbody td.level-name .library-panel .item > span, .library-panel .providerSearchFilter .schedule table tbody td.level-name .item > span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .library-panel .item > span, .library-panel .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .item > span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .library-panel .item > span, .library-panel .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .item > span, .schedule table tbody .dropdown td.dropFile .library-panel .item > span, .library-panel .schedule table tbody .dropdown td.dropFile .item > span, .dropdown .schedule table tbody td.dropFile .library-panel .item > span, .library-panel .dropdown .schedule table tbody td.dropFile .item > span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .library-panel .item > span, .library-panel .schedule table tbody .table.complexHeader.numberStyle thead td.elips .item > span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .library-panel .item > span, .library-panel .table.complexHeader.numberStyle thead .schedule table tbody td.elips .item > span, .schedule table tbody .level-table td.level-name .library-panel .item > span, .library-panel .schedule table tbody .level-table td.level-name .item > span, .level-table .schedule table tbody td.level-name .library-panel .item > span, .library-panel .level-table .schedule table tbody td.level-name .item > span, .schedule table tbody td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody td.ellipsis strong, .schedule table tbody .input > td.placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .input > td.placeholder strong, .schedule table tbody .input.multiple .input-holder > td.placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .input.multiple .input-holder > td.placeholder strong, .input.multiple .schedule table tbody .input-holder > td.placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .input.multiple .schedule table tbody .input-holder > td.placeholder strong, .schedule table tbody .input td.iti__country-name .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .input td.iti__country-name strong, .input .schedule table tbody td.iti__country-name .library-panel .panel-template header strong, .library-panel .panel-template header .input .schedule table tbody td.iti__country-name strong, .schedule table tbody .control-sets td.placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .control-sets td.placeholder strong, .control-sets .schedule table tbody td.placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .control-sets .schedule table tbody td.placeholder strong, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .library-panel .panel-template header strong, .library-panel .panel-template header form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .library-panel .panel-template header strong, .library-panel .panel-template header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .library-panel .panel-template header strong, .library-panel .panel-template header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice strong, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .library-panel .panel-template header strong, .library-panel .panel-template header form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice strong, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .library-panel .panel-template header strong, .library-panel .panel-template header .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .sortable.sortable-list td.title .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .sortable.sortable-list td.title strong, .sortable.sortable-list .schedule table tbody td.title .library-panel .panel-template header strong, .library-panel .panel-template header .sortable.sortable-list .schedule table tbody td.title strong, .schedule table tbody .site-item td.title .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .site-item td.title strong, .site-item .schedule table tbody td.title .library-panel .panel-template header strong, .library-panel .panel-template header .site-item .schedule table tbody td.title strong, .schedule table tbody .tempStyles .tag-cloud td.controller .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .tempStyles .tag-cloud td.controller strong, .tempStyles .tag-cloud .schedule table tbody td.controller .library-panel .panel-template header strong, .library-panel .panel-template header .tempStyles .tag-cloud .schedule table tbody td.controller strong, .schedule table tbody .providerSearchFilter td.level-name .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .providerSearchFilter td.level-name strong, .providerSearchFilter .schedule table tbody td.level-name .library-panel .panel-template header strong, .library-panel .panel-template header .providerSearchFilter .schedule table tbody td.level-name strong, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips strong, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .library-panel .panel-template header strong, .library-panel .panel-template header .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips strong, .schedule table tbody .dropdown td.dropFile .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .dropdown td.dropFile strong, .dropdown .schedule table tbody td.dropFile .library-panel .panel-template header strong, .library-panel .panel-template header .dropdown .schedule table tbody td.dropFile strong, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .table.complexHeader.numberStyle thead td.elips strong, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .library-panel .panel-template header strong, .library-panel .panel-template header .table.complexHeader.numberStyle thead .schedule table tbody td.elips strong, .schedule table tbody .level-table td.level-name .library-panel .panel-template header strong, .library-panel .panel-template header .schedule table tbody .level-table td.level-name strong, .level-table .schedule table tbody td.level-name .library-panel .panel-template header strong, .library-panel .panel-template header .level-table .schedule table tbody td.level-name strong, .schedule table tbody td.ellipsis .site-item .position span, .site-item .position .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .site-item .position span, .site-item .position .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .site-item .position span, .site-item .position .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .site-item .position span, .site-item .position .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .site-item .position span, .site-item .position .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .site-item .position span, .site-item .position .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .site-item .position span, .site-item .position .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .site-item .position span, .site-item .position .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .site-item .position span, .site-item .position .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .site-item .position span, .site-item .position body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .site-item .position span, .site-item .position .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .site-item .position span, .site-item .position .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .site-item .position span, .site-item .position .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .site-item .position span, .site-item .position form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .site-item .position span, .site-item .position .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .site-item .position span, .site-item .position .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .site-item .position span, .site-item .position .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .site-item .position span, .site-item .position form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .site-item .position span, .site-item .position .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .site-item .position span, .site-item .position .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .site-item .position span, .site-item .position .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .site-item .position span, .site-item .position form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .site-item .position span, .site-item .position .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .site-item .position span, .site-item .position .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .site-item .position span, .site-item .position .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .site-item .position span, .site-item .position .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .position span, .schedule table tbody .site-item .position td.title span, .site-item .schedule table tbody td.title .position span, .site-item .position .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .site-item .position span, .site-item .position .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .site-item .position span, .site-item .position .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .site-item .position span, .site-item .position .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .site-item .position span, .site-item .position .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .site-item .position span, .site-item .position .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .site-item .position span, .site-item .position .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .site-item .position span, .site-item .position .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .site-item .position span, .site-item .position .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .site-item .position span, .site-item .position .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .site-item .position span, .site-item .position .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .site-item .position span, .site-item .position .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .site-item .position span, .site-item .position .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .site-item .title, .site-item .schedule table tbody td.ellipsis .title, .schedule table tbody .input > td.placeholder .site-item .title, .site-item .schedule table tbody .input > td.placeholder .title, .schedule table tbody .input.multiple .input-holder > td.placeholder .site-item .title, .site-item .schedule table tbody .input.multiple .input-holder > td.placeholder .title, .input.multiple .schedule table tbody .input-holder > td.placeholder .site-item .title, .site-item .input.multiple .schedule table tbody .input-holder > td.placeholder .title, .schedule table tbody .input td.iti__country-name .site-item .title, .site-item .schedule table tbody .input td.iti__country-name .title, .input .schedule table tbody td.iti__country-name .site-item .title, .site-item .input .schedule table tbody td.iti__country-name .title, .schedule table tbody .control-sets td.placeholder .site-item .title, .site-item .schedule table tbody .control-sets td.placeholder .title, .control-sets .schedule table tbody td.placeholder .site-item .title, .site-item .control-sets .schedule table tbody td.placeholder .title, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .site-item .title, .site-item .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .title, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .site-item .title, .site-item body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .site-item .title, .site-item .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .title, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .site-item .title, .site-item .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .site-item .title, .site-item .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .title, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .site-item .title, .site-item form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .site-item .title, .site-item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .site-item .title, .site-item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .title, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .site-item .title, .site-item .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .title, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .site-item .title, .site-item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .site-item .title, .site-item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .title, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .site-item .title, .site-item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .title, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .site-item .title, .site-item .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .title, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .site-item .title, .site-item form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .title, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .site-item .title, .site-item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .title, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .site-item .title, .site-item .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .title, .schedule table tbody .sortable.sortable-list td.title .site-item .title, .site-item .schedule table tbody .sortable.sortable-list td.title .title, .sortable.sortable-list .schedule table tbody td.title .site-item .title, .site-item .sortable.sortable-list .schedule table tbody td.title .title, .schedule table tbody .site-item td.title .title, .site-item .schedule table tbody td.title .title, .schedule table tbody .tempStyles .tag-cloud td.controller .site-item .title, .site-item .schedule table tbody .tempStyles .tag-cloud td.controller .title, .tempStyles .tag-cloud .schedule table tbody td.controller .site-item .title, .site-item .tempStyles .tag-cloud .schedule table tbody td.controller .title, .schedule table tbody .providerSearchFilter td.level-name .site-item .title, .site-item .schedule table tbody .providerSearchFilter td.level-name .title, .providerSearchFilter .schedule table tbody td.level-name .site-item .title, .site-item .providerSearchFilter .schedule table tbody td.level-name .title, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .site-item .title, .site-item .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .title, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .site-item .title, .site-item .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .title, .schedule table tbody .dropdown td.dropFile .site-item .title, .site-item .schedule table tbody .dropdown td.dropFile .title, .dropdown .schedule table tbody td.dropFile .site-item .title, .site-item .dropdown .schedule table tbody td.dropFile .title, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .site-item .title, .site-item .schedule table tbody .table.complexHeader.numberStyle thead td.elips .title, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .site-item .title, .site-item .table.complexHeader.numberStyle thead .schedule table tbody td.elips .title, .schedule table tbody .level-table td.level-name .site-item .title, .site-item .schedule table tbody .level-table td.level-name .title, .level-table .schedule table tbody td.level-name .site-item .title, .site-item .level-table .schedule table tbody td.level-name .title, .schedule table tbody td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody td.ellipsis .controller, .schedule table tbody .input > td.placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .input > td.placeholder .controller, .schedule table tbody .input.multiple .input-holder > td.placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .input.multiple .input-holder > td.placeholder .controller, .input.multiple .schedule table tbody .input-holder > td.placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .input.multiple .schedule table tbody .input-holder > td.placeholder .controller, .schedule table tbody .input td.iti__country-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .input td.iti__country-name .controller, .input .schedule table tbody td.iti__country-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .input .schedule table tbody td.iti__country-name .controller, .schedule table tbody .control-sets td.placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .control-sets td.placeholder .controller, .control-sets .schedule table tbody td.placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .control-sets .schedule table tbody td.placeholder .controller, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .controller, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .controller, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .controller, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .controller, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .controller, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .controller, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .controller, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .controller, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .controller, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .controller, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .controller, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .controller, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .controller, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .controller, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .controller, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .controller, .schedule table tbody .sortable.sortable-list td.title .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .sortable.sortable-list td.title .controller, .sortable.sortable-list .schedule table tbody td.title .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .sortable.sortable-list .schedule table tbody td.title .controller, .schedule table tbody .site-item td.title .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .site-item td.title .controller, .site-item .schedule table tbody td.title .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .site-item .schedule table tbody td.title .controller, .schedule table tbody .tempStyles .tag-cloud td.controller .controller, .tempStyles .tag-cloud .schedule table tbody td.controller .controller, .schedule table tbody .providerSearchFilter td.level-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .providerSearchFilter td.level-name .controller, .providerSearchFilter .schedule table tbody td.level-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .providerSearchFilter .schedule table tbody td.level-name .controller, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .controller, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .controller, .schedule table tbody .dropdown td.dropFile .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .dropdown td.dropFile .controller, .dropdown .schedule table tbody td.dropFile .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .dropdown .schedule table tbody td.dropFile .controller, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .table.complexHeader.numberStyle thead td.elips .controller, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .table.complexHeader.numberStyle thead .schedule table tbody td.elips .controller, .schedule table tbody .level-table td.level-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .schedule table tbody .level-table td.level-name .controller, .level-table .schedule table tbody td.level-name .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .level-table .schedule table tbody td.level-name .controller, .schedule table tbody td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody td.ellipsis .level-name, .schedule table tbody .input > td.placeholder .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .input > td.placeholder .level-name, .schedule table tbody .input.multiple .input-holder > td.placeholder .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .input.multiple .input-holder > td.placeholder .level-name, .input.multiple .schedule table tbody .input-holder > td.placeholder .providerSearchFilter .level-name, .providerSearchFilter .input.multiple .schedule table tbody .input-holder > td.placeholder .level-name, .schedule table tbody .input td.iti__country-name .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .input td.iti__country-name .level-name, .input .schedule table tbody td.iti__country-name .providerSearchFilter .level-name, .providerSearchFilter .input .schedule table tbody td.iti__country-name .level-name, .schedule table tbody .control-sets td.placeholder .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .control-sets td.placeholder .level-name, .control-sets .schedule table tbody td.placeholder .providerSearchFilter .level-name, .providerSearchFilter .control-sets .schedule table tbody td.placeholder .level-name, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-name, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-name, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-name, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .providerSearchFilter .level-name, .providerSearchFilter form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .providerSearchFilter .level-name, .providerSearchFilter .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .providerSearchFilter .level-name, .providerSearchFilter .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .level-name, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .providerSearchFilter .level-name, .providerSearchFilter form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .providerSearchFilter .level-name, .providerSearchFilter .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-name, .schedule table tbody .sortable.sortable-list td.title .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .sortable.sortable-list td.title .level-name, .sortable.sortable-list .schedule table tbody td.title .providerSearchFilter .level-name, .providerSearchFilter .sortable.sortable-list .schedule table tbody td.title .level-name, .schedule table tbody .site-item td.title .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .site-item td.title .level-name, .site-item .schedule table tbody td.title .providerSearchFilter .level-name, .providerSearchFilter .site-item .schedule table tbody td.title .level-name, .schedule table tbody .tempStyles .tag-cloud td.controller .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .tempStyles .tag-cloud td.controller .level-name, .tempStyles .tag-cloud .schedule table tbody td.controller .providerSearchFilter .level-name, .providerSearchFilter .tempStyles .tag-cloud .schedule table tbody td.controller .level-name, .schedule table tbody .providerSearchFilter td.level-name .level-name, .providerSearchFilter .schedule table tbody td.level-name .level-name, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .level-name, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .providerSearchFilter .level-name, .providerSearchFilter .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .level-name, .schedule table tbody .dropdown td.dropFile .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .dropdown td.dropFile .level-name, .dropdown .schedule table tbody td.dropFile .providerSearchFilter .level-name, .providerSearchFilter .dropdown .schedule table tbody td.dropFile .level-name, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .table.complexHeader.numberStyle thead td.elips .level-name, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .providerSearchFilter .level-name, .providerSearchFilter .table.complexHeader.numberStyle thead .schedule table tbody td.elips .level-name, .schedule table tbody .level-table td.level-name .providerSearchFilter .level-name, .providerSearchFilter .schedule table tbody .level-table td.level-name .level-name, .level-table .schedule table tbody td.level-name .providerSearchFilter .level-name, .providerSearchFilter .level-table .schedule table tbody td.level-name .level-name, .schedule table tbody td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .stepperNav a span, .schedule table tbody .stepperPanel .stepperNav a .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .stepperNav a span, .stepperPanel .stepperNav a .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellipsis .ellips, .schedule table tbody .input > td.placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .input > td.placeholder .ellips, .schedule table tbody .input.multiple .input-holder > td.placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .input.multiple .input-holder > td.placeholder .ellips, .input.multiple .schedule table tbody .input-holder > td.placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .input.multiple .schedule table tbody .input-holder > td.placeholder .ellips, .schedule table tbody .input td.iti__country-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .input td.iti__country-name .ellips, .input .schedule table tbody td.iti__country-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .input .schedule table tbody td.iti__country-name .ellips, .schedule table tbody .control-sets td.placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .control-sets td.placeholder .ellips, .control-sets .schedule table tbody td.placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .control-sets .schedule table tbody td.placeholder .ellips, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellips, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellips, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .ellips, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .ellips, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellips, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .ellips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .ellips, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellips, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .ellips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .ellips, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .ellips, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .ellips, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .ellips, .schedule table tbody .sortable.sortable-list td.title .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .sortable.sortable-list td.title .ellips, .sortable.sortable-list .schedule table tbody td.title .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .sortable.sortable-list .schedule table tbody td.title .ellips, .schedule table tbody .site-item td.title .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .site-item td.title .ellips, .site-item .schedule table tbody td.title .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .site-item .schedule table tbody td.title .ellips, .schedule table tbody .tempStyles .tag-cloud td.controller .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .tempStyles .tag-cloud td.controller .ellips, .tempStyles .tag-cloud .schedule table tbody td.controller .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .tempStyles .tag-cloud .schedule table tbody td.controller .ellips, .schedule table tbody .providerSearchFilter td.level-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .providerSearchFilter td.level-name .ellips, .providerSearchFilter .schedule table tbody td.level-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .providerSearchFilter .schedule table tbody td.level-name .ellips, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .ellips, .schedule table tbody .dropdown td.dropFile .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .dropdown td.dropFile .ellips, .dropdown .schedule table tbody td.dropFile .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .dropdown .schedule table tbody td.dropFile .ellips, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .table.complexHeader.numberStyle thead td.elips .ellips, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .table.complexHeader.numberStyle thead .schedule table tbody td.elips .ellips, .schedule table tbody .level-table td.level-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .schedule table tbody .level-table td.level-name .ellips, .level-table .schedule table tbody td.level-name .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .level-table .schedule table tbody td.level-name .ellips, .schedule table tbody td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody td.ellipsis h3, .schedule table tbody .input > td.placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .input > td.placeholder h3, .schedule table tbody .input.multiple .input-holder > td.placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .input.multiple .input-holder > td.placeholder h3, .input.multiple .schedule table tbody .input-holder > td.placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .input.multiple .schedule table tbody .input-holder > td.placeholder h3, .schedule table tbody .input td.iti__country-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .input td.iti__country-name h3, .input .schedule table tbody td.iti__country-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .input .schedule table tbody td.iti__country-name h3, .schedule table tbody .control-sets td.placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .control-sets td.placeholder h3, .control-sets .schedule table tbody td.placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .control-sets .schedule table tbody td.placeholder h3, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis h3, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis h3, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis h3, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis h3, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder h3, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder h3, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder h3, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder h3, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis h3, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis h3, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis h3, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis h3, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice h3, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .agreementsBox .agreementItem h3, .agreementsBox .agreementItem form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice h3, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice h3, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice h3, .schedule table tbody .sortable.sortable-list td.title .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .sortable.sortable-list td.title h3, .sortable.sortable-list .schedule table tbody td.title .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .sortable.sortable-list .schedule table tbody td.title h3, .schedule table tbody .site-item td.title .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .site-item td.title h3, .site-item .schedule table tbody td.title .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .site-item .schedule table tbody td.title h3, .schedule table tbody .tempStyles .tag-cloud td.controller .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .tempStyles .tag-cloud td.controller h3, .tempStyles .tag-cloud .schedule table tbody td.controller .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .tempStyles .tag-cloud .schedule table tbody td.controller h3, .schedule table tbody .providerSearchFilter td.level-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .providerSearchFilter td.level-name h3, .providerSearchFilter .schedule table tbody td.level-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .providerSearchFilter .schedule table tbody td.level-name h3, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips h3, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips h3, .schedule table tbody .dropdown td.dropFile .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .dropdown td.dropFile h3, .dropdown .schedule table tbody td.dropFile .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .dropdown .schedule table tbody td.dropFile h3, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .table.complexHeader.numberStyle thead td.elips h3, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .table.complexHeader.numberStyle thead .schedule table tbody td.elips h3, .schedule table tbody .level-table td.level-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .schedule table tbody .level-table td.level-name h3, .level-table .schedule table tbody td.level-name .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .level-table .schedule table tbody td.level-name h3, .schedule table tbody td.ellipsis .dropdown a:not(.icon), .dropdown .schedule table tbody td.ellipsis a:not(.icon), .schedule table tbody .input > td.placeholder .dropdown a:not(.icon), .dropdown .schedule table tbody .input > td.placeholder a:not(.icon), .schedule table tbody .input.multiple .input-holder > td.placeholder .dropdown a:not(.icon), .dropdown .schedule table tbody .input.multiple .input-holder > td.placeholder a:not(.icon), .input.multiple .schedule table tbody .input-holder > td.placeholder .dropdown a:not(.icon), .dropdown .input.multiple .schedule table tbody .input-holder > td.placeholder a:not(.icon), .schedule table tbody .input td.iti__country-name .dropdown a:not(.icon), .dropdown .schedule table tbody .input td.iti__country-name a:not(.icon), .input .schedule table tbody td.iti__country-name .dropdown a:not(.icon), .dropdown .input .schedule table tbody td.iti__country-name a:not(.icon), .schedule table tbody .control-sets td.placeholder .dropdown a:not(.icon), .dropdown .schedule table tbody .control-sets td.placeholder a:not(.icon), .control-sets .schedule table tbody td.placeholder .dropdown a:not(.icon), .dropdown .control-sets .schedule table tbody td.placeholder a:not(.icon), .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown a:not(.icon), .dropdown .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis a:not(.icon), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown a:not(.icon), .dropdown body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis a:not(.icon), .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown a:not(.icon), .dropdown .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis a:not(.icon), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown a:not(.icon), .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis a:not(.icon), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown a:not(.icon), .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder a:not(.icon), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown a:not(.icon), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder a:not(.icon), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown a:not(.icon), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder a:not(.icon), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown a:not(.icon), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder a:not(.icon), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown a:not(.icon), .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis a:not(.icon), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown a:not(.icon), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis a:not(.icon), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown a:not(.icon), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis a:not(.icon), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown a:not(.icon), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis a:not(.icon), .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown a:not(.icon), .dropdown .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice a:not(.icon), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown a:not(.icon), .dropdown form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice a:not(.icon), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown a:not(.icon), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice a:not(.icon), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown a:not(.icon), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice a:not(.icon), .schedule table tbody .sortable.sortable-list td.title .dropdown a:not(.icon), .dropdown .schedule table tbody .sortable.sortable-list td.title a:not(.icon), .sortable.sortable-list .schedule table tbody td.title .dropdown a:not(.icon), .dropdown .sortable.sortable-list .schedule table tbody td.title a:not(.icon), .schedule table tbody .site-item td.title .dropdown a:not(.icon), .dropdown .schedule table tbody .site-item td.title a:not(.icon), .site-item .schedule table tbody td.title .dropdown a:not(.icon), .dropdown .site-item .schedule table tbody td.title a:not(.icon), .schedule table tbody .tempStyles .tag-cloud td.controller .dropdown a:not(.icon), .dropdown .schedule table tbody .tempStyles .tag-cloud td.controller a:not(.icon), .tempStyles .tag-cloud .schedule table tbody td.controller .dropdown a:not(.icon), .dropdown .tempStyles .tag-cloud .schedule table tbody td.controller a:not(.icon), .schedule table tbody .providerSearchFilter td.level-name .dropdown a:not(.icon), .dropdown .schedule table tbody .providerSearchFilter td.level-name a:not(.icon), .providerSearchFilter .schedule table tbody td.level-name .dropdown a:not(.icon), .dropdown .providerSearchFilter .schedule table tbody td.level-name a:not(.icon), .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropdown a:not(.icon), .dropdown .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips a:not(.icon), .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropdown a:not(.icon), .dropdown .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips a:not(.icon), .schedule table tbody .dropdown td.dropFile a:not(.icon), .dropdown .schedule table tbody td.dropFile a:not(.icon), .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropdown a:not(.icon), .dropdown .schedule table tbody .table.complexHeader.numberStyle thead td.elips a:not(.icon), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropdown a:not(.icon), .dropdown .table.complexHeader.numberStyle thead .schedule table tbody td.elips a:not(.icon), .schedule table tbody .level-table td.level-name .dropdown a:not(.icon), .dropdown .schedule table tbody .level-table td.level-name a:not(.icon), .level-table .schedule table tbody td.level-name .dropdown a:not(.icon), .dropdown .level-table .schedule table tbody td.level-name a:not(.icon),
        .schedule table tbody td.ellipsis .dropdown .dropFile, .dropdown .schedule table tbody td.ellipsis .dropFile,
        .schedule table tbody .input > td.placeholder .dropdown .dropFile, .dropdown .schedule table tbody .input > td.placeholder .dropFile,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .dropdown .dropFile, .dropdown .schedule table tbody .input.multiple .input-holder > td.placeholder .dropFile, .input.multiple .schedule table tbody .input-holder > td.placeholder .dropdown .dropFile, .dropdown .input.multiple .schedule table tbody .input-holder > td.placeholder .dropFile,
        .schedule table tbody .input td.iti__country-name .dropdown .dropFile, .dropdown .schedule table tbody .input td.iti__country-name .dropFile, .input .schedule table tbody td.iti__country-name .dropdown .dropFile, .dropdown .input .schedule table tbody td.iti__country-name .dropFile,
        .schedule table tbody .control-sets td.placeholder .dropdown .dropFile, .dropdown .schedule table tbody .control-sets td.placeholder .dropFile, .control-sets .schedule table tbody td.placeholder .dropdown .dropFile, .dropdown .control-sets .schedule table tbody td.placeholder .dropFile,
        .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown .dropFile, .dropdown .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropFile, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown .dropFile, .dropdown body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropFile,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown .dropFile, .dropdown .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropFile, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown .dropFile, .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropFile,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown .dropFile, .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropFile, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown .dropFile, .dropdown form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropFile,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown .dropFile, .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropFile, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown .dropFile, .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropFile,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown .dropFile, .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropFile, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown .dropFile, .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropFile,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown .dropFile, .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropFile, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown .dropFile, .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropFile,
        .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown .dropFile, .dropdown .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropFile, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown .dropFile, .dropdown form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropFile,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown .dropFile, .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropFile, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown .dropFile, .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropFile,
        .schedule table tbody .sortable.sortable-list td.title .dropdown .dropFile, .dropdown .schedule table tbody .sortable.sortable-list td.title .dropFile, .sortable.sortable-list .schedule table tbody td.title .dropdown .dropFile, .dropdown .sortable.sortable-list .schedule table tbody td.title .dropFile,
        .schedule table tbody .site-item td.title .dropdown .dropFile, .dropdown .schedule table tbody .site-item td.title .dropFile, .site-item .schedule table tbody td.title .dropdown .dropFile, .dropdown .site-item .schedule table tbody td.title .dropFile,
        .schedule table tbody .tempStyles .tag-cloud td.controller .dropdown .dropFile, .dropdown .schedule table tbody .tempStyles .tag-cloud td.controller .dropFile, .tempStyles .tag-cloud .schedule table tbody td.controller .dropdown .dropFile, .dropdown .tempStyles .tag-cloud .schedule table tbody td.controller .dropFile,
        .schedule table tbody .providerSearchFilter td.level-name .dropdown .dropFile, .dropdown .schedule table tbody .providerSearchFilter td.level-name .dropFile, .providerSearchFilter .schedule table tbody td.level-name .dropdown .dropFile, .dropdown .providerSearchFilter .schedule table tbody td.level-name .dropFile,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropdown .dropFile, .dropdown .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropFile, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropdown .dropFile, .dropdown .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropFile,
        .schedule table tbody .dropdown td.dropFile .dropFile, .dropdown .schedule table tbody td.dropFile .dropFile,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropdown .dropFile, .dropdown .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropFile, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropdown .dropFile, .dropdown .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropFile,
        .schedule table tbody .level-table td.level-name .dropdown .dropFile, .dropdown .schedule table tbody .level-table td.level-name .dropFile, .level-table .schedule table tbody td.level-name .dropdown .dropFile, .dropdown .level-table .schedule table tbody td.level-name .dropFile,
        .schedule table tbody td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody td.ellipsis span.clipboard,
        .schedule table tbody .input > td.placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .input > td.placeholder span.clipboard,
        .schedule table tbody .input.multiple .input-holder > td.placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .input.multiple .input-holder > td.placeholder span.clipboard, .input.multiple .schedule table tbody .input-holder > td.placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .input.multiple .schedule table tbody .input-holder > td.placeholder span.clipboard,
        .schedule table tbody .input td.iti__country-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .input td.iti__country-name span.clipboard, .input .schedule table tbody td.iti__country-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .input .schedule table tbody td.iti__country-name span.clipboard,
        .schedule table tbody .control-sets td.placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .control-sets td.placeholder span.clipboard, .control-sets .schedule table tbody td.placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .control-sets .schedule table tbody td.placeholder span.clipboard,
        .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span.clipboard, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span.clipboard,
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span.clipboard, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span.clipboard,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span.clipboard, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span.clipboard,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span.clipboard, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span.clipboard,
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span.clipboard, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span.clipboard,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span.clipboard, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span.clipboard,
        .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span.clipboard, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span.clipboard,
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span.clipboard, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span.clipboard,
        .schedule table tbody .sortable.sortable-list td.title .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .sortable.sortable-list td.title span.clipboard, .sortable.sortable-list .schedule table tbody td.title .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .sortable.sortable-list .schedule table tbody td.title span.clipboard,
        .schedule table tbody .site-item td.title .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .site-item td.title span.clipboard, .site-item .schedule table tbody td.title .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .site-item .schedule table tbody td.title span.clipboard,
        .schedule table tbody .tempStyles .tag-cloud td.controller .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .tempStyles .tag-cloud td.controller span.clipboard, .tempStyles .tag-cloud .schedule table tbody td.controller .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .tempStyles .tag-cloud .schedule table tbody td.controller span.clipboard,
        .schedule table tbody .providerSearchFilter td.level-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .providerSearchFilter td.level-name span.clipboard, .providerSearchFilter .schedule table tbody td.level-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .providerSearchFilter .schedule table tbody td.level-name span.clipboard,
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span.clipboard, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span.clipboard,
        .schedule table tbody .dropdown td.dropFile li:has(span.clipboard:only-child) span.clipboard, .schedule table tbody .dropdown li:has(span.clipboard:only-child) td.dropFile span.clipboard, .dropdown .schedule table tbody td.dropFile li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody td.dropFile span.clipboard,
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .table.complexHeader.numberStyle thead td.elips span.clipboard, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .table.complexHeader.numberStyle thead .schedule table tbody td.elips span.clipboard,
        .schedule table tbody .level-table td.level-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .schedule table tbody .level-table td.level-name span.clipboard, .level-table .schedule table tbody td.level-name .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .level-table .schedule table tbody td.level-name span.clipboard,
        .schedule table tbody td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody td.ellipsis label:not(.switch):not(.controllerHead),
        .schedule table tbody .input > td.placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .input > td.placeholder label:not(.switch):not(.controllerHead),
        .schedule table tbody .input.multiple .input-holder > td.placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .input.multiple .input-holder > td.placeholder label:not(.switch):not(.controllerHead), .input.multiple .schedule table tbody .input-holder > td.placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .input.multiple .schedule table tbody .input-holder > td.placeholder label:not(.switch):not(.controllerHead),
        .schedule table tbody .input td.iti__country-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .input td.iti__country-name label:not(.switch):not(.controllerHead), .input .schedule table tbody td.iti__country-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .input .schedule table tbody td.iti__country-name label:not(.switch):not(.controllerHead),
        .schedule table tbody .control-sets td.placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .control-sets td.placeholder label:not(.switch):not(.controllerHead), .control-sets .schedule table tbody td.placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .control-sets .schedule table tbody td.placeholder label:not(.switch):not(.controllerHead),
        .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis label:not(.switch):not(.controllerHead), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis label:not(.switch):not(.controllerHead),
        .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis label:not(.switch):not(.controllerHead), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis label:not(.switch):not(.controllerHead),
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder label:not(.switch):not(.controllerHead), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder label:not(.switch):not(.controllerHead),
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder label:not(.switch):not(.controllerHead), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown label:not(.switch):not(.controllerHead), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder label:not(.switch):not(.controllerHead),
        .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis label:not(.switch):not(.controllerHead), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis label:not(.switch):not(.controllerHead),
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis label:not(.switch):not(.controllerHead), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown label:not(.switch):not(.controllerHead), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis label:not(.switch):not(.controllerHead),
        .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice label:not(.switch):not(.controllerHead), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown label:not(.switch):not(.controllerHead), .dropdown form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice label:not(.switch):not(.controllerHead),
        .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice label:not(.switch):not(.controllerHead), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown label:not(.switch):not(.controllerHead), .dropdown .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice label:not(.switch):not(.controllerHead),
        .schedule table tbody .sortable.sortable-list td.title .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .sortable.sortable-list td.title label:not(.switch):not(.controllerHead), .sortable.sortable-list .schedule table tbody td.title .dropdown label:not(.switch):not(.controllerHead), .dropdown .sortable.sortable-list .schedule table tbody td.title label:not(.switch):not(.controllerHead),
        .schedule table tbody .site-item td.title .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .site-item td.title label:not(.switch):not(.controllerHead), .site-item .schedule table tbody td.title .dropdown label:not(.switch):not(.controllerHead), .dropdown .site-item .schedule table tbody td.title label:not(.switch):not(.controllerHead),
        .schedule table tbody .tempStyles .tag-cloud td.controller .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .tempStyles .tag-cloud td.controller label:not(.switch):not(.controllerHead), .tempStyles .tag-cloud .schedule table tbody td.controller .dropdown label:not(.switch):not(.controllerHead), .dropdown .tempStyles .tag-cloud .schedule table tbody td.controller label:not(.switch):not(.controllerHead),
        .schedule table tbody .providerSearchFilter td.level-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .providerSearchFilter td.level-name label:not(.switch):not(.controllerHead), .providerSearchFilter .schedule table tbody td.level-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .providerSearchFilter .schedule table tbody td.level-name label:not(.switch):not(.controllerHead),
        .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips label:not(.switch):not(.controllerHead), .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropdown label:not(.switch):not(.controllerHead), .dropdown .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips label:not(.switch):not(.controllerHead),
        .schedule table tbody .dropdown td.dropFile label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody td.dropFile label:not(.switch):not(.controllerHead),
        .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .table.complexHeader.numberStyle thead td.elips label:not(.switch):not(.controllerHead), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropdown label:not(.switch):not(.controllerHead), .dropdown .table.complexHeader.numberStyle thead .schedule table tbody td.elips label:not(.switch):not(.controllerHead),
        .schedule table tbody .level-table td.level-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .schedule table tbody .level-table td.level-name label:not(.switch):not(.controllerHead), .level-table .schedule table tbody td.level-name .dropdown label:not(.switch):not(.controllerHead), .dropdown .level-table .schedule table tbody td.level-name label:not(.switch):not(.controllerHead), .schedule table tbody td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown.select-style td.dropFile .ui-menu-item div[data-label] span, .schedule table tbody .dropdown.select-style .ui-menu-item div[data-label] td.dropFile span, .dropdown.select-style .schedule table tbody td.dropFile .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .context-menu-list li, .context-menu-list .schedule table tbody td.ellipsis li, .schedule table tbody .input > td.placeholder .context-menu-list li, .context-menu-list .schedule table tbody .input > td.placeholder li, .schedule table tbody .input.multiple .input-holder > td.placeholder .context-menu-list li, .context-menu-list .schedule table tbody .input.multiple .input-holder > td.placeholder li, .input.multiple .schedule table tbody .input-holder > td.placeholder .context-menu-list li, .context-menu-list .input.multiple .schedule table tbody .input-holder > td.placeholder li, .schedule table tbody .input td.iti__country-name .context-menu-list li, .context-menu-list .schedule table tbody .input td.iti__country-name li, .input .schedule table tbody td.iti__country-name .context-menu-list li, .context-menu-list .input .schedule table tbody td.iti__country-name li, .schedule table tbody .control-sets td.placeholder .context-menu-list li, .context-menu-list .schedule table tbody .control-sets td.placeholder li, .control-sets .schedule table tbody td.placeholder .context-menu-list li, .context-menu-list .control-sets .schedule table tbody td.placeholder li, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .context-menu-list li, .context-menu-list .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis li, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .context-menu-list li, .context-menu-list body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .context-menu-list li, .context-menu-list .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis li, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .context-menu-list li, .context-menu-list .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .context-menu-list li, .context-menu-list .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .context-menu-list li, .context-menu-list form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .context-menu-list li, .context-menu-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder li, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .context-menu-list li, .context-menu-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder li, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .context-menu-list li, .context-menu-list .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .context-menu-list li, .context-menu-list form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .context-menu-list li, .context-menu-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis li, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .context-menu-list li, .context-menu-list .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis li, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .context-menu-list li, .context-menu-list .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice li, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .context-menu-list li, .context-menu-list form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice li, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .context-menu-list li, .context-menu-list .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice li, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .context-menu-list li, .context-menu-list .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice li, .schedule table tbody .sortable.sortable-list td.title .context-menu-list li, .context-menu-list .schedule table tbody .sortable.sortable-list td.title li, .sortable.sortable-list .schedule table tbody td.title .context-menu-list li, .context-menu-list .sortable.sortable-list .schedule table tbody td.title li, .schedule table tbody .site-item td.title .context-menu-list li, .context-menu-list .schedule table tbody .site-item td.title li, .site-item .schedule table tbody td.title .context-menu-list li, .context-menu-list .site-item .schedule table tbody td.title li, .schedule table tbody .tempStyles .tag-cloud td.controller .context-menu-list li, .context-menu-list .schedule table tbody .tempStyles .tag-cloud td.controller li, .tempStyles .tag-cloud .schedule table tbody td.controller .context-menu-list li, .context-menu-list .tempStyles .tag-cloud .schedule table tbody td.controller li, .schedule table tbody .providerSearchFilter td.level-name .context-menu-list li, .context-menu-list .schedule table tbody .providerSearchFilter td.level-name li, .providerSearchFilter .schedule table tbody td.level-name .context-menu-list li, .context-menu-list .providerSearchFilter .schedule table tbody td.level-name li, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .context-menu-list li, .context-menu-list .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips li, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .context-menu-list li, .context-menu-list .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips li, .schedule table tbody .dropdown td.dropFile .context-menu-list li, .context-menu-list .schedule table tbody .dropdown td.dropFile li, .dropdown .schedule table tbody td.dropFile .context-menu-list li, .context-menu-list .dropdown .schedule table tbody td.dropFile li, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .context-menu-list li, .context-menu-list .schedule table tbody .table.complexHeader.numberStyle thead td.elips li, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .context-menu-list li, .context-menu-list .table.complexHeader.numberStyle thead .schedule table tbody td.elips li, .schedule table tbody .level-table td.level-name .context-menu-list li, .context-menu-list .schedule table tbody .level-table td.level-name li, .level-table .schedule table tbody td.level-name .context-menu-list li, .context-menu-list .level-table .schedule table tbody td.level-name li, .schedule .table table tbody td.ellipsis .flexEllipsis b, .table .schedule table tbody td.ellipsis .flexEllipsis b, .schedule .table table .flexEllipsis tbody td.ellipsis b, .table .schedule table .flexEllipsis tbody td.ellipsis b, .schedule .table table tbody .input > td.placeholder .flexEllipsis b, .table .schedule table tbody .input > td.placeholder .flexEllipsis b, .schedule .table table .flexEllipsis tbody .input > td.placeholder b, .table .schedule table .flexEllipsis tbody .input > td.placeholder b, .schedule .table table tbody .input.multiple .input-holder > td.placeholder .flexEllipsis b, .table .schedule table tbody .input.multiple .input-holder > td.placeholder .flexEllipsis b, .schedule .table table .flexEllipsis tbody .input.multiple .input-holder > td.placeholder b, .table .schedule table .flexEllipsis tbody .input.multiple .input-holder > td.placeholder b, .input.multiple .schedule .table table tbody .input-holder > td.placeholder .flexEllipsis b, .table .input.multiple .schedule table tbody .input-holder > td.placeholder .flexEllipsis b, .input.multiple .schedule .table table .flexEllipsis tbody .input-holder > td.placeholder b, .table .input.multiple .schedule table .flexEllipsis tbody .input-holder > td.placeholder b, .schedule .table table tbody .input td.iti__country-name .flexEllipsis b, .table .schedule table tbody .input td.iti__country-name .flexEllipsis b, .schedule .table table .flexEllipsis tbody .input td.iti__country-name b, .table .schedule table .flexEllipsis tbody .input td.iti__country-name b, .input .schedule .table table tbody td.iti__country-name .flexEllipsis b, .table .input .schedule table tbody td.iti__country-name .flexEllipsis b, .input .schedule .table table .flexEllipsis tbody td.iti__country-name b, .table .input .schedule table .flexEllipsis tbody td.iti__country-name b, .schedule .table table tbody .control-sets td.placeholder .flexEllipsis b, .table .schedule table tbody .control-sets td.placeholder .flexEllipsis b, .schedule .table table .flexEllipsis tbody .control-sets td.placeholder b, .table .schedule table .flexEllipsis tbody .control-sets td.placeholder b, .control-sets .schedule .table table tbody td.placeholder .flexEllipsis b, .table .control-sets .schedule table tbody td.placeholder .flexEllipsis b, .control-sets .schedule .table table .flexEllipsis tbody td.placeholder b, .table .control-sets .schedule table .flexEllipsis tbody td.placeholder b, .schedule .table table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, .table .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, body > .select2-container .select2-dropdown .flexEllipsis .schedule .table table tbody td.ellipsis .flexEllipsis b, .table body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .flexEllipsis b, body > .select2-container .select2-dropdown .flexEllipsis .schedule .table table .flexEllipsis tbody td.ellipsis b, .table body > .select2-container .select2-dropdown .flexEllipsis .schedule table .flexEllipsis tbody td.ellipsis b, .schedule .table table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, .table .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule .table table tbody td.ellipsis .flexEllipsis b, .table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .flexEllipsis b, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule .table table .flexEllipsis tbody td.ellipsis b, .table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table .flexEllipsis tbody td.ellipsis b, .schedule .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .flexEllipsis b, .table .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .flexEllipsis b, .schedule .table table .flexEllipsis tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, .table .schedule table .flexEllipsis tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, form .select2-container .select2-selection--single .select2-selection__rendered .schedule .table table tbody td.select2-selection__placeholder .flexEllipsis b, .table form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .flexEllipsis b, form .select2-container .select2-selection--single .select2-selection__rendered .schedule .table table .flexEllipsis tbody td.select2-selection__placeholder b, .table form .select2-container .select2-selection--single .select2-selection__rendered .schedule table .flexEllipsis tbody td.select2-selection__placeholder b, .schedule .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .flexEllipsis b, .table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .flexEllipsis b, .schedule .table table .flexEllipsis tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, .table .schedule table .flexEllipsis tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule .table table tbody td.select2-selection__placeholder .flexEllipsis b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule .table table .flexEllipsis tbody td.select2-selection__placeholder b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table .flexEllipsis tbody td.select2-selection__placeholder b, .schedule .table table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, .table .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule .table table tbody td.ellipsis .flexEllipsis b, .table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .flexEllipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule .table table .flexEllipsis tbody td.ellipsis b, .table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table .flexEllipsis tbody td.ellipsis b, .schedule .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, .table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule .table table tbody td.ellipsis .flexEllipsis b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule .table table .flexEllipsis tbody td.ellipsis b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table .flexEllipsis tbody td.ellipsis b, .schedule .table table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .flexEllipsis b, .table .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .flexEllipsis b, .schedule .table table .flexEllipsis tbody form .select2-container .select2-selection--multiple td.select2-selection__choice b, .table .schedule table .flexEllipsis tbody form .select2-container .select2-selection--multiple td.select2-selection__choice b, form .select2-container .select2-selection--multiple .schedule .table table tbody td.select2-selection__choice .flexEllipsis b, .table form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .flexEllipsis b, form .select2-container .select2-selection--multiple .schedule .table table .flexEllipsis tbody td.select2-selection__choice b, .table form .select2-container .select2-selection--multiple .schedule table .flexEllipsis tbody td.select2-selection__choice b, .schedule .table table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .flexEllipsis b, .table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .flexEllipsis b, .schedule .table table .flexEllipsis tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice b, .table .schedule table .flexEllipsis tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice b, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule .table table tbody td.select2-selection__choice .flexEllipsis b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .flexEllipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule .table table .flexEllipsis tbody td.select2-selection__choice b, .table .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table .flexEllipsis tbody td.select2-selection__choice b, .schedule .table table tbody .sortable.sortable-list td.title .flexEllipsis b, .table .schedule table tbody .sortable.sortable-list td.title .flexEllipsis b, .schedule .table table .flexEllipsis tbody .sortable.sortable-list td.title b, .table .schedule table .flexEllipsis tbody .sortable.sortable-list td.title b, .sortable.sortable-list .schedule .table table tbody td.title .flexEllipsis b, .table .sortable.sortable-list .schedule table tbody td.title .flexEllipsis b, .sortable.sortable-list .schedule .table table .flexEllipsis tbody td.title b, .table .sortable.sortable-list .schedule table .flexEllipsis tbody td.title b, .schedule .table table tbody .site-item td.title .flexEllipsis b, .table .schedule table tbody .site-item td.title .flexEllipsis b, .schedule .table table .flexEllipsis tbody .site-item td.title b, .table .schedule table .flexEllipsis tbody .site-item td.title b, .site-item .schedule .table table tbody td.title .flexEllipsis b, .table .site-item .schedule table tbody td.title .flexEllipsis b, .site-item .schedule .table table .flexEllipsis tbody td.title b, .table .site-item .schedule table .flexEllipsis tbody td.title b, .schedule .table table tbody .tempStyles .tag-cloud td.controller .flexEllipsis b, .table .schedule table tbody .tempStyles .tag-cloud td.controller .flexEllipsis b, .schedule .table table .flexEllipsis tbody .tempStyles .tag-cloud td.controller b, .table .schedule table .flexEllipsis tbody .tempStyles .tag-cloud td.controller b, .tempStyles .tag-cloud .schedule .table table tbody td.controller .flexEllipsis b, .table .tempStyles .tag-cloud .schedule table tbody td.controller .flexEllipsis b, .tempStyles .tag-cloud .schedule .table table .flexEllipsis tbody td.controller b, .table .tempStyles .tag-cloud .schedule table .flexEllipsis tbody td.controller b, .schedule .table table tbody .providerSearchFilter td.level-name .flexEllipsis b, .table .schedule table tbody .providerSearchFilter td.level-name .flexEllipsis b, .schedule .table table .flexEllipsis tbody .providerSearchFilter td.level-name b, .table .schedule table .flexEllipsis tbody .providerSearchFilter td.level-name b, .providerSearchFilter .schedule .table table tbody td.level-name .flexEllipsis b, .table .providerSearchFilter .schedule table tbody td.level-name .flexEllipsis b, .providerSearchFilter .schedule .table table .flexEllipsis tbody td.level-name b, .table .providerSearchFilter .schedule table .flexEllipsis tbody td.level-name b, .schedule .table table tbody .stepperPanel .controller:has(.ellips) td.ellips .flexEllipsis b, .table .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .flexEllipsis b, .schedule .table table .flexEllipsis tbody .stepperPanel .controller:has(.ellips) td.ellips b, .table .schedule table .flexEllipsis tbody .stepperPanel .controller:has(.ellips) td.ellips b, .stepperPanel .controller:has(.ellips) .schedule .table table tbody td.ellips .flexEllipsis b, .table .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .flexEllipsis b, .stepperPanel .controller:has(.ellips) .schedule .table table .flexEllipsis tbody td.ellips b, .table .stepperPanel .controller:has(.ellips) .schedule table .flexEllipsis tbody td.ellips b, .schedule .table table tbody .dropdown td.dropFile .flexEllipsis b, .table .schedule table tbody .dropdown td.dropFile .flexEllipsis b, .schedule .table table .flexEllipsis tbody .dropdown td.dropFile b, .table .schedule table .flexEllipsis tbody .dropdown td.dropFile b, .dropdown .schedule .table table tbody td.dropFile .flexEllipsis b, .table .dropdown .schedule table tbody td.dropFile .flexEllipsis b, .dropdown .schedule .table table .flexEllipsis tbody td.dropFile b, .table .dropdown .schedule table .flexEllipsis tbody td.dropFile b, .schedule table tbody .table.complexHeader.numberStyle thead td.elips table .flexEllipsis b, .schedule table tbody .table.complexHeader.numberStyle table .flexEllipsis thead td.elips b, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .flexEllipsis b, .table.complexHeader.numberStyle thead .schedule table .flexEllipsis tbody td.elips b, .schedule .table table tbody .level-table td.level-name .flexEllipsis b, .table .schedule table tbody .level-table td.level-name .flexEllipsis b, .schedule .table table .flexEllipsis tbody .level-table td.level-name b, .table .schedule table .flexEllipsis tbody .level-table td.level-name b, .level-table .schedule .table table tbody td.level-name .flexEllipsis b, .table .level-table .schedule table tbody td.level-name .flexEllipsis b, .level-table .schedule .table table .flexEllipsis tbody td.level-name b, .table .level-table .schedule table .flexEllipsis tbody td.level-name b, .schedule table tbody td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody td.ellipsis i, .schedule table tbody .input > td.placeholder .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .input > td.placeholder i, .schedule table tbody .input.multiple .input-holder > td.placeholder .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .input.multiple .input-holder > td.placeholder i, .input.multiple .schedule table tbody .input-holder > td.placeholder .table.complexHeader thead span i, .table.complexHeader thead span .input.multiple .schedule table tbody .input-holder > td.placeholder i, .schedule table tbody .input td.iti__country-name .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .input td.iti__country-name i, .input .schedule table tbody td.iti__country-name .table.complexHeader thead span i, .table.complexHeader thead span .input .schedule table tbody td.iti__country-name i, .schedule table tbody .control-sets td.placeholder .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .control-sets td.placeholder i, .control-sets .schedule table tbody td.placeholder .table.complexHeader thead span i, .table.complexHeader thead span .control-sets .schedule table tbody td.placeholder i, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis i, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis i, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis i, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis i, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder i, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .table.complexHeader thead span i, .table.complexHeader thead span form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder i, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder i, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .table.complexHeader thead span i, .table.complexHeader thead span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder i, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis i, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis i, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis i, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader thead span i, .table.complexHeader thead span .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis i, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice i, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .table.complexHeader thead span i, .table.complexHeader thead span form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice i, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice i, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .table.complexHeader thead span i, .table.complexHeader thead span .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice i, .schedule table tbody .sortable.sortable-list td.title .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .sortable.sortable-list td.title i, .sortable.sortable-list .schedule table tbody td.title .table.complexHeader thead span i, .table.complexHeader thead span .sortable.sortable-list .schedule table tbody td.title i, .schedule table tbody .site-item td.title .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .site-item td.title i, .site-item .schedule table tbody td.title .table.complexHeader thead span i, .table.complexHeader thead span .site-item .schedule table tbody td.title i, .schedule table tbody .tempStyles .tag-cloud td.controller .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .tempStyles .tag-cloud td.controller i, .tempStyles .tag-cloud .schedule table tbody td.controller .table.complexHeader thead span i, .table.complexHeader thead span .tempStyles .tag-cloud .schedule table tbody td.controller i, .schedule table tbody .providerSearchFilter td.level-name .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .providerSearchFilter td.level-name i, .providerSearchFilter .schedule table tbody td.level-name .table.complexHeader thead span i, .table.complexHeader thead span .providerSearchFilter .schedule table tbody td.level-name i, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips i, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .table.complexHeader thead span i, .table.complexHeader thead span .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips i, .schedule table tbody .dropdown td.dropFile .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .dropdown td.dropFile i, .dropdown .schedule table tbody td.dropFile .table.complexHeader thead span i, .table.complexHeader thead span .dropdown .schedule table tbody td.dropFile i, .schedule table tbody .table.complexHeader.numberStyle thead td.elips span i, .schedule table tbody .table.complexHeader.numberStyle thead span td.elips i, .table.complexHeader.numberStyle thead .schedule table tbody td.elips span i, .table.complexHeader.numberStyle thead span .schedule table tbody td.elips i, .schedule table tbody .level-table td.level-name .table.complexHeader thead span i, .table.complexHeader thead span .schedule table tbody .level-table td.level-name i, .level-table .schedule table tbody td.level-name .table.complexHeader thead span i, .table.complexHeader thead span .level-table .schedule table tbody td.level-name i, .schedule table tbody td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody td.ellipsis .elips, .schedule table tbody .input > td.placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .input > td.placeholder .elips, .schedule table tbody .input.multiple .input-holder > td.placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .input.multiple .input-holder > td.placeholder .elips, .input.multiple .schedule table tbody .input-holder > td.placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .input.multiple .schedule table tbody .input-holder > td.placeholder .elips, .schedule table tbody .input td.iti__country-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .input td.iti__country-name .elips, .input .schedule table tbody td.iti__country-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .input .schedule table tbody td.iti__country-name .elips, .schedule table tbody .control-sets td.placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .control-sets td.placeholder .elips, .control-sets .schedule table tbody td.placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .control-sets .schedule table tbody td.placeholder .elips, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .elips, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .elips, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .elips, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .elips, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .elips, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .elips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .elips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .elips, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .elips, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .elips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .elips, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .elips, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .elips, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .elips, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .elips, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .elips, .schedule table tbody .sortable.sortable-list td.title .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .sortable.sortable-list td.title .elips, .sortable.sortable-list .schedule table tbody td.title .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .sortable.sortable-list .schedule table tbody td.title .elips, .schedule table tbody .site-item td.title .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .site-item td.title .elips, .site-item .schedule table tbody td.title .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .site-item .schedule table tbody td.title .elips, .schedule table tbody .tempStyles .tag-cloud td.controller .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .tempStyles .tag-cloud td.controller .elips, .tempStyles .tag-cloud .schedule table tbody td.controller .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .tempStyles .tag-cloud .schedule table tbody td.controller .elips, .schedule table tbody .providerSearchFilter td.level-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .providerSearchFilter td.level-name .elips, .providerSearchFilter .schedule table tbody td.level-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .providerSearchFilter .schedule table tbody td.level-name .elips, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .elips, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .elips, .schedule table tbody .dropdown td.dropFile .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .dropdown td.dropFile .elips, .dropdown .schedule table tbody td.dropFile .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .dropdown .schedule table tbody td.dropFile .elips, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .elips, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .elips, .schedule table tbody .level-table td.level-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .schedule table tbody .level-table td.level-name .elips, .level-table .schedule table tbody td.level-name .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .level-table .schedule table tbody td.level-name .elips, .schedule table tbody td.ellipsis .short-info .info p, .short-info .info .schedule table tbody td.ellipsis p, .schedule table tbody .input > td.placeholder .short-info .info p, .short-info .info .schedule table tbody .input > td.placeholder p, .schedule table tbody .input.multiple .input-holder > td.placeholder .short-info .info p, .short-info .info .schedule table tbody .input.multiple .input-holder > td.placeholder p, .input.multiple .schedule table tbody .input-holder > td.placeholder .short-info .info p, .short-info .info .input.multiple .schedule table tbody .input-holder > td.placeholder p, .schedule table tbody .input td.iti__country-name .short-info .info p, .short-info .info .schedule table tbody .input td.iti__country-name p, .input .schedule table tbody td.iti__country-name .short-info .info p, .short-info .info .input .schedule table tbody td.iti__country-name p, .schedule table tbody .control-sets td.placeholder .short-info .info p, .short-info .info .schedule table tbody .control-sets td.placeholder p, .control-sets .schedule table tbody td.placeholder .short-info .info p, .short-info .info .control-sets .schedule table tbody td.placeholder p, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .short-info .info p, .short-info .info .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis p, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .short-info .info p, .short-info .info body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .short-info .info p, .short-info .info .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis p, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .short-info .info p, .short-info .info .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .short-info .info p, .short-info .info .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder p, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .short-info .info p, .short-info .info form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .short-info .info p, .short-info .info .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .short-info .info p, .short-info .info .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder p, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .short-info .info p, .short-info .info .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis p, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .short-info .info p, .short-info .info form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .short-info .info p, .short-info .info .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .short-info .info p, .short-info .info .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .short-info .info p, .short-info .info .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice p, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .short-info .info p, .short-info .info form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .short-info .info p, .short-info .info .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice p, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .short-info .info p, .short-info .info .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice p, .schedule table tbody .sortable.sortable-list td.title .short-info .info p, .short-info .info .schedule table tbody .sortable.sortable-list td.title p, .sortable.sortable-list .schedule table tbody td.title .short-info .info p, .short-info .info .sortable.sortable-list .schedule table tbody td.title p, .schedule table tbody .site-item td.title .short-info .info p, .short-info .info .schedule table tbody .site-item td.title p, .site-item .schedule table tbody td.title .short-info .info p, .short-info .info .site-item .schedule table tbody td.title p, .schedule table tbody .tempStyles .tag-cloud td.controller .short-info .info p, .short-info .info .schedule table tbody .tempStyles .tag-cloud td.controller p, .tempStyles .tag-cloud .schedule table tbody td.controller .short-info .info p, .short-info .info .tempStyles .tag-cloud .schedule table tbody td.controller p, .schedule table tbody .providerSearchFilter td.level-name .short-info .info p, .short-info .info .schedule table tbody .providerSearchFilter td.level-name p, .providerSearchFilter .schedule table tbody td.level-name .short-info .info p, .short-info .info .providerSearchFilter .schedule table tbody td.level-name p, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .short-info .info p, .short-info .info .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips p, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .short-info .info p, .short-info .info .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips p, .schedule table tbody .dropdown td.dropFile .short-info .info p, .short-info .info .schedule table tbody .dropdown td.dropFile p, .dropdown .schedule table tbody td.dropFile .short-info .info p, .short-info .info .dropdown .schedule table tbody td.dropFile p, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .short-info .info p, .short-info .info .schedule table tbody .table.complexHeader.numberStyle thead td.elips p, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .short-info .info p, .short-info .info .table.complexHeader.numberStyle thead .schedule table tbody td.elips p, .schedule table tbody .level-table td.level-name .short-info .info p, .short-info .info .schedule table tbody .level-table td.level-name p, .level-table .schedule table tbody td.level-name .short-info .info p, .short-info .info .level-table .schedule table tbody td.level-name p, .schedule table tbody td.ellipsis .panel header p, .panel header .schedule table tbody td.ellipsis p, .schedule table tbody .input > td.placeholder .panel header p, .panel header .schedule table tbody .input > td.placeholder p, .schedule table tbody .input.multiple .input-holder > td.placeholder .panel header p, .panel header .schedule table tbody .input.multiple .input-holder > td.placeholder p, .input.multiple .schedule table tbody .input-holder > td.placeholder .panel header p, .panel header .input.multiple .schedule table tbody .input-holder > td.placeholder p, .schedule table tbody .input td.iti__country-name .panel header p, .panel header .schedule table tbody .input td.iti__country-name p, .input .schedule table tbody td.iti__country-name .panel header p, .panel header .input .schedule table tbody td.iti__country-name p, .schedule table tbody .control-sets td.placeholder .panel header p, .panel header .schedule table tbody .control-sets td.placeholder p, .control-sets .schedule table tbody td.placeholder .panel header p, .panel header .control-sets .schedule table tbody td.placeholder p, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .panel header p, .panel header .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis p, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .panel header p, .panel header body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .panel header p, .panel header .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis p, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .panel header p, .panel header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .panel header p, .panel header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder p, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .panel header p, .panel header form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .panel header p, .panel header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .panel header p, .panel header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder p, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .panel header p, .panel header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis p, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .panel header p, .panel header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .panel header p, .panel header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis p, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .panel header p, .panel header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis p, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .panel header p, .panel header .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice p, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .panel header p, .panel header form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice p, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .panel header p, .panel header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice p, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .panel header p, .panel header .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice p, .schedule table tbody .sortable.sortable-list td.title .panel header p, .panel header .schedule table tbody .sortable.sortable-list td.title p, .sortable.sortable-list .schedule table tbody td.title .panel header p, .panel header .sortable.sortable-list .schedule table tbody td.title p, .schedule table tbody .site-item td.title .panel header p, .panel header .schedule table tbody .site-item td.title p, .site-item .schedule table tbody td.title .panel header p, .panel header .site-item .schedule table tbody td.title p, .schedule table tbody .tempStyles .tag-cloud td.controller .panel header p, .panel header .schedule table tbody .tempStyles .tag-cloud td.controller p, .tempStyles .tag-cloud .schedule table tbody td.controller .panel header p, .panel header .tempStyles .tag-cloud .schedule table tbody td.controller p, .schedule table tbody .providerSearchFilter td.level-name .panel header p, .panel header .schedule table tbody .providerSearchFilter td.level-name p, .providerSearchFilter .schedule table tbody td.level-name .panel header p, .panel header .providerSearchFilter .schedule table tbody td.level-name p, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .panel header p, .panel header .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips p, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .panel header p, .panel header .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips p, .schedule table tbody .dropdown td.dropFile .panel header p, .panel header .schedule table tbody .dropdown td.dropFile p, .dropdown .schedule table tbody td.dropFile .panel header p, .panel header .dropdown .schedule table tbody td.dropFile p, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .panel header p, .panel header .schedule table tbody .table.complexHeader.numberStyle thead td.elips p, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .panel header p, .panel header .table.complexHeader.numberStyle thead .schedule table tbody td.elips p, .schedule table tbody .level-table td.level-name .panel header p, .panel header .schedule table tbody .level-table td.level-name p, .level-table .schedule table tbody td.level-name .panel header p, .panel header .level-table .schedule table tbody td.level-name p, .schedule table tbody td.ellipsis .matches-list .item strong, .matches-list .item .schedule table tbody td.ellipsis strong, .schedule table tbody .input > td.placeholder .matches-list .item strong, .matches-list .item .schedule table tbody .input > td.placeholder strong, .schedule table tbody .input.multiple .input-holder > td.placeholder .matches-list .item strong, .matches-list .item .schedule table tbody .input.multiple .input-holder > td.placeholder strong, .input.multiple .schedule table tbody .input-holder > td.placeholder .matches-list .item strong, .matches-list .item .input.multiple .schedule table tbody .input-holder > td.placeholder strong, .schedule table tbody .input td.iti__country-name .matches-list .item strong, .matches-list .item .schedule table tbody .input td.iti__country-name strong, .input .schedule table tbody td.iti__country-name .matches-list .item strong, .matches-list .item .input .schedule table tbody td.iti__country-name strong, .schedule table tbody .control-sets td.placeholder .matches-list .item strong, .matches-list .item .schedule table tbody .control-sets td.placeholder strong, .control-sets .schedule table tbody td.placeholder .matches-list .item strong, .matches-list .item .control-sets .schedule table tbody td.placeholder strong, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .matches-list .item strong, .matches-list .item .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .matches-list .item strong, .matches-list .item body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .matches-list .item strong, .matches-list .item .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .matches-list .item strong, .matches-list .item .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .matches-list .item strong, .matches-list .item .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .matches-list .item strong, .matches-list .item form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .matches-list .item strong, .matches-list .item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .matches-list .item strong, .matches-list .item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .matches-list .item strong, .matches-list .item .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .matches-list .item strong, .matches-list .item form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .matches-list .item strong, .matches-list .item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .matches-list .item strong, .matches-list .item .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .matches-list .item strong, .matches-list .item .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice strong, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .matches-list .item strong, .matches-list .item form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .matches-list .item strong, .matches-list .item .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice strong, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .matches-list .item strong, .matches-list .item .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .sortable.sortable-list td.title .matches-list .item strong, .matches-list .item .schedule table tbody .sortable.sortable-list td.title strong, .sortable.sortable-list .schedule table tbody td.title .matches-list .item strong, .matches-list .item .sortable.sortable-list .schedule table tbody td.title strong, .schedule table tbody .site-item td.title .matches-list .item strong, .matches-list .item .schedule table tbody .site-item td.title strong, .site-item .schedule table tbody td.title .matches-list .item strong, .matches-list .item .site-item .schedule table tbody td.title strong, .schedule table tbody .tempStyles .tag-cloud td.controller .matches-list .item strong, .matches-list .item .schedule table tbody .tempStyles .tag-cloud td.controller strong, .tempStyles .tag-cloud .schedule table tbody td.controller .matches-list .item strong, .matches-list .item .tempStyles .tag-cloud .schedule table tbody td.controller strong, .schedule table tbody .providerSearchFilter td.level-name .matches-list .item strong, .matches-list .item .schedule table tbody .providerSearchFilter td.level-name strong, .providerSearchFilter .schedule table tbody td.level-name .matches-list .item strong, .matches-list .item .providerSearchFilter .schedule table tbody td.level-name strong, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .matches-list .item strong, .matches-list .item .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips strong, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .matches-list .item strong, .matches-list .item .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips strong, .schedule table tbody .dropdown td.dropFile .matches-list .item strong, .matches-list .item .schedule table tbody .dropdown td.dropFile strong, .dropdown .schedule table tbody td.dropFile .matches-list .item strong, .matches-list .item .dropdown .schedule table tbody td.dropFile strong, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .matches-list .item strong, .matches-list .item .schedule table tbody .table.complexHeader.numberStyle thead td.elips strong, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .matches-list .item strong, .matches-list .item .table.complexHeader.numberStyle thead .schedule table tbody td.elips strong, .schedule table tbody .level-table td.level-name .matches-list .item strong, .matches-list .item .schedule table tbody .level-table td.level-name strong, .level-table .schedule table tbody td.level-name .matches-list .item strong, .matches-list .item .level-table .schedule table tbody td.level-name strong, .schedule table tbody td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .input > td.placeholder .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .input > td.placeholder span:not([class]), .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .input.multiple .input-holder > td.placeholder span:not([class]), .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion-header strong span:not([class]), .accordion-header strong .input.multiple .schedule table tbody .input-holder > td.placeholder span:not([class]), .schedule table tbody .input td.iti__country-name .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .input td.iti__country-name span:not([class]), .input .schedule table tbody td.iti__country-name .accordion-header strong span:not([class]), .accordion-header strong .input .schedule table tbody td.iti__country-name span:not([class]), .schedule table tbody .control-sets td.placeholder .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .control-sets td.placeholder span:not([class]), .control-sets .schedule table tbody td.placeholder .accordion-header strong span:not([class]), .accordion-header strong .control-sets .schedule table tbody td.placeholder span:not([class]), .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span:not([class]), .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header strong span:not([class]), .accordion-header strong form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header strong span:not([class]), .accordion-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span:not([class]), .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header strong span:not([class]), .accordion-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span:not([class]), .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header strong span:not([class]), .accordion-header strong form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span:not([class]), .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header strong span:not([class]), .accordion-header strong .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span:not([class]), .schedule table tbody .sortable.sortable-list td.title .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .sortable.sortable-list td.title span:not([class]), .sortable.sortable-list .schedule table tbody td.title .accordion-header strong span:not([class]), .accordion-header strong .sortable.sortable-list .schedule table tbody td.title span:not([class]), .schedule table tbody .site-item td.title .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .site-item td.title span:not([class]), .site-item .schedule table tbody td.title .accordion-header strong span:not([class]), .accordion-header strong .site-item .schedule table tbody td.title span:not([class]), .schedule table tbody .tempStyles .tag-cloud td.controller .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .tempStyles .tag-cloud td.controller span:not([class]), .tempStyles .tag-cloud .schedule table tbody td.controller .accordion-header strong span:not([class]), .accordion-header strong .tempStyles .tag-cloud .schedule table tbody td.controller span:not([class]), .schedule table tbody .providerSearchFilter td.level-name .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .providerSearchFilter td.level-name span:not([class]), .providerSearchFilter .schedule table tbody td.level-name .accordion-header strong span:not([class]), .accordion-header strong .providerSearchFilter .schedule table tbody td.level-name span:not([class]), .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span:not([class]), .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion-header strong span:not([class]), .accordion-header strong .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span:not([class]), .schedule table tbody .dropdown td.dropFile .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .dropdown td.dropFile span:not([class]), .dropdown .schedule table tbody td.dropFile .accordion-header strong span:not([class]), .accordion-header strong .dropdown .schedule table tbody td.dropFile span:not([class]), .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .table.complexHeader.numberStyle thead td.elips span:not([class]), .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion-header strong span:not([class]), .accordion-header strong .table.complexHeader.numberStyle thead .schedule table tbody td.elips span:not([class]), .schedule table tbody .level-table td.level-name .accordion-header strong span:not([class]), .accordion-header strong .schedule table tbody .level-table td.level-name span:not([class]), .level-table .schedule table tbody td.level-name .accordion-header strong span:not([class]), .accordion-header strong .level-table .schedule table tbody td.level-name span:not([class]), .schedule table tbody td.ellipsis .accordion-header em, .accordion-header .schedule table tbody td.ellipsis em, .schedule table tbody .input > td.placeholder .accordion-header em, .accordion-header .schedule table tbody .input > td.placeholder em, .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion-header em, .accordion-header .schedule table tbody .input.multiple .input-holder > td.placeholder em, .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion-header em, .accordion-header .input.multiple .schedule table tbody .input-holder > td.placeholder em, .schedule table tbody .input td.iti__country-name .accordion-header em, .accordion-header .schedule table tbody .input td.iti__country-name em, .input .schedule table tbody td.iti__country-name .accordion-header em, .accordion-header .input .schedule table tbody td.iti__country-name em, .schedule table tbody .control-sets td.placeholder .accordion-header em, .accordion-header .schedule table tbody .control-sets td.placeholder em, .control-sets .schedule table tbody td.placeholder .accordion-header em, .accordion-header .control-sets .schedule table tbody td.placeholder em, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header em, .accordion-header .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis em, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header em, .accordion-header body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header em, .accordion-header .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis em, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header em, .accordion-header .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header em, .accordion-header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder em, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header em, .accordion-header form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header em, .accordion-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header em, .accordion-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder em, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header em, .accordion-header .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis em, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header em, .accordion-header form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header em, .accordion-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis em, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header em, .accordion-header .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis em, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header em, .accordion-header .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice em, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header em, .accordion-header form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice em, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header em, .accordion-header .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice em, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header em, .accordion-header .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice em, .schedule table tbody .sortable.sortable-list td.title .accordion-header em, .accordion-header .schedule table tbody .sortable.sortable-list td.title em, .sortable.sortable-list .schedule table tbody td.title .accordion-header em, .accordion-header .sortable.sortable-list .schedule table tbody td.title em, .schedule table tbody .site-item td.title .accordion-header em, .accordion-header .schedule table tbody .site-item td.title em, .site-item .schedule table tbody td.title .accordion-header em, .accordion-header .site-item .schedule table tbody td.title em, .schedule table tbody .tempStyles .tag-cloud td.controller .accordion-header em, .accordion-header .schedule table tbody .tempStyles .tag-cloud td.controller em, .tempStyles .tag-cloud .schedule table tbody td.controller .accordion-header em, .accordion-header .tempStyles .tag-cloud .schedule table tbody td.controller em, .schedule table tbody .providerSearchFilter td.level-name .accordion-header em, .accordion-header .schedule table tbody .providerSearchFilter td.level-name em, .providerSearchFilter .schedule table tbody td.level-name .accordion-header em, .accordion-header .providerSearchFilter .schedule table tbody td.level-name em, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion-header em, .accordion-header .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips em, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion-header em, .accordion-header .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips em, .schedule table tbody .dropdown td.dropFile .accordion-header em, .accordion-header .schedule table tbody .dropdown td.dropFile em, .dropdown .schedule table tbody td.dropFile .accordion-header em, .accordion-header .dropdown .schedule table tbody td.dropFile em, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion-header em, .accordion-header .schedule table tbody .table.complexHeader.numberStyle thead td.elips em, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion-header em, .accordion-header .table.complexHeader.numberStyle thead .schedule table tbody td.elips em, .schedule table tbody .level-table td.level-name .accordion-header em, .accordion-header .schedule table tbody .level-table td.level-name em, .level-table .schedule table tbody td.level-name .accordion-header em, .accordion-header .level-table .schedule table tbody td.level-name em, .schedule table tbody td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody td.ellipsis dt, .schedule table tbody .input > td.placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .input > td.placeholder dt, .schedule table tbody .input.multiple .input-holder > td.placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .input.multiple .input-holder > td.placeholder dt, .input.multiple .schedule table tbody .input-holder > td.placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .input.multiple .schedule table tbody .input-holder > td.placeholder dt, .schedule table tbody .input td.iti__country-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .input td.iti__country-name dt, .input .schedule table tbody td.iti__country-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .input .schedule table tbody td.iti__country-name dt, .schedule table tbody .control-sets td.placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .control-sets td.placeholder dt, .control-sets .schedule table tbody td.placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .control-sets .schedule table tbody td.placeholder dt, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis dt, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis dt, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder dt, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .accordion-header.more-data dl dt, .accordion-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder dt, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis dt, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis dt, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .accordion-header.more-data dl dt, .accordion-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis dt, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice dt, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header.more-data dl dt, .accordion-header.more-data dl form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice dt, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice dt, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .accordion-header.more-data dl dt, .accordion-header.more-data dl .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice dt, .schedule table tbody .sortable.sortable-list td.title .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .sortable.sortable-list td.title dt, .sortable.sortable-list .schedule table tbody td.title .accordion-header.more-data dl dt, .accordion-header.more-data dl .sortable.sortable-list .schedule table tbody td.title dt, .schedule table tbody .site-item td.title .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .site-item td.title dt, .site-item .schedule table tbody td.title .accordion-header.more-data dl dt, .accordion-header.more-data dl .site-item .schedule table tbody td.title dt, .schedule table tbody .tempStyles .tag-cloud td.controller .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .tempStyles .tag-cloud td.controller dt, .tempStyles .tag-cloud .schedule table tbody td.controller .accordion-header.more-data dl dt, .accordion-header.more-data dl .tempStyles .tag-cloud .schedule table tbody td.controller dt, .schedule table tbody .providerSearchFilter td.level-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .providerSearchFilter td.level-name dt, .providerSearchFilter .schedule table tbody td.level-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .providerSearchFilter .schedule table tbody td.level-name dt, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips dt, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .accordion-header.more-data dl dt, .accordion-header.more-data dl .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips dt, .schedule table tbody .dropdown td.dropFile .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .dropdown td.dropFile dt, .dropdown .schedule table tbody td.dropFile .accordion-header.more-data dl dt, .accordion-header.more-data dl .dropdown .schedule table tbody td.dropFile dt, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .table.complexHeader.numberStyle thead td.elips dt, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .accordion-header.more-data dl dt, .accordion-header.more-data dl .table.complexHeader.numberStyle thead .schedule table tbody td.elips dt, .schedule table tbody .level-table td.level-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .schedule table tbody .level-table td.level-name dt, .level-table .schedule table tbody td.level-name .accordion-header.more-data dl dt, .accordion-header.more-data dl .level-table .schedule table tbody td.level-name dt, .schedule table tbody td.ellipsis .note-card strong, .note-card .schedule table tbody td.ellipsis strong, .schedule table tbody .input > td.placeholder .note-card strong, .note-card .schedule table tbody .input > td.placeholder strong, .schedule table tbody .input.multiple .input-holder > td.placeholder .note-card strong, .note-card .schedule table tbody .input.multiple .input-holder > td.placeholder strong, .input.multiple .schedule table tbody .input-holder > td.placeholder .note-card strong, .note-card .input.multiple .schedule table tbody .input-holder > td.placeholder strong, .schedule table tbody .input td.iti__country-name .note-card strong, .note-card .schedule table tbody .input td.iti__country-name strong, .input .schedule table tbody td.iti__country-name .note-card strong, .note-card .input .schedule table tbody td.iti__country-name strong, .schedule table tbody .control-sets td.placeholder .note-card strong, .note-card .schedule table tbody .control-sets td.placeholder strong, .control-sets .schedule table tbody td.placeholder .note-card strong, .note-card .control-sets .schedule table tbody td.placeholder strong, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .note-card strong, .note-card .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .note-card strong, .note-card body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .note-card strong, .note-card .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .note-card strong, .note-card .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .note-card strong, .note-card .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .note-card strong, .note-card form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .note-card strong, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .note-card strong, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .note-card strong, .note-card .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .note-card strong, .note-card form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .note-card strong, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .note-card strong, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .note-card strong, .note-card .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice strong, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .note-card strong, .note-card form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .note-card strong, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice strong, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .note-card strong, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .sortable.sortable-list td.title .note-card strong, .note-card .schedule table tbody .sortable.sortable-list td.title strong, .sortable.sortable-list .schedule table tbody td.title .note-card strong, .note-card .sortable.sortable-list .schedule table tbody td.title strong, .schedule table tbody .site-item td.title .note-card strong, .note-card .schedule table tbody .site-item td.title strong, .site-item .schedule table tbody td.title .note-card strong, .note-card .site-item .schedule table tbody td.title strong, .schedule table tbody .tempStyles .tag-cloud td.controller .note-card strong, .note-card .schedule table tbody .tempStyles .tag-cloud td.controller strong, .tempStyles .tag-cloud .schedule table tbody td.controller .note-card strong, .note-card .tempStyles .tag-cloud .schedule table tbody td.controller strong, .schedule table tbody .providerSearchFilter td.level-name .note-card strong, .note-card .schedule table tbody .providerSearchFilter td.level-name strong, .providerSearchFilter .schedule table tbody td.level-name .note-card strong, .note-card .providerSearchFilter .schedule table tbody td.level-name strong, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .note-card strong, .note-card .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips strong, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .note-card strong, .note-card .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips strong, .schedule table tbody .dropdown td.dropFile .note-card strong, .note-card .schedule table tbody .dropdown td.dropFile strong, .dropdown .schedule table tbody td.dropFile .note-card strong, .note-card .dropdown .schedule table tbody td.dropFile strong, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .note-card strong, .note-card .schedule table tbody .table.complexHeader.numberStyle thead td.elips strong, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .note-card strong, .note-card .table.complexHeader.numberStyle thead .schedule table tbody td.elips strong, .schedule table tbody .level-table td.level-name .note-card strong, .note-card .schedule table tbody .level-table td.level-name strong, .level-table .schedule table tbody td.level-name .note-card strong, .note-card .level-table .schedule table tbody td.level-name strong, .schedule table tbody td.ellipsis .note-card span, .note-card .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .note-card span, .note-card .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .note-card span, .note-card .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .note-card span, .note-card .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .note-card span, .note-card .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .note-card span, .note-card .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .note-card span, .note-card .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .note-card span, .note-card .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .note-card span, .note-card .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .note-card span, .note-card body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .note-card span, .note-card .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .note-card span, .note-card .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .note-card span, .note-card .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .note-card span, .note-card form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .note-card span, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .note-card span, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .note-card span, .note-card .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .note-card span, .note-card form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .note-card span, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .note-card span, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .note-card span, .note-card .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .note-card span, .note-card form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .note-card span, .note-card .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .note-card span, .note-card .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .note-card span, .note-card .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .note-card span, .note-card .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .note-card span, .note-card .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .note-card span, .note-card .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud td.controller .note-card span, .note-card .schedule table tbody .tempStyles .tag-cloud td.controller span, .tempStyles .tag-cloud .schedule table tbody td.controller .note-card span, .note-card .tempStyles .tag-cloud .schedule table tbody td.controller span, .schedule table tbody .providerSearchFilter td.level-name .note-card span, .note-card .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .note-card span, .note-card .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .note-card span, .note-card .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips span, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .note-card span, .note-card .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .note-card span, .note-card .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .note-card span, .note-card .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .note-card span, .note-card .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .note-card span, .note-card .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .note-card span, .note-card .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .note-card span, .note-card .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody td.ellipsis strong, .schedule table tbody .input > td.placeholder .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .input > td.placeholder strong, .schedule table tbody .input.multiple .input-holder > td.placeholder .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .input.multiple .input-holder > td.placeholder strong, .input.multiple .schedule table tbody .input-holder > td.placeholder .search-container .controller .desc strong, .search-container .controller .desc .input.multiple .schedule table tbody .input-holder > td.placeholder strong, .schedule table tbody .input td.iti__country-name .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .input td.iti__country-name strong, .input .schedule table tbody td.iti__country-name .search-container .controller .desc strong, .search-container .controller .desc .input .schedule table tbody td.iti__country-name strong, .schedule table tbody .control-sets td.placeholder .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .control-sets td.placeholder strong, .control-sets .schedule table tbody td.placeholder .search-container .controller .desc strong, .search-container .controller .desc .control-sets .schedule table tbody td.placeholder strong, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis strong, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .search-container .controller .desc strong, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .search-container .controller .desc strong, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder strong, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis strong, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc strong, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis strong, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice strong, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .search-container .controller .desc strong, .search-container .controller .desc form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice strong, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .search-container .controller .desc strong, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice strong, .schedule table tbody .sortable.sortable-list td.title .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .sortable.sortable-list td.title strong, .sortable.sortable-list .schedule table tbody td.title .search-container .controller .desc strong, .search-container .controller .desc .sortable.sortable-list .schedule table tbody td.title strong, .schedule table tbody .site-item td.title .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .site-item td.title strong, .site-item .schedule table tbody td.title .search-container .controller .desc strong, .search-container .controller .desc .site-item .schedule table tbody td.title strong, .schedule table tbody .tempStyles .tag-cloud .search-container td.controller .desc strong, .search-container .schedule table tbody .tempStyles .tag-cloud td.controller .desc strong, .tempStyles .tag-cloud .schedule table tbody .search-container td.controller .desc strong, .search-container .tempStyles .tag-cloud .schedule table tbody td.controller .desc strong, .schedule table tbody .providerSearchFilter td.level-name .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .providerSearchFilter td.level-name strong, .providerSearchFilter .schedule table tbody td.level-name .search-container .controller .desc strong, .search-container .controller .desc .providerSearchFilter .schedule table tbody td.level-name strong, .schedule table tbody .stepperPanel .search-container .controller:has(.ellips) td.ellips .desc strong, .search-container .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .desc strong, .schedule table tbody .stepperPanel .search-container .controller:has(.ellips) .desc td.ellips strong, .search-container .schedule table tbody .stepperPanel .controller:has(.ellips) .desc td.ellips strong, .stepperPanel .search-container .controller:has(.ellips) .schedule table tbody td.ellips .desc strong, .search-container .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .desc strong, .stepperPanel .search-container .controller:has(.ellips) .desc .schedule table tbody td.ellips strong, .search-container .stepperPanel .controller:has(.ellips) .desc .schedule table tbody td.ellips strong, .schedule table tbody .dropdown td.dropFile .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .dropdown td.dropFile strong, .dropdown .schedule table tbody td.dropFile .search-container .controller .desc strong, .search-container .controller .desc .dropdown .schedule table tbody td.dropFile strong, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .table.complexHeader.numberStyle thead td.elips strong, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .search-container .controller .desc strong, .search-container .controller .desc .table.complexHeader.numberStyle thead .schedule table tbody td.elips strong, .schedule table tbody .level-table td.level-name .search-container .controller .desc strong, .search-container .controller .desc .schedule table tbody .level-table td.level-name strong, .level-table .schedule table tbody td.level-name .search-container .controller .desc strong, .search-container .controller .desc .level-table .schedule table tbody td.level-name strong, .schedule table tbody td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody td.ellipsis span, .schedule table tbody .input > td.placeholder .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .input > td.placeholder span, .schedule table tbody .input.multiple .input-holder > td.placeholder .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .input.multiple .input-holder > td.placeholder span, .input.multiple .schedule table tbody .input-holder > td.placeholder .search-container .controller .desc span, .search-container .controller .desc .input.multiple .schedule table tbody .input-holder > td.placeholder span, .schedule table tbody .input td.iti__country-name .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .input td.iti__country-name span, .input .schedule table tbody td.iti__country-name .search-container .controller .desc span, .search-container .controller .desc .input .schedule table tbody td.iti__country-name span, .schedule table tbody .control-sets td.placeholder .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .control-sets td.placeholder span, .control-sets .schedule table tbody td.placeholder .search-container .controller .desc span, .search-container .controller .desc .control-sets .schedule table tbody td.placeholder span, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc span, .search-container .controller .desc body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis span, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .search-container .controller .desc span, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .search-container .controller .desc span, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder span, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc span, .search-container .controller .desc form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis span, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .search-container .controller .desc span, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis span, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice span, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .search-container .controller .desc span, .search-container .controller .desc form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice span, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .search-container .controller .desc span, .search-container .controller .desc .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice span, .schedule table tbody .sortable.sortable-list td.title .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .sortable.sortable-list td.title span, .sortable.sortable-list .schedule table tbody td.title .search-container .controller .desc span, .search-container .controller .desc .sortable.sortable-list .schedule table tbody td.title span, .schedule table tbody .site-item td.title .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .site-item td.title span, .site-item .schedule table tbody td.title .search-container .controller .desc span, .search-container .controller .desc .site-item .schedule table tbody td.title span, .schedule table tbody .tempStyles .tag-cloud .search-container td.controller .desc span, .search-container .schedule table tbody .tempStyles .tag-cloud td.controller .desc span, .tempStyles .tag-cloud .schedule table tbody .search-container td.controller .desc span, .search-container .tempStyles .tag-cloud .schedule table tbody td.controller .desc span, .schedule table tbody .providerSearchFilter td.level-name .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .providerSearchFilter td.level-name span, .providerSearchFilter .schedule table tbody td.level-name .search-container .controller .desc span, .search-container .controller .desc .providerSearchFilter .schedule table tbody td.level-name span, .schedule table tbody .stepperPanel .search-container .controller:has(.ellips) td.ellips .desc span, .search-container .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .desc span, .schedule table tbody .stepperPanel .search-container .controller:has(.ellips) .desc td.ellips span, .search-container .schedule table tbody .stepperPanel .controller:has(.ellips) .desc td.ellips span, .stepperPanel .search-container .controller:has(.ellips) .schedule table tbody td.ellips .desc span, .search-container .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .desc span, .stepperPanel .search-container .controller:has(.ellips) .desc .schedule table tbody td.ellips span, .search-container .stepperPanel .controller:has(.ellips) .desc .schedule table tbody td.ellips span, .schedule table tbody .dropdown td.dropFile .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .dropdown td.dropFile span, .dropdown .schedule table tbody td.dropFile .search-container .controller .desc span, .search-container .controller .desc .dropdown .schedule table tbody td.dropFile span, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .table.complexHeader.numberStyle thead td.elips span, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .search-container .controller .desc span, .search-container .controller .desc .table.complexHeader.numberStyle thead .schedule table tbody td.elips span, .schedule table tbody .level-table td.level-name .search-container .controller .desc span, .search-container .controller .desc .schedule table tbody .level-table td.level-name span, .level-table .schedule table tbody td.level-name .search-container .controller .desc span, .search-container .controller .desc .level-table .schedule table tbody td.level-name span, .schedule table tbody td.ellipsis .level-table .level-name, .level-table .schedule table tbody td.ellipsis .level-name, .schedule table tbody .input > td.placeholder .level-table .level-name, .level-table .schedule table tbody .input > td.placeholder .level-name, .schedule table tbody .input.multiple .input-holder > td.placeholder .level-table .level-name, .level-table .schedule table tbody .input.multiple .input-holder > td.placeholder .level-name, .input.multiple .schedule table tbody .input-holder > td.placeholder .level-table .level-name, .level-table .input.multiple .schedule table tbody .input-holder > td.placeholder .level-name, .schedule table tbody .input td.iti__country-name .level-table .level-name, .level-table .schedule table tbody .input td.iti__country-name .level-name, .input .schedule table tbody td.iti__country-name .level-table .level-name, .level-table .input .schedule table tbody td.iti__country-name .level-name, .schedule table tbody .control-sets td.placeholder .level-table .level-name, .level-table .schedule table tbody .control-sets td.placeholder .level-name, .control-sets .schedule table tbody td.placeholder .level-table .level-name, .level-table .control-sets .schedule table tbody td.placeholder .level-name, .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-table .level-name, .level-table .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-name, body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-table .level-name, .level-table body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-table .level-name, .level-table .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis .level-name, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-table .level-name, .level-table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-table .level-name, .level-table .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-name, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-table .level-name, .level-table form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-table .level-name, .level-table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-table .level-name, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-name, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-table .level-name, .level-table .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-name, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-table .level-name, .level-table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-table .level-name, .level-table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-table .level-name, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis .level-name, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .level-table .level-name, .level-table .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .level-name, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-table .level-name, .level-table form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-name, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .level-table .level-name, .level-table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .level-name, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-table .level-name, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-name, .schedule table tbody .sortable.sortable-list td.title .level-table .level-name, .level-table .schedule table tbody .sortable.sortable-list td.title .level-name, .sortable.sortable-list .schedule table tbody td.title .level-table .level-name, .level-table .sortable.sortable-list .schedule table tbody td.title .level-name, .schedule table tbody .site-item td.title .level-table .level-name, .level-table .schedule table tbody .site-item td.title .level-name, .site-item .schedule table tbody td.title .level-table .level-name, .level-table .site-item .schedule table tbody td.title .level-name, .schedule table tbody .tempStyles .tag-cloud td.controller .level-table .level-name, .level-table .schedule table tbody .tempStyles .tag-cloud td.controller .level-name, .tempStyles .tag-cloud .schedule table tbody td.controller .level-table .level-name, .level-table .tempStyles .tag-cloud .schedule table tbody td.controller .level-name, .schedule table tbody .providerSearchFilter td.level-name .level-table .level-name, .level-table .schedule table tbody .providerSearchFilter td.level-name .level-name, .providerSearchFilter .schedule table tbody td.level-name .level-table .level-name, .level-table .providerSearchFilter .schedule table tbody td.level-name .level-name, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .level-table .level-name, .level-table .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .level-name, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .level-table .level-name, .level-table .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .level-name, .schedule table tbody .dropdown td.dropFile .level-table .level-name, .level-table .schedule table tbody .dropdown td.dropFile .level-name, .dropdown .schedule table tbody td.dropFile .level-table .level-name, .level-table .dropdown .schedule table tbody td.dropFile .level-name, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .level-table .level-name, .level-table .schedule table tbody .table.complexHeader.numberStyle thead td.elips .level-name, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .level-table .level-name, .level-table .table.complexHeader.numberStyle thead .schedule table tbody td.elips .level-name, .schedule table tbody .level-table td.level-name .level-name, .level-table .schedule table tbody td.level-name .level-name, .schedule table tbody td.ellipsis .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody .input > td.placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .input > td.placeholder b, .schedule table tbody .input.multiple .input-holder > td.placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .input.multiple .input-holder > td.placeholder b, .input.multiple .schedule table tbody .input-holder > td.placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .input.multiple .schedule table tbody .input-holder > td.placeholder b, .schedule table tbody .input td.iti__country-name .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .input td.iti__country-name b, .input .schedule table tbody td.iti__country-name .level-table .flexEllipsis b, .level-table .flexEllipsis .input .schedule table tbody td.iti__country-name b, .schedule table tbody .control-sets td.placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .control-sets td.placeholder b, .control-sets .schedule table tbody td.placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .control-sets .schedule table tbody td.placeholder b, .schedule table tbody body > .select2-container .select2-dropdown .level-table .flexEllipsis td.ellipsis b, .level-table .schedule table tbody body > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, body > .select2-container .select2-dropdown .level-table .flexEllipsis .schedule table tbody td.ellipsis b, .level-table body > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .level-table .flexEllipsis td.ellipsis b, .level-table .schedule table tbody .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis td.ellipsis b, .multiselect-holder > .select2-container .select2-dropdown .level-table .flexEllipsis .schedule table tbody td.ellipsis b, .level-table .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis form .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered td.select2-selection__placeholder b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder .level-table .flexEllipsis b, .level-table .flexEllipsis .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .schedule table tbody td.select2-selection__placeholder b, .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis td.ellipsis b, .level-table .schedule table tbody form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis .schedule table tbody td.ellipsis b, .level-table form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis td.ellipsis b, .level-table .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis td.ellipsis b, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .level-table .flexEllipsis .schedule table tbody td.ellipsis b, .level-table .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .schedule table tbody td.ellipsis b, .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody form .select2-container .select2-selection--multiple td.select2-selection__choice b, form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-table .flexEllipsis b, .level-table .flexEllipsis form .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice b, .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .drawer .drawerCorrection .input .select2-container .select2-selection--multiple td.select2-selection__choice b, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice .level-table .flexEllipsis b, .level-table .flexEllipsis .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .schedule table tbody td.select2-selection__choice b, .schedule table tbody .sortable.sortable-list td.title .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .sortable.sortable-list td.title b, .sortable.sortable-list .schedule table tbody td.title .level-table .flexEllipsis b, .level-table .flexEllipsis .sortable.sortable-list .schedule table tbody td.title b, .schedule table tbody .site-item td.title .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .site-item td.title b, .site-item .schedule table tbody td.title .level-table .flexEllipsis b, .level-table .flexEllipsis .site-item .schedule table tbody td.title b, .schedule table tbody .tempStyles .tag-cloud td.controller .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .tempStyles .tag-cloud td.controller b, .tempStyles .tag-cloud .schedule table tbody td.controller .level-table .flexEllipsis b, .level-table .flexEllipsis .tempStyles .tag-cloud .schedule table tbody td.controller b, .schedule table tbody .providerSearchFilter td.level-name .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .providerSearchFilter td.level-name b, .providerSearchFilter .schedule table tbody td.level-name .level-table .flexEllipsis b, .level-table .flexEllipsis .providerSearchFilter .schedule table tbody td.level-name b, .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .stepperPanel .controller:has(.ellips) td.ellips b, .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips .level-table .flexEllipsis b, .level-table .flexEllipsis .stepperPanel .controller:has(.ellips) .schedule table tbody td.ellips b, .schedule table tbody .dropdown td.dropFile .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .dropdown td.dropFile b, .dropdown .schedule table tbody td.dropFile .level-table .flexEllipsis b, .level-table .flexEllipsis .dropdown .schedule table tbody td.dropFile b, .schedule table tbody .table.complexHeader.numberStyle thead td.elips .level-table .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody .table.complexHeader.numberStyle thead td.elips b, .table.complexHeader.numberStyle thead .schedule table tbody td.elips .level-table .flexEllipsis b, .level-table .flexEllipsis .table.complexHeader.numberStyle thead .schedule table tbody td.elips b, .schedule table tbody .level-table td.level-name .flexEllipsis b, .schedule table tbody .level-table .flexEllipsis td.level-name b, .level-table .schedule table tbody td.level-name .flexEllipsis b, .level-table .flexEllipsis .schedule table tbody td.level-name b {
          display: inline-block;
          max-width: 100%;
          vertical-align: top; }
      .schedule table tbody td.inputStyle {
        padding-right: 0; }
        .schedule table tbody td.inputStyle + td {
          padding-left: 12px; }
          .schedule table tbody td.inputStyle + td::before {
            display: none !important; }
    .schedule table tbody .recorded td {
      z-index: 2;
      background-color: white;
      cursor: default; }
      .schedule table tbody .recorded td:before {
        position: absolute;
        top: 5px;
        bottom: 6px;
        left: 0;
        width: 1px;
        background-color: #ececec;
        content: ''; }
      .schedule table tbody .recorded td:after {
        top: -1px;
        z-index: 10;
        display: block;
        height: 1px;
        padding: 0;
        overflow: hidden;
        background-color: #b7b7b7;
        border: 0;
        content: ""; }
      .schedule table tbody .recorded td.menu-holder {
        width: 52px;
        padding: 0; }
        .schedule table tbody .recorded td.menu-holder:before {
          display: none; }
      .schedule table tbody .recorded td span.tooltip:not(.att) {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 0 1px;
        vertical-align: middle; }
        .schedule table tbody .recorded td span.tooltip:not(.att) svg {
          display: block;
          width: 100%;
          height: 100%; }
      .schedule table tbody .recorded td .action span.tooltip:not(.att) {
        width: 18px;
        height: 18px; }
      @media (hover: hover) {
        .schedule table tbody .recorded td:not(:first-child):hover::before, .schedule table tbody .recorded td.hover:not(:first-child)::before {
          display: block; } }
    .schedule table tbody .selectedRow td::after {
      height: 2px;
      background-color: #1a73e8; }
    .schedule table tbody .error td {
      color: white;
      background-color: #ee1752; }
      .schedule table tbody .error td:after {
        background-color: rgba(0, 0, 0, 0.1); }
      .schedule table tbody .error td:before {
        background-color: rgba(255, 255, 255, 0.3); }
      .schedule table tbody .error td:first-child:before {
        display: none !important; }
      .schedule table tbody .error td > a:not(.record-remove) {
        color: white;
        cursor: pointer; }
        @media (hover: hover) {
          .schedule table tbody .error td > a:not(.record-remove):hover {
            color: rgba(255, 255, 255, 0.5); } }
        .schedule table tbody .error td > a:not(.record-remove) > svg {
          fill: white; }
      .schedule table tbody .error td > svg {
        fill: white; }
      .schedule table tbody .error td strong {
        color: white; }
    .schedule table tbody .record-remove {
      position: relative;
      z-index: 10;
      float: left;
      width: 24px;
      height: 24px;
      margin-left: -10px; }
      .schedule table tbody .record-remove svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
    .schedule table .att {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 8px 0 0 6px;
      background-color: #ee1752;
      border: 0;
      border-radius: 50%;
      opacity: 0;
      vertical-align: top;
      animation: blinking 1s infinite; }
    .schedule table .icon {
      display: inline-block;
      width: 24px !important;
      height: 24px !important;
      margin-left: 10px;
      vertical-align: middle; }
      .schedule table .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      .schedule table .icon.redStyle svg {
        fill: #ee1752; }
      .schedule table .icon.cursor {
        cursor: pointer; }
      .schedule table .icon.rotate-90 {
        transform: rotate(90deg); }
      @media (hover: hover) {
        .schedule table .icon.cursor svg, .schedule table .icon[data-href]:hover svg, .schedule table .icon[href]:hover svg {
          fill: #333; } }
    .schedule table .inlineFlex > .alert-info,
    .schedule table td > .alert-info,
    .schedule table td > .sent-info {
      position: relative;
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      color: #ee1752 !important;
      border: 0;
      vertical-align: top; }
      .schedule table .inlineFlex > .alert-info *,
      .schedule table td > .alert-info *,
      .schedule table td > .sent-info * {
        pointer-events: none !important; }
      .schedule table .inlineFlex > .alert-info svg,
      .schedule table td > .alert-info svg,
      .schedule table td > .sent-info svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto;
        transition: width 0.3s ease;
        transform: translate(-50%, -50%);
        fill: #ee1752; }
      .schedule table .inlineFlex > .alert-info span,
      .schedule table td > .alert-info span,
      .schedule table td > .sent-info span {
        position: relative;
        display: block;
        min-width: 24px;
        padding: 0 9px; }
      .schedule table .inlineFlex > .alert-info.blueStyle,
      .schedule table td > .alert-info.blueStyle,
      .schedule table td > .sent-info.blueStyle {
        color: #1a73e8 !important; }
        .schedule table .inlineFlex > .alert-info.blueStyle svg,
        .schedule table td > .alert-info.blueStyle svg,
        .schedule table td > .sent-info.blueStyle svg {
          fill: #1a73e8; }
      .schedule table .inlineFlex > .alert-info + .icon,
      .schedule table td > .alert-info + .icon,
      .schedule table td > .sent-info + .icon {
        margin: 0;
        cursor: pointer; }
      .schedule table .inlineFlex > .alert-info:not(.hidden-block) + .icon,
      .schedule table td > .alert-info:not(.hidden-block) + .icon,
      .schedule table td > .sent-info:not(.hidden-block) + .icon {
        display: none; }
      .schedule table .inlineFlex > .alert-info.personal-alert,
      .schedule table td > .alert-info.personal-alert,
      .schedule table td > .sent-info.personal-alert {
        color: white !important; }
        .schedule table .inlineFlex > .alert-info.personal-alert path[opacity],
        .schedule table td > .alert-info.personal-alert path[opacity],
        .schedule table td > .sent-info.personal-alert path[opacity] {
          opacity: 1;
          transform: scale(1.02);
          transform-origin: center; }
      .schedule table .inlineFlex > .alert-info.unactive-alert,
      .schedule table td > .alert-info.unactive-alert,
      .schedule table td > .sent-info.unactive-alert {
        font-size: 13px;
        color: #999 !important; }
        .schedule table .inlineFlex > .alert-info.unactive-alert svg,
        .schedule table td > .alert-info.unactive-alert svg,
        .schedule table td > .sent-info.unactive-alert svg {
          fill: #999; }
      @media (hover: hover) {
        .schedule table .inlineFlex > .alert-info:hover svg,
        .schedule table td > .alert-info:hover svg,
        .schedule table td > .sent-info:hover svg {
          width: 110%; } }
    .schedule table td > .sent-info {
      color: #1a73e8 !important; }
      .schedule table td > .sent-info svg {
        fill: #1a73e8; }
    .schedule table .controller {
      width: 20px;
      height: 20px;
      padding: 0;
      margin: 0 0 2px;
      vertical-align: middle; }
      .schedule table .controller .default {
        width: 100%;
        height: 100%; }
        .schedule table .controller .default[type="checkbox"]:indeterminate {
          background-color: #1a73e8;
          border-color: #1a73e8; }
      .schedule table .controller:has([type="checkbox"]:indeterminate)::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background-color: white;
        transform: translate(-50%, -50%);
        content: ''; }
      .schedule table .controller > svg {
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px; }
        .schedule table .controller > svg.lock {
          top: 4px;
          left: 4px;
          display: none;
          width: 12px;
          height: 12px;
          filter: none; }
      .schedule table .controller.blocked input.default {
        background-color: #ccc;
        border-color: rgba(0, 0, 0, 0.1); }
      .schedule table .controller.blocked svg {
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        opacity: 1;
        filter: none; }
  .schedule mark {
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    margin-top: 2px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 20px;
    color: white;
    background: transparent;
    border-radius: 3px;
    vertical-align: top; }
    .schedule mark.color-01 {
      background-color: #ffae00; }
    .schedule mark.color-02 {
      background-color: #1fae1f; }
    .schedule mark.color-03 {
      background-color: #6933cc; }
    .schedule mark.color-04 {
      background-color: #00A995; }
    .schedule mark.color-05 {
      background-color: #f33; }
    .schedule mark.color-06 {
      background-color: #ccc; }
    .schedule mark.color-07 {
      background-color: #000; }
    .schedule mark.color-08 {
      background-color: #1a73e8; }
    .schedule mark.color-09 {
      background-color: #999; }
    .schedule mark.color-10 {
      color: #ccc;
      background-color: #F1F0F0; }
    .schedule mark.color-01_tr {
      color: #E79D00;
      background-color: rgba(255, 174, 0, 0.3); }
    .schedule mark.color-02_tr {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .schedule mark.color-05_tr {
      color: #EE1752;
      background-color: rgba(238, 23, 82, 0.3); }
    .schedule mark.color-08_tr {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .schedule mark.color-09_tr {
      color: #999;
      background-color: rgba(153, 153, 153, 0.3); }
    .schedule mark .highlight {
      color: #333; }
  .schedule .h_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 0 2px 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #1a73e8;
    border-radius: 2px;
    vertical-align: top; }
  .schedule .action {
    margin-left: -10px; }
  .schedule.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .schedule .timeline {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
    height: 1px;
    background-color: #ee1752;
    pointer-events: none; }
  .schedule.static tbody tr:not(.recorded) {
    pointer-events: none !important; }
    .schedule.static tbody tr:not(.recorded) * {
      pointer-events: none !important; }
  .search-results .schedule.static {
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 48px); }
  .schedule.empty {
    position: absolute;
    left: -9999px;
    width: calc(100% + 96px); }
  .schedule .inlineFlex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px; }
    .schedule .inlineFlex > svg {
      width: 24px;
      height: 24px;
      fill: #ccc; }
    .schedule .inlineFlex:not(.left) > *:last-child:not(mark:last-child) {
      margin-left: auto !important; }
    .schedule .inlineFlex .h_icon {
      margin: 0; }
    .schedule .inlineFlex mark {
      margin: 0; }
    .schedule .inlineFlex .clipboard,
    .schedule .inlineFlex .openLink {
      position: relative;
      display: block;
      width: 24px;
      height: 24px; }
      .schedule .inlineFlex .clipboard svg,
      .schedule .inlineFlex .openLink svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .schedule .inlineFlex .clipboard:hover svg,
        .schedule .inlineFlex .openLink:hover svg {
          fill: black; } }
    .schedule .inlineFlex:has(> mark[class*="color-"]):has(> svg) {
      position: relative; }
      .schedule .inlineFlex:has(> mark[class*="color-"]):has(> svg) > svg {
        fill: #999; }
      .schedule .inlineFlex:has(> mark[class*="color-"]):has(> svg)::before {
        position: absolute;
        top: 9px;
        left: 0;
        z-index: 2;
        width: 15px;
        height: 8px;
        background: url(../images/text-pdf.svg) no-repeat 0 0;
        content: ''; }
    .schedule .inlineFlex:has(> mark.color-01):has(> svg)::before {
      display: none !important; }
    .schedule .inlineFlex.retroactively {
      color: #ee1752; }
      .schedule .inlineFlex.retroactively .icon {
        width: 24px;
        height: 24px;
        margin: 0;
        cursor: pointer; }
        .schedule .inlineFlex.retroactively .icon svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ee1752; }
  .schedule.scheduleOldStyle .inlineFlex > svg {
    fill: #ee1752 !important; }
  .schedule.scheduleOldStyle .unactive .inlineFlex > svg {
    fill: #ccc !important; }
  .schedule.scheduleOldStyle .approvedNote .inlineFlex > svg {
    fill: #00A995 !important; }

.short-info {
  position: relative;
  width: 100%;
  padding: 23px;
  margin-bottom: 36px;
  border: 1px solid #dcdcdc;
  border-radius: 12px; }
  .short-info .arrow {
    position: absolute;
    top: -15px;
    left: 23px;
    width: 26px;
    height: 14px;
    pointer-events: none; }
    .short-info .arrow:after, .short-info .arrow:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      content: "";
      border-bottom: 14px solid #dcdcdc;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent; }
    .short-info .arrow:after {
      top: 1px;
      border-bottom-color: white; }
  .short-info .avatar {
    position: relative;
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 5px; }
    .short-info .avatar svg {
      display: none; }
    .short-info .avatar:not([data-bg]) {
      background-color: #dcdcdc; }
      .short-info .avatar:not([data-bg]) svg {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 48px;
        height: 48px;
        margin: 0;
        transform: translate(-50%, -50%); }
  .short-info .info {
    float: right;
    width: calc(100% - 96px);
    margin: -5px 0 -3px;
    font-size: 13px;
    line-height: 20px;
    color: #666; }
    .short-info .info p {
      margin: 0; }
  .short-info .spinner {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    display: none;
    width: 36px;
    height: 36px;
    fill: #1a73e8; }
  .short-info.loading {
    pointer-events: none; }
    .short-info.loading .avatar,
    .short-info.loading .info {
      opacity: 0.5; }
    .short-info.loading .spinner {
      display: block;
      animation: spin 1s linear infinite; }

.schedule-map {
  position: fixed;
  z-index: 200;
  background-color: #ccc;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .schedule-map .close {
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 100;
    width: 48px;
    height: 48px;
    padding: 12px;
    background-color: white;
    border-radius: 50%; }
    .schedule-map .close svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #333; }
  .schedule-map.display {
    opacity: 1;
    pointer-events: auto; }

#schedule-map {
  display: block;
  width: 100%;
  height: 100%; }

.content-holder {
  float: left;
  width: calc(100% - 300px); }
  .lower-level .content-holder {
    height: 100%; }

.round-controls {
  float: left; }
  .round-controls > * {
    margin-left: 36px; }
  .round-controls > a {
    position: relative;
    float: left;
    width: 24px;
    height: 24px; }
    .round-controls > a svg {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      fill: #999; }
    .round-controls > a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 36px;
      height: 36px;
      background-color: #eaeaea;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.3s ease;
      transform: translate(-50%, -50%);
      content: "";
      pointer-events: none; }
    @media (hover: hover) {
      .round-controls > a:hover svg {
        fill: #333; }
      .round-controls > a:hover:before {
        opacity: 1; } }
    .round-controls > a[data-number]::after {
      position: absolute;
      bottom: 17px;
      left: 18px;
      min-width: 16px;
      height: 16px;
      padding: 0 6px;
      font-size: 10px;
      line-height: 15px;
      text-align: center;
      color: white;
      background-color: #ee1752;
      border-radius: 8px;
      content: attr(data-number);
      pointer-events: none; }
  .round-controls .action .trigger > svg {
    position: relative;
    fill: #999; }
  .round-controls .action .trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-color: #eaeaea;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
    content: "";
    pointer-events: none; }
  @media (hover: hover) {
    .round-controls .action .trigger:hover svg {
      fill: #333; }
    .round-controls .action .trigger:hover:before {
      opacity: 1; } }
  .round-controls .action.display .trigger svg {
    fill: #333; }

.history-update {
  width: 100%;
  height: 84px;
  padding: 22px 23px;
  margin: -6px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  border: solid #dcdcdc;
  border-width: 0 1px;
  border-right-color: transparent; }
  .history-update .holder {
    margin: 0 -12px; }
  .history-update .column {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px; }
    .history-update .column > a,
    .history-update .column > strong {
      display: inline-block;
      font-weight: normal;
      font-weight: 600;
      color: #666;
      vertical-align: top; }
      @media (hover: hover) {
        .history-update .column > a:hover,
        .history-update .column > strong:hover {
          color: #333; } }
    .history-update .column > strong {
      position: relative;
      cursor: pointer; }
  .history-update p {
    margin: 0; }

.panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(110%);
  -ms-overflow-style: none; }
  .panel.display {
    transform: none; }
  .panel header {
    height: 167px;
    padding: 20px 36px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec; }
    .panel header strong {
      display: block;
      margin-bottom: 22px;
      font-size: 17px;
      font-weight: 600;
      line-height: 29px;
      color: #333; }
    .panel header p {
      margin: 0; }
  .panel mark {
    display: inline-block;
    height: 29px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .panel mark.color-01 {
      background-color: #ffae00; }
    .panel mark.color-02 {
      background-color: #1fae1f; }
    .panel mark.color-05 {
      background-color: #f33; }
  .panel.gray-style {
    background-color: #fafafa; }
    .panel.gray-style footer {
      background-color: #fafafa; }
  .panel .panel-holder {
    height: auto;
    padding: 29px 36px; }
  .panel .item {
    position: relative;
    display: block;
    padding: 24px 36px;
    margin: 0 -36px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    transition: background-color 0.3s ease;
    border-top: 1px solid #ececec; }
    .panel .item > * {
      transition: opacity 0.3s ease; }
    .panel .item:first-child {
      padding-top: 29px;
      margin-top: -29px;
      border: 0; }
      .panel .item:first-child > svg {
        top: 29px; }
    .panel .item:last-child {
      margin-bottom: -29px; }
    .panel .item h3, .panel .item .h3 {
      position: relative;
      padding-left: 36px;
      margin-bottom: 14px;
      font-weight: 600; }
      .panel .item h3 a, .panel .item .h3 a {
        color: #333; }
      .panel .item h3 svg, .panel .item .h3 svg {
        top: 0 !important;
        left: 0 !important;
        opacity: 1 !important;
        fill: #ee1752 !important; }
    .panel .item > svg {
      position: absolute;
      top: 24px;
      left: 36px;
      width: 24px;
      height: 24px;
      opacity: 0;
      filter: none;
      transition-property: fill, opacity; }
      .panel .item > svg:nth-of-type(1) {
        opacity: 1;
        fill: #ee1752 !important; }
      .panel .item > svg:nth-of-type(2) {
        fill: #ee1752 !important; }
      .panel .item > svg:nth-of-type(3) {
        fill: #1fae1f !important; }
    .panel .item strong {
      display: inline-block;
      padding-left: 30px;
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #333;
      cursor: pointer;
      vertical-align: top; }
    .panel .item p {
      margin: 0 0 12px; }
    .panel .item .icheck-item {
      opacity: 0 !important;
      pointer-events: none; }
    .panel .item dl {
      display: grid;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      color: #333;
      gap: 6px;
      grid-template-columns: 102px auto; }
      .panel .item dl dt {
        position: relative;
        color: #999; }
        .panel .item dl dt::before {
          position: absolute;
          top: 50%;
          right: 0;
          left: 0;
          content: '';
          border-bottom: 1px dotted #ccc; }
        .panel .item dl dt span {
          position: relative;
          display: inline-block;
          padding-right: 5px;
          background-color: white;
          vertical-align: top; }
      .panel .item dl dd {
        margin: 0; }
    @media (hover: hover) {
      .panel .item:hover > svg {
        opacity: 0; }
        .panel .item:hover > svg:nth-of-type(2) {
          opacity: 1; } }
    .panel .item.time {
      pointer-events: none; }
      .panel .item.time svg {
        opacity: 0; }
        .panel .item.time svg:nth-of-type(3) {
          opacity: 1; }
    .panel .item.checked {
      background-color: #f5f5f5; }
      .panel .item.checked > * {
        opacity: 0.5; }
      .panel .item.checked svg {
        opacity: 0; }
        .panel .item.checked svg:nth-of-type(2) {
          fill: #1fae1f !important; }
        .panel .item.checked svg:nth-of-type(3) {
          opacity: .5; }
      @media (hover: hover) {
        .panel .item.checked:hover {
          opacity: 1; }
          .panel .item.checked:hover > * {
            opacity: 1; }
          .panel .item.checked:hover svg {
            opacity: 0; }
            .panel .item.checked:hover svg:nth-of-type(3) {
              opacity: 1; } }
    .panel .item.sent-type p {
      margin: 0 0 26px;
      font-size: 12px;
      line-height: 20px;
      color: #999; }
    .panel .item.sent-type h3 {
      padding: 0; }
      .panel .item.sent-type h3 a {
        display: flex;
        align-items: center;
        gap: 6px; }
      .panel .item.sent-type h3 svg {
        width: 24px;
        height: 24px; }
    .panel .item > ul {
      font-size: 11px;
      line-height: 18px;
      color: #999; }
  .panel form h3,
  .panel form .h3 {
    margin-bottom: 29px;
    color: #666; }
  .panel footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 24px 36px;
    background-color: white;
    border-top: 1px solid #ececec; }
    .panel footer > * {
      float: left;
      width: calc(50% - 24px);
      margin: 0 12px;
      text-align: center; }
    .panel footer .button {
      padding: 0 24px; }
  .panel .panelAcc {
    position: relative;
    width: 444px;
    min-height: 100%;
    background-color: #fafafa; }
    .panel .panelAcc__item {
      position: relative;
      width: 100%;
      background-color: transparent;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid #E8E8E8; }
      .panel .panelAcc__item.static {
        background-color: transparent; }
        .panel .panelAcc__item.static header {
          pointer-events: none; }
          .panel .panelAcc__item.static header strong {
            color: black; }
          .panel .panelAcc__item.static header svg {
            display: none; }
        .panel .panelAcc__item.static .panelAcc__exp {
          position: relative;
          top: auto;
          left: auto;
          display: block;
          opacity: 1;
          opacity: 1; }
      .panel .panelAcc__item.opening {
        background-color: white; }
        .panel .panelAcc__item.opening svg {
          transform: scale(1, -1); }
      .panel .panelAcc__item.display .panelAcc__exp {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        opacity: 1;
        opacity: 1; }
    .panel .panelAcc header {
      display: block;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: auto;
      padding: 24px 35px;
      font-size: 14px;
      line-height: 24px;
      background-color: transparent;
      border: 0;
      cursor: pointer; }
      .panel .panelAcc header strong {
        display: block;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #666; }
      .panel .panelAcc header svg {
        display: block;
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
        fill: #999; }
    .panel .panelAcc__exp {
      position: absolute;
      top: -9999px;
      left: -9999px;
      width: 100%;
      opacity: 0; }
    .panel .panelAcc__holder {
      position: relative;
      width: 100%;
      padding: 0 35px 24px; }
    .panel .panelAcc dl {
      display: grid;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      color: #333;
      gap: 12px 6px;
      grid-template-columns: .75fr 1fr; }
      .panel .panelAcc dl > * {
        min-width: 0; }
      .panel .panelAcc dl dt {
        display: grid;
        color: #999;
        column-gap: 6px;
        grid-template-columns: auto 1fr; }
        .panel .panelAcc dl dt::after {
          height: 0;
          margin-top: 12px;
          content: '';
          border-bottom: 1px dotted #C4C4C4; }
        .panel .panelAcc dl dt.middle {
          align-items: center; }
          .panel .panelAcc dl dt.middle::after {
            margin: 0; }
      .panel .panelAcc dl dd {
        margin: 0; }
      .panel .panelAcc dl strong {
        font-weight: 600; }
    .panel .panelAcc p {
      margin: 18px 0 0;
      font-size: 14px;
      line-height: 24px;
      color: #333; }
      .panel .panelAcc p:only-child {
        margin: 0; }
    .panel .panelAcc mark {
      display: inline-block;
      height: 29px;
      padding: 0 10px;
      margin: 0;
      line-height: 29px;
      color: white;
      border-radius: 3px; }
      .panel .panelAcc mark.color-01_tr {
        color: #E79D00;
        background-color: rgba(255, 174, 0, 0.3); }
      .panel .panelAcc mark.color-02_tr {
        color: #1fae1f;
        background-color: rgba(31, 174, 31, 0.3); }
      .panel .panelAcc mark.color-05_tr {
        color: #EE1752;
        background-color: rgba(238, 23, 82, 0.3); }
      .panel .panelAcc mark.color-08_tr {
        color: #1a73e8;
        background-color: rgba(26, 115, 232, 0.3); }
      .panel .panelAcc mark.color-09_tr {
        color: #999;
        background-color: rgba(153, 153, 153, 0.3); }
  .panel.flex {
    width: auto;
    min-width: 420px; }
  .panel .card-note-list {
    padding: 47px; }
    .panel .card-note-list .action .dropdown {
      position: absolute !important;
      top: calc(100% + 7px) !important;
      right: 0 !important;
      bottom: auto !important;
      left: auto !important; }
    .panel .card-note-list > li:last-child:not(:first-child) .action .dropdown {
      top: auto !important;
      bottom: calc(100% + 7px) !important; }
  .panel:has(.providerListCheck) {
    width: 400px;
    overflow: visible;
    border: 0; }
  .panel:has(.notifications) {
    width: 624px;
    background-color: #f5f5f5;
    border: 0;
    box-shadow: 0px 1px 73px 0px rgba(0, 0, 0, 0.2); }
    .panel:has(.notifications) .item {
      padding-right: 66px;
      border-top: 0;
      border-bottom: 1px solid #e1e1e1; }
      .panel:has(.notifications) .item:first-child {
        padding-top: 24px; }
      .panel:has(.notifications) .item.read {
        color: #666;
        background-color: #f5f5f5; }
        .panel:has(.notifications) .item.read .link svg {
          fill: #ccc; }
      .panel:has(.notifications) .item:not(.read) {
        background-color: white; }
        .panel:has(.notifications) .item:not(.read) .readTrigger::after {
          background-color: #ee1752;
          border-color: #ee1752;
          opacity: 0;
          animation: blinking 1s infinite; }
        @media (hover: hover) {
          .panel:has(.notifications) .item:not(.read) .readTrigger:hover::after {
            background-color: white;
            border-color: #ccc;
            opacity: 1;
            animation: none; } }
      .panel:has(.notifications) .item .readTrigger {
        position: absolute;
        top: 24px;
        right: 36px;
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .panel:has(.notifications) .item .readTrigger::after {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 8px;
          height: 8px;
          background-color: white;
          border: 1px solid #ccc;
          border-radius: 50%;
          transition: 0.3s ease;
          transform: translate(-50%, -50%);
          content: '';
          transition-property: background-color, border-color; }
        @media (hover: hover) {
          .panel:has(.notifications) .item .readTrigger:hover::after {
            background-color: #ee1752;
            border-color: #ee1752; } }
      .panel:has(.notifications) .item > ul {
        line-height: 18px; }
      .panel:has(.notifications) .item .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .panel:has(.notifications) .item .link span {
          position: absolute;
          right: 36px;
          bottom: 24px;
          width: 24px;
          height: 24px; }
          .panel:has(.notifications) .item .link span svg {
            display: block;
            width: 100%;
            height: 100%;
            transform: rotate(90deg);
            fill: #999; }
        @media (hover: hover) {
          .panel:has(.notifications) .item .link:hover svg {
            fill: #333; } }

.providerListCheck {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr; }
  .providerListCheck .header {
    position: relative;
    z-index: 20;
    padding: 24px 48px;
    background-color: white;
    border-bottom: 1px solid #E1E1E1; }
    .providerListCheck .header h3 {
      margin: 0 0 24px;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.02em;
      color: #1a73e8; }
  .providerListCheck .holder {
    width: 100%;
    padding: 24px 48px 144px;
    overflow-x: hidden;
    overflow-y: auto; }
    .providerListCheck .holder::-webkit-scrollbar-thumb {
      background-color: #1a73e8;
      border-color: white; }
  .providerListCheck .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px 48px;
    pointer-events: none; }
    .providerListCheck .footer .submit {
      min-width: 192px;
      padding: 0 48px;
      border-radius: 24px;
      pointer-events: all; }
  .providerListCheck .selectAll {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    cursor: pointer;
    gap: 18px; }
    .providerListCheck .selectAll svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999; }
  .providerListCheck .controller {
    display: block;
    margin-bottom: 24px; }
    .providerListCheck .controller:last-child {
      margin-bottom: 0; }

.aside-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 420px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(110%);
  -ms-overflow-style: none; }
  .aside-panel.display {
    transform: translateX(0); }
  .aside-panel .table {
    margin: 0; }
    .aside-panel .table thead {
      display: none; }
    .aside-panel .table td:first-child {
      padding-left: 36px; }
    .aside-panel .table td:last-child {
      padding-right: 36px; }
    .aside-panel .table .active {
      pointer-events: none; }
      .aside-panel .table .active td:first-child:before {
        top: 0;
        display: block;
        width: 4px;
        height: 60px;
        background-color: #1a73e8; }

.body-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 350px;
  overflow: hidden; }
  .body-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    background: -moz-linear-gradient(left, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(left, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(to right, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
    content: "";
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00f5f5f5', GradientType=1); }
  .body-wrap .body-frame {
    position: absolute;
    top: 108px;
    left: 604px;
    width: 535px;
    height: 722px;
    cursor: move;
    counter-reset: counter; }
  .body-wrap .point {
    position: absolute;
    z-index: 10;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: white;
    background-color: #ee1752;
    border-radius: 50%;
    transition: 0.3s ease;
    cursor: pointer;
    transition-property: border-color, background-color; }
    @media (hover: hover) {
      .body-wrap .point:hover {
        background-color: #1a73e8; } }
    .body-wrap .point:before {
      content: counter(counter);
      counter-increment: counter; }
    .body-wrap .point svg {
      display: block;
      display: none;
      width: 100%;
      height: 100%;
      fill: white; }
    @media (hover: hover) {
      .body-wrap .point.hover {
        background-color: #1a73e8; } }
    .body-wrap .point.added {
      background-color: #1a73e8;
      border-color: white; }
      .body-wrap .point.added:before {
        display: none; }
      .body-wrap .point.added svg {
        display: block; }
    .body-wrap .point.none {
      pointer-events: none; }
  .body-wrap .dropdown {
    top: auto;
    right: auto;
    left: 50%;
    max-width: 240px;
    max-height: 192px;
    transform: translateX(-50%);
    visibility: hidden;
    transition-property: opacity; }
    .body-wrap .dropdown a {
      padding-left: 48px; }
      .body-wrap .dropdown a svg {
        right: auto;
        left: 18px; }
    .body-wrap .dropdown input {
      display: block;
      width: 100%;
      border-bottom: 1px solid #e1e1e1; }
    .body-wrap .dropdown.display {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .body-wrap .dropdown.above {
      transform: translate(-50%, calc(-100% - 48px)); }

.body {
  position: relative; }

.add-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 252px;
  height: 60px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
  visibility: hidden;
  pointer-events: none; }
  .add-controls .button {
    float: left;
    width: 108px;
    padding: 0; }
    .add-controls .button:nth-child(2) {
      float: right; }
  .add-controls.display {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.point-item {
  position: relative;
  margin: -47px -23px -11px; }
  .point-item .item {
    position: relative;
    padding: 36px 24px 0;
    border-top: 1px solid #dadada;
    counter-increment: my-badass-counter; }
    .point-item .item h3,
    .point-item .item .h3 {
      position: relative;
      padding: 0 36px;
      margin: 0 12px 48px; }
      .point-item .item h3:before,
      .point-item .item .h3:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        font-size: 12px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
        color: white;
        background-color: #ee1752;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        content: counter(my-badass-counter); }
    .point-item .item mark {
      display: inline-block;
      height: 20px;
      padding: 0 6px;
      margin: 2px 0 2px 12px;
      font-size: 11px;
      font-weight: normal;
      line-height: 20px;
      color: white;
      background: #1a73e8;
      border-radius: 2px;
      vertical-align: top; }
    .point-item .item .tooltip,
    .point-item .item .remove {
      position: absolute;
      top: 36px;
      right: 48px;
      width: 24px;
      height: 24px;
      cursor: pointer; }
      .point-item .item .tooltip svg,
      .point-item .item .remove svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .point-item .item .tooltip:hover svg,
        .point-item .item .remove:hover svg {
          fill: #333; } }
    .point-item .item .trigger-select-display {
      float: none;
      width: 100%; }
    .point-item .item:first-child {
      border: 0; }
    @media (hover: hover) {
      .point-item .item.hover h3:before, .point-item .item:hover h3:before {
        background-color: #1a73e8; } }
  .point-item + .trigger-add {
    width: calc(100% + 46px) !important;
    padding: 0 23px;
    margin: 0 -23px; }
    .point-item + .trigger-add > header {
      position: relative;
      padding: 30px 12px 18px;
      margin: 11px 0 0; }
      .point-item + .trigger-add > header:before {
        position: absolute;
        top: 0;
        right: -23px;
        left: -23px;
        height: 1px;
        background-color: #dcdcdc;
        content: ""; }
      .point-item + .trigger-add > header .controller {
        margin: 0;
        font-weight: 600; }
      .point-item + .trigger-add > header i {
        right: 18px; }
    .point-item + .trigger-add .expanded-holder {
      padding-top: 23px;
      border: 0; }

.matches-list {
  width: 100%; }
  .matches-list .item {
    position: relative;
    display: block;
    padding: 4px 0 4px 60px;
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
    .matches-list .item strong {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #333; }
    @media (hover: hover) {
      .matches-list .item:hover {
        color: #333; } }
  .matches-list .avatar-holder {
    position: absolute;
    top: 0;
    left: 0; }
    .matches-list .avatar-holder svg {
      display: block;
      width: 48px;
      height: 48px;
      margin: 7px auto 0; }
  .matches-list mark {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 12px;
    height: 12px;
    border: 3px solid white;
    border-radius: 50%; }
    .matches-list mark.color-01 {
      background-color: #ffae00; }
    .matches-list mark.color-02 {
      background-color: #1fae1f; }
    .matches-list mark.color-05 {
      background-color: #f33; }
    .matches-list mark.color-08 {
      background-color: #1a73e8; }
    .matches-list mark.color-09 {
      background-color: #999; }
  .matches-list.short-style .item:last-child {
    margin-bottom: 0; }

.error-list {
  float: left;
  width: 100%;
  padding: 0 12px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #333; }
  .error-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px; }
  .error-list svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    fill: #ee1752; }
  .error-list a {
    color: #333;
    border-bottom: 1px solid; }
    @media (hover: hover) {
      .error-list a:hover {
        color: #1a73e8; } }

.temp-input,
.temp-link {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 200px; }

.download-panel {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 100;
  width: 362px;
  overflow: hidden;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(200%);
  transition-property: transform, opacity; }
  .download-panel.display {
    opacity: 1;
    transform: none; }
  .download-panel header {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 24px;
    color: white;
    background-color: #333;
    cursor: default; }
    .download-panel header a {
      position: absolute;
      top: 12px;
      right: 23px;
      width: 24px;
      height: 24px; }
      .download-panel header a svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: rgba(255, 255, 255, 0.5); }
      .download-panel header a.exp {
        right: 60px; }
      @media (hover: hover) {
        .download-panel header a:hover svg {
          fill: white; } }
  .download-panel .expanded {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px; }
    .download-panel .expanded strong {
      font-weight: normal; }
    .download-panel .expanded .holder {
      position: relative;
      padding: 12px 60px; }
      .download-panel .expanded .holder > svg {
        position: absolute;
        top: 12px;
        left: 24px;
        width: 24px;
        height: 24px;
        fill: #666; }
  .download-panel #cont {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 24px;
    height: 24px; }
  .download-panel #svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke-dashoffset: 0;
    stroke: #999;
    stroke-width: 2px; }
  .download-panel #svg #bar {
    stroke: #1a73e8; }

.chat {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 55;
  width: 48px;
  height: 48px;
  padding: 6px;
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2); }
  .chat img {
    display: block; }
  .chat span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #ee1752;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(238, 27, 85, 0.5); }

.shadow-frame {
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }
  .shadow-frame.display {
    opacity: 1; }
  .shadow-frame span {
    position: absolute;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .shadow-frame span:nth-child(1) {
      top: 0; }
    .shadow-frame span:nth-child(2) {
      bottom: 0; }

.users-graph {
  display: grid;
  width: 100%;
  margin-bottom: 48px;
  row-gap: 36px;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); }
  .users-graph .item {
    position: relative;
    padding: 0 0 6px 20px; }
    .users-graph .item::before {
      right: -1px;
      border: solid #e7e7e7;
      border-width: 0 1px;
      content: '';
      pointer-events: none; }
  .users-graph .value {
    display: block;
    margin: -2px 0 2px;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px; }
  .users-graph .total {
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #999; }
  .users-graph .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: top; }
  .users-graph .graph-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 15px; }
    .users-graph .graph-slider:before {
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      left: 0;
      height: 2px;
      background-color: #ccc;
      content: ''; }
    .users-graph .graph-slider .ui-slider-range {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      height: 2px;
      background-color: #1a73e8; }
    .users-graph .graph-slider .ui-slider-handle {
      position: absolute;
      z-index: 10;
      width: 8px;
      height: 8px;
      padding: 2px;
      margin-left: -4px;
      background-color: #1a73e8;
      border-radius: 50%; }
      .users-graph .graph-slider .ui-slider-handle::before {
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 50%;
        content: ''; }
  .users-graph .action {
    position: absolute;
    top: 0;
    right: 13px; }
  .users-graph.empty {
    margin: 0; }

#chart {
  margin: -36px -48px 36px; }

.pdf-iframe {
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  width: calc(100% - 624px);
  min-width: 624px;
  max-width: 624px;
  height: calc(100vh - 168px - 36px - 144px);
  padding: 12px 0 12px 48px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  transition-property: opacity, height; }
  @media (hover: hover) {
    .pdf-iframe:hover .close {
      opacity: 1;
      pointer-events: auto; } }
  .tablet .pdf-iframe .close {
    opacity: 1;
    pointer-events: auto; }
  .pdf-iframe .close {
    position: absolute;
    top: 72px;
    right: 40px;
    z-index: 20;
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
    .pdf-iframe .close svg {
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .pdf-iframe .close:hover svg {
        fill: #333; } }
  .pdf-iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 9px; }
  .pdf-iframe.display {
    position: relative;
    top: auto;
    max-width: 100%;
    opacity: 1;
    pointer-events: auto; }
    .pdf-iframe.display.sticky {
      height: calc(100vh - 108px - 144px); }

.pdfViewer {
  position: fixed;
  top: 0;
  right: 400px;
  bottom: 0;
  z-index: 90;
  width: 840px;
  max-width: calc(100vw - 400px - 192px);
  overflow: hidden;
  background-color: white;
  background-color: #fafafa;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateX(calc(110% + 400px)); }
  .pdfViewer > svg {
    position: absolute;
    opacity: 0;
    animation: none;
    pointer-events: none; }
  .pdfViewer iframe {
    width: 100%;
    height: 100%; }
  .pdfViewer.display {
    transform: translateX(0) !important; }
  .pdfViewer.right,
  body:not(:has(.filter-list)) .pdfViewer {
    right: 0;
    transform: translateX(110%); }
  .pdfViewer .pdfViewerButton {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-align: center;
    pointer-events: none; }
    .pdfViewer .pdfViewerButton .submit {
      min-width: 192px;
      padding: 0 48px;
      border-radius: 24px;
      pointer-events: all; }
    .pdfViewer .pdfViewerButton.display {
      top: auto;
      right: 0;
      bottom: 48px;
      left: 0; }
  .pdfViewer.loading > svg {
    opacity: 1;
    animation: spin 1s linear infinite; }

.relative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 36px !important;
  margin: 0 !important; }
  .relative h3, .relative .h3 {
    margin: 0 !important; }
  .relative .icon-button {
    margin: -6px 0; }
  .relative > div {
    display: flex;
    align-items: center; }
  .relative .text-button {
    font-size: 12px;
    line-height: 15px; }

.block-window {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 252px;
  z-index: 50; }

.accordion {
  position: relative;
  width: 100%; }
  .accordion .button-list:only-of-type {
    padding: 0;
    margin: -11px 0 0; }
    .accordion .button-list:only-of-type .controller {
      margin-bottom: 0; }
  .accordion .form-item {
    position: relative;
    width: 100%; }
    .accordion .form-item .ellips-style {
      display: inline-flex;
      max-width: calc(100% - 142px);
      margin: 0 0 33px 12px;
      line-height: 24px;
      cursor: default; }
      .accordion .form-item .ellips-style .pos {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #E1E1E1; }
      .accordion .form-item .ellips-style h3, .accordion .form-item .ellips-style .h3 {
        flex: 1;
        min-width: 0;
        min-width: 60px;
        margin: 0 !important;
        color: #1a73e8; }
        .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style .h3 span {
          display: block;
          max-width: 100%; }
      .accordion .form-item .ellips-style mark {
        display: inline-block;
        max-width: 326px;
        height: 24px;
        padding: 0 10px;
        margin-left: 10px;
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
        color: #666;
        background-color: #E1E1E1;
        border-radius: 3px;
        vertical-align: top; }
        .accordion .form-item .ellips-style mark span {
          display: block;
          max-width: 100%; }
    .accordion .form-item:first-of-type {
      margin-top: -5px; }
      .accordion .form-item:first-of-type .up {
        display: none; }
      .accordion .form-item:first-of-type ~ .form-item h3 i {
        display: none; }
    .accordion .form-item:last-of-type .down {
      display: none; }
    .accordion .form-item .form-item-holder {
      position: relative;
      width: 100%; }
    .accordion .form-item.editor-style:first-of-type .action .down {
      margin-top: 13px;
      overflow: visible; }
      .accordion .form-item.editor-style:first-of-type .action .down:before {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #ebebeb;
        content: "";
        pointer-events: none; }
    .accordion .form-item.editor-style .action .up {
      margin-top: 13px;
      overflow: visible; }
      .accordion .form-item.editor-style .action .up:before {
        position: absolute;
        top: -7px;
        right: 0;
        left: 0;
        height: 1px;
        background-color: #ebebeb;
        content: "";
        pointer-events: none; }
    .accordion .form-item h3,
    .accordion .form-item .h3 {
      margin: 0 0 41px 12px;
      font-size: 18px;
      color: #111; }
      .accordion .form-item h3 i,
      .accordion .form-item .h3 i {
        font-style: normal; }
      .accordion .form-item h3.color,
      .accordion .form-item .h3.color {
        font-size: 18px;
        color: #1a73e8; }
      .accordion .form-item h3 .stars,
      .accordion .form-item .h3 .stars {
        display: inline-block;
        height: 24px;
        padding: 3px 8px;
        overflow: hidden;
        vertical-align: top; }
        .accordion .form-item h3 .stars svg,
        .accordion .form-item .h3 .stars svg {
          float: left;
          width: 18px;
          height: 19px; }
        .accordion .form-item h3 .stars.color_1 svg,
        .accordion .form-item .h3 .stars.color_1 svg {
          fill: #FFAE00; }
        .accordion .form-item h3 .stars.color_2 svg,
        .accordion .form-item .h3 .stars.color_2 svg {
          fill: #C29E56; }
        .accordion .form-item h3 .stars.color_3 svg,
        .accordion .form-item .h3 .stars.color_3 svg {
          fill: #999999; }
      .accordion .form-item h3 mark,
      .accordion .form-item .h3 mark {
        display: inline-block;
        height: 24px;
        padding: 0 10px;
        margin-left: 12px;
        font-size: 10px;
        font-weight: 400;
        line-height: 22px;
        color: white;
        border: 1px solid;
        border-radius: 3px;
        vertical-align: top; }
        .accordion .form-item h3 mark.color-10,
        .accordion .form-item .h3 mark.color-10 {
          background-color: #EE1752; }
        .accordion .form-item h3 mark.color-11,
        .accordion .form-item .h3 mark.color-11 {
          background-color: #B77A8B; }
        .accordion .form-item h3 mark.color-12,
        .accordion .form-item .h3 mark.color-12 {
          background-color: #B2A3A7; }
    .accordion .form-item .action:not([contenteditable="false"]) {
      position: absolute;
      top: 0;
      right: 2px; }
      .accordion .form-item .action:not([contenteditable="false"]) .trigger svg {
        fill: #999; }
      @media (hover: hover) {
        .accordion .form-item .action:not([contenteditable="false"]) .trigger:hover svg {
          fill: #333; } }
      .accordion .form-item .action:not([contenteditable="false"]) .up svg {
        transform: rotate(180deg); }
      .accordion .form-item .action:not([contenteditable="false"]).display .trigger svg {
        fill: #333; }
      .accordion .form-item .action:not([contenteditable="false"]) .primary svg {
        fill: #EE1752; }
      .accordion .form-item .action:not([contenteditable="false"]) .secondary svg {
        fill: #B77A8B; }
      .accordion .form-item .action:not([contenteditable="false"]) .tertiary svg {
        fill: #B2A3A7; }
    .accordion .form-item:not(.deleting) + .form-item {
      width: calc(100% + 46px);
      margin: 0 -23px;
      border-top: 1px solid #dcdcdc; }
      .accordion .form-item:not(.deleting) + .form-item .form-item-holder {
        padding: 35px 23px 0; }
        .accordion .form-item:not(.deleting) + .form-item .form-item-holder .action {
          top: 35px;
          right: 25px; }
  .accordion .controller-items.simple {
    display: grid;
    float: none;
    width: calc(100% + 70px);
    padding-top: 36px;
    margin: 0 -35px; }
    .accordion .controller-items.simple .trigger-add {
      padding-bottom: 35px; }
    .accordion .controller-items.simple:last-child {
      margin-bottom: -35px; }
    .accordion .controller-items.simple .item {
      float: none;
      width: 100%;
      padding: 0 35px; }
    .accordion .controller-items.simple .switch {
      margin-right: 0;
      margin-left: 0;
      font-size: 16px;
      font-weight: 600;
      color: #333; }
  .accordion.static-style .accordion-header {
    pointer-events: none; }
    .accordion.static-style .accordion-header .arrow {
      display: none; }
  .accordion.static-style .accordion-exp {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto; }
    .accordion.static-style .accordion-exp .exp-holder {
      border-top-color: transparent; }
      .accordion.static-style .accordion-exp .exp-holder::before {
        position: absolute;
        top: -1px;
        right: 35px;
        left: 35px;
        height: 1px;
        background-color: #E1E1E1;
        content: ''; }
      .accordion.static-style .accordion-exp .exp-holder:empty {
        padding: 0;
        border: 0; }
        .accordion.static-style .accordion-exp .exp-holder:empty::before {
          display: none; }

.accordion-item {
  position: relative;
  width: 100%;
  min-height: 108px;
  margin-top: 12px;
  background-color: #FAFAFA;
  border: 1px solid #dcdcdc;
  border-radius: 6px; }
  .accordion-item:first-child {
    margin-top: 0; }
  .accordion-item.display .accordion-header strong {
    color: #1a73e8; }
  .accordion-item.display .accordion-header .arrow {
    transform: scale(1, -1); }
  .accordion-item.display .accordion-exp {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto; }
  .accordion-item h3, .accordion-item h3 {
    margin-bottom: 31px; }
    .accordion-item h3 + .grid, .accordion-item h3 + .grid {
      padding-top: 12px; }
  .accordion-item .spaceBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
    gap: 24px; }
    .accordion-item .spaceBetween .switch {
      margin: 0;
      font-size: 14px; }
    .accordion-item .spaceBetween + .grid {
      padding-top: 12px; }
    .accordion-item .spaceBetween h3,
    .accordion-item .spaceBetween h3 {
      margin: 0; }
    .accordion-item .spaceBetween .tooltip {
      width: 24px;
      height: 24px; }
      .accordion-item .spaceBetween .tooltip svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #ccc; }
      @media (hover: hover) {
        .accordion-item .spaceBetween .tooltip:hover svg {
          fill: #333; } }
  .accordion-item .slider-holder {
    padding: 11px 0 41px; }
  .accordion-item .slider-frame {
    float: none;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 36px; }
    .accordion-item .slider-frame ul span::before {
      display: none; }
  .simple-style .accordion-item {
    min-height: 84px; }
  .accordion-item.empty {
    min-height: 0;
    padding: 30px 36px; }
    .accordion-item.empty .input-note.small {
      margin: 0; }
  .accordion-item:has(.description-template:only-child) .exp-holder {
    padding-top: 0; }
    .accordion-item:has(.description-template:only-child) .exp-holder::before {
      display: none; }
  .accordion-item:has(.remark-controls) .accordion-header.more-data strong {
    padding-right: 72px; }
  .accordion-item:has(.remark-controls.providerRole) .accordion-header.more-data strong {
    padding-right: 108px; }
  .accordion-item:has(.stepperPanelItem:not(.deleting)) .accordion-header .stepper-icon {
    display: none; }
  .accordion-item .expDescriptionList .trigger-exp {
    padding: 24px 0 0; }
  .accordion-item .expDescriptionList h3 {
    padding: 0 0 30px;
    margin: 0; }
  .accordion-item .expDescriptionList .controller {
    margin: 0; }
  .accordion-item .expDescriptionList + h3 {
    padding-top: 36px; }
  .accordion-item .expDescriptionList .input-note {
    padding: 0; }
  .accordion-item .expDescriptionList .cellInfo .cell {
    display: grid;
    padding: 17px;
    gap: 18px;
    grid-template-columns: repeat(1, 1fr); }
    .accordion-item .expDescriptionList .cellInfo .cell::before {
      background-color: #FAFAFA; }
    .accordion-item .expDescriptionList .cellInfo .cell.error {
      border-color: #ee1752; }

.accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 106px;
  padding: 29px 36px 27px;
  cursor: pointer; }
  .accordion-header strong {
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    transition: color 0.3s ease;
    gap: 6px; }
    .accordion-header strong > * {
      margin: 0 !important; }
  .accordion-header mark {
    display: inline-block !important;
    height: 18px;
    padding: 0 6px;
    margin: 3px 0 0 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    border-radius: 2px;
    vertical-align: top; }
    .accordion-header mark.green {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .accordion-header mark.red {
      color: #f33;
      background-color: rgba(255, 51, 51, 0.3); }
    .accordion-header mark.blue {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .accordion-header mark.color-01 {
      background-color: #ffae00; }
    .accordion-header mark.color-02 {
      background-color: #1fae1f; }
    .accordion-header mark.color-05 {
      background-color: #f33; }
    .accordion-header mark.color-08 {
      background-color: #1a73e8; }
    .accordion-header mark.color-09 {
      background-color: #999; }
    .accordion-header mark.color-10 {
      display: inline-block;
      line-height: 18px;
      color: #999;
      background: none;
      border: 1px solid #ccc; }
  .accordion-header em {
    display: block;
    max-width: calc(100% - 48px);
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #333; }
  .accordion-header i {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #333; }
  .accordion-header .middle {
    width: 100%; }
  .accordion-header .error {
    background-color: #ee1752; }
    .accordion-header .error svg {
      fill: white; }
  .accordion-header .arrow {
    position: absolute;
    top: calc(50% - 12px);
    right: 35px;
    width: 24px;
    height: 24px;
    fill: #999; }
  .accordion-header .icon {
    position: absolute;
    top: 47px;
    left: 35px;
    width: 24px;
    height: 24px; }
  @media (hover: hover) {
    .accordion-header:hover strong {
      color: #333; }
    .accordion-header:hover .arrow {
      fill: #333; } }
  .simple-style .accordion-header {
    min-height: 96px;
    padding: 35px 36px; }
    .simple-style .accordion-header strong {
      color: #666; }
    .simple-style .accordion-header .arrow {
      top: calc(50% - 12px); }
    @media (hover: hover) {
      .simple-style .accordion-header:hover strong {
        color: #333; }
      .simple-style .accordion-header:hover .arrow {
        fill: #333; } }
  .accordion-header.more-data {
    display: block;
    min-height: 0;
    padding: 24px 35px 29px; }
    .accordion-header.more-data.sticky-active {
      position: sticky;
      top: 0;
      z-index: 30;
      padding-bottom: 23px;
      background-color: #FAFAFA; }
      .accordion-header.more-data.sticky-active::before {
        position: absolute;
        top: 0;
        right: -1px;
        bottom: -1px;
        left: -1px;
        content: '';
        border-bottom: 1px solid #e1e1e1;
        pointer-events: all; }
    .accordion-header.more-data.sticky-end {
      border-radius: 0 0 6px 6px; }
      .accordion-header.more-data.sticky-end::before {
        border-radius: 0 0 6px 6px; }
    .accordion-header.more-data strong {
      padding: 0 36px 0 0;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      color: #1a73e8; }
      .accordion-header.more-data strong b {
        font-weight: 600; }
      .accordion-header.more-data strong .tooltip {
        display: inline-block;
        width: 24px;
        min-width: 24px;
        height: 24px;
        margin-left: 6px;
        cursor: pointer;
        vertical-align: top;
        pointer-events: all; }
        .accordion-header.more-data strong .tooltip svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ee1752; }
    .accordion-header.more-data .arrow {
      top: 23px;
      display: block !important;
      transform: none !important;
      pointer-events: all; }
    .accordion-header.more-data .header-exp {
      position: absolute;
      top: -9999px;
      left: -9999px;
      width: 100%;
      width: 100%;
      overflow: hidden;
      opacity: 0; }
    .accordion-header.more-data.display .header-exp {
      position: relative;
      top: auto;
      left: auto;
      opacity: 1; }
    .accordion-header.more-data.display .arrow {
      transform: scale(1, -1) !important; }
    .accordion-header.more-data dl {
      display: grid;
      width: 100%;
      padding-top: 24px;
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.8);
      grid-template-columns: 120px 1fr;
      gap: 12px 6px; }
      .accordion-header.more-data dl .tooltip {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 1px 0 0 4px;
        cursor: pointer;
        vertical-align: top;
        pointer-events: all; }
        .accordion-header.more-data dl .tooltip svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ee1752; }
      .accordion-header.more-data dl dt {
        min-width: 0;
        color: rgba(0, 0, 0, 0.4); }
      .accordion-header.more-data dl dd {
        margin: 0; }
      .accordion-header.more-data dl .red {
        color: #ee1752 !important; }
    .accordion-header.more-data .selectionProcedure.red p {
      display: inline-block;
      color: #ee1752;
      cursor: pointer;
      pointer-events: all;
      vertical-align: top; }
    .accordion-header.more-data .grid {
      padding: 17px 0 24px;
      gap: 12px 24px; }
    .accordion-header.more-data .item {
      padding: 4px 24px 4px 0;
      font-size: 14px;
      line-height: 24px; }
      .accordion-header.more-data .item:nth-child(odd) {
        border-right: 1px solid #E1E1E1; }
      .accordion-header.more-data .item > span {
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999; }
      .accordion-header.more-data .item p {
        margin: 0; }
    .accordion-header.more-data .internal {
      display: grid;
      width: auto;
      margin: 0 0 6px;
      background-color: transparent;
      pointer-events: all;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px; }
      .accordion-header.more-data .internal::before {
        display: none; }
      .accordion-header.more-data .internal a:not(.icon) {
        display: block;
        height: 36px;
        padding: 5px 12px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        color: #666;
        background-color: #EAEAEA;
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
        transition-property: color, background-color; }
        .accordion-header.more-data .internal a:not(.icon)::after {
          display: none; }
        .accordion-header.more-data .internal a:not(.icon).active {
          padding: 4px 11px;
          color: #333;
          background-color: white;
          border: 2px solid #1a73e8;
          box-shadow: none; }
      .accordion-header.more-data .internal.disabled {
        opacity: 0.3;
        pointer-events: none; }
        .accordion-header.more-data .internal.disabled * {
          pointer-events: none !important; }
    .accordion-header.more-data .noteBox.grayStyle {
      margin: -12px 0 6px;
      background-color: #F1F0F0; }
      .accordion-header.more-data .noteBox.grayStyle::before {
        display: none; }
  .accordion-header .remark-controls {
    pointer-events: all; }
  .accordion-header .stepper-icon {
    position: absolute;
    top: 23px;
    right: 36px;
    width: 24px;
    height: 24px;
    padding: 0;
    pointer-events: all; }
    .accordion-header .stepper-icon svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #999999;
      pointer-events: none; }
    @media (hover: hover) {
      .accordion-header .stepper-icon:hover svg {
        fill: black; } }
  .accordion-header .radioControls {
    display: grid;
    width: auto;
    margin: 0 0 6px;
    background-color: transparent;
    pointer-events: all;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    .accordion-header .radioControls .controller {
      height: 36px;
      padding: 0;
      padding: 6px 12px;
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      color: #666;
      background-color: #EAEAEA;
      border-radius: 4px;
      cursor: pointer; }
      .accordion-header .radioControls .controller::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        content: ''; }
      .accordion-header .radioControls .controller:has(input.default:checked) {
        background-color: white; }
        .accordion-header .radioControls .controller:has(input.default:checked)::before {
          border-color: #1a73e8;
          border-width: 2px; }
      .accordion-header .radioControls .controller .default {
        width: 0;
        height: 0;
        border: 0;
        opacity: 0;
        visibility: hidden; }
  .accordion-header .cellInfo {
    padding: 28px 0 24px; }
    .accordion-header .cellInfo + .noteBox {
      margin-top: 0 !important; }

.accordion-exp {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  opacity: 0;
  pointer-events: none; }
  .accordion-exp .exp-holder {
    position: relative;
    width: 100%;
    padding: 29px 35px 35px;
    border-top: 1px solid #E1E1E1; }
    .accordion-exp .exp-holder.old-style {
      padding: 47px 23px 35px; }
      .accordion-exp .exp-holder.old-style > h3, .accordion-exp .exp-holder.old-style > .h3 {
        padding: 0 12px;
        margin-bottom: 41px; }
      .accordion-exp .exp-holder.old-style > *:last-child:not(.sortable) {
        padding-bottom: 0;
        margin-bottom: 0; }
      .accordion-exp .exp-holder.old-style .relative h3, .accordion-exp .exp-holder.old-style .relative .h3 {
        margin: 0; }
      .accordion-exp .exp-holder.old-style > .row {
        float: left;
        width: calc(100% + 46px);
        padding: 0 23px;
        margin: 0 -23px 48px;
        border-bottom: 1px solid #dcdcdc; }
        .accordion-exp .exp-holder.old-style > .row + .controller-list.button-list {
          margin-top: -6px; }
    .accordion-exp .exp-holder.padding {
      padding: 42px 23px 0; }
      .accordion-exp .exp-holder.padding > footer {
        margin: 0 -23px 0;
        overflow: hidden;
        border-radius: 0 0 6px 6px;
        border-top: 1px solid #dcdcdc; }
    .accordion-exp .exp-holder.bottom-small {
      padding-bottom: 23px; }
    .accordion-exp .exp-holder:has(.stepperPanelResults:empty, .stepperPanelResults .stepperPanelItem.deleting) {
      padding-top: 0; }
      .accordion-exp .exp-holder:has(.stepperPanelResults:empty, .stepperPanelResults .stepperPanelItem.deleting)::before {
        display: none; }
      .accordion-exp .exp-holder:has(.stepperPanelResults:empty, .stepperPanelResults .stepperPanelItem.deleting) .stepperPanelResults {
        display: none; }
  .accordion-exp .sortable {
    float: none;
    width: 100%;
    padding: 0 0 48px;
    margin-top: -8px; }
    .accordion-exp .sortable .input {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .accordion-exp .sortable .icon-button {
      top: -60px;
      right: 57px; }
  .simple-style .accordion-exp .exp-holder {
    padding-top: 0;
    border: 0; }
  .lower-level .accordion-exp {
    top: -9999px; }
  .accordion-exp:not(:has(div)) {
    padding: 0; }

.grid {
  display: grid;
  gap: 36px 24px;
  grid-template-columns: repeat(4, 1fr); }
  .grid > * {
    min-width: 0; }
  .grid:first-child {
    padding-top: 19px; }
  .grid > .controller {
    margin: 0 0 12px; }
    .grid > .controller.delimiter::before {
      position: absolute;
      top: 50%;
      left: -24px;
      width: 1px;
      height: 72px;
      background-color: #E1E1E1;
      transform: translateY(-50%);
      content: ''; }
  .grid.half {
    grid-template-columns: repeat(2, 1fr); }
    .grid.half .full {
      grid-column: span 2; }
  .grid.two-single-grid .controller:nth-child(-n+2) {
    grid-column: 1; }
  .grid.two-single-grid .controller:nth-child(3) {
    grid-row-start: 1; }
  .grid.two-single-grid .controller:nth-child(n+3) {
    grid-column: 2; }
  .grid.two-single-grid + .input-note.small {
    margin: -22px 0 0; }
  .grid .full {
    grid-column: span 4; }
  .grid .span2 {
    grid-column: span 2; }
  .grid .input:not(.searchStyle) {
    float: none !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important; }
    .grid .input:not(.searchStyle).full {
      grid-column: span 4; }
    .grid .input:not(.searchStyle).span2 {
      grid-column: span 2; }
    .grid .input:not(.searchStyle)[data-swap-id].hidden {
      display: none; }
    .grid .input:not(.searchStyle) + .main-error {
      margin-top: -26px; }
  .grid .formula {
    position: relative;
    display: grid;
    grid-column: 1 / span 4;
    gap: 36px 24px;
    grid-template-columns: repeat(4, 1fr); }
    .grid .formula.formula-site {
      grid-template-columns: repeat(3, 1fr); }
    .grid .formula > * {
      min-width: 0; }
  .grid .grid-triple {
    display: grid;
    gap: 36px 24px;
    grid-column: 1 / span 4;
    grid-template-columns: repeat(3, 1fr); }
    .grid .grid-triple .full {
      grid-column: span 3 !important; }
  .grid + h3,
  .grid + .h3 {
    padding-top: 42px; }
  .grid + .split-box,
  .grid + .grid {
    padding-top: 36px; }
  .grid.column-style {
    gap: 36px;
    grid-template-columns: repeat(3, 1fr); }
    .grid.column-style:first-child {
      padding-top: 0; }
    .grid.column-style h3,
    .grid.column-style .h3 {
      padding: 0;
      margin-bottom: 30px; }
    .grid.column-style .input {
      margin: 0; }
    .grid.column-style .column {
      position: relative;
      min-width: 0;
      padding: 6px 0; }
      .grid.column-style .column.span2 {
        padding: 0; }
      .grid.column-style .column::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -31px;
        width: 1px;
        background-color: #E1E1E1;
        content: ''; }
      .grid.column-style .column .trigger-add {
        height: auto; }
        .grid.column-style .column .trigger-add .column {
          padding: 0; }
          .grid.column-style .column .trigger-add .column .grid {
            gap: 24px; }
            .grid.column-style .column .trigger-add .column .grid + .trigger-add .trigger-exp {
              padding-top: 48px; }
        .grid.column-style .column .trigger-add.display + .input-note {
          margin-top: 24px; }
      .grid.column-style .column:first-child::before {
        display: none; }
      .grid.column-style .column .trigger-exp {
        padding-top: 24px;
        padding-bottom: 0; }
        .grid.column-style .column .trigger-exp .input.number {
          max-width: 192px; }
        .grid.column-style .column .trigger-exp .input {
          max-width: 100%; }
        .grid.column-style .column .trigger-exp .select-input {
          max-width: 100%; }
      .grid.column-style .column .controller {
        display: block;
        margin-bottom: 24px; }
        .grid.column-style .column .controller:last-child {
          margin-bottom: 6px; }
        .grid.column-style .column .controller .input {
          position: absolute;
          top: 0;
          left: -9999px;
          display: inline-block;
          width: 96px !important;
          height: 36px;
          min-height: 36px;
          margin: -6px 0 -6px 6px !important;
          vertical-align: top; }
          .grid.column-style .column .controller .input::before {
            background-color: #1a73e8; }
          .grid.column-style .column .controller .input::after {
            border-color: rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
          .grid.column-style .column .controller .input input {
            height: 100%;
            padding: 0 0 1px;
            font-size: 14px;
            line-height: 36px;
            text-align: center;
            color: white; }
          .grid.column-style .column .controller .input .ui-datepicker-trigger {
            top: 0;
            right: 0;
            width: 100%;
            height: 100%; }
          .grid.column-style .column .controller .input.display {
            position: relative;
            top: auto;
            left: auto; }
        .grid.column-style .column .controller ~ .input-note {
          margin-top: 0; }
      .grid.column-style .column .grid {
        padding: 0;
        gap: 24px; }
        .grid.column-style .column .grid .controller {
          margin: 0; }
        .grid.column-style .column .grid + .trigger-add .trigger-exp {
          padding-top: 48px; }
      .grid.column-style .column .input.searchStyle + .input-note {
        margin-top: 12px; }
    .grid.column-style.half {
      grid-template-columns: repeat(2, 1fr); }
      .grid.column-style.half .column:nth-child(n)::before {
        display: none; }
      .grid.column-style.half .column.delimiter::before {
        display: block !important; }
  .grid.asymmetry {
    grid-template-columns: auto 168px; }
    .grid.asymmetry .column {
      padding: 0; }
      .grid.asymmetry .column > p {
        font-size: 12px;
        line-height: 20px;
        color: #999; }
        .grid.asymmetry .column > p:last-child {
          margin: 0; }
      .grid.asymmetry .column::before {
        display: none; }
      .grid.asymmetry .column .controller:last-child {
        margin-bottom: 0; }
    .grid.asymmetry + .grid {
      padding-top: 48px; }
  .grid .error:not(.success) ~ .main-error {
    color: #ee1752; }
    .grid .error:not(.success) ~ .main-error svg {
      fill: #ee1752; }
  .grid .main-error {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    transition: color 0.3s ease;
    pointer-events: none; }
    .grid .main-error svg {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 1px 4px 1px 0;
      vertical-align: top;
      fill: #ccc; }
    .grid .main-error.display {
      opacity: 1; }
  .grid.old-style {
    padding: 0 12px 36px;
    gap: 24px; }
    .grid.old-style .controller {
      margin: 0; }
  .grid.float {
    float: left;
    width: 100%;
    padding: 0 12px 36px;
    margin-top: -11px;
    column-gap: 48px; }
    .grid.float p {
      height: 80px;
      margin: -4px 0 20px;
      font-size: 12px;
      line-height: 20px;
      color: #999; }
  .grid .input-note.small {
    align-self: flex-start; }
  .grid .slider-row {
    display: grid;
    padding-bottom: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    .grid .slider-row:last-child {
      padding-bottom: 0; }
    .grid .slider-row > .controller {
      margin: 0 !important;
      overflow: hidden; }
      .grid .slider-row > .controller span {
        position: relative;
        display: inline-block;
        font-style: normal;
        color: #333;
        pointer-events: none;
        vertical-align: top; }
        .grid .slider-row > .controller span::after {
          position: absolute;
          top: 50%;
          left: 18px;
          width: 200px;
          content: '';
          border-bottom: 1px dotted #E1E1E1; }
        .grid .slider-row > .controller span strong {
          position: relative;
          z-index: 5;
          display: block;
          padding-right: 18px;
          font-weight: 600;
          background-color: #FAFAFA;
          opacity: 0;
          transition: opacity 0.3s ease; }
          .grid .slider-row > .controller span strong::before {
            font-weight: normal;
            content: ": "; }
      .grid .slider-row > .controller:not(.checked) ~ .slider-holder .ui-slider-handle {
        opacity: 0;
        pointer-events: none; }
      .grid .slider-row > .controller:not(.checked) ~ .slider-holder ul .active::after, .grid .slider-row > .controller:not(.checked) ~ .slider-holder ul .active::before {
        background-color: #ccc; }
      .grid .slider-row > .controller:not(.checked) ~ .slider-holder ul .active span::after {
        background-color: rgba(0, 0, 0, 0.04); }
      .grid .slider-row > .controller.checked strong {
        opacity: 1; }
      .grid .slider-row > .controller.checked ~ .slider-holder {
        pointer-events: all; }
      .grid .slider-row > .controller.disabled, .grid .form.disabled .slider-row > .controller, .form.disabled .grid .slider-row > .controller {
        padding-left: 0; }
        .grid .slider-row > .controller.disabled > svg, .grid .form.disabled .slider-row > .controller > svg, .form.disabled .grid .slider-row > .controller > svg {
          opacity: 0; }
        .grid .slider-row > .controller.disabled .icheck-item, .grid .form.disabled .slider-row > .controller .icheck-item, .form.disabled .grid .slider-row > .controller .icheck-item {
          opacity: 0; }
    .grid .slider-row .slider-holder {
      padding: 0;
      margin: 0; }
      .grid .slider-row .slider-holder .slider-frame {
        margin: 0; }
        .grid .slider-row .slider-holder .slider-frame ul li::before {
          width: 120px; }
        .grid .slider-row .slider-holder .slider-frame ul li::after, .grid .slider-row .slider-holder .slider-frame ul li::before {
          transition: background-color 0.3s ease; }
        .grid .slider-row .slider-holder .slider-frame ul span {
          font-size: 0;
          line-height: 0; }
          .grid .slider-row .slider-holder .slider-frame ul span::after {
            transition: background-color 0.3s ease; }
        .grid .slider-row .slider-holder .slider-frame .ui-slider-handle {
          transition: opacity 0.3s ease; }
      .grid .slider-row .slider-holder.four-dots .slider-frame ul li::before {
        width: 78px; }
    .grid .slider-row + .trigger-add .column {
      padding-top: 36px !important; }
  .grid .columnValidation .input-note {
    color: #ee1752; }
    .grid .columnValidation .input-note svg {
      fill: #ee1752; }
  .grid .columnValidation:has(.controller.checked) .input-note {
    color: #999; }
    .grid .columnValidation:has(.controller.checked) .input-note svg {
      fill: #ccc; }
  .grid:has(> .note-grid:last-child) > .note-grid {
    padding-bottom: 6px; }
  .grid:has(> .note-grid:last-child) + .grid {
    padding-top: 42px; }

.selectionDisabled > * {
  opacity: 0.3; }

.selectionDisabled * {
  pointer-events: none !important; }

.selectionDisabled .input-note {
  opacity: 1; }

.note-grid {
  display: grid;
  margin-top: -26px;
  grid-template-columns: repeat(1, 1fr);
  grid-column: 1 / -1; }
  .note-grid .input-note {
    margin: 0; }
    .note-grid .input-note:not(:has(svg)) {
      padding-left: 22px; }

.slider-scale {
  display: grid;
  width: 100%;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  cursor: default;
  grid-template-columns: 64px 158px 160px auto; }
  .slider-scale div {
    min-width: 0;
    padding-left: 12px; }

.flex-title {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .flex-title + .grid {
    padding-top: 12px; }
  .flex-title .align-right {
    display: flex;
    justify-content: space-between; }
  .flex-title .icon-button {
    float: none;
    margin: -6px 0 -6px 16px; }
  .flex-title .age span {
    font-size: 12px;
    line-height: 24px;
    color: #999; }
  .flex-title .age strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #212121; }
  .flex-title .stepper-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px; }
    .flex-title .stepper-icon svg {
      width: 100%;
      height: 100%;
      fill: #999; }
    @media (hover: hover) {
      .flex-title .stepper-icon:hover svg {
        fill: #333; } }
  .flex-title mark {
    display: inline-block !important;
    height: 20px;
    padding: 0 6px;
    margin: 2px 0 0 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .flex-title mark.green {
      color: #1fae1f !important;
      background-color: rgba(31, 174, 31, 0.3); }
    .flex-title mark.red {
      color: #f33 !important;
      background-color: rgba(255, 51, 51, 0.3); }

#history_chart {
  position: relative;
  width: 100%;
  height: 179px;
  margin-top: -1px;
  overflow: hidden;
  border-top: 1px solid #E1E1E1; }
  #history_chart .highcharts-container {
    width: 100% !important; }
  #history_chart .highcharts-root {
    display: block;
    width: 100% !important; }

.main-sticky {
  float: left;
  width: calc(100% - 252px); }

.errors-list {
  position: fixed;
  bottom: 42px;
  left: 48px;
  z-index: 100;
  pointer-events: none; }
  .errors-list li {
    padding: 6px 0;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateX(-24px);
    transition-property: opacity, transform; }
  .errors-list .holder {
    position: static;
    bottom: auto;
    left: auto; }
  .errors-list.display {
    pointer-events: all; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(1) {
      transition-delay: 0.3s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(2) {
      transition-delay: 0.6s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(3) {
      transition-delay: 0.9s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(4) {
      transition-delay: 1.2s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(5) {
      transition-delay: 1.5s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(6) {
      transition-delay: 1.8s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(7) {
      transition-delay: 2.1s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(8) {
      transition-delay: 2.4s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(9) {
      transition-delay: 2.7s; }
    .errors-list.display li {
      opacity: 1;
      transform: none; }
    .errors-list.display li:nth-last-child(10) {
      transition-delay: 3s; }
  @media (max-width: 1279px) {
    .errors-list {
      bottom: 30px; } }

.note-card {
  position: relative;
  display: block;
  height: 72px;
  padding: 11px 23px 11px 71px;
  margin-bottom: 24px;
  line-height: 24px;
  color: #333;
  border: 1px solid #e1e1e1;
  border-radius: 8px; }
  .note-card svg {
    position: absolute;
    top: 11px;
    left: 11px; }
  .note-card strong {
    display: block;
    font-size: 14px; }
  .note-card span {
    display: block;
    font-size: 12px;
    color: #666; }
  .note-card mark {
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    margin: 2px 0 0 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    border-radius: 3px;
    vertical-align: top; }
    .note-card mark.color-01 {
      background-color: #ffae00; }
    .note-card mark.color-02 {
      background-color: #1fae1f; }
    .note-card mark.color-05 {
      background-color: #f33; }
    .note-card mark.color-08 {
      background-color: #1a73e8; }
    .note-card mark.color-09 {
      background-color: #999; }
  .note-card.profile-style strong {
    font-size: 16px; }

.search-container {
  position: relative;
  padding: 24px 12px 36px;
  margin: 0 -48px -48px;
  background-color: #f5f5f5;
  border-radius: 0 0 9px 9px;
  border-top: 1px solid #e1e1e1; }
  .search-container .input {
    margin: 0 24px 18px;
    border-radius: 24px; }
    .search-container .input::after, .search-container .input::before {
      border-radius: 24px; }
    .search-container .input svg {
      right: auto;
      left: 12px; }
    .search-container .input input {
      padding: 0 57px;
      border-radius: 24px; }
  .search-container .custom-scroll {
    max-height: 216px;
    padding: 0 24px;
    overflow-x: hidden;
    overflow-y: auto; }
  .search-container .controller {
    display: grid;
    width: 100%;
    height: 72px;
    padding: 12px;
    margin: 0;
    border-radius: 8px;
    transition: 0.3s ease;
    column-gap: 12px;
    grid-template-columns: 48px 1fr 120px;
    transition-property: background-color, opacity; }
    @media (hover: hover) {
      .search-container .controller:hover {
        background-color: white; } }
    .search-container .controller .icheck-item {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .search-container .controller .submit {
      margin: 0;
      transition: 0.3s ease;
      cursor: pointer;
      transition-property: color, background-color, box-shadow; }
      .search-container .controller .submit svg {
        left: calc(50% - 12px);
        fill: transparent; }
    .search-container .controller .avatar {
      transition: opacity 0.3s ease; }
    .search-container .controller .desc {
      min-width: 0;
      padding-top: 3px;
      transition: opacity 0.3s ease; }
      .search-container .controller .desc strong {
        display: block;
        width: 100%;
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 24px;
        color: #333; }
      .search-container .controller .desc span {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        color: #999; }
    .search-container .controller.checked {
      pointer-events: none; }
      .search-container .controller.checked .submit {
        color: transparent;
        background-color: #1a73e8;
        box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4); }
        .search-container .controller.checked .submit svg {
          fill: white; }
      .search-container .controller.checked .avatar,
      .search-container .controller.checked .desc {
        opacity: 0.5; }
    .search-container .controller:not(:hover):not(.checked) .submit {
      color: #666;
      background-color: #eaeaea;
      box-shadow: none; }

.scroll-pag {
  position: absolute;
  top: 50%;
  left: 966px;
  z-index: 24;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px; }
  .scroll-pag a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: rgba(26, 115, 232, 0.3);
    border: 2px solid #1a73e8;
    border-radius: 50%;
    transition: 0.3s ease;
    transition-property: background-color, border-color; }
  .scroll-pag li.active a {
    background-color: #1a73e8;
    border-color: #1a73e8; }
  .scroll-pag li.error a {
    background-color: rgba(238, 23, 82, 0.3);
    border-color: #ee1752; }
  .scroll-pag li.error.active a {
    background-color: #ee1752;
    border-color: #ee1752; }
  @media (max-width: 1079px) {
    .tablet .lower-level .scroll-pag {
      top: auto;
      bottom: 108px;
      left: 944px; } }

.pt3 {
  padding-top: 3px; }

.hidden-block {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important; }
  .hidden-block * {
    pointer-events: none !important; }

.internal {
  position: relative;
  z-index: 20;
  display: flex;
  width: fit-content;
  min-width: 120px;
  height: 36px;
  margin: 0 auto 18px;
  background-color: #EAEAEA;
  border-radius: 4px;
  flex-wrap: nowrap; }
  .internal::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    content: ''; }
  .internal.large a:not(.icon) {
    min-width: 216px; }
  .internal a:not(.icon) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 120px;
    padding: 0;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    border-radius: 4px;
    gap: 6px;
    transition-property: color, background-color; }
    .internal a:not(.icon)::before {
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      content: ''; }
    .internal a:not(.icon)::after {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      opacity: 0;
      transition: opacity 0.3s ease;
      content: ''; }
    .internal a:not(.icon):first-child::before {
      display: none; }
    .internal a:not(.icon) svg {
      position: static;
      width: 18px;
      height: 18px;
      fill: white; }
    @media (hover: hover) {
      .internal a:not(.icon):hover {
        color: #333; } }
    .internal a:not(.icon).active {
      color: white;
      background-color: #1a73e8;
      box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4);
      pointer-events: none; }
      .internal a:not(.icon).active + a::before, .internal a:not(.icon).active::before {
        display: none; }
  .internal:has(.disabled) {
    opacity: 0.3;
    pointer-events: none !important; }
  .internal.static {
    width: 100%;
    margin-bottom: 24px; }
  .internal.minStyle, .tab > .internal, .trigger-add > .internal, .inner-tab > .internal {
    background-color: transparent;
    border-radius: 0;
    gap: 1px;
    border-bottom: 1px solid #e1e1e1; }
    .internal.minStyle::before,
    .tab > .internal::before,
    .trigger-add > .internal::before,
    .inner-tab > .internal::before {
      display: none; }
    .internal.minStyle a:not(.icon),
    .tab > .internal a:not(.icon),
    .trigger-add > .internal a:not(.icon),
    .inner-tab > .internal a:not(.icon) {
      width: auto;
      min-width: 0;
      padding: 4px 18px 7px;
      color: #999;
      background-color: transparent;
      box-shadow: none; }
      .internal.minStyle a:not(.icon)::before,
      .tab > .internal a:not(.icon)::before,
      .trigger-add > .internal a:not(.icon)::before,
      .inner-tab > .internal a:not(.icon)::before {
        top: 0;
        left: -1px;
        display: block !important;
        height: 28px;
        background-color: #e1e1e1;
        border: 0;
        pointer-events: none; }
      .internal.minStyle a:not(.icon)::after,
      .tab > .internal a:not(.icon)::after,
      .trigger-add > .internal a:not(.icon)::after,
      .inner-tab > .internal a:not(.icon)::after {
        top: auto;
        bottom: -1px;
        height: 2px;
        background-color: #1a73e8;
        border-radius: 0; }
      @media (hover: hover) {
        .internal.minStyle a:not(.icon):hover,
        .tab > .internal a:not(.icon):hover,
        .trigger-add > .internal a:not(.icon):hover,
        .inner-tab > .internal a:not(.icon):hover {
          color: #333; } }
      .internal.minStyle a:not(.icon):first-child::before,
      .tab > .internal a:not(.icon):first-child::before,
      .trigger-add > .internal a:not(.icon):first-child::before,
      .inner-tab > .internal a:not(.icon):first-child::before {
        display: none !important; }
      .internal.minStyle a:not(.icon).active,
      .tab > .internal a:not(.icon).active,
      .trigger-add > .internal a:not(.icon).active,
      .inner-tab > .internal a:not(.icon).active {
        color: black; }
        .internal.minStyle a:not(.icon).active::after,
        .tab > .internal a:not(.icon).active::after,
        .trigger-add > .internal a:not(.icon).active::after,
        .inner-tab > .internal a:not(.icon).active::after {
          opacity: 1; }
  .tab > .internal, .trigger-add > .internal, .inner-tab > .internal {
    background-color: transparent;
    border-radius: 0;
    gap: 1px;
    border-bottom: 1px solid #e1e1e1; }
    .tab > .internal::before, .trigger-add > .internal::before, .inner-tab > .internal::before {
      display: none; }
    .tab > .internal a:not(.icon), .trigger-add > .internal a:not(.icon), .inner-tab > .internal a:not(.icon) {
      width: auto;
      min-width: 0;
      padding: 4px 18px 7px;
      color: #999;
      background-color: transparent;
      box-shadow: none; }
      .tab > .internal a:not(.icon)::before, .trigger-add > .internal a:not(.icon)::before, .inner-tab > .internal a:not(.icon)::before {
        top: 0;
        left: -1px;
        display: block !important;
        height: 28px;
        background-color: #e1e1e1;
        border: 0;
        pointer-events: none; }
      .tab > .internal a:not(.icon)::after, .trigger-add > .internal a:not(.icon)::after, .inner-tab > .internal a:not(.icon)::after {
        top: auto;
        bottom: -1px;
        height: 2px;
        background-color: #1a73e8;
        border-radius: 0; }
      @media (hover: hover) {
        .tab > .internal a:not(.icon):hover, .trigger-add > .internal a:not(.icon):hover, .inner-tab > .internal a:not(.icon):hover {
          color: #333; } }
      .tab > .internal a:not(.icon):first-child::before, .trigger-add > .internal a:not(.icon):first-child::before, .inner-tab > .internal a:not(.icon):first-child::before {
        display: none !important; }
      .tab > .internal a:not(.icon).active, .trigger-add > .internal a:not(.icon).active, .inner-tab > .internal a:not(.icon).active {
        color: black; }
        .tab > .internal a:not(.icon).active::after, .trigger-add > .internal a:not(.icon).active::after, .inner-tab > .internal a:not(.icon).active::after {
          opacity: 1; }

.att {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 8px 0 0 6px;
  background-color: #ee1752;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  vertical-align: top;
  animation: blinking 1s infinite; }
  .att.abs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    padding: 2px;
    margin: 0;
    overflow: hidden;
    background-color: white;
    opacity: 1;
    transition: background-color 0.3s ease;
    animation: none; }
    .att.abs::before {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ee1752;
      border-radius: 50%;
      opacity: 0;
      content: '';
      animation: blinking 1s infinite; }

.level-table {
  position: relative;
  width: calc(100% + 96px);
  margin: 0 -48px;
  overflow-x: auto;
  border-bottom: 1px solid transparent;
  scrollbar-face-color: #1a73e8;
  scrollbar-track-color: white;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */ }
  .level-table table {
    position: relative;
    margin-bottom: 24px;
    white-space: nowrap;
    border-collapse: collapse; }
    .level-table table::before {
      position: absolute;
      top: -24px;
      bottom: -.5px;
      left: 0;
      z-index: 20;
      width: 4px;
      background-color: #1a73e8;
      content: ''; }
    .level-table table:first-of-type:last-of-type::before {
      display: none; }
    .level-table table:first-of-type::before {
      top: 0; }
    .level-table table:first-of-type thead th > span {
      display: block; }
    .level-table table:last-of-type {
      margin-bottom: 0; }
    .level-table table:nth-child(2)::before {
      background-color: #00A995; }
    .level-table table:nth-child(3)::before {
      background-color: #FFAE00; }
    .level-table table:nth-child(4)::before {
      background-color: #EE1752; }
    .level-table table:nth-child(5)::before {
      background-color: #AD00FF; }
    .level-table table tr::after {
      display: table-cell;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      content: '';
      border-left: 2px solid #E1E1E1; }
    .level-table table thead tr:has(td)::after {
      background-color: #FAFAFA;
      border-bottom: 2px solid rgba(225, 225, 225, 0.5); }
    .level-table table thead th {
      position: relative;
      padding: 0 24px 24px;
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      text-align: left;
      color: #333;
      border-left: 2px solid #E1E1E1; }
      .level-table table thead th:first-child {
        min-width: 288px;
        padding-right: 48px;
        padding-left: 48px;
        border-left: 0; }
      .level-table table thead th > span:not(.rightInfo) {
        display: none;
        font-size: 12px;
        line-height: 24px;
        color: #999; }
        .level-table table thead th > span:not(.rightInfo) b {
          font-weight: normal; }
      .level-table table thead th > strong {
        display: block;
        font-weight: 600; }
      .level-table table thead th .rightInfo {
        float: right;
        font-size: 14px; }
      .level-table table thead th .green {
        color: #1fae1f; }
      .level-table table thead th .blue {
        color: #1a73e8; }
      .level-table table thead th .action {
        position: absolute;
        right: 24px;
        bottom: 24px; }
    .level-table table thead td {
      position: relative;
      min-width: 180px;
      padding: 24px;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      color: #999;
      background-color: #FAFAFA;
      border: solid #E1E1E1;
      border-width: 0 0 2px 2px; }
      .level-table table thead td:nth-child(2n+3) {
        border-left-width: 0;
        border-left-color: transparent; }
        .level-table table thead td:nth-child(2n+3)::before {
          position: absolute;
          top: 6px;
          bottom: 6px;
          left: -1px;
          width: 1px;
          background-color: #E1E1E1;
          content: ''; }
      .level-table table thead td:first-child {
        padding-left: 48px;
        border-left: 0; }
      .level-table table thead td:last-child {
        padding-right: 48px; }
    .level-table table tbody tr::after {
      background-color: white;
      border-bottom: 1px solid rgba(225, 225, 225, 0.5); }
    .level-table table tbody td {
      position: relative;
      padding: 18px 24px;
      font-size: 14px;
      line-height: 24px;
      text-align: left;
      color: #333;
      background-color: white;
      border: solid #E1E1E1;
      border-width: 0 0 1px 2px; }
      .level-table table tbody td:nth-child(2n+3) {
        border-left-width: 0;
        border-left-color: transparent; }
        .level-table table tbody td:nth-child(2n+3)::before {
          position: absolute;
          top: 6px;
          bottom: 6px;
          left: -1px;
          width: 1px;
          background-color: #E1E1E1;
          content: ''; }
      .level-table table tbody td:first-child {
        padding-left: 48px;
        border-left: 0; }
  .level-table .empty {
    color: #ee1752 !important; }
  .level-table .level-name {
    max-width: 202px; }
  .level-table .flexEllipsis {
    display: flex;
    align-items: center;
    max-width: 360px;
    gap: 6px; }
    .level-table .flexEllipsis b {
      font-weight: normal; }
    .level-table .flexEllipsis i {
      font-style: normal; }
    .level-table .flexEllipsis .icon {
      width: 18px;
      min-width: 18px;
      height: 18px; }
      .level-table .flexEllipsis .icon svg {
        fill: #ee1752 !important; }
    .level-table .flexEllipsis:has(.icon.red) {
      color: #ee1752; }
  .level-table .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer; }
    .level-table .icon svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ccc; }
    @media (hover: hover) {
      .level-table .icon:hover svg {
        fill: #333; } }
  .level-table .selectedCell .inlineFlex::after {
    opacity: 1; }
  .level-table:not(.flexible) .inlineFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    cursor: default;
    flex-wrap: nowrap;
    gap: 12px; }
    .level-table:not(.flexible) .inlineFlex::after {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 2px;
      background-color: #1a73e8;
      opacity: 0;
      content: '';
      pointer-events: none; }
    .level-table:not(.flexible) .inlineFlex::before {
      color: #ccc;
      content: '$'; }
    .level-table:not(.flexible) .inlineFlex strong {
      flex: 1;
      font-weight: 500;
      text-align: right;
      color: #333; }
  .level-table::-webkit-scrollbar {
    width: 18px;
    background-color: white; }
  .level-table::-webkit-scrollbar-track {
    background-color: white; }
  .level-table::-webkit-scrollbar-track:hover {
    background-color: white; }
  .level-table::-webkit-scrollbar-thumb {
    min-height: 36px;
    background-color: #1a73e8;
    border: 6px solid white;
    border-radius: 18px; }
  .level-table::-webkit-scrollbar-button {
    display: none; }
  .level-table:has(.custom-scroll:not(.hidden)) {
    border-bottom-color: #E1E1E1; }
  .level-table .custom-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 35;
    width: 100%;
    overflow-y: auto;
    background-color: white;
    opacity: 0;
    pointer-events: none; }
    .level-table .custom-scroll span {
      display: block;
      height: 1px; }
    .level-table .custom-scroll.fixed {
      position: fixed;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      opacity: 1;
      border-top: 1px solid #ececec;
      pointer-events: all; }
    .level-table .custom-scroll.hidden {
      display: none !important; }
    .tab:not(.display) .level-table .custom-scroll, .trigger-add:not(.display) .level-table .custom-scroll, .inner-tab:not(.display) .level-table .custom-scroll {
      display: none !important; }
  .level-table.flexible table thead th strong {
    display: flex;
    align-items: center;
    gap: 12px; }
  .level-table.flexible table thead td {
    min-width: 120px; }
  .level-table.flexible table td:last-child {
    padding-right: 48px; }
  .level-table.flexible table td:nth-child(n) {
    border-left-width: 0;
    border-left-color: transparent; }
    .level-table.flexible table td:nth-child(n)::before {
      position: absolute;
      top: 6px;
      bottom: 6px;
      left: -1px;
      width: 1px;
      background-color: #E1E1E1;
      content: ''; }
  .level-table.flexible table td.border::before {
    top: 0;
    width: 2px;
    height: 100%; }
  .level-table.flexible table:has(.color-02_tr)::before {
    background-color: #1fae1f; }
  .level-table.flexible table:has(.color-05_tr)::before {
    background-color: #EE1752; }
  .level-table.flexible table:has(.color-08_tr)::before {
    background-color: #1a73e8; }
  .level-table.flexible table .width-160 {
    min-width: 160px; }
  .level-table.flexible table .width-168 {
    min-width: 168px; }
  .level-table.flexible table .width-200 {
    min-width: 200px; }
  .level-table.flexible table .width-288 {
    width: 288px;
    min-width: 288px;
    max-width: 288px; }
  .level-table.flexible table .width-240 .ellipsis, .level-table.flexible table .width-240 .input > .placeholder, .level-table.flexible table .width-240 .input.multiple .input-holder > .placeholder, .input.multiple .level-table.flexible table .width-240 .input-holder > .placeholder, .level-table.flexible table .width-240 .input .iti__country-name, .input .level-table.flexible table .width-240 .iti__country-name, .level-table.flexible table .width-240 .control-sets .placeholder, .control-sets .level-table.flexible table .width-240 .placeholder, .level-table.flexible table .width-240 body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .level-table.flexible table .width-240 li,
  .level-table.flexible table .width-240 .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .level-table.flexible table .width-240 li, .level-table.flexible table .width-240 body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .level-table.flexible table .width-240 mark + span,
  .level-table.flexible table .width-240 .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .level-table.flexible table .width-240 mark + span,
  .level-table.flexible table .width-240 .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-table.flexible table .width-240 .ellipsis, .level-table.flexible table .width-240 form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .level-table.flexible table .width-240 .select2-selection__placeholder, .level-table.flexible table .width-240 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .level-table.flexible table .width-240 .select2-selection__placeholder, .level-table.flexible table .width-240 form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table.flexible table .width-240 .ellipsis, .level-table.flexible table .width-240 .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table.flexible table .width-240 .ellipsis, .level-table.flexible table .width-240 form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .level-table.flexible table .width-240 .select2-selection__choice, .level-table.flexible table .width-240 .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .level-table.flexible table .width-240 .select2-selection__choice, .level-table.flexible table .width-240 .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .level-table.flexible table .width-240 span,
  .level-table.flexible table .width-240 .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .level-table.flexible table .width-240 span:not([class]), .level-table.flexible table .width-240 .form-block .form-item .big-header em, .form-block .form-item .big-header .level-table.flexible table .width-240 em, .level-table.flexible table .width-240 .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .level-table.flexible table .width-240 dt, .level-table.flexible table .width-240 .attach .file footer strong.name span, .attach .file footer strong.name .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .attach .file footer span.filename, .attach .file footer .level-table.flexible table .width-240 span.filename, .level-table.flexible table .width-240 .card-note-list > li > a span:not([class]), .card-note-list > li > a .level-table.flexible table .width-240 span:not([class]), .level-table.flexible table .width-240 .request-card-row span, .request-card-row .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .request-card-row strong, .request-card-row .level-table.flexible table .width-240 strong, .level-table.flexible table .width-240 .filter-list .controller span:not(.remove-range), .filter-list .controller .level-table.flexible table .width-240 span:not(.remove-range), .level-table.flexible table .width-240 .filter-list .controller b, .filter-list .controller .level-table.flexible table .width-240 b, .level-table.flexible table .width-240 .sortable.sortable-list .title, .sortable.sortable-list .level-table.flexible table .width-240 .title, .level-table.flexible table .width-240 .library-panel .item > span, .library-panel .level-table.flexible table .width-240 .item > span, .level-table.flexible table .width-240 .library-panel .panel-template header strong, .library-panel .panel-template header .level-table.flexible table .width-240 strong, .level-table.flexible table .width-240 .site-item .position span, .site-item .position .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .site-item .title, .site-item .level-table.flexible table .width-240 .title, .level-table.flexible table .width-240 .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .level-table.flexible table .width-240 .controller, .level-table.flexible table .width-240 .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .level-table.flexible table .width-240 .ellips, .level-table.flexible table .width-240 .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .level-table.flexible table .width-240 h3, .level-table.flexible table .width-240 .dropdown a:not(.icon), .dropdown .level-table.flexible table .width-240 a:not(.icon),
  .level-table.flexible table .width-240 .dropdown .dropFile, .dropdown .level-table.flexible table .width-240 .dropFile,
  .level-table.flexible table .width-240 .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .level-table.flexible table .width-240 span.clipboard,
  .level-table.flexible table .width-240 .dropdown label:not(.switch):not(.controllerHead), .dropdown .level-table.flexible table .width-240 label:not(.switch):not(.controllerHead), .level-table.flexible table .width-240 .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .context-menu-list li, .context-menu-list .level-table.flexible table .width-240 li, .level-table.flexible .table table .flexEllipsis .width-240 b, .table .level-table.flexible table .flexEllipsis .width-240 b, .level-table.flexible table .width-240 .table.complexHeader thead span i, .table.complexHeader thead span .level-table.flexible table .width-240 i, .level-table.flexible table .width-240 .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .level-table.flexible table .width-240 .elips, .level-table.flexible table .width-240 .short-info .info p, .short-info .info .level-table.flexible table .width-240 p, .level-table.flexible table .width-240 .panel header p, .panel header .level-table.flexible table .width-240 p, .level-table.flexible table .width-240 .matches-list .item strong, .matches-list .item .level-table.flexible table .width-240 strong, .level-table.flexible table .width-240 .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .accordion-header strong span:not([class]), .accordion-header strong .level-table.flexible table .width-240 span:not([class]), .level-table.flexible table .width-240 .accordion-header em, .accordion-header .level-table.flexible table .width-240 em, .level-table.flexible table .width-240 .accordion-header.more-data dl dt, .accordion-header.more-data dl .level-table.flexible table .width-240 dt, .level-table.flexible table .width-240 .note-card strong, .note-card .level-table.flexible table .width-240 strong, .level-table.flexible table .width-240 .note-card span, .note-card .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .search-container .controller .desc strong, .search-container .controller .desc .level-table.flexible table .width-240 strong, .level-table.flexible table .width-240 .search-container .controller .desc span, .search-container .controller .desc .level-table.flexible table .width-240 span, .level-table.flexible table .width-240 .level-name, .level-table.flexible table .width-240 .flexEllipsis b, .level-table.flexible .flexEllipsis table .width-240 b {
    width: 192px; }
  .level-table.flexible mark {
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 3px; }
    .level-table.flexible mark.color-02_tr {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .level-table.flexible mark.color-05_tr {
      color: #EE1752;
      background-color: rgba(238, 23, 82, 0.3); }
    .level-table.flexible mark.color-08_tr {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
  .level-table.flexible .inlineFlex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px; }
    .level-table.flexible .inlineFlex > * {
      margin: 0 !important; }
    .level-table.flexible .inlineFlex > svg {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 12px;
      vertical-align: top;
      fill: #ee1752; }
      .level-table.flexible .inlineFlex > svg.blank {
        display: none;
        fill: #ccc; }
    .level-table.flexible .inlineFlex.trend {
      min-width: 80px;
      gap: 0; }
      .level-table.flexible .inlineFlex.trend > svg {
        margin-right: -8px !important;
        margin-left: auto !important;
        opacity: 0; }
      .level-table.flexible .inlineFlex.trend-less > svg {
        opacity: 1;
        fill: #00A995; }
      .level-table.flexible .inlineFlex.trend-more > svg {
        opacity: 1;
        transform: rotate(180deg); }
    .level-table.flexible .inlineFlex.retroactively {
      color: #ee1752; }
      .level-table.flexible .inlineFlex.retroactively .icon {
        cursor: pointer; }
        .level-table.flexible .inlineFlex.retroactively .icon svg {
          fill: #ee1752; }
  .level-table.flexible .ellipsis, .level-table.flexible .input > .placeholder, .level-table.flexible .input.multiple .input-holder > .placeholder, .input.multiple .level-table.flexible .input-holder > .placeholder, .level-table.flexible .input .iti__country-name, .input .level-table.flexible .iti__country-name, .level-table.flexible .control-sets .placeholder, .control-sets .level-table.flexible .placeholder, .level-table.flexible body > .select2-container .select2-dropdown ul li, body > .select2-container .select2-dropdown ul .level-table.flexible li,
  .level-table.flexible .multiselect-holder > .select2-container .select2-dropdown ul li, .multiselect-holder > .select2-container .select2-dropdown ul .level-table.flexible li, .level-table.flexible body > .select2-container .select2-dropdown ul li mark + span, body > .select2-container .select2-dropdown ul li .level-table.flexible mark + span,
  .level-table.flexible .multiselect-holder > .select2-container .select2-dropdown ul li mark + span, .multiselect-holder > .select2-container .select2-dropdown ul li .level-table.flexible mark + span, .level-table.flexible body > .select2-container .select2-dropdown .flexEllipsis .ellipsis, body > .select2-container .select2-dropdown .flexEllipsis .level-table.flexible .ellipsis,
  .level-table.flexible .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .ellipsis, .multiselect-holder > .select2-container .select2-dropdown .flexEllipsis .level-table.flexible .ellipsis, .level-table.flexible form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, form .select2-container .select2-selection--single .select2-selection__rendered .level-table.flexible .select2-selection__placeholder, .level-table.flexible .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered .level-table.flexible .select2-selection__placeholder, .level-table.flexible form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, form .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table.flexible .ellipsis, .level-table.flexible .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .ellipsis, .drawer .drawerCorrection .input .select2-container .select2-selection--single .select2-selection__rendered:has(.flexEllipsis) .flexEllipsis .level-table.flexible .ellipsis, .level-table.flexible form .select2-container .select2-selection--multiple .select2-selection__choice, form .select2-container .select2-selection--multiple .level-table.flexible .select2-selection__choice, .level-table.flexible .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .select2-selection__choice, .drawer .drawerCorrection .input .select2-container .select2-selection--multiple .level-table.flexible .select2-selection__choice, .level-table.flexible .form-block .form-item .ellips-style h3 span, .form-block .form-item .ellips-style h3 .level-table.flexible span, .level-table.flexible .form-block .form-item .ellips-style .h3 span, .form-block .form-item .ellips-style .h3 .level-table.flexible span, .level-table.flexible .form-block .form-item .ellips-style mark span, .form-block .form-item .ellips-style mark .level-table.flexible span, .level-table.flexible .form-block .form-item .sub-header > span span, .form-block .form-item .sub-header > span .level-table.flexible span, .level-table.flexible .form-block .form-item h3:has(mark) span, .form-block .form-item h3:has(mark) .level-table.flexible span,
  .level-table.flexible .form-block .form-item .h3:has(mark) span, .form-block .form-item .h3:has(mark) .level-table.flexible span, .level-table.flexible .form-block .form-item .big-header strong span:not([class]), .form-block .form-item .big-header strong .level-table.flexible span:not([class]), .level-table.flexible .form-block .form-item .big-header em, .form-block .form-item .big-header .level-table.flexible em, .level-table.flexible .form-block .form-item .big-header.more-data dl dt, .form-block .form-item .big-header.more-data dl .level-table.flexible dt, .level-table.flexible .attach .file footer strong.name span, .attach .file footer strong.name .level-table.flexible span, .level-table.flexible .attach .file footer span.filename, .attach .file footer .level-table.flexible span.filename, .level-table.flexible .card-note-list > li > a span:not([class]), .card-note-list > li > a .level-table.flexible span:not([class]), .level-table.flexible .request-card-row span, .request-card-row .level-table.flexible span, .level-table.flexible .request-card-row strong, .request-card-row .level-table.flexible strong, .level-table.flexible .filter-list .controller span:not(.remove-range), .filter-list .controller .level-table.flexible span:not(.remove-range), .level-table.flexible .filter-list .controller b, .filter-list .controller .level-table.flexible b, .level-table.flexible .sortable.sortable-list .title, .sortable.sortable-list .level-table.flexible .title, .level-table.flexible .library-panel .item > span, .library-panel .level-table.flexible .item > span, .level-table.flexible .library-panel .panel-template header strong, .library-panel .panel-template header .level-table.flexible strong, .level-table.flexible .site-item .position span, .site-item .position .level-table.flexible span, .level-table.flexible .site-item .title, .site-item .level-table.flexible .title, .level-table.flexible .tempStyles .tag-cloud .controller, .tempStyles .tag-cloud .level-table.flexible .controller, .level-table.flexible .stepperPanel .stepperNav a span, .stepperPanel .stepperNav a .level-table.flexible span, .level-table.flexible .stepperPanel .controller:has(.ellips) .ellips, .stepperPanel .controller:has(.ellips) .level-table.flexible .ellips, .level-table.flexible .agreementsBox .agreementItem h3, .agreementsBox .agreementItem .level-table.flexible h3, .level-table.flexible .dropdown a:not(.icon), .dropdown .level-table.flexible a:not(.icon),
  .level-table.flexible .dropdown .dropFile, .dropdown .level-table.flexible .dropFile,
  .level-table.flexible .dropdown li:has(span.clipboard:only-child) span.clipboard, .dropdown li:has(span.clipboard:only-child) .level-table.flexible span.clipboard,
  .level-table.flexible .dropdown label:not(.switch):not(.controllerHead), .dropdown .level-table.flexible label:not(.switch):not(.controllerHead), .level-table.flexible .dropdown.select-style .ui-menu-item div[data-label] span, .dropdown.select-style .ui-menu-item div[data-label] .level-table.flexible span, .level-table.flexible .context-menu-list li, .context-menu-list .level-table.flexible li, .table table .flexEllipsis .level-table.flexible b, .level-table.flexible .table.complexHeader thead span i, .table.complexHeader thead span .level-table.flexible i, .level-table.flexible .table.complexHeader.numberStyle thead .elips, .table.complexHeader.numberStyle thead .level-table.flexible .elips, .level-table.flexible .short-info .info p, .short-info .info .level-table.flexible p, .level-table.flexible .panel header p, .panel header .level-table.flexible p, .level-table.flexible .matches-list .item strong, .matches-list .item .level-table.flexible strong, .level-table.flexible .accordion .form-item .ellips-style h3 span, .accordion .form-item .ellips-style h3 .level-table.flexible span, .level-table.flexible .accordion .form-item .ellips-style .h3 span, .accordion .form-item .ellips-style .h3 .level-table.flexible span, .level-table.flexible .accordion .form-item .ellips-style mark span, .accordion .form-item .ellips-style mark .level-table.flexible span, .level-table.flexible .accordion-header strong span:not([class]), .accordion-header strong .level-table.flexible span:not([class]), .level-table.flexible .accordion-header em, .accordion-header .level-table.flexible em, .level-table.flexible .accordion-header.more-data dl dt, .accordion-header.more-data dl .level-table.flexible dt, .level-table.flexible .note-card strong, .note-card .level-table.flexible strong, .level-table.flexible .note-card span, .note-card .level-table.flexible span, .level-table.flexible .search-container .controller .desc strong, .search-container .controller .desc .level-table.flexible strong, .level-table.flexible .search-container .controller .desc span, .search-container .controller .desc .level-table.flexible span, .level-table.flexible .level-name, .level-table.flexible .flexEllipsis b {
    display: block;
    width: 100%;
    width: 240px; }

.gridColumns {
  display: grid;
  min-height: calc(100vh - 96px - 36px);
  min-height: calc(var(--vh) * 100 - 96px - 36px);
  grid-template-columns: repeat(2, 1fr); }
  .gridColumns::after {
    display: none; }
  .gridColumns .gridColumn {
    position: relative;
    min-width: 0;
    padding-top: 12px; }
    .gridColumns .gridColumn:nth-child(1) .table {
      margin-right: 0; }
    .gridColumns .gridColumn:nth-child(1) .control-panel {
      padding-right: 48px; }
    .gridColumns .gridColumn:nth-child(2)::before {
      position: absolute;
      top: -24px;
      bottom: -36px;
      z-index: 20;
      width: 1px;
      background-color: #e1e1e1;
      content: '';
      pointer-events: none; }
    .gridColumns .gridColumn:nth-child(2) .table {
      margin-left: 0; }
    .gridColumns .gridColumn:nth-child(2) .control-panel {
      padding-left: 48px; }
    .gridColumns .gridColumn:nth-child(2) .custom-scroll {
      right: 0;
      left: auto; }
    .gridColumns .gridColumn .dataTables_info, .gridColumns .gridColumn .table-controls {
      display: none !important; }
    .gridColumns .gridColumn .custom-scroll {
      width: calc(50vw - var(--scroll-bar) / 2); }
    .gridColumns .gridColumn .flexEllipsis {
      max-width: none; }
    .gridColumns .gridColumn .dataTables_wrapper {
      padding-bottom: 60px; }
  .gridColumns .control-panel h3 {
    margin: 0;
    align-self: center; }
  .gridColumns .control-panel .filter-results {
    padding: 0 !important; }

.wa-esp i {
  display: none !important; }

.signModal .fancybox-slide,
.agreementModal .fancybox-slide {
  padding: 0; }

.signModal .modal-content,
.agreementModal .modal-content {
  width: 100%;
  min-height: 100%;
  padding: 120px 144px;
  border-radius: 0;
  box-shadow: none; }

.signModal .submit,
.agreementModal .submit {
  position: fixed;
  bottom: 36px;
  left: 50%;
  z-index: 20;
  z-index: 50;
  width: auto;
  min-width: 192px;
  padding: 0 48px;
  border-radius: 24px;
  transform: translateX(-50%); }

.signModal .fancybox-close-small,
.agreementModal .fancybox-close-small {
  position: fixed;
  top: 48px;
  right: 48px;
  width: 60px;
  height: 60px;
  padding: 18px;
  background-color: #333;
  border-radius: 50%;
  opacity: 1; }
  .signModal .fancybox-close-small svg,
  .agreementModal .fancybox-close-small svg {
    fill: white !important; }

.signModal h2,
.agreementModal h2 {
  margin-bottom: 36px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #111; }

.signModal .controller,
.agreementModal .controller {
  padding-left: 60px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px; }
  .signModal .controller:has(input.default) .default,
  .signModal .controller .icheck-item,
  .agreementModal .controller:has(input.default) .default,
  .agreementModal .controller .icheck-item {
    width: 36px;
    height: 36px;
    border-radius: 4px; }
  .signModal .controller > svg,
  .agreementModal .controller > svg {
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px; }
  .signModal .controller.checked,
  .agreementModal .controller.checked {
    color: #111; }
  .signModal .controller:focus .icheck-item,
  .agreementModal .controller:focus .icheck-item {
    border-color: #1a73e8 !important; }
  .signModal .controller:has(input:required) .icheck-item,
  .agreementModal .controller:has(input:required) .icheck-item {
    border-color: #ee1752;
    border-width: 2px; }

.signModal #content,
.agreementModal #content {
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 36px; }

.signModal .agreementField,
.agreementModal .agreementField {
  display: inline !important;
  vertical-align: top; }
  .signModal .agreementField [contenteditable],
  .agreementModal .agreementField [contenteditable] {
    position: relative;
    display: inline-block;
    min-width: 112px;
    padding: 0 12px;
    line-height: 34px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: top; }
    .signModal .agreementField [contenteditable]:focus,
    .agreementModal .agreementField [contenteditable]:focus {
      padding: 0 11px;
      line-height: 32px;
      border-color: #1a73e8 !important;
      border-width: 2px; }
      .signModal .agreementField [contenteditable]:focus::before,
      .agreementModal .agreementField [contenteditable]:focus::before {
        display: none !important; }
    .signModal .agreementField [contenteditable]:empty::before,
    .agreementModal .agreementField [contenteditable]:empty::before {
      display: block;
      font-size: 18px;
      font-weight: normal;
      color: #999;
      content: attr(data-placeholder);
      pointer-events: none; }
  .signModal .agreementField span.error:not([contenteditable]),
  .agreementModal .agreementField span.error:not([contenteditable]) {
    display: none !important; }
  .signModal .agreementField:not(.success) [contenteditable],
  .agreementModal .agreementField:not(.success) [contenteditable] {
    padding: 0 11px;
    line-height: 32px;
    border-color: #ee1752;
    border-width: 2px; }

.signatureBox {
  position: relative;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px; }
  .signatureBox:last-of-type {
    margin-bottom: 0; }
  .signatureBox p {
    margin: 0;
    color: #999; }
    .signatureBox p strong {
      font-weight: 600; }
  .signatureBox header {
    display: grid;
    padding: 24px 60px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px; }
    .signatureBox header > * {
      margin-bottom: 0; }
    .signatureBox header:last-child {
      padding-bottom: 24px; }
      .signatureBox header:last-child p {
        color: #333; }
  .signatureBox .input {
    border-radius: 8px; }
    .signatureBox .input input {
      height: 72px;
      padding: 18px 24px;
      font-size: 22px;
      line-height: 36px;
      border-radius: 8px; }
    .signatureBox .input::after, .signatureBox .input::before {
      border-radius: 8px; }
  .signatureBox .icon-button {
    position: absolute;
    top: 24px;
    right: 60px; }
  .signatureBox span {
    position: absolute;
    bottom: 24px;
    left: 60px;
    color: #999;
    pointer-events: none; }
    .signatureBox span.error {
      display: none !important; }
  .signatureBox .signaturePad {
    position: relative;
    width: 100%;
    height: 348px; }
    .signatureBox .signaturePad canvas {
      width: 100%;
      height: 100%; }
  .signatureBox:has(.signature-data[required])::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #ee1752;
    border-radius: 12px;
    content: '';
    pointer-events: none; }
  .signatureBox:has(span.error.success)::before {
    display: none; }

.signModal .modal-content {
  height: 100%; }

.signModal .signatureBox {
  height: calc(100% - 84px); }
  .signModal .signatureBox .signaturePad {
    height: 100%; }

.fullPagePopup .fancybox-slide {
  padding: 0;
  overflow: hidden; }

.fullPagePopup .modal-content {
  width: 100%;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none; }

.modal-content.accessSettings {
  height: 100%;
  background-color: #F5F5F5; }
  .modal-content.accessSettings .accessHeader {
    padding: 24px 48px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #E1E1E1; }
  .modal-content.accessSettings::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    pointer-events: none; }
  .modal-content.accessSettings:has(.panel.display)::after {
    opacity: 1;
    pointer-events: all; }
  .modal-content.accessSettings .breadcrumbs {
    margin: 0;
    font-size: 20px;
    line-height: 24px; }
    .modal-content.accessSettings .breadcrumbs > ul > li {
      padding-right: 21px; }
      .modal-content.accessSettings .breadcrumbs > ul > li > a:after {
        top: 0;
        width: 9px;
        height: 24px;
        background-size: contain; }
  .modal-content.accessSettings .form {
    height: calc(100% - 73px);
    padding: 0 48px;
    margin: 0; }
  .modal-content.accessSettings .fancybox-close-small {
    position: absolute;
    top: 18px;
    right: 48px;
    z-index: 91;
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: #333;
    border-radius: 50%;
    opacity: 1; }
    .modal-content.accessSettings .fancybox-close-small svg {
      fill: white !important; }
  .modal-content.accessSettings .form-controls {
    z-index: 91; }
    .modal-content.accessSettings .form-controls .submit {
      width: auto; }
  .modal-content.accessSettings .controller-list {
    padding: 1px 12px 12px;
    margin: 0; }
  .modal-content.accessSettings .access-controls .noteBox.grayStyle {
    width: 100%;
    margin: 0;
    color: #999;
    background-color: #E7E7E7;
    border-radius: 6px; }
    .modal-content.accessSettings .access-controls .noteBox.grayStyle::before {
      border: 1px solid #E1E1E1;
      border-radius: 6px;
      content: ''; }
    .modal-content.accessSettings .access-controls .noteBox.grayStyle svg {
      fill: #999 !important; }
  .modal-content.accessSettings .panel,
  .modal-content.accessSettings .drawer {
    position: absolute; }
    .modal-content.accessSettings .panel .submit,
    .modal-content.accessSettings .drawer .submit {
      width: auto; }

.changeStartDate .error + .input-note {
  color: #ee1752; }
  .changeStartDate .error + .input-note svg {
    fill: #ee1752; }

.changeStartDate .invalid-date-format + .input-note::after {
  content: attr(data-error); }

.changeStartDate .input-note {
  display: flex;
  align-items: flex-start;
  min-height: 40px;
  margin: -12px 0 24px;
  gap: 6px; }
  .changeStartDate .input-note svg {
    min-width: 18px;
    margin: 1px 0; }
  .changeStartDate .input-note::after {
    content: attr(data-default); }

.mapStyle .fancybox-slide--iframe {
  padding: 0; }
  .mapStyle .fancybox-slide--iframe .fancybox-content {
    height: 100% !important; }

.mapStyle .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important; }

.searchAcross .control-panel .align-right,
.searchAcross > .internal {
  display: none; }

.searchAcross .table .dataTables_wrapper .table-controls:first-of-type {
  top: -66px !important;
  right: 48px !important; }

.redColor {
  color: #ee1752 !important; }

.blueColor {
  color: #1a73e8 !important; }

.greenColor {
  color: #1fae1f !important; }

.pnCardList {
  position: relative;
  z-index: 20;
  display: grid;
  width: 384px;
  padding: 48px;
  background-color: white;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px; }
  .pnCardList hr {
    display: block;
    width: 100%;
    padding: 0;
    border: solid #e1e1e1;
    border-width: 1px 0 0; }

.visit-card {
  all: unset;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px; }
  .visit-card > * {
    margin: 0 !important; }
  .visit-card__icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #ccc; }
  .visit-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    white-space: nowrap; }
    .visit-card__title--light {
      font-weight: 400; }
    .visit-card__title--bold {
      font-weight: 600; }
  .visit-card__badge {
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border-radius: 3px; }
    .visit-card__badge.color-01 {
      background-color: #ffae00; }
    .visit-card__badge.color-01_tr {
      color: #ffae00;
      background-color: rgba(255, 174, 0, 0.3); }
    .visit-card__badge.color-02 {
      background-color: #1fae1f; }
    .visit-card__badge.color-02_tr {
      color: #1fae1f;
      background-color: rgba(31, 174, 31, 0.3); }
    .visit-card__badge.color-03 {
      background-color: #AD00FF; }
    .visit-card__badge.color-03_tr {
      color: #AD00FF;
      background-color: rgba(173, 0, 255, 0.3); }
    .visit-card__badge.color-04 {
      background-color: #00A995; }
    .visit-card__badge.color-04_tr {
      color: #00A995;
      background-color: rgba(0, 169, 149, 0.3); }
    .visit-card__badge.color-05 {
      background-color: #f33; }
    .visit-card__badge.color-05_tr {
      color: #f33;
      background-color: rgba(255, 51, 51, 0.3); }
    .visit-card__badge.color-06 {
      background-color: #ccc; }
    .visit-card__badge.color-06_tr {
      color: #ccc;
      background-color: rgba(204, 204, 204, 0.3); }
    .visit-card__badge.color-07 {
      background-color: #000; }
    .visit-card__badge.color-07_tr {
      color: #000;
      background-color: rgba(0, 0, 0, 0.3); }
    .visit-card__badge.color-08 {
      background-color: #1a73e8; }
    .visit-card__badge.color-08_tr {
      color: #1a73e8;
      background-color: rgba(26, 115, 232, 0.3); }
    .visit-card__badge.color-09 {
      background-color: #999; }
    .visit-card__badge.color-09_tr {
      color: #999;
      background-color: rgba(153, 153, 153, 0.3); }
    .visit-card__badge.color-10 {
      background-color: #F1F0F0; }
    .visit-card__badge.color-10_tr {
      color: #F1F0F0;
      background-color: rgba(241, 240, 240, 0.3); }
    .visit-card__badge.color-01_tr {
      color: #E79D00; }
    .visit-card__badge.color-10 {
      color: #ccc; }
  .visit-card__alert {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    padding: 2px;
    background-color: white;
    border-radius: 50%; }
    .visit-card__alert--grey {
      background-color: #F8f8f8; }
    .visit-card__alert::before {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ee1752;
      border-radius: 50%;
      opacity: 0;
      content: '';
      animation: blinking 1s infinite; }
  .visit-card__control {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .visit-card__control svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ccc; }
    .visit-card__control.rotate-90 svg {
      transform: rotate(90deg); }
    @media (hover: hover) {
      .visit-card__control:hover svg {
        fill: #333; } }
  .visit-card--empty .visit-card__icon {
    fill: #ccc; }
  .visit-card--empty .visit-card__title {
    color: #999; }
  .visit-card--incomplete .visit-card__icon {
    fill: #999; }
  .visit-card--incomplete .visit-card__title {
    color: #999; }
  .visit-card--finished .visit-card__icon {
    fill: #999; }
  .visit-card--finished .visit-card__title {
    color: #333; }
  .visit-card--submitted .visit-card__icon {
    fill: #ee1752; }
  .visit-card--submitted .visit-card__title {
    color: #333; }
  .visit-card--approved .visit-card__icon {
    fill: #00A995; }
  .visit-card--approved .visit-card__title {
    color: #333; }
  .visit-card--pdf::before {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 2;
    width: 15px;
    height: 8px;
    background: url(../images/text-pdf.svg) no-repeat 0 0;
    content: ''; }
  .visit-card--lg {
    gap: 12px; }
    .visit-card--lg .visit-card__title {
      font-size: 16px; }
  .visit-card .ml-auto {
    margin-left: auto !important; }

.changeStartDate .error + .input-note {
  color: #ee1752; }
  .changeStartDate .error + .input-note svg {
    fill: #ee1752; }

.changeStartDate .invalid-date-format + .input-note::after {
  content: attr(data-error); }

.changeStartDate .input-note {
  display: flex;
  align-items: flex-start;
  min-height: 40px;
  margin: -12px 0 24px;
  gap: 6px; }
  .changeStartDate .input-note svg {
    min-width: 18px;
    margin: 1px 0; }
  .changeStartDate .input-note::after {
    content: attr(data-default); }

.uiContainer {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  flex-wrap: wrap;
  gap: 36px; }

.uiBox {
  position: relative;
  z-index: 20;
  display: grid;
  width: 384px;
  min-width: 384px;
  padding: 48px;
  background-color: white;
  grid-template-columns: repeat(1, 1fr);
  gap: 36px; }
  .uiBox hr {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: solid #e1e1e1;
    border-width: 1px 0 0; }
  .uiBox.gap24 {
    gap: 24px; }
  .uiBox--2x {
    width: 768px;
    min-width: 768px; }
  .uiBox--no-gap {
    gap: 0; }
  .uiBox__right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.split-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px; }
  .split-box + .split-box,
  .split-box + h3 {
    padding-top: 36px; }
  .split-box__title {
    display: block;
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333; }
  .split-box__col {
    min-width: 0;
    padding: 6px 0 12px;
    order: 2; }
    .split-box__col:first-child {
      order: 0; }
    .split-box__col > * {
      margin-bottom: 24px; }
      .split-box__col > *:last-child {
        margin-bottom: 0; }
  .split-box__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 49px; }
    .split-box__content .controller {
      margin: 0; }
  .split-box--old-style {
    padding: 0 12px 24px; }
  .split-box--divider {
    grid-template-columns: 1fr 1px 1fr; }
    .split-box--divider::before {
      width: 1px;
      min-width: 1px;
      background-color: #dadada;
      content: '';
      order: 1; }
    .split-box--divider .split-box__content {
      grid-template-columns: repeat(1, 1fr);
      gap: 24px; }
  .split-box .trigger-add {
    margin: 0; }
    .split-box .trigger-add .trigger-exp {
      padding-top: 24px; }

.info-box {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  cursor: default;
  gap: 4px; }
  .info-box__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    fill: #ccc; }
  .info-box__content a {
    color: #333;
    border-bottom: 1px solid; }
    @media (hover: hover) {
      .info-box__content a:hover {
        color: #1a73e8;
        border-bottom: 0; } }
  .info-box--container {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
  .info-box--error {
    color: #ee1752; }
    .info-box--error .info-box__icon {
      fill: #ee1752; }
  .info-box--no-icon {
    padding-left: 22px; }
    .info-box--no-icon .info-box__icon {
      display: none; }
