
.td-numbering[data-v-19ef7680]{
    padding: 3px 10px!important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400!important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.td-numbering[data-v-5c620062]{
    padding: 3px 10px!important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400!important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.td-numbering[data-v-089913ff]{
    padding: 3px 10px!important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400!important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.td-numbering[data-v-da65e0d2] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


input[type="date"] {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
}


.fill-red[data-v-1b5a92c6] {
    background: #FF3B3B;
}
.fill-blue[data-v-1b5a92c6] {
    background: #4472C4;
}
.fill-aqua[data-v-1b5a92c6] {
    background: #FFFFFF;
}
.fill-cyan[data-v-1b5a92c6] {
    background: #BDD7EE;
}
.fill-green[data-v-1b5a92c6] {
    background: #A9D08E;
}
.fill-lgreen[data-v-1b5a92c6] {
    background: #C6E0B4;
}
.fill-orange[data-v-1b5a92c6] {
    background: #F4B084;
}
.fill-yellow[data-v-1b5a92c6] {
    background: #FFD966;
}
.pagination-container[data-v-1b5a92c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination[data-v-1b5a92c6] {
    margin-right: 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5;
    min-width: 36px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.pagination-buttons[data-v-1b5a92c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination-button[data-v-1b5a92c6] {
    background: white;
}

/*!
 * vue-treeselect v0.4.0 | (c) 2017-2019 Riophae Lee
 * Released under the MIT License.
 * https://vue-treeselect.js.org/
 */
/**
 * Dependencies
 */
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Helpers
 */
.vue-treeselect-helper-hide {
  display: none;
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
          transform: none !important;
}
/**
 * Animations
 */
@-webkit-keyframes vue-treeselect-animation-fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes vue-treeselect-animation-fade-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes vue-treeselect-animation-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes vue-treeselect-animation-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes vue-treeselect-animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vue-treeselect-animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Transitions
 */
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  -webkit-transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
/**
 * Namespace
 */
.vue-treeselect {
  position: relative;
  text-align: left;
}
[dir="rtl"] .vue-treeselect {
  text-align: right;
}
.vue-treeselect div,
.vue-treeselect span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vue-treeselect svg {
  fill: currentColor;
}
/**
 * Control
 */
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: border-color, width, height, background-color, opacity, -webkit-box-shadow;
  transition-property: border-color, width, height, background-color, opacity, -webkit-box-shadow;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-property: border-color, box-shadow, width, height, background-color, opacity, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
          box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect--disabled .vue-treeselect__single-value {
  position: static;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
[dir="rtl"] .vue-treeselect__multi-value-item-container {
  padding-right: 0;
  padding-left: 5px;
}
.vue-treeselect__multi-value-item {
  cursor: pointer;
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new {
  background: #e8f5e9;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover {
  background: #e8f5e9;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
[dir="rtl"] .vue-treeselect__value-remove {
  border-left: 0 none;
  border-right: 1px solid #fff;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
[dir="rtl"] .vue-treeselect__limit-tip {
  padding-right: 0;
  padding-left: 5px;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
[dir="rtl"] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
/**
 * Menu
 */
.vue-treeselect__menu-container {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: visible;
  -webkit-transition: 0s;
  transition: 0s;
}
.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
  top: 100%;
}
.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
  bottom: 100%;
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 0;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
[dir="rtl"] .vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
[dir="rtl"] .vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
[dir="rtl"] .vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
[dir="rtl"] .vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
[dir="rtl"] .vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
[dir="rtl"] .vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
[dir="rtl"] .vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
[dir="rtl"] .vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
[dir="rtl"] .vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
[dir="rtl"] .vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
[dir="rtl"] .vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
[dir="rtl"] .vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
[dir="rtl"] .vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
[dir="rtl"] .vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
[dir="rtl"] .vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
[dir="rtl"] .vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
[dir="rtl"] .vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 5px;
  padding-right: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
[dir="rtl"] .vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
[dir="rtl"] .vue-treeselect__option-arrow {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
[dir="rtl"] .vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
          transform: rotateZ(-90deg) !important;
}
[dir="rtl"] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(90deg) !important;
          transform: rotateZ(90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
  }
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
  }
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
          transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
  }
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
  }
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
[dir="rtl"] .vue-treeselect__label {
  padding-left: 0;
  padding-right: 5px;
}
.vue-treeselect__count {
  margin-left: 5px;
  font-weight: 400;
  opacity: 0.6;
}
[dir="rtl"] .vue-treeselect__count {
  margin-left: 0;
  margin-right: 5px;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  margin-left: 5px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
[dir="rtl"] .vue-treeselect__error-tip .vue-treeselect__retry {
  margin-left: 0;
  margin-right: 5px;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
[dir="rtl"] .vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 0;
  padding-right: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
          animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
          animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
/**
 * Menu Portal
 */
.vue-treeselect__menu-placeholder {
  display: none;
}
.vue-treeselect__portal-target {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.status-checked[data-v-15630786] {
    background: rgba(180, 255, 140, 0.5);
}
.status-error[data-v-15630786] {
    background: rgba(237, 77, 77, 0.23);
    border: solid red 1px;
}


.td-numbering[data-v-64713e00]{
    padding: 3px 10px!important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400!important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.td-numbering[data-v-083f5127] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087a0 !important;
    background-color: #f7f9fc;
}


.td-numbering[data-v-c2913ac6] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087a0 !important;
    background-color: #f7f9fc;
}


.td-numbering[data-v-2563af10] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087a0 !important;
    background-color: #f7f9fc;
}


.td-numbering[data-v-1f1d4d6e] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087a0 !important;
    background-color: #f7f9fc;
}


.td-numbering[data-v-51bfb2fc]{
    padding: 3px 10px!important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400!important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.fill-cyan[data-v-10c52cac] {
    background: #D9E1F2;
}
.fill-green[data-v-10c52cac] {
    background: #C6E0B4;
}


.bolded-label legend[data-v-863e4dc8] {
    margin-right: 50px!important;
}

.top-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;gap:20px;padding:0 20px 0 20px;border-bottom:1px solid #e2e5eb;height:80px}.top-nav input{background:#fff;border-radius:5px;border:none}.group-container{border:1px solid #d3dbe2;border-radius:5px;background:#fff;padding:10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.group-container b.error-bg{color:#d07c79}.group-container .form-group{padding:5px 0;width:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.group-container .form-group .btn{margin:0;padding:0 10px}.group-container .form-group div input{width:150px !important;border:#bcd2e0 solid 1px !important;border-radius:8px !important;background:#fff !important}.group-container .reason-container{border:1px solid #d3dbe2;border-radius:5px;background:#f6f9fc;padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-container .reason-container .form-reason{padding:5px 0}.group-container .reason-container.error-bg{background:#ffe5e5 !important}.group-container .form-reason-input{width:150px;float:right}.total-reason-container{border:1px solid #d3dbe2;border-radius:5px;background:#f6f9fc;padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.total-reason-container .form-reason{padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.total-reason-container .form-reason input{width:50%;background:#fff !important;border:none}.total-reason-container .form-reason-input{width:150px;float:right}.reason-input-container{border-radius:5px;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:5px;padding:10px}.reason-input-actions{height:40px;background:#fff;padding:0 20px 0 20px;border-top:1px solid #e2e5eb;z-index:11111011;width:100%}.reason-input-actions .right{float:right;height:80%;margin-top:4px}.reason-input-actions .left{float:left;height:80%;margin-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.left-side{background:#fff;border-right:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;border-radius:5px;padding:10px}.right-side{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;border-radius:5px;padding:10px}.form-group{margin-bottom:15px}.form-label{display:block;margin-bottom:5px;font-weight:bold}.form-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}body:has(.reason-input) .tabs ul[role=tablist]{display:none}body:has(.reason-input) .filter-container{display:none}body:has(.reason-input) .main-container{margin-top:136px;height:calc(100vh - 136px)}body:has(.reason-input) .main-container.no-tabs{margin-top:136px;height:calc(100vh - 136px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs{margin-top:136px;height:calc(100vh - 136px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled{margin-top:40px;height:calc(100vh - 40px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .reason-input-actions{width:calc(100% - 112px);position:fixed;top:0}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .reason-input-actions .main-container:has(.full-board){width:calc(100% - 356px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .total-reason-container{position:sticky;top:0}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled.full-board .reason-input-actions{width:calc(100% - 356px)}.reason-input .multiselect.cbc-select.error-cbc .multiselect__single{color:#d07c79 !important}
.total-input-form[data-v-41874231]{background-color:#eef1f8;border:none;border-radius:8px 0 0 8px !important}.total-input-form[data-v-41874231]::-webkit-input-placeholder{color:#7c9db3}.total-input-form[data-v-41874231]::-moz-placeholder{color:#7c9db3}.total-input-form[data-v-41874231]:-ms-input-placeholder{color:#7c9db3}.total-input-form[data-v-41874231]::-ms-input-placeholder{color:#7c9db3}.total-input-form[data-v-41874231]::placeholder{color:#7c9db3}.total-input-form[data-v-41874231]:focus{-webkit-box-shadow:none;box-shadow:none;background-color:#eef1f8}

.popup[data-v-17a8813c] {
    position: absolute;
    background-color: #FFF9EB;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 999; /* Ensure it's above other content */
}
.hoverable-text[data-v-17a8813c] {
    cursor: pointer; /* Change cursor to pointer on hover */
}


.status-checked[data-v-0e0817bc] {
    background: rgba(180, 255, 140, 0.5);
}
.status-error[data-v-0e0817bc] {
    background: rgba(237, 77, 77, 0.23);
    border: solid red 1px;
}

.top-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;gap:20px;padding:0 20px 0 20px;border-bottom:1px solid #e2e5eb;height:80px}.top-nav input{background:#fff;border-radius:5px;border:none}.group-container{border:1px solid #d3dbe2;border-radius:5px;background:#fff;padding:10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.group-container b.error-bg{color:#d07c79}.group-container .form-group{padding:5px 0;width:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.group-container .form-group .btn{margin:0;padding:0 10px}.group-container .form-group div input{width:150px !important;border:#bcd2e0 solid 1px !important;border-radius:8px !important;background:#fff !important}.group-container .reason-container{border:1px solid #d3dbe2;border-radius:5px;background:#f6f9fc;padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-container .reason-container .form-reason{padding:5px 0}.group-container .reason-container.error-bg{background:#ffe5e5 !important}.group-container .form-reason-input{width:150px;float:right}.total-reason-container{border:1px solid #d3dbe2;border-radius:5px;background:#f6f9fc;padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.total-reason-container .form-reason{padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.total-reason-container .form-reason input{width:50%;background:#fff !important;border:none}.total-reason-container .form-reason-input{width:150px;float:right}.reason-input-container{border-radius:5px;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:5px;padding:10px}.reason-input-actions{height:40px;background:#fff;padding:0 20px 0 20px;border-top:1px solid #e2e5eb;z-index:11111011;width:100%}.reason-input-actions .right{float:right;height:80%;margin-top:4px}.reason-input-actions .left{float:left;height:80%;margin-top:4px}.left-side{background:#fff;border-right:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;border-radius:5px;padding:10px}.right-side{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;border-radius:5px;padding:10px}.form-group{margin-bottom:15px}.form-label{display:block;margin-bottom:5px;font-weight:bold}.form-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}body:has(.reason-input) .tabs ul[role=tablist]{display:none}body:has(.reason-input) .filter-container{display:none}body:has(.reason-input) .main-container{margin-top:136px;height:calc(100vh - 136px)}body:has(.reason-input) .main-container.no-tabs{margin-top:136px;height:calc(100vh - 136px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs{margin-top:136px;height:calc(100vh - 136px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled{margin-top:40px;height:calc(100vh - 40px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .reason-input-actions{width:calc(100% - 112px);position:fixed;top:0}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .reason-input-actions .main-container:has(.full-board){width:calc(100% - 356px)}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled .total-reason-container{position:sticky;top:0}:has(.monitorin-input-form.active) body:has(.reason-input) .main-container.no-tabs.scrolled.full-board .reason-input-actions{width:calc(100% - 356px)}.reason-input .multiselect.cbc-select.error-cbc .multiselect__single{color:#d07c79 !important}
.total-input-form[data-v-755db84c]{background-color:#eef1f8;border:none;border-radius:8px 0 0 8px !important}.total-input-form[data-v-755db84c]::-webkit-input-placeholder{color:#7c9db3}.total-input-form[data-v-755db84c]::-moz-placeholder{color:#7c9db3}.total-input-form[data-v-755db84c]:-ms-input-placeholder{color:#7c9db3}.total-input-form[data-v-755db84c]::-ms-input-placeholder{color:#7c9db3}.total-input-form[data-v-755db84c]::placeholder{color:#7c9db3}.total-input-form[data-v-755db84c]:focus{-webkit-box-shadow:none;box-shadow:none;background-color:#eef1f8}

.status-checked[data-v-4a8db168] {
    background: rgba(180, 255, 140, 0.5);
}
.status-error[data-v-4a8db168] {
    background: rgba(237, 77, 77, 0.23);
    border: solid red 1px;
}


.actions-tab[data-v-311578cc] {
    top: 136px;
    height: 40px;
.actions-all {
.btn-download {
            background: #5B8FF9!important;
            height: 80%!important;
            color: white!important;
.icon-keyboard {
                background: rgba(91, 143, 249, 0.71) !important;
                color: white!important;
}
}
}
}
.btn-actions[data-v-311578cc] {
    height: 80%!important;
    padding: 10px!important;
}
.selected[data-v-311578cc] {
a {
        background: #7C9DB3!important;
        color: #ffffff!important;
}
    background: #7C9DB3!important;
    color: #ffffff!important;
}
.dropdown-item .mx-datepicker[data-v-311578cc] {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    height: -webkit-fit-content!important;
    height: -moz-fit-content!important;
    height: fit-content!important;
    max-width: -webkit-fit-content!important;
    max-width: -moz-fit-content!important;
    max-width: fit-content!important;
}
.b-dropdown-span-text[data-v-311578cc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}


.actions-tab[data-v-944426c8] {
    top: 136px;
    height: 40px;
}
.filter-container[data-v-944426c8] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
svg {
        margin-right: 12px;
}
}
.description-input[data-v-944426c8] {
    display: grid;
    grid-template-columns: 1fr 19fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: #B2C5D2 solid 1px;
    color: #B2C5D2;
    padding: 10px
}
textarea[data-v-944426c8] {
    width: 100%;
    min-height: 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    resize: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    field-sizing: content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}


.head-row[data-v-5d72cadf] {
    font-size: 0.9rem !important;
    padding: 1rem !important;
}
.text-red[data-v-5d72cadf] {
    color: red
}
.icon-position[data-v-5d72cadf] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.default-font[data-v-096a5fe2] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-096a5fe2] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-2d6c8f12] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-2d6c8f12] {
    font-weight: 800;
}
.td-numbering[data-v-2d6c8f12] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-cc4d732e] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-cc4d732e] {
    font-weight: 800;
}
.td-numbering[data-v-cc4d732e] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-00774b02] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-00774b02] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-e9e5f3f4] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-e9e5f3f4] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-b2c3e7bc] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-b2c3e7bc] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-09d80342] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-09d80342] {
    font-weight: 800;
}
.td-numbering[data-v-09d80342] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-4976023e] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-4976023e] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-07d5e577] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-07d5e577] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-3d5ffc7a] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-3d5ffc7a] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-6a3a789f] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-6a3a789f] {
    font-weight: 800;
}
.td-numbering[data-v-6a3a789f] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-34371e36] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-34371e36] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}
.multiline-text[data-v-34371e36] {
    white-space: pre-line;
}


.default-font[data-v-20ff72e3] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.td-numbering[data-v-20ff72e3] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}
.multiline-text[data-v-20ff72e3] {
    white-space: pre-line;
}


.default-font[data-v-090429ac] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-090429ac] {
    font-weight: 800;
}
.td-numbering[data-v-090429ac] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}
.dr-th[data-v-090429ac] {
    display: contents;
}
.split-icon[data-v-090429ac] {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27100%27%20height%3D%27100%27%20viewBox%3D%270%200%20100%20100%27%3E%3Cpath%20d%3D%27M5%2050%20L25%2035%20L25%2045%20L35%2045%20L35%2055%20L25%2055%20L25%2065%20Z%20M95%2050%20L75%2035%20L75%2045%20L65%2045%20L65%2055%20L75%2055%20L75%2065%20Z%20M35%2015%20H45%20V85%20H35%20Z%20M55%2015%20H65%20V85%20H55%20Z%27%20fill%3D%27%236087A0%27%2F%3E%3C%2Fsvg%3E");    display: inline-block;
    width: 20px;  /* Укажите нужный размер */
    height: 20px;
    cursor: pointer;
}
.join-icon[data-v-090429ac] {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2030%2060%20C%2065%2060%2065%2060%2065%2025%20H%2075%20C%2075%2070%2075%2070%2030%2070%20L%2030%2085%20L%2010%2064%20L%2030%2045%20L%2030%2060%22%20fill%3D%22%236087A0%22%2F%3E%3C%2Fsvg%3E");
    display: inline-block;
    width: 20px;  /* Укажите нужный размер */
    height: 20px;
    cursor: pointer;
}


.vertical[data-v-124da4d2] {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}



.default-font[data-v-6af5d3fb] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-6af5d3fb] {
    font-weight: 800;
}
.td-numbering[data-v-6af5d3fb] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.chevron-color-black[data-v-4a0f41e8] {
  color: black !important;
}



.default-font[data-v-27a4db8c] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-27a4db8c] {
    font-weight: 800;
}
.td-numbering[data-v-27a4db8c] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.recon-pf-kf-table-wrap[data-v-6f38deeb] {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 75vh;
}
.pagination-bar[data-v-6f38deeb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}
.pagination-info[data-v-6f38deeb] {
    font-size: 0.8rem;
    color: #6c757d;
}
.recon-pf-kf-table[data-v-6f38deeb] {
    border-collapse: collapse;
    font-size: 0.7777777778rem;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    width: 100%;
}

/* Заголовки */
.recon-pf-kf-table thead th[data-v-6f38deeb] {
    background-color: #0E304C;
    color: #ffffff;
    border: 1px solid #0E304C;
    padding: 10px 8px;
    text-align: center;
    font-size: 0.7777777778rem;
    font-weight: 800;
    line-height: 1.3;
    position: sticky;
    top: 0;
    z-index: 2;
}
.recon-pf-kf-table tbody td[data-v-6f38deeb] {
    border: 1px solid #dee2e6;
    padding: 10px 8px;
    vertical-align: middle;
    line-height: 1.5;
}
.cell-kbk[data-v-6f38deeb] {
    text-align: center;
}
.cell-name[data-v-6f38deeb] {
    min-width: 180px;
    white-space: normal;
}

/* Ячейки источника */
.cell-source[data-v-6f38deeb] {
    font-weight: 800;
    font-size: 0.7777777778rem;
    white-space: nowrap;
    padding: 8px 10px !important;
}
.source-ea[data-v-6f38deeb] {
    background-color: #e3f2fd;
    color: #1565c0;
}
.source-kaz[data-v-6f38deeb] {
    background-color: #e8f5e9;
    color: #2e7d32;
}
.cell-num[data-v-6f38deeb] {
    text-align: right;
    min-width: 90px;
}
.num-wrap[data-v-6f38deeb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1px;
}

/* Расхождение под значением eAkimat */
.diff[data-v-6f38deeb] {
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1;
    color: #c0392b;
}

/* Фон всей ячейки по знаку расхождения */
.cell-diff-pos[data-v-6f38deeb] {
    background-color: #f8d7da !important;
}
.cell-diff-neg[data-v-6f38deeb] {
    background-color: #fff3cd !important;
}

/* Дата в ячейке Казначейство (только при includeEarlierLoaded304) */
.kaz-date[data-v-6f38deeb] {
    font-size: 0.65rem;
    color: #6c757d;
    line-height: 1;
}
.empty-state[data-v-6f38deeb] {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
}



.default-font[data-v-74d8bac6] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-74d8bac6] {
    font-weight: 800;
}


.popup[data-v-8d427306] {
    position: absolute;
    background-color: #FFF9EB;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 999; /* Ensure it's above other content */
}
.hoverable-text[data-v-8d427306] {
    cursor: pointer; /* Change cursor to pointer on hover */
}


.default-font[data-v-36044640] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.bold[data-v-36044640] {
    font-weight: 800;
}
.td-numbering[data-v-36044640] {
    padding: 3px 10px !important;
    text-align: center;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #6087A0 !important;
    background-color: #F7F9FC;
}


.default-font[data-v-0d1e9010] {
    font-weight: 800; font-size: 0.7777777778rem;
}
.unselected[data-v-0d1e9010] {
    color: #7C9DB3;
}
.income-expense-container[data-v-0d1e9010] {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    min-width: 27rem;
    max-width: 27rem
}
.income-expense-item[data-v-0d1e9010] {
    padding: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.transfert-container[data-v-0d1e9010] {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    min-width: 35rem;
    max-width: 35rem
}
.transfert-item[data-v-0d1e9010] {
    padding: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.contain[data-v-0d1e9010] {
    background-color: #eef1f8;
}
.filter-contain[data-v-0d1e9010] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.8rem;
    margin: 0.4rem 0;
}
hr[data-v-0d1e9010] {
    margin: 0.2rem 0;
}
.settings-1[data-v-0d1e9010] {
    padding: 0 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
}
.first-column[data-v-0d1e9010] {
    grid-column: 1 / 2;
}
.second-column[data-v-0d1e9010] {
    grid-column: 2 / 2;
}
.settings-1 .form-group[data-v-0d1e9010] {
    margin: 0;
    padding: 0 0.8rem;
}
.settings-1 .multiselect[data-v-0d1e9010],
.settings-1 .form-control[data-v-0d1e9010],
.settings-1 .mx-datepicker[data-v-0d1e9010] {
    margin-top: 0.2rem;
}
.settings-1 .filter-block[data-v-0d1e9010] {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 1rem;
}
.settings-2[data-v-0d1e9010] {
    margin-top: 0.8rem;
    padding: 0 1.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
}
.settings-2 > div[data-v-0d1e9010] {
    padding: 1rem;
    border-radius: 9px;
}
.settings-2 h6[data-v-0d1e9010] {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.form-group.b-form-group[data-v-0d1e9010] {
    margin: 0;
}
.modal-size[data-v-0d1e9010] {
    width: 10rem !important;
}
.custom-spinner[data-v-0d1e9010] .multiselect__spinner {
    position: absolute;
    right: 1px;
    width: 70px;
    height: 25px;
    background: #fff;
    display: block;
}
.classificator-clear-btn[data-v-0d1e9010] {
    margin-right: 10px;
    color: red;
}
.classificator-clear-btn[data-v-0d1e9010]:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer;
    opacity: 0.7;
}
.gu-container[data-v-0d1e9010] {
    max-width: 509px
}
.filter-block-years-range[data-v-0d1e9010] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
label{
        margin: 0;
        padding: 0;
        white-space: nowrap;
}
input{
        width: 5rem;
}
}

.status-in-progress[data-v-5a3c64b5]{color:#f79647 !important;background-color:#fff5ed !important}.status-completed[data-v-5a3c64b5]{color:#0fb15a !important;background-color:#e6f7ee !important}.status-error[data-v-5a3c64b5]{color:#c0504c !important;background-color:#f9eeee !important}

.selected[data-v-727f07e4] {
    background: #86CFDA!important;
}
.alert-box[data-v-727f07e4] {
    width: 100%;
    height: 40px;
    background: #F6D7D9;
    color: #EA3C47;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
}
.sortable-header[data-v-727f07e4] {
    padding-right: 20px;
    cursor: pointer;
}
.sortable-header[data-v-727f07e4]:hover {
    background-color: #f5f5f5!important;
}
.icon-view[data-v-727f07e4] {
    width: 10px;
    height: 10px;
    float: right;
}
.scrolable[data-v-727f07e4] {
    height: 100%;
    max-height: 500px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; /* Occupy remaining vertical space */
    overflow-y: scroll /* Enable vertical scrolling if content overflows */
}


hr[data-v-1aa31f54] {
    border: none;
    height: 1.5px;
    background-color: #7c9db3;
    margin: 0;
}
.plan-text[data-v-1aa31f54] {
    font-size: 14px;
    color: #60a5cf;
    font-style: italic;
}
.extra-label[data-v-1aa31f54] {
    font-size: 16px;
    color: #4b7894;
    font-weight: bolder;
    margin-left: 18px;
}
.sum-text[data-v-1aa31f54] {
    font-size: 14px;
    color: #1c2a3e;
}
.table-container .table[data-v-1aa31f54],
.table-card .table[data-v-1aa31f54] {
    border-right: 1px solid #dee2e6 !important;
}
.fixed-width-multiselect[data-v-1aa31f54] {
    max-width: 550px;
}
.fixed-width-multiselect .multiselect__single[data-v-1aa31f54] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
.date-picker-container[data-v-1aa31f54] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 79px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #6087a0;
}
.date-picker-container input[type="number"][data-v-1aa31f54] {
    border: 1px solid #bcd2e0;
    border-radius: 5px;
    padding-right: 5px;
    max-width: 80px;
    height: 28px;
    text-indent: 7px;
    text-align: left;
}
.radio-buttons[data-v-1aa31f54] {
    margin-right: 30px;
    position: relative;
}
.radio-buttons[data-v-1aa31f54]::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -12px;
    bottom: 10px;
    width: 1px;
    background-color: #d3dbe3;
}
.radio-buttons input[type="radio"][data-v-1aa31f54] {
    display: none;
}
.radio-buttons label[data-v-1aa31f54] {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 22px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #6087a0;
    margin: 0 10px;
    position: relative;
    top: 4px;
}
.radio-buttons input[type="radio"]:checked + label[data-v-1aa31f54] {
    color: #3f4d67;
}
.radio-buttons input[type="radio"] + label[data-v-1aa31f54]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: -5px;
    border-radius: 50%;
    border: 2px solid #d9dfe6;
    background-color: #fff;
}
.radio-buttons input[type="radio"]:checked + label[data-v-1aa31f54]::before {
    background-color: #3f4d67;
    border: 2px solid #d9dfe6;
    background-clip: content-box;
    padding: 3px;
}
.year-input[data-v-1aa31f54] {
    width: 90px;
}

/* Chrome, Safari, Edge, Opera */
.no-spinner[data-v-1aa31f54]::-webkit-inner-spin-button,
.no-spinner[data-v-1aa31f54]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.no-spinner[data-v-1aa31f54] {
    -moz-appearance: textfield;
}
/* Для Chrome, Safari, Edge, Opera убрать spinner у input */
input[type="number"][data-v-1aa31f54]::-webkit-outer-spin-button,
input[type="number"][data-v-1aa31f54]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"][data-v-1aa31f54] {
    -moz-appearance: textfield;
}
.remove-all-btn[data-v-1aa31f54] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.table-container .btn[data-v-1aa31f54],
.table-card .btn[data-v-1aa31f54] {
    height: 30px;
    padding: 0 20px;
}
.app-form-header[data-v-1aa31f54] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px;
}
.app-label[data-v-1aa31f54] {
    color: rgb(1, 172, 80);
    font-size: 15px;
    font-weight: 500;
    padding-left: 13px;
}
.td-add-button[data-v-1aa31f54] {
    padding: 10px 16px;
    border: none;
    background: transparent;
}
.add-link-button[data-v-1aa31f54] {
    color: rgb(33, 150, 243);
    cursor: pointer;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}
.add-link-button[data-v-1aa31f54]:hover {
    color: rgb(89, 176, 246);
}
.table-header th[data-v-1aa31f54] {
    font-size: 13px;
    font-weight: 700;
    color: rgb(96, 135, 160);
    background: rgba(255, 255, 255, 0.9);
}
.add-payment-btn[data-v-1aa31f54] {
    width: 28px;
    height: 28px;
    color: rgb(33, 150, 243);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 16px;
}
.invalid-field[data-v-1aa31f54],
.num-app-wrapper.invalid-field[data-v-1aa31f54],
.invoice-wrapper.invalid-field[data-v-1aa31f54] {
    border: 2px solid rgb(238, 53, 53) !important;
}
.text-muted[data-v-1aa31f54] {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 2px;
}
.text-danger[data-v-1aa31f54] {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 2px;
}
.num-app-wrapper[data-v-1aa31f54] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0 8px;
    background: white;
}
.num-app-prefix[data-v-1aa31f54] {
    white-space: nowrap;
    color: #6c757d;
    font-size: 14px;
    padding: 6px 4px 6px 0;
    border-right: 1px solid #ced4da;
    margin-right: 6px;
}
.num-app-input[data-v-1aa31f54] {
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding-left: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.num-app-gz[data-v-1aa31f54] {
    white-space: nowrap;
    font-size: 14px;
    color: #495057;
    border-left: 1px solid #ced4da;
    padding-left: 8px;
}
.table td[data-v-1aa31f54] {
    vertical-align: middle;
}
.invoice-wrapper[data-v-1aa31f54] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: white;
    padding: 0 8px;
}
.invoice-prefix[data-v-1aa31f54] {
    white-space: nowrap;
    color: #6c757d;
    font-size: 14px;
    padding: 6px 4px 6px 0;
    margin-right: 6px;
    border-right: 1px solid #ced4da;
}
.invoice-suffix[data-v-1aa31f54] {
    white-space: nowrap;
    color: #6c757d;
    font-size: 13px;
    padding: 4px 0 4px 8px;
    border-left: 1px solid #e0e0e0;
    margin-left: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.invoice-input[data-v-1aa31f54] {
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0 !important;
}
.invoice-gz[data-v-1aa31f54] {
    white-space: nowrap;
    font-size: 14px;
    color: #495057;
    border-left: 1px solid #ced4da;
    padding-left: 8px;
}


.contract-card[data-v-1fa25216] {
    border: 2px solid rgb(168, 218, 115);
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eefbea), to(#e4f6dd));
    background: linear-gradient(180deg, #eefbea 0%, #e4f6dd 100%);
    margin: 18px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(90, 140, 90, 0.08);
            box-shadow: 0 2px 10px rgba(90, 140, 90, 0.08);
}
.contract-body[data-v-1fa25216] {
    padding: 12px;
}
.contract-table[data-v-1fa25216] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 8px;
}
.contract-table td[data-v-1fa25216] {
    border: 1px solid #d7ead7;
    background: rgba(255, 255, 255, 0.9);
}
.contract-number-cell[data-v-1fa25216] {
    width: 340px;
    padding: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: rgb(28, 42, 62);
}
.contract-description-cell[data-v-1fa25216] {
    padding: 24px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(96, 135, 160);
}
.info-cell[data-v-1fa25216] {
    padding: 22px 18px;
    text-align: left;
    vertical-align: middle;
    min-width: 220px;
}
.supplier-cell[data-v-1fa25216] {
    width: 30%;
}
.info-label[data-v-1fa25216] {
    font-size: 14px;
    font-weight: 700;
    color: rgb(96, 135, 160);
    margin-bottom: 10px;
}
.info-value[data-v-1fa25216] {
    font-size: 16px;
    font-weight: 700;
    color: rgb(28, 42, 62);
}
.supplier-value[data-v-1fa25216] {
    font-size: 16px;
    line-height: 1.4;
}
.orange[data-v-1fa25216] {
    color: rgb(247, 150, 71);
}
.green[data-v-1fa25216] {
    color: rgb(1, 172, 80);
}
.contract-tags[data-v-1fa25216] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 16px 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.apps-button[data-v-1fa25216] {
    background: rgb(1, 172, 80);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 7px 14px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-size: 14px;
}
.apps-button[data-v-1fa25216]:hover {
    background: #67e39a;
}
.tag[data-v-1fa25216] {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #cfe5cf;
    border-radius: 8px;
    padding: 7px 14px;
    color: rgb(96, 135, 160);
    font-weight: 700;
    font-size: 14px;
}
.tag.long[data-v-1fa25216] {
    max-width: 700px;
}
.apps-wrapper[data-v-1fa25216] {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 16px;
}
.apps-table[data-v-1fa25216] {
    margin-bottom: 0;
    background: white;
    border: 1px solid #d7ead7;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}
.apps-label[data-v-1fa25216] {
    font-size: 14px;
    font-weight: 600;
    color: rgb(96, 135, 160);
    margin-bottom: 10px;
}
.apps-value[data-v-1fa25216] {
    font-size: 14px;
    font-weight: 700;
    color: rgb(28, 42, 62);
}
.arrow-icon[data-v-1fa25216] {
    font-size: 10px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.arrow-icon[data-v-1fa25216] {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.arrow-icon.opened[data-v-1fa25216] {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.payments-cell[data-v-1fa25216] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.edit-btn[data-v-1fa25216] {
    border: none !important;
    background: transparent !important;
    color: rgb(33, 150, 243) !important;
    padding: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-transform: none;
}
.edit-btn[data-v-1fa25216]:hover,
.edit-btn[data-v-1fa25216]:focus,
.edit-btn[data-v-1fa25216]:active {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: rgb(89, 176, 246) !important;
}
.filter-breadcrumb[data-v-1fa25216] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    overflow: hidden;
}
.item-breadcrumb[data-v-1fa25216] {
    white-space: nowrap;
    cursor: pointer;
}
.button-actions[data-v-1fa25216] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; /* never shrinks */
}

