/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ui-registry-fixed-table {
  width: 100%;
  margin-bottom: 1rem;
}

.ui-registry-fixed-table .table .tr {
  min-height: 4rem;
  padding-left: 2rem;
  display: flex;
}

.ui-registry-fixed-table .table .tr .th {
  font-weight: bold;
}

.ui-registry-fixed-table .table .tr .th.sort {
  cursor: pointer;
  flex-direction: row;
  align-items: center !important;
}

.ui-registry-fixed-table .table .tr .th.sort:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 1rem;
  display: block;
}

.ui-registry-fixed-table .table .tr .th.sort.active {
  background: #231c55;
}

.ui-registry-fixed-table .table .tr .th.sort.active.up:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 1rem;
  display: block;
  transform: rotate(180deg);
}

.ui-registry-fixed-table .table .tr .th, .ui-registry-fixed-table .table .tr .td {
  word-break: normal;
  box-sizing: border-box;
  flex-flow: column wrap;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.ui-registry-fixed-table .table .tr .th.align-left, .ui-registry-fixed-table .table .tr .td.align-left {
  align-items: flex-start;
}

.ui-registry-fixed-table .table .tr .th.align-right, .ui-registry-fixed-table .table .tr .td.align-right {
  align-items: flex-end;
}

.ui-registry-fixed-table .table .tr .th.edit, .ui-registry-fixed-table .table .tr .td.edit {
  width: 3.125rem;
}

.ui-registry-fixed-table .table .tr .td {
  justify-content: flex-start;
}

.ui-registry-fixed-table .table .tr .td.link {
  color: #506bfa;
  cursor: pointer;
}

.ui-registry-fixed-table .table .tr .td.red, .ui-registry-fixed-table .table .tr .td.accent {
  color: #ff3666;
}

.ui-registry-fixed-table .table .tr .td.green {
  color: #12b093;
}

.ui-registry-fixed-table .table .tr .td.pre {
  white-space: pre-wrap;
}

.ui-registry-fixed-table .table .tr .td span.block {
  display: block;
}

.ui-registry-fixed-table .table .tr .td span.block.primary {
  color: #0c325a;
}

.ui-registry-fixed-table .table .tr .td span.block.secondary {
  color: #556584;
}

.ui-registry-fixed-table .table .tr .td span.block.small {
  font-size: .75rem;
  line-height: 1rem;
}

.ui-registry-fixed-table .table .tr .td span.red, .ui-registry-fixed-table .table .tr .td span.accent {
  color: #ff3666;
}

.ui-registry-fixed-table .table .tr .td span.green {
  color: #12b093;
}

.ui-registry-fixed-table .table .tr .fix {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}

.ui-registry-fixed-table .table .tr .fix:after {
  content: "";
  background: linear-gradient(90deg, #0c325a0f 0%, #0c325a00 100%);
  width: 7px;
  height: 100%;
  display: block;
}

.ui-registry-fixed-table .table .tr .scroll {
  display: flex;
  overflow-x: hidden;
}

.ui-registry-fixed-table .table .thead {
  z-index: 29;
  position: sticky;
  top: 0;
}

.ui-registry-fixed-table .table .thead .fix:after {
  background: #556584;
  width: 2px;
  margin-right: 5px;
}

.ui-registry-fixed-table .table .thead .tr {
  color: #fff;
  background: #2d265d;
}

.ui-registry-fixed-table .table .tbody .tr {
  color: #556584;
  border-bottom: 1px solid #e5eaf0;
}

.ui-registry-fixed-table .scroll-x-wrap {
  height: 10px;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  bottom: 2px;
}

.ui-registry-fixed-table .scroll-x-wrap .left-pass {
  flex-shrink: 0;
}

.ui-registry-fixed-table .scroll-x-wrap .scroll-x-box {
  flex-shrink: 0;
  height: 100%;
  overflow-x: scroll;
}

.ui-registry-fixed-table .scroll-x-wrap .scroll-x-box .scroll-x-control {
  height: 1px;
}

.ui-registry-fixed-table ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-registry-fixed-table ::-webkit-scrollbar-track {
  background-color: #fff;
  width: 8px;
  height: 8px;
}

.ui-registry-fixed-table ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
  width: 8px;
  height: 8px;
}

.ui-registry-fixed-table ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
  width: 8px;
  height: 8px;
}

.ui-registry-fixed-table ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-registry-fixed-table ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ui-progress-bar {
  margin-bottom: 1rem;
}

.ui-progress-bar-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.ui-progress-bar-title {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 500;
}

.ui-progress-bar-value {
  color: #98a7b6;
  font-size: .875rem;
  font-weight: 500;
}

.ui-progress-bar-subtitle {
  color: #98a7b6;
  margin-bottom: .5rem;
  font-size: .75rem;
}

.ui-progress-bar-track {
  background: #5565841a;
  border-radius: .25rem;
  height: .5rem;
  overflow: hidden;
}

.ui-progress-bar-fill {
  height: 100%;
  transition: width .3s ease-in-out;
}

.ui-button[data-v-916e9d] {
  position: relative;
}

.ui-button.stretch[data-v-916e9d] {
  width: 100%;
}

.ui-button > button[data-v-916e9d] {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #506bfa;
  border: none;
  border-radius: 2rem;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.ui-button > button[data-v-916e9d]:hover {
  background: #506bfa linear-gradient(0deg, #0000001a, #0000001a);
}

.ui-button > button[data-v-916e9d]:active, .ui-button > button.active[data-v-916e9d] {
  background: #506bfa linear-gradient(0deg, #0003, #0003);
}

.ui-button > button.red[data-v-916e9d], .ui-button > button.pink[data-v-916e9d] {
  background-color: #ff3666;
}

.ui-button > button.red-white[data-v-916e9d] {
  color: #ff3666;
  background-color: #fff;
  border: 2px solid #ff3666;
}

.ui-button > button.blue-white[data-v-916e9d] {
  color: #506bfa;
  background-color: #fff;
  border: 2px solid #506bfa;
}

.ui-button > button.green[data-v-916e9d] {
  background-color: #12b093;
}

.ui-button > button.gray[data-v-916e9d] {
  background-color: #98a7b6;
}

.ui-button > button.dark-gray[data-v-916e9d] {
  background-color: #556584;
}

.ui-button > button.dark[data-v-916e9d] {
  background-color: #0c325a;
}

.ui-button > button.alt-accent[data-v-916e9d] {
  background-color: #506bfa;
}

.ui-button > button.cancel[data-v-916e9d] {
  background-color: #556584cc;
}

.ui-button > button.empty[data-v-916e9d], .ui-button > button.pagination[data-v-916e9d] {
  background: none;
}

.ui-button > button.light-blue[data-v-916e9d] {
  background: #9babff;
}

.ui-button > button.purple[data-v-916e9d] {
  background: #2d265d;
}

.ui-button > button.pagination[data-v-916e9d] {
  text-align: center;
  color: #556584;
  box-sizing: border-box;
  border: 1px solid #98a7b6b3;
  width: auto;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 .5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.ui-button > button.pagination.active[data-v-916e9d] {
  color: #fff;
  background-color: #506bfa;
  border: none;
}

.ui-button > button > .icon[data-v-916e9d] {
  content: "";
  vertical-align: middle;
  max-width: 1.25rem;
  height: .9rem;
  margin-left: .625rem;
  display: inline-block;
}

.ui-button > button > .icon.icon-search[data-v-916e9d] {
  content: url("search.115d5421.svg");
}

.ui-button > button > .icon.icon-matrix[data-v-916e9d] {
  content: url("matrix.fcfc23b3.svg");
}

.ui-button > button > .icon.icon-close[data-v-916e9d] {
  content: url("close.714ce3b2.svg");
}

.ui-button > button > .icon.icon-trash[data-v-916e9d] {
  content: url("trash.2a51e80e.svg");
}

.ui-button > button > .icon.icon-success[data-v-916e9d] {
  content: url("success.15208123.png");
}

.ui-button > button > .icon.icon-refresh[data-v-916e9d] {
  content: url("refresh.ed782039.svg");
}

.ui-button > button > .icon.icon-plus[data-v-916e9d] {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-button > button > .icon.icon-plus[data-v-916e9d]:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: .875rem;
  font-weight: 900;
}

.ui-button .title-container[data-v-916e9d] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  max-width: 1000rem;
  margin-top: .2rem;
  padding: .7rem;
  display: none;
  position: absolute;
  right: 0;
  box-shadow: 0 10px 19px #0c325a29;
}

.ui-button .title-container[data-v-916e9d]:before {
  content: "";
  background: #fff;
  width: .7rem;
  height: .7rem;
  display: block;
  position: absolute;
  top: -.35rem;
  right: 1rem;
  transform: rotate(45deg);
}

.ui-button:hover .title-container[data-v-916e9d] {
  display: block;
}

.ui-dropdown[data-v-070aae] {
  width: 100%;
  position: relative;
}

.ui-dropdown .value[data-v-070aae] {
  justify-content: flex-start;
  display: flex;
}

.ui-dropdown .value i[data-v-070aae] {
  margin-left: .5rem;
}

.ui-dropdown .dropdown-body[data-v-070aae] {
  color: #fff;
  cursor: pointer;
  background: #506bfa;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  padding: .5rem .7rem .5rem 1rem;
  display: flex;
}

.ui-dropdown .dropdown-body[data-v-070aae]:hover {
  border-color: #98a7b6;
}

.ui-dropdown .dropdown-body[data-v-070aae]:after, .ui-dropdown .dropdown-body.light[data-v-070aae]:after {
  content: "";
  background: url("dropdown-arrow.97dad211.svg") center / contain no-repeat;
  width: .5rem;
  height: .25rem;
  margin-top: .2rem;
  display: block;
}

.ui-dropdown .dropdown-body.small[data-v-070aae], .ui-dropdown .dropdown-body.light[data-v-070aae]:after {
  background: url("light-dropdown-arrow.544cc0c3.svg") center / 90% no-repeat;
}

.ui-dropdown .dropdown-body.disabled[data-v-070aae] {
  cursor: default;
}

.ui-dropdown .dropdown-body.light[data-v-070aae] {
  color: #556584;
  background: #fff;
  height: 3rem;
}

.ui-dropdown .dropdown-body.light .content[data-v-070aae] {
  flex-direction: column;
  display: flex;
}

.ui-dropdown .dropdown-body.light .content .title[data-v-070aae] {
  color: #98a7b6;
  font-size: .875rem;
}

.ui-dropdown .dropdown-body.light .content .title.small[data-v-070aae] {
  font-size: .6875rem;
}

.ui-dropdown .dropdown-body.light .content .value-alert[data-v-070aae] {
  color: #ff3666;
}

.ui-dropdown .dropdown-body.small[data-v-070aae] {
  color: #556584;
  background: #506bfa1a;
}

.ui-dropdown .dropdown-body.transparent[data-v-070aae] {
  color: #fff;
  background: #ffffff1a;
}

.ui-dropdown .dropdown-body.active[data-v-070aae] {
  border-color: #506bfa !important;
}

.ui-dropdown .dropdown-body.borderless[data-v-070aae] {
  border: none;
}

.ui-dropdown .dropdown-body .content[data-v-070aae] {
  overflow: hidden;
}

.ui-dropdown .options-wrapper[data-v-070aae] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  width: 100%;
  height: 9.6rem;
  padding: .5rem 0;
  position: absolute;
  box-shadow: 0 5px 14px #0c325a33;
}

.ui-dropdown .options-wrapper .options-block[data-v-070aae] {
  height: 100%;
  overflow: hidden scroll;
}

.ui-dropdown .options-wrapper .options-block .option[data-v-070aae] {
  color: #556584;
  cursor: pointer;
  justify-content: flex-start;
  padding: .6rem 0 .6rem 1rem;
  display: flex;
}

.ui-dropdown .options-wrapper .options-block .option[data-v-070aae]:hover {
  background-color: #506bfa1a;
}

.ui-dropdown .options-wrapper .options-block .option i[data-v-070aae] {
  margin-left: .5rem;
}

.ui-dropdown[data-v-070aae] ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.ui-dropdown[data-v-070aae] ::-webkit-scrollbar-track {
  background-color: #0000;
}

.ui-dropdown[data-v-070aae] ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
}

.ui-dropdown[data-v-070aae] ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
}

.ui-dropdown[data-v-070aae] ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.ui-dropdown[data-v-070aae] ::-webkit-scrollbar {
  width: .4rem;
}

.ui-input[data-v-873a6e] {
  width: 100%;
  position: relative;
}

.ui-input.small[data-v-873a6e] {
  width: 4rem;
}

.ui-input.small .ui-input-body[data-v-873a6e] {
  border: 1px solid #556584;
  border-radius: .5rem;
  width: 4rem;
  height: 2rem;
}

.ui-input.small .ui-input-body .spinner[data-v-873a6e], .ui-input.small .ui-input-body .icon[data-v-873a6e] {
  display: none;
}

.ui-input.small .ui-input-body .input input[data-v-873a6e] {
  padding: 0 1rem;
}

.ui-input .ui-input-body[data-v-873a6e] {
  cursor: pointer;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.ui-input .ui-input-body[data-v-873a6e]:hover {
  border-color: #98a7b6;
}

.ui-input .ui-input-body.active[data-v-873a6e] {
  border-color: #506bfa !important;
}

.ui-input .ui-input-body.invalid[data-v-873a6e] {
  border-color: #ff3666 !important;
}

.ui-input .ui-input-body .icon[data-v-873a6e] {
  width: 2rem;
  height: 2rem;
  margin: 0 .75rem;
}

.ui-input .ui-input-body .icon.search[data-v-873a6e] {
  background: url("search.a942d73c.svg") center no-repeat;
}

.ui-input .ui-input-body .icon.question[data-v-873a6e] {
  background: url("question.aa1b3a35.svg") center no-repeat;
}

.ui-input .ui-input-body .input[data-v-873a6e] {
  width: 100%;
}

.ui-input .ui-input-body .input .title[data-v-873a6e] {
  color: #98a7b6;
  font-size: .875rem;
}

.ui-input .ui-input-body .input .title.small[data-v-873a6e] {
  font-size: .6875rem;
}

.ui-input .ui-input-body .input input[data-v-873a6e] {
  color: #556584;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
}

.ui-input .ui-input-body .spinner[data-v-873a6e] {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 .75rem;
}

.ui-input .ui-input-body .spinner.loading[data-v-873a6e] {
  background: url("spinner.d18c22eb.svg") center no-repeat;
  animation: 1s linear infinite rot-873a6e;
}

@keyframes rot-873a6e {
  0% {
    transform: rotate(0);
  }

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

.ui-input .options-wrapper[data-v-873a6e] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  width: 100%;
  height: 9.6rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  box-shadow: 0 5px 14px #0c325a33;
}

.ui-input .options-wrapper .options-block[data-v-873a6e] {
  height: 100%;
  overflow: hidden scroll;
}

.ui-input .options-wrapper .options-block .option[data-v-873a6e] {
  cursor: pointer;
  color: #556584;
  padding: .6rem .5rem .6rem 1rem;
}

.ui-input .options-wrapper .options-block .option[data-v-873a6e]:hover {
  background-color: #506bfa1a;
}

.ui-input[data-v-873a6e] ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.ui-input[data-v-873a6e] ::-webkit-scrollbar-track {
  background-color: #98a7b6;
}

.ui-input[data-v-873a6e] ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
}

.ui-input[data-v-873a6e] ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
}

.ui-input[data-v-873a6e] ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.ui-input[data-v-873a6e] ::-webkit-scrollbar {
  width: .4rem;
}

.tab[data-v-0765c8] {
  color: #0c325a;
  cursor: pointer;
  background: #e5eaf0;
  padding: .875rem 1.5rem .625rem;
  font-weight: 500;
}

.tab.accent[data-v-0765c8] {
  color: #fff;
  background: #12b093;
}

.tab.active[data-v-0765c8] {
  color: #fff;
  background: #2d265d;
}

.ui-select[data-v-2626fa] {
  position: relative;
}

select[data-v-2626fa] {
  appearance: none;
  width: inherit;
  cursor: pointer;
  color: #556584;
  background: #506bfa1a;
  border: none;
  border-radius: .25rem;
  outline: 0;
  height: 2rem;
  padding: .5rem;
  font-size: 14px;
  line-height: 16px;
}

select[data-v-2626fa]:before {
  content: "";
  background: url("light-dropdown-arrow.544cc0c3.svg") center / contain no-repeat;
  width: .5rem;
  height: .3125rem;
  display: block;
  position: absolute;
  top: .875rem;
  right: .5rem;
}

select.positive[data-v-2626fa], select option.positive[data-v-2626fa] {
  color: #12b093;
}

select.negative[data-v-2626fa], select option.negative[data-v-2626fa] {
  color: #ff3666;
}

select.neutral[data-v-2626fa], select option.neutral[data-v-2626fa] {
  color: #d18d06;
}

select[data-v-2626fa], select option[data-v-2626fa] {
  color: #556584;
}

.modal-content {
  max-height: 100vh;
  overflow: scroll;
}

.container[data-v-b43103] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-administration-house-modal[data-v-b43103] {
  color: #0c325a;
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 .625rem 2.5rem #0c325a26;
}

.subsidies-registries-administration-house-modal-close[data-v-b43103] {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.subsidies-registries-administration-house-modal-close i[data-v-b43103] {
  font-size: .875rem;
}

.subsidies-registries-administration-house-modal-close[data-v-b43103]:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.subsidies-registries-administration-house-modal-header[data-v-b43103] {
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-header-icon[data-v-b43103] {
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%);
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-header-icon i[data-v-b43103] {
  color: #3259e5;
  font-size: 1.25rem;
}

.subsidies-registries-administration-house-modal-header-title[data-v-b43103] {
  color: #0c325a;
  letter-spacing: -.01em;
  word-break: break-word;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.subsidies-registries-administration-house-modal-body[data-v-b43103] {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-section[data-v-b43103] {
  background: #e5eaf008;
  border: 1px solid #e5eaf033;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
}

.subsidies-registries-administration-house-modal-section[data-v-b43103]:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #3259e50d;
}

.subsidies-registries-administration-house-modal-section-header[data-v-b43103] {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .625rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-administration-house-modal-section-header i[data-v-b43103] {
  color: #3259e5;
  text-align: center;
  width: 1.25rem;
  font-size: 1rem;
}

.subsidies-registries-administration-house-modal-section-content[data-v-b43103] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-info-card[data-v-b43103] {
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .625rem;
  padding: 1rem;
  box-shadow: 0 .125rem .25rem #0c325a05;
}

.subsidies-registries-administration-house-modal-info-row[data-v-b43103] {
  border-bottom: 1px solid #e5eaf01a;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.subsidies-registries-administration-house-modal-info-row[data-v-b43103]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.subsidies-registries-administration-house-modal-info-row[data-v-b43103]:first-child {
  padding-top: 0;
}

.subsidies-registries-administration-house-modal-info-row-columns[data-v-b43103] {
  flex-direction: column;
  gap: 1rem;
}

@media (width >= 768px) {
  .subsidies-registries-administration-house-modal-info-row-columns[data-v-b43103] {
    flex-direction: row;
  }
}

.subsidies-registries-administration-house-modal-info-column[data-v-b43103] {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-info-label[data-v-b43103] {
  color: #0c325ab3;
  flex: 1;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-info-label i[data-v-b43103] {
  color: #3259e5b3;
  text-align: center;
  flex-shrink: 0;
  width: 1.125rem;
  font-size: .875rem;
}

.subsidies-registries-administration-house-modal-info-value[data-v-b43103] {
  color: #0c325a;
  text-align: right;
  word-break: break-word;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

@media (width <= 767px) {
  .subsidies-registries-administration-house-modal-info-value[data-v-b43103] {
    text-align: left;
    margin-top: .25rem;
  }
}

.subsidies-registries-administration-house-modal-check-results[data-v-b43103] {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-check-result[data-v-b43103] {
  background: #fff;
  border: 1px solid #e5eaf033;
  border-radius: .5rem;
  padding: .75rem 1rem;
}

.subsidies-registries-administration-house-modal-check-result-header[data-v-b43103] {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-check-result-label[data-v-b43103] {
  color: #0c325a;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subsidies-registries-administration-house-modal-check-result-status[data-v-b43103] {
  border-radius: .375rem;
  flex-shrink: 0;
  align-items: center;
  gap: .375rem;
  padding: .25rem .625rem;
  font-size: .8125rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-administration-house-modal-check-result-status i[data-v-b43103] {
  font-size: .875rem;
}

.subsidies-registries-administration-house-modal-check-result-status-valid[data-v-b43103] {
  color: #00ae7a;
  background: linear-gradient(135deg, #00ae7a26 0%, #00ae7a1a 100%);
  border: 1px solid #00ae7a4d;
}

.subsidies-registries-administration-house-modal-check-result-status-failed[data-v-b43103] {
  color: #ff3666;
  background: linear-gradient(135deg, #ff366626 0%, #ff36661a 100%);
  border: 1px solid #ff36664d;
}

.subsidies-registries-administration-house-modal-check-result-status-skipped[data-v-b43103] {
  color: #556584;
  background: linear-gradient(135deg, #55658426 0%, #5565841a 100%);
  border: 1px solid #5565844d;
}

.subsidies-registries-administration-house-modal-check-result-details[data-v-b43103] {
  color: #0c325ab3;
  border-top: 1px solid #e5eaf033;
  margin-top: .5rem;
  padding-top: .5rem;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.125rem;
}

.subsidies-registries-administration-house-modal-comment-card[data-v-b43103] {
  color: #0c325a;
  word-break: break-word;
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .5rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.subsidies-registries-administration-house-modal-empty-text[data-v-b43103] {
  color: #0c325a66;
  font-style: italic;
}

.subsidies-registries-administration-house-modal-form-field[data-v-b43103] {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.subsidies-registries-administration-house-modal-form-label[data-v-b43103] {
  color: #0c325ab3;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.subsidies-registries-administration-house-modal-textarea[data-v-b43103] {
  color: #0c325a;
  resize: vertical;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 100%;
  min-height: 6.25rem;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.subsidies-registries-administration-house-modal-textarea[data-v-b43103]:focus {
  border-color: #3259e5;
  outline: none;
  box-shadow: 0 0 0 .1875rem #3259e51a;
}

.subsidies-registries-administration-house-modal-textarea[data-v-b43103]::placeholder {
  color: #0c325a66;
}

.subsidies-registries-administration-house-modal-status-display[data-v-b43103] {
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

.subsidies-registries-administration-house-modal-status-display i[data-v-b43103] {
  font-size: 1rem;
}

.subsidies-registries-administration-house-modal-status-display-approved[data-v-b43103] {
  color: #00ae7a;
  background: linear-gradient(135deg, #00ae7a26 0%, #00ae7a1a 100%);
  border: 1px solid #00ae7a4d;
}

.subsidies-registries-administration-house-modal-status-display-declined[data-v-b43103] {
  color: #ff3666;
  background: linear-gradient(135deg, #ff366626 0%, #ff36661a 100%);
  border: 1px solid #ff36664d;
}

.subsidies-registries-administration-house-modal-status-display-pending[data-v-b43103] {
  color: #f9a602;
  background: linear-gradient(135deg, #f9a60226 0%, #f9a6021a 100%);
  border: 1px solid #f9a6024d;
}

.subsidies-registries-house-approval-snackbar {
  background-color: #2d265d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 40rem;
  min-height: 3rem;
  padding: 0 1.125rem;
  display: flex;
  box-shadow: 0 10px 19px #0c325a29;
}

.subsidies-registries-house-approval-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.subsidies-registries-house-approval-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.subsidies-registries-house-approval-snackbar-button {
  margin-left: .6875rem;
}

.dp__input_wrap {
  width: 100%;
  box-sizing: unset;
  position: relative;
}

.dp__input_wrap:focus {
  border-color: var(--dp-border-color-hover);
  outline: none;
}

.dp__input {
  background-color: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  font-family: var(--dp-font-family);
  border: 1px solid var(--dp-border-color);
  width: 100%;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  padding: var(--dp-input-padding);
  color: var(--dp-text-color);
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.dp__input::placeholder {
  opacity: .7;
}

.dp__input:hover {
  border-color: var(--dp-border-color-hover);
}

.dp__input_reg {
  caret-color: #0000;
}

.dp__input_focus {
  border-color: var(--dp-border-color-hover);
}

.dp__disabled {
  background: var(--dp-disabled-color);
}

.dp__disabled::placeholder {
  color: var(--dp-disabled-color-text);
}

.dp__input_icons {
  width: var(--dp-font-size);
  height: var(--dp-font-size);
  stroke-width: 0;
  font-size: var(--dp-font-size);
  line-height: calc(var(--dp-font-size) * 1.5);
  color: var(--dp-icon-color);
  box-sizing: content-box;
  padding: 6px 12px;
  display: inline-block;
}

.dp__input_icon {
  cursor: pointer;
  color: var(--dp-icon-color);
  top: 50%;
  position: absolute;
  inset-inline-start: 0;
  transform: translateY(-50%);
}

.dp__clear_icon {
  cursor: pointer;
  color: var(--dp-icon-color);
  top: 50%;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}

.dp__input_icon_pad {
  padding-inline-start: var(--dp-input-icon-padding);
}

.dp__input_valid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-success-color);
  border-color: var(--dp-success-color);
}

.dp__input_valid:hover {
  border-color: var(--dp-success-color);
}

.dp__input_invalid {
  box-shadow: 0 0 var(--dp-border-radius) var(--dp-danger-color);
  border-color: var(--dp-danger-color);
}

.dp__input_invalid:hover {
  border-color: var(--dp-danger-color);
}

.dp__menu {
  background: var(--dp-background-color);
  border-radius: var(--dp-border-radius);
  min-width: var(--dp-menu-min-width);
  font-family: var(--dp-font-family);
  font-size: var(--dp-font-size);
  user-select: none;
  border: 1px solid var(--dp-menu-border-color);
  box-sizing: border-box;
}

.dp__menu:after, .dp__menu:before {
  box-sizing: border-box;
}

.dp__menu:focus {
  border: 1px solid var(--dp-menu-border-color);
  outline: none;
}

.dp--menu-wrapper {
  z-index: 99999;
  position: absolute;
}

.dp__menu_inner {
  padding: var(--dp-menu-padding);
}

.dp--menu--inner-stretched {
  padding: 6px 0;
}

.dp__menu_index {
  z-index: 99999;
}

.dp__menu_readonly, .dp__menu_disabled {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.dp__menu_disabled {
  cursor: not-allowed;
  background: #ffffff80;
}

.dp__menu_readonly {
  cursor: default;
  background: none;
}

.dp__arrow_top {
  background-color: var(--dp-background-color);
  border-inline-end: 1px solid var(--dp-menu-border-color);
  border-top: 1px solid var(--dp-menu-border-color);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.dp__arrow_bottom {
  background-color: var(--dp-background-color);
  border-inline-end: 1px solid var(--dp-menu-border-color);
  border-bottom: 1px solid var(--dp-menu-border-color);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.dp__action_extra {
  text-align: center;
  padding: 2px 0;
}

.dp--preset-dates {
  border-inline-end: 1px solid var(--dp-border-color);
  padding: 5px;
}

@media only screen and (width <= 600px) {
  .dp--preset-dates {
    max-width: calc(var(--dp-menu-width)  - var(--dp-action-row-padding) * 2);
    border: none;
    align-self: center;
    display: flex;
    overflow-x: auto;
  }
}

.dp__sidebar_left {
  border-inline-end: 1px solid var(--dp-border-color);
  padding: 5px;
}

.dp__sidebar_right {
  margin-inline-end: 1px solid var(--dp-border-color);
  padding: 5px;
}

.dp--preset-range {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  transition: var(--dp-common-transition);
  padding: 5px;
  display: block;
}

.dp--preset-range:hover {
  background-color: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  cursor: pointer;
}

@media only screen and (width <= 600px) {
  .dp--preset-range {
    border: 1px solid var(--dp-border-color);
    margin: 0 3px;
  }

  .dp--preset-range:first-child {
    margin-left: 0;
  }

  .dp--preset-range:last-child {
    margin-right: 0;
  }
}

.dp__menu_content_wrapper {
  display: flex;
}

@media only screen and (width <= 600px) {
  .dp__menu_content_wrapper {
    flex-direction: column-reverse;
  }
}

.dp__calendar_header {
  color: var(--dp-text-color);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
  position: relative;
}

.dp__calendar_header_item {
  text-align: center;
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  box-sizing: border-box;
  flex-grow: 1;
}

.dp__calendar_row {
  margin: var(--dp-row-margin);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp__calendar_item {
  text-align: center;
  box-sizing: border-box;
  color: var(--dp-text-color);
  flex-grow: 1;
}

.dp__calendar {
  position: relative;
}

.dp__calendar_header_cell {
  border-bottom: thin solid var(--dp-border-color);
  padding: var(--dp-calendar-header-cell-padding);
}

.dp__cell_inner {
  text-align: center;
  border-radius: var(--dp-cell-border-radius);
  height: var(--dp-cell-size);
  padding: var(--dp-cell-padding);
  width: var(--dp-cell-size);
  box-sizing: border-box;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dp__cell_inner:hover {
  transition: all .2s;
}

.dp__cell_auto_range_start, .dp__date_hover_start:hover, .dp__range_start {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.dp__cell_auto_range_end, .dp__date_hover_end:hover, .dp__range_end {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.dp__range_end, .dp__range_start, .dp__active_date {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__cell_auto_range_end, .dp__cell_auto_range_start {
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
}

.dp__date_hover_end:hover, .dp__date_hover_start:hover, .dp__date_hover:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__cell_offset {
  color: var(--dp-secondary-color);
}

.dp__cell_disabled {
  color: var(--dp-secondary-color);
  cursor: not-allowed;
}

.dp__range_between {
  background: var(--dp-range-between-dates-background-color);
  color: var(--dp-range-between-dates-text-color);
  border: 1px solid var(--dp-range-between-border-color);
  border-radius: 0;
}

.dp__range_between_week {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border-top: 1px solid var(--dp-primary-color);
  border-bottom: 1px solid var(--dp-primary-color);
  border-radius: 0;
}

.dp__today {
  border: 1px solid var(--dp-primary-color);
}

.dp__week_num {
  color: var(--dp-secondary-color);
  text-align: center;
}

.dp__cell_auto_range {
  border-top: 1px dashed var(--dp-primary-color);
  border-bottom: 1px dashed var(--dp-primary-color);
  border-radius: 0;
}

.dp__cell_auto_range_start {
  border-inline-start: 1px dashed var(--dp-primary-color);
}

.dp__cell_auto_range_end {
  border-inline-end: 1px dashed var(--dp-primary-color);
}

.dp__calendar_header_separator {
  background: var(--dp-border-color);
  width: 100%;
  height: 1px;
}

.dp__calendar_next {
  margin-inline-start: var(--dp-multi-calendars-spacing);
}

.dp__marker_line, .dp__marker_dot {
  background-color: var(--dp-marker-color);
  height: 5px;
  position: absolute;
  bottom: 0;
}

.dp__marker_dot {
  border-radius: 50%;
  width: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.dp__marker_line {
  width: 100%;
  left: 0;
}

.dp__marker_tooltip {
  border-radius: var(--dp-border-radius);
  background-color: var(--dp-tooltip-color);
  border: 1px solid var(--dp-border-color);
  z-index: 99999;
  box-sizing: border-box;
  cursor: default;
  padding: 5px;
  position: absolute;
}

.dp__tooltip_content {
  white-space: nowrap;
}

.dp__tooltip_text {
  color: var(--dp-text-color);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.dp__tooltip_mark {
  background-color: var(--dp-text-color);
  width: 5px;
  height: 5px;
  color: var(--dp-text-color);
  border-radius: 50%;
  margin-inline-end: 5px;
}

.dp__arrow_bottom_tp {
  background-color: var(--dp-tooltip-color);
  border-inline-end: 1px solid var(--dp-border-color);
  border-bottom: 1px solid var(--dp-border-color);
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%)rotate(45deg);
}

.dp__instance_calendar {
  width: 100%;
  position: relative;
}

@media only screen and (width <= 600px) {
  .dp__flex_display {
    flex-direction: column;
  }
}

.dp__cell_highlight {
  background-color: var(--dp-highlight-color);
}

.dp__month_year_row {
  height: var(--dp-month-year-row-height);
  color: var(--dp-text-color);
  box-sizing: border-box;
  align-items: center;
  display: flex;
}

.dp__inner_nav {
  cursor: pointer;
  height: var(--dp-month-year-row-button-size);
  width: var(--dp-month-year-row-button-size);
  color: var(--dp-icon-color);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp__inner_nav svg {
  height: var(--dp-button-icon-height);
  width: var(--dp-button-icon-height);
}

.dp__inner_nav:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

[dir="rtl"] .dp__inner_nav {
  transform: rotate(180deg);
}

.dp__inner_nav_disabled:hover, .dp__inner_nav_disabled {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}

.dp--year-select, .dp__month_year_select {
  text-align: center;
  cursor: pointer;
  height: var(--dp-month-year-row-height);
  border-radius: var(--dp-border-radius);
  box-sizing: border-box;
  color: var(--dp-text-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp--year-select:hover, .dp__month_year_select:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp__month_year_select {
  width: 50%;
}

.dp--year-select {
  width: 100%;
}

.dp__month_year_wrap {
  width: 100%;
  display: flex;
}

.dp__year_disable_select {
  justify-content: space-around;
}

.dp__overlay {
  background: var(--dp-background-color);
  z-index: 99999;
  width: 100%;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
  box-sizing: border-box;
  transition: opacity 1s ease-out;
}

.dp--overlay-absolute {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dp--overlay-relative {
  position: relative;
}

.dp__overlay_container::-webkit-scrollbar-track {
  box-shadow: var(--dp-scroll-bar-background);
  background-color: var(--dp-scroll-bar-background);
}

.dp__overlay_container::-webkit-scrollbar {
  background-color: var(--dp-scroll-bar-background);
  width: 5px;
}

.dp__overlay_container::-webkit-scrollbar-thumb {
  background-color: var(--dp-scroll-bar-color);
  border-radius: 10px;
}

.dp__overlay:focus {
  border: none;
  outline: none;
}

.dp__container_flex {
  display: flex;
}

.dp__container_block {
  display: block;
}

.dp__overlay_container {
  flex-direction: column;
  overflow-y: auto;
}

.dp__time_picker_overlay_container {
  height: 100%;
}

.dp__overlay_row {
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  display: flex;
}

.dp__flex_row {
  flex: 1;
}

.dp__overlay_col {
  box-sizing: border-box;
  width: 33%;
  padding: var(--dp-overlay-col-padding);
  white-space: nowrap;
}

.dp__overlay_cell_pad {
  padding: var(--dp-common-padding) 0;
}

.dp__overlay_cell_active {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__overlay_cell {
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  text-align: center;
}

.dp__overlay_cell:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp__cell_in_between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__over_action_scroll {
  box-sizing: border-box;
  right: 5px;
}

.dp__overlay_cell_disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}

.dp__overlay_cell_disabled:hover {
  background: var(--dp-disabled-color);
}

.dp__overlay_cell_active_disabled {
  cursor: not-allowed;
  background: var(--dp-primary-disabled-color);
}

.dp__overlay_cell_active_disabled:hover {
  background: var(--dp-primary-disabled-color);
}

.dp__btn, .dp--qr-btn, .dp--time-invalid, .dp--time-overlay-btn {
  font: inherit;
  transition: var(--dp-common-transition);
  border: none;
  line-height: normal;
}

.dp--tp-wrap {
  max-width: var(--dp-menu-min-width);
}

.dp__time_input {
  user-select: none;
  width: 100%;
  font-family: var(--dp-font-family);
  color: var(--dp-text-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp__time_col_reg_block {
  padding: 0 20px;
}

.dp__time_col_reg_inline {
  padding: 0 10px;
}

.dp__time_col_reg_with_button {
  padding: 0 15px;
}

.dp__time_col_sec {
  padding: 0 10px;
}

.dp__time_col_sec_with_button {
  padding: 0 5px;
}

.dp__time_col {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp__time_col_block {
  font-size: var(--dp-time-font-size);
}

.dp__time_display {
  cursor: pointer;
  color: var(--dp-text-color);
  border-radius: var(--dp-border-radius);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dp__time_display:hover:enabled {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp__time_display_block {
  padding: 0 3px;
}

.dp__time_display_inline {
  padding: 5px;
}

.dp__time_picker_inline_container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.dp__inc_dec_button {
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
  cursor: pointer;
  color: var(--dp-icon-color);
  box-sizing: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  display: flex;
}

.dp__inc_dec_button svg {
  height: var(--dp-time-inc-dec-button-size);
  width: var(--dp-time-inc-dec-button-size);
}

.dp__inc_dec_button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-primary-color);
}

.dp__inc_dec_button_inline {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 8px;
  padding: 0;
  display: flex;
}

.dp__inc_dec_button_disabled:hover, .dp__inc_dec_button_disabled {
  background: var(--dp-disabled-color);
  color: var(--dp-disabled-color-text);
  cursor: not-allowed;
}

.dp__pm_am_button {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  padding: var(--dp-common-padding);
  border-radius: var(--dp-border-radius);
  cursor: pointer;
  border: none;
}

.dp__tp_inline_btn_bar {
  background-color: var(--dp-secondary-color);
  width: 100%;
  height: 4px;
  transition: var(--dp-common-transition);
  border-collapse: collapse;
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg)scale(1.15)translateY(-2px);
}

.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l, .dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r {
  background-color: var(--dp-primary-color);
  transform: rotate(-12deg)scale(1.15)translateY(-2px);
}

.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l {
  background-color: var(--dp-primary-color);
  transform: rotate(12deg)scale(1.15)translateY(-2px);
}

.dp--time-overlay-btn {
  background: none;
}

.dp--time-invalid {
  background-color: var(--dp-disabled-color);
}

.dp__action_row {
  width: 100%;
  padding: var(--dp-action-row-padding);
  box-sizing: border-box;
  color: var(--dp-text-color);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.dp__action_row svg {
  height: var(--dp-button-icon-height);
  width: auto;
}

.dp__selection_preview {
  color: var(--dp-text-color);
  font-size: var(--dp-preview-font-size);
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.dp__action_buttons {
  flex: 0;
  justify-content: flex-end;
  align-items: center;
  margin-inline-start: auto;
  display: flex;
}

.dp__action_button {
  padding: var(--dp-action-buttons-padding);
  line-height: var(--dp-action-button-height);
  height: var(--dp-action-button-height);
  cursor: pointer;
  border-radius: var(--dp-border-radius);
  font-size: var(--dp-preview-font-size);
  font-family: var(--dp-font-family);
  background: none;
  border: 1px solid #0000;
  align-items: center;
  margin-inline-start: 3px;
  display: inline-flex;
}

.dp__action_select {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp__action_select:hover {
  background: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}

.dp__action_select:disabled {
  background: var(--dp-primary-disabled-color);
  cursor: not-allowed;
}

.dp__action_cancel {
  color: var(--dp-text-color);
  border: 1px solid var(--dp-border-color);
}

.dp__action_cancel:hover {
  border-color: var(--dp-primary-color);
  transition: var(--dp-action-row-transtion);
}

.dp-quarter-picker-wrap {
  height: 100%;
  min-width: var(--dp-menu-min-width);
  flex-direction: column;
  display: flex;
}

.dp--qr-btn {
  width: 100%;
  padding: var(--dp-common-padding);
}

.dp--qr-btn:not(.dp--highlighted, .dp--qr-btn-active, .dp--qr-btn-disabled, .dp--qr-btn-between) {
  background: none;
}

.dp--qr-btn:hover:not(.dp--qr-btn-active, .dp--qr-btn-disabled) {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
  transition: var(--dp-common-transition);
}

.dp--quarter-items {
  flex-direction: column;
  flex: 1;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  display: flex;
}

.dp--qr-btn-active {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}

.dp--qr-btn-between {
  background: var(--dp-hover-color);
  color: var(--dp-hover-text-color);
}

.dp--qr-btn-disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}

.dp--qr-btn-disabled:hover {
  background: var(--dp-disabled-color);
}

.dp__btn, .dp--time-overlay-btn, .dp--time-invalid, .dp--qr-btn {
  font: inherit;
  transition: var(--dp-common-transition);
  border: none;
  line-height: normal;
}

.dp--year-mode-picker {
  width: 100%;
  height: var(--dp-cell-size);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

:root {
  --dp-common-transition: all .1s ease-in;
  --dp-menu-padding: 6px 8px;
  --dp-animation-duration: .1s;
  --dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);
  --dp-transition-timing: ease-out;
  --dp-action-row-transtion: all .2s ease-in;
  --dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --dp-border-radius: 4px;
  --dp-cell-border-radius: 4px;
  --dp-transition-length: 22px;
  --dp-transition-timing-general: .1s;
  --dp-button-height: 35px;
  --dp-month-year-row-height: 35px;
  --dp-month-year-row-button-size: 25px;
  --dp-button-icon-height: 20px;
  --dp-calendar-wrap-padding: 0 5px;
  --dp-cell-size: 35px;
  --dp-cell-padding: 5px;
  --dp-common-padding: 10px;
  --dp-input-icon-padding: 35px;
  --dp-input-padding: 6px 30px 6px 12px;
  --dp-menu-min-width: 260px;
  --dp-action-buttons-padding: 1px 6px;
  --dp-row-margin: 5px 0;
  --dp-calendar-header-cell-padding: .5rem;
  --dp-multi-calendars-spacing: 10px;
  --dp-overlay-col-padding: 3px;
  --dp-time-inc-dec-button-size: 32px;
  --dp-font-size: 1rem;
  --dp-preview-font-size: .8rem;
  --dp-time-font-size: 2rem;
  --dp-action-button-height: 22px;
  --dp-action-row-padding: 8px;
}

.dp__theme_dark {
  --dp-background-color: #212121;
  --dp-text-color: #fff;
  --dp-hover-color: #484848;
  --dp-hover-text-color: #fff;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #005cb2;
  --dp-primary-disabled-color: #61a8ea;
  --dp-primary-text-color: #fff;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: #2d2d2d;
  --dp-menu-border-color: #2d2d2d;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-success-color-disabled: #428f59;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
  --dp-marker-color: #e53935;
  --dp-tooltip-color: #3e3e3e;
  --dp-highlight-color: #005cb233;
  --dp-range-between-dates-background-color: var(--dp-hover-color, #484848);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);
  --dp-range-between-border-color: var(--dp-hover-color, #fff);
}

.dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-hover-text-color: #212121;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #1976d2;
  --dp-primary-disabled-color: #6bacea;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-menu-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-success-color-disabled: #a3d9b1;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-marker-color: #ff6f60;
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: #1976d21a;
  --dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);
  --dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);
}

.dp__flex {
  align-items: center;
  display: flex;
}

.dp__btn {
  background: none;
}

.dp__main {
  font-family: var(--dp-font-family);
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.dp__pointer {
  cursor: pointer;
}

.dp__icon {
  stroke: currentColor;
  fill: currentColor;
}

.dp__button {
  text-align: center;
  width: 100%;
  color: var(--dp-icon-color);
  cursor: pointer;
  padding: var(--dp-common-padding);
  box-sizing: border-box;
  height: var(--dp-button-height);
  place-content: center;
  align-items: center;
  display: flex;
}

.dp__button.dp__overlay_action {
  position: absolute;
  bottom: 0;
}

.dp__button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-hover-icon-color);
}

.dp__button svg {
  height: var(--dp-button-icon-height);
  width: auto;
}

.dp__button_bottom {
  border-bottom-left-radius: var(--dp-border-radius);
  border-bottom-right-radius: var(--dp-border-radius);
}

.dp__flex_display {
  display: flex;
}

.dp__flex_display_with_input {
  flex-direction: column;
  align-items: flex-start;
}

.dp__relative {
  position: relative;
}

.calendar-next-enter-active, .calendar-next-leave-active, .calendar-prev-enter-active, .calendar-prev-leave-active {
  transition: all var(--dp-transition-timing-general) ease-out;
}

.calendar-next-enter-from {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}

.calendar-next-leave-to, .calendar-prev-enter-from {
  opacity: 0;
  transform: translateX(calc(var(--dp-transition-length) * -1));
}

.calendar-prev-leave-to {
  opacity: 0;
  transform: translateX(var(--dp-transition-length));
}

.dp-menu-appear-bottom-enter-active, .dp-menu-appear-bottom-leave-active, .dp-menu-appear-top-enter-active, .dp-menu-appear-top-leave-active, .dp-slide-up-enter-active, .dp-slide-up-leave-active, .dp-slide-down-enter-active, .dp-slide-down-leave-active {
  transition: all var(--dp-animation-duration) var(--dp-transition-timing);
}

.dp-menu-appear-top-enter-from, .dp-menu-appear-top-leave-to, .dp-slide-down-leave-to, .dp-slide-up-enter-from {
  opacity: 0;
  transform: translateY(var(--dp-transition-length));
}

.dp-menu-appear-bottom-enter-from, .dp-menu-appear-bottom-leave-to, .dp-slide-down-enter-from, .dp-slide-up-leave-to {
  opacity: 0;
  transform: translateY(calc(var(--dp-transition-length) * -1));
}

.dp--arrow-btn-nav {
  transition: var(--dp-common-transition);
}

.dp--highlighted {
  background-color: var(--dp-highlight-color);
}

.app-datepicker {
  min-width: 240px;
}

.invalid-datepicker input {
  border: 1px solid #ff3666 !important;
}

.dp__main {
  font-family: IBM Plex Sans !important;
  font-size: .875rem !important;
}

.dp__input {
  color: #556584;
  min-height: 3rem;
  font-family: IBM Plex Sans !important;
  font-size: .875rem !important;
}

.dp__input::placeholder {
  opacity: 1;
  color: $ color-light !important;
}

.mx-datepicker {
  min-height: 3rem;
}

.mx-input {
  border: 1px solid #e5eaf0;
  min-height: 3rem;
}

.big input {
  border: 1px solid #e5eaf0;
  width: 100%;
  min-width: 384px;
  height: 3rem;
}

.range {
  min-width: 320px;
}

.big .xmx-datepicker, .big mx-input-wrapper {
  width: 100%;
}

.box {
  width: 200px;
  display: flex;
  overflow: scroll;
}

.box .s {
  background: #00008b;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  height: 10px;
  margin: 10px;
}

.test {
  background: #fff;
  width: 1000px;
  margin: 50px auto;
  padding: 10px;
}

.section {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.section > * {
  margin-right: 10px;
}

.section > .tab {
  margin: 0;
}

.login {
  background: linear-gradient(120.47deg, #4598ab 33.2%, #4e3791 88.21%, #3d2f66 122.24%);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0 4rem;
}

.login-container {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  max-width: 84rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: .875rem 0 1.875rem;
  position: relative;
}

.login-container:after {
  content: "";
  z-index: 0;
  background-image: url("background-house.df3f89c3.svg");
  background-repeat: no-repeat;
  width: 460px;
  height: 470px;
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
}

.login-top-bar {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.0625rem;
  display: flex;
  position: relative;
}

.login-top-bar-logo {
  background: url("logo.4d4db967.svg") center / contain no-repeat;
  width: 2.6875rem;
  height: 2.0625rem;
  margin-right: .75rem;
}

.login-top-bar-logo.tumen {
  background-image: url("tumen.4d4db967.svg");
}

.login-top-bar-logo.yamal {
  background-image: url("yamal.173ba06a.png");
}

.login-top-bar-logo.hmao {
  background-image: url("hmao.585b7ab0.png");
}

.login-top-bar-logo.krasnodar {
  background-image: url("krasnodar.368d7723.png");
}

.login-top-bar-logo.sverd {
  background-image: url("sverd.613a01c0.png");
}

.login-top-bar-logo.chuv {
  background-image: url("chuv.04015f42.png");
}

.login-top-bar-logo.lipetsk {
  background-image: url("lipetsk.c09563a7.png");
}

.login-top-bar-logo.spb {
  background-image: url("spb.0074a393.png");
}

.login-top-bar-logo.perm {
  background-image: url("perm.504633d1.png");
}

.login-top-bar-logo.demo {
  background-image: url("demo.c5aa3d79.png");
}

.login-top-bar-title, .login-top-bar-subtitle {
  color: #fff;
}

.login-top-bar-title {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-right: .875rem;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.0625rem;
}

.login-top-bar-subtitle {
  font-size: .875rem;
  font-weight: normal;
}

.login-body {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.login-title, .login-subtitle {
  color: #fff;
  width: 25rem;
}

.login-title {
  letter-spacing: -.01em;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.login-subtitle {
  margin-top: 2.25rem;
  display: table;
}

.login-subtitle-row {
  width: 100%;
  display: table-row;
}

.login-subtitle-cell {
  color: #fffc;
  width: 50%;
  margin-right: 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2.5rem;
  display: table-cell;
}

.login-subtitle-cell:last-of-type {
  margin-right: 0;
}

.login-body {
  z-index: 1;
  margin-top: 4.1875rem;
  position: relative;
}

.login-footer {
  color: #fff;
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.875rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.login-footer-left, .login-footer-right, .login-footer-link {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.login-footer-left span + span {
  margin-left: 1.375rem;
}

.login-content {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

@media (width <= 1280px) {
  .login-content {
    position: relative;
    left: auto;
    transform: none;
  }
}

@media (height <= 600px) {
  .login-container:after {
    background-image: none;
  }
}

.login-form {
  background: #fff;
  border-radius: .5rem;
  width: 24rem;
  padding: 2rem;
  box-shadow: 0 10px 19px #0c325a29;
}

.login-form-row {
  margin-bottom: 1.5rem;
}

.login-form-row-error {
  color: #ff3666;
  text-align: center;
  padding: .5rem 1rem;
}

.login-form-row:last-of-type {
  margin-bottom: 0;
}

.login-form-row-text {
  text-align: center;
  color: #556584;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.login-form-row-right {
  text-align: right;
}

.login-form-row-center {
  text-align: center;
}

.login-form-row-justify {
  justify-content: space-between;
  display: flex;
}

.login-form-row-columns {
  flex-flow: row;
  display: flex;
}

.login-form-row-column {
  text-align: center;
  width: 50%;
}

.login-form-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.login-form-input {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  width: 100%;
  height: 3rem;
  padding: .4375rem .5rem;
  line-height: 1.5rem;
  display: block;
}

.login-form-link {
  color: #3259e5;
  font-size: .875rem;
  line-height: 1.5rem;
}

.login-invitation-form {
  background: #fff;
  border-radius: .5rem;
  width: 24rem;
  padding: 2rem 2rem 1.5rem;
  box-shadow: 0 10px 19px #0c325a29;
}

.login-invitation-form-row {
  margin-bottom: 1.5rem;
}

.login-invitation-form-row-error {
  color: #ff3666;
  text-align: center;
  padding: .5rem 1rem;
}

.login-invitation-form-row:last-of-type {
  margin-bottom: 0;
}

.login-invitation-form-row-text {
  text-align: center;
  color: #556584;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.login-invitation-form-row-right {
  text-align: right;
}

.login-invitation-form-row-center {
  text-align: center;
}

.login-invitation-form-row-justify {
  justify-content: space-between;
  display: flex;
}

.login-invitation-form-row-columns {
  flex-flow: row;
  display: flex;
}

.login-invitation-form-row-column {
  text-align: center;
  width: 50%;
}

.login-invitation-form-row-heading + .login-invitation-form-row-text {
  margin-top: -1.5rem;
}

.login-invitation-form-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.login-invitation-form-input {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  width: 100%;
  height: 3rem;
  padding: .4375rem .5rem;
  line-height: 1.5rem;
  display: block;
}

.login-invitation-form-link {
  color: #3259e5;
  font-size: .875rem;
  line-height: 1.5rem;
}

.ui-button[data-v-2f291b] {
  display: inline-block;
  position: relative;
}

.ui-button.stretch[data-v-2f291b] {
  width: 100%;
}

.ui-button[data-v-2f291b] {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background-color: #506bfa;
  border: none;
  border-radius: 2rem;
  outline: none;
  width: 100%;
  height: 2rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.ui-button[data-v-2f291b]:hover {
  background: #506bfa linear-gradient(0deg, #0000001a, #0000001a);
}

.ui-button[data-v-2f291b]:active, .ui-button.active[data-v-2f291b] {
  background: #506bfa linear-gradient(0deg, #0003, #0003);
}

.ui-button.red[data-v-2f291b], .ui-button.pink[data-v-2f291b] {
  background-color: #ff3666;
}

.ui-button.green[data-v-2f291b] {
  background-color: #12b093;
}

.ui-button.gray[data-v-2f291b] {
  background-color: #98a7b6;
}

.ui-button.dark-gray[data-v-2f291b] {
  background-color: #556584;
}

.ui-button.alt-accent[data-v-2f291b] {
  background-color: #506bfa;
}

.ui-button.empty[data-v-2f291b], .ui-button.pagination[data-v-2f291b] {
  background: none;
}

.ui-button.pagination[data-v-2f291b] {
  text-align: center;
  color: #556584;
  box-sizing: border-box;
  border: 1px solid #98a7b6b3;
  width: auto;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 .5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.ui-button.pagination.active[data-v-2f291b] {
  color: #fff;
  background-color: #506bfa;
  border: none;
}

.ui-button > .icon[data-v-2f291b] {
  content: "";
  vertical-align: middle;
  max-width: 1.25rem;
  height: .9rem;
  margin-left: .625rem;
  display: inline-block;
}

.ui-button > .icon.icon-matrix[data-v-2f291b] {
  content: url("matrix.fcfc23b3.svg");
}

.ui-button > .icon.icon-close[data-v-2f291b] {
  content: url("close.714ce3b2.svg");
}

.ui-button .title-container[data-v-2f291b] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  max-width: 1000rem;
  margin-top: .2rem;
  padding: .7rem;
  display: none;
  position: absolute;
  right: 0;
  box-shadow: 0 10px 19px #0c325a29;
}

.ui-button .title-container[data-v-2f291b]:before {
  content: "";
  background: #fff;
  width: .7rem;
  height: .7rem;
  display: block;
  position: absolute;
  top: -.35rem;
  right: 1rem;
  transform: rotate(45deg);
}

.ui-button:hover .title-container[data-v-2f291b] {
  display: block;
}

.login-reset-password-form {
  background: #fff;
  border-radius: .5rem;
  width: 24rem;
  padding: 2rem 2rem 1.5rem;
  box-shadow: 0 10px 19px #0c325a29;
}

.login-reset-password-form-row {
  margin-bottom: 1.5rem;
}

.login-reset-password-form-row-error {
  color: #ff3666;
  text-align: center;
  padding: .5rem 1rem;
}

.login-reset-password-form-row:last-of-type {
  margin-bottom: 0;
}

.login-reset-password-form-row-text {
  text-align: center;
  color: #556584;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.login-reset-password-form-row-right {
  text-align: right;
}

.login-reset-password-form-row-center {
  text-align: center;
}

.login-reset-password-form-row-justify {
  justify-content: space-between;
  display: flex;
}

.login-reset-password-form-row-columns {
  flex-flow: row;
  display: flex;
}

.login-reset-password-form-row-column {
  text-align: center;
  width: 50%;
}

.login-reset-password-form-row-heading + .login-reset-password-form-row-text {
  margin-top: -1.5rem;
}

.login-reset-password-form-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.login-reset-password-form-input {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  width: 100%;
  height: 3rem;
  padding: .4375rem .5rem;
  line-height: 1.5rem;
  display: block;
}

.login-reset-password-form-link {
  color: #3259e5;
  font-size: .875rem;
  line-height: 1.5rem;
}

.login-reset-password-form-button-link {
  text-align: center;
}

.error {
  border: 2px solid #ff3666;
  border-radius: .5rem;
  width: 25rem;
  margin: 25% auto;
  padding: 1.5rem;
}

.error-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.error-description {
  text-align: center;
  margin-bottom: 1.5rem;
}

.error-footer {
  text-align: center;
}

.double-knob-slider {
  user-select: none;
  min-width: 4rem;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.double-knob-slider:after {
  content: "";
  border-top: 1px solid #98a7b6;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  transform: translate(0, 50%);
}

.double-knob-slider-label {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.double-knob-slider-knob {
  z-index: 4;
  background: #fffc;
  border: 1px solid #98a7b6;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 1px;
  transform: translate(-50%, 50%);
}

.double-knob-slider-range {
  z-index: 2;
  border-top: 3px solid #2ed2a1;
  position: absolute;
  bottom: 1px;
  transform: translate(0, 50%);
}

.double-knob-slider-subrange {
  z-index: 1;
  position: absolute;
}

.double-knob-slider-marker {
  z-index: 3;
  background: #0500ff;
  border-radius: .8125rem;
  width: .1875rem;
  height: .625rem;
  position: absolute;
  bottom: 1px;
  transform: translate(-50%, 50%);
}

.toggle {
  cursor: pointer;
  min-width: 3.125rem;
  min-height: 2.5rem;
  position: relative;
}

.toggle:before {
  content: "";
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  height: 1.5rem;
  transition-duration: .3s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.toggle-green:before {
  background: #2ed2a1;
  border-color: #0000;
}

.toggle-red:before {
  background: #ff3666;
  border-color: #0000;
}

.toggle-knob {
  background: #fff;
  border: 1px solid #98a7b6;
  border-radius: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition-duration: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle-disabled .toggle-knob {
  border-color: #e5eaf0;
}

.toggle-knob-left {
  left: 1px;
  transform: translate(0%, -50%);
}

.toggle-knob-right {
  left: calc(100% - 1px);
  transform: translate(-100%, -50%);
}

.toggle-knob .icon {
  color: #666;
  font-size: .875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-dropdown {
  white-space: nowrap;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-radius: .5rem;
  max-height: 3rem;
  padding: .75rem 2.5rem .75rem 1rem;
  position: relative;
}

.select-dropdown.has-title {
  padding-top: .25rem;
}

.select-dropdown-title {
  color: #98a7b6;
  font-size: .875rem;
  display: block;
}

.select-dropdown-title.small {
  font-size: .6875rem;
}

.select-dropdown-disabled {
  color: #98a7b6;
}

.select-dropdown-expanded {
  z-index: 100;
  border-radius: .5rem .5rem 0 0;
}

.select-dropdown-indicator {
  background-image: url("select-arrow.b5e9b9da.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .625rem .3125rem;
  width: 2rem;
  height: 2rem;
  transition-duration: .3s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.select-dropdown-expanded .select-dropdown-indicator {
  transform: translate(0, -50%)rotate(180deg);
}

.select-dropdown-disabled .select-dropdown-indicator {
  opacity: .4;
}

.select-dropdown-options {
  white-space: normal;
  border-radius: 0 0 .5rem .5rem;
  height: 168px;
  padding-top: 2.5rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  box-shadow: 0 .625rem 1.1875rem #0c325a29;
}

.select-dropdown-expanded .select-dropdown-options {
  display: block;
}

.select-dropdown-option {
  text-overflow: ellipsis;
  background: #fff;
  max-width: 100%;
  padding: .5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.select-dropdown-option:hover {
  color: #3259e5;
}

.select-dropdown-option-indicator {
  vertical-align: middle;
  background: #3259e5;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  display: inline-block;
}

.checkboxes-flat {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: .5rem;
  margin-left: -.375rem;
  display: flex;
}

.checkboxes-flat-wrap {
  white-space: nowrap;
  z-index: 4;
  background: #fff;
  border-radius: .5rem;
  padding: .75rem;
  position: relative;
}

.checkboxes-flat-disabled {
  color: #98a7b6;
}

.checkboxes-flat-item {
  cursor: pointer;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #0c325a;
  border-radius: .25rem;
  max-width: 100%;
  margin-bottom: .5rem;
  margin-left: .375rem;
  padding: .5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.checkboxes-flat-item-checked {
  color: #fff;
  background-color: #0c325a;
}

.checkboxes-flat-item-indicator {
  vertical-align: middle;
  background: #3259e5;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  display: inline-block;
}

.ui-input[data-v-8246b3] {
  width: 100%;
  position: relative;
}

.ui-input .ui-input-readonly[data-v-8246b3] {
  cursor: not-allowed;
  background-color: #f3f3f3;
  color: #ccc !important;
}

.ui-input.small[data-v-8246b3] {
  width: 4rem;
}

.ui-input.small .ui-input-body[data-v-8246b3] {
  border: 1px solid #98a7b6;
  border-radius: .5rem;
  width: 4rem;
  height: 2rem;
}

.ui-input.small .ui-input-body .spinner[data-v-8246b3], .ui-input.small .ui-input-body .icon[data-v-8246b3] {
  display: none;
}

.ui-input.small .ui-input-body .input input[data-v-8246b3] {
  padding: 0 1rem;
}

.ui-input .ui-input-body[data-v-8246b3] {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.ui-input .ui-input-body[data-v-8246b3]:hover {
  border-color: #98a7b6;
}

.ui-input .ui-input-body.active[data-v-8246b3] {
  border-color: $ color-alt-accent !important;
}

.ui-input .ui-input-body.invalid[data-v-8246b3] {
  border-color: #ff3666 !important;
}

.ui-input .ui-input-body.readonly[data-v-8246b3] {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f3f3f3;
  border-color: #ccc;
}

.ui-input .ui-input-body .icon[data-v-8246b3] {
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 .75rem;
}

.ui-input .ui-input-body .icon.search[data-v-8246b3] {
  background: url("search.a942d73c.svg") center no-repeat;
}

.ui-input .ui-input-body .icon.snowflake[data-v-8246b3] {
  text-align: center;
  color: #556584;
}

.ui-input .ui-input-body .icon.snowflake[data-v-8246b3]:before {
  content: "";
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline-block;
}

.ui-input .ui-input-body .input[data-v-8246b3] {
  width: 100%;
  padding-left: 1.125rem;
}

.ui-input .ui-input-body .input .title[data-v-8246b3] {
  color: #98a7b6;
  font-size: .875rem;
}

.ui-input .ui-input-body .input .title.small[data-v-8246b3] {
  font-size: .6875rem;
}

.ui-input .ui-input-body .input input[data-v-8246b3] {
  color: #556584;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 1rem 0 0;
}

.ui-input .ui-input-body .spinner[data-v-8246b3] {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 .75rem;
}

.ui-input .ui-input-body .spinner.loading[data-v-8246b3] {
  background: url("spinner.d18c22eb.svg") center no-repeat;
  animation: 1s linear infinite rot-8246b3;
}

@keyframes rot-8246b3 {
  0% {
    transform: rotate(0);
  }

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

.ui-input .options-wrapper[data-v-8246b3] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  width: 100%;
  height: 9.6rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  box-shadow: 0 5px 14px #0c325a33;
}

.ui-input .options-wrapper .options-block[data-v-8246b3] {
  height: 100%;
  overflow: hidden scroll;
}

.ui-input .options-wrapper .options-block .option[data-v-8246b3] {
  cursor: pointer;
  color: #556584;
  padding: .6rem .5rem .6rem 1rem;
}

.ui-input .options-wrapper .options-block .option[data-v-8246b3]:hover {
  background-color: $ color-alt-accent-transparent;
}

.ui-input[data-v-8246b3] ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.ui-input[data-v-8246b3] ::-webkit-scrollbar-track {
  background-color: #98a7b6;
}

.ui-input[data-v-8246b3] ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
}

.ui-input[data-v-8246b3] ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
}

.ui-input[data-v-8246b3] ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.ui-input[data-v-8246b3] ::-webkit-scrollbar {
  width: .4rem;
}

.house-passport-filter-modal {
  user-select: none;
  padding: 3rem 4rem;
}

.house-passport-filter-modal-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.house-passport-filter-modal-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.house-passport-filter-modal-subheading {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.house-passport-filter-modal-section-heading {
  font-weight: bold;
}

.house-passport-filter-modal-legend {
  background: #e5eaf0;
  border-radius: .5rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
}

.house-passport-filter-modal-legend-indicator {
  background: #0500ff;
  border-radius: .8125rem;
  width: .1875rem;
  height: .625rem;
  margin-right: .5rem;
  display: inline-block;
}

.house-passport-filter-modal-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: calc(100vh - 15rem);
  max-height: calc(100vh - 15rem);
  overflow-y: scroll;
}

.house-passport-filter-modal-container::-webkit-scrollbar {
  display: none;
}

.house-passport-filter-modal-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.house-passport-filter-modal-row-tight {
  margin-bottom: 1.25rem;
}

.house-passport-filter-modal-value {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 5.5rem;
  padding: .4375rem 1rem;
  line-height: 1.5rem;
}

.house-passport-filter-modal-select {
  width: 100%;
}

.house-passport-filter-modal-slider {
  flex: 1;
}

.house-passport-filter-modal-label-indicator {
  background: #3259e5;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  margin-right: .25rem;
  display: inline-block;
}

.house-passport-filter-modal-footer {
  text-align: right;
  margin-top: 1.25rem;
}

.house-passport-filter-modal-footer-error {
  color: #ff3666;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
}

.house-passport-filter-modal-button {
  background: none;
  border: none;
  border-radius: .5rem;
  outline: none;
  margin-right: 1rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
}

.house-passport-filter-modal-button-primary {
  background: #fff;
}

.house-passport-filter-modal-button:last-of-type {
  margin-right: 0;
}

.search-field {
  background: none;
  min-height: 2.5rem;
  transition-duration: .3s;
  position: relative;
}

.search-field-autocomplete {
  z-index: 10;
  background: #fff;
  border-radius: 1.25rem;
  min-height: 2.5rem;
  padding-top: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .625rem 1.1875rem #0c325a29;
}

.search-field-autocomplete-empty {
  padding: 3.5rem 1rem 1rem;
}

.search-field-autocomplete-empty:before {
  content: "";
  border-top: 1px solid #e5eaf0;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
}

.search-field-autocomplete-empty a {
  text-decoration: underline;
}

.search-field-autocomplete-empty a:hover {
  color: #3259e5;
}

.search-field-input {
  z-index: 11;
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 4.375rem);
  height: 2.5rem;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
  line-height: 2.5rem;
  position: relative;
}

.search-field-item {
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 .3125rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.search-field-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
}

.search-field-item-type-green {
  background: #c8f9c1;
}

.search-field-item-type-purple {
  background: #ccc1f9;
}

.search-field-item-type-yellow {
  background: #ffe9be;
}

.search-field-item-type-blue {
  background: #58cdf2;
}

.search-field-item-label {
  flex: 1;
}

.search-field-item:hover .search-field-item-label {
  color: #3259e5;
}

.search-field-control {
  text-align: center;
  z-index: 12;
  width: 2.1875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.search-field-control-right {
  right: 0;
}

.search-field-control-left {
  left: 0;
}

.search-field-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
}

.search-field-control-icon-search {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.search-field-control-icon-cross {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.search-field-control-icon-passport-filter {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("settings.8a081adb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.search-field-busy {
  z-index: 12;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translate(0, -50%);
}

.search-field-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
}

.search-field-error {
  z-index: 12;
  color: red;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translate(0, -50%);
}

.service-button {
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .625rem;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.service-button:last-child {
  margin-bottom: 0;
}

.service-button:before {
  content: "";
  background: none;
  width: 4px;
  transition: all .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.service-button:hover {
  border-color: #3259e54d;
  transform: translateY(-2px);
  box-shadow: 0 .25rem 1rem #0c325a1a;
}

.service-button:hover:before {
  background: linear-gradient(135deg, #3259e5 0%, #1c47df 100%);
}

.service-button:hover .service-button-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.service-button-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  position: relative;
}

.service-button-icon:before {
  content: url("icon-default.eb6f4089.svg");
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-button-caption {
  color: #0c325a;
  letter-spacing: -.01em;
  flex: 1;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.125rem;
}

.service-button-arrow {
  color: #3259e5;
  opacity: .6;
  background: #3259e51a;
  border-radius: .25rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .2s;
  display: flex;
}

.service-button-arrow i {
  font-size: .625rem;
}

.service-button.green {
  background: linear-gradient(135deg, #10b98114 0%, #10b98108 100%);
  border-color: #10b98133;
}

.service-button.green:before {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.service-button.green .service-button-caption {
  color: #0c325a;
}

.service-button.green .service-button-arrow {
  color: #10b981;
  background: #10b98126;
}

.service-button.green:hover {
  background: linear-gradient(135deg, #10b9811f 0%, #10b9810f 100%);
  border-color: #10b98166;
  box-shadow: 0 .25rem 1rem #10b98126;
}

.service-button.green.icon-analog-search .service-button-icon:before {
  content: url("icon-analog-search.f91018a3.svg");
}

.service-button.green.icon-cost-compare .service-button-icon:before {
  content: url("icon-cost-compare.5aea7ef2.svg");
}

.service-button.green.icon-links-map .service-button-icon:before {
  content: url("icon-links-map.66e532ea.svg");
}

.service-button.green.icon-residents-check .service-button-icon:before {
  content: url("icon-residents-check.fe43543e.svg");
}

.service-button.green.icon-passport .service-button-icon:before {
  content: url("icon-passport.bdf1463a.svg");
}

.service-button.blue {
  background: linear-gradient(135deg, #0a7fa81a 0%, #0a7fa80d 100%);
  border-color: #0a7fa833;
}

.service-button.blue:before {
  background: linear-gradient(135deg, #0a7fa8 0%, #097297 100%);
}

.service-button.blue .service-button-caption {
  color: #0c325a;
}

.service-button.blue .service-button-icon:before {
  content: url("icon-default.eb6f4089.svg");
}

.service-button.blue .service-button-arrow {
  color: #0a7fa8;
  background: #0a7fa826;
}

.service-button.blue:hover {
  background: linear-gradient(135deg, #0a7fa826 0%, #0a7fa814 100%);
  border-color: #0a7fa866;
  box-shadow: 0 .25rem 1rem #0a7fa826;
}

.service-button.yellow {
  background: linear-gradient(135deg, #f59e0b14 0%, #f59e0b08 100%);
  border-color: #f59e0b33;
}

.service-button.yellow:before {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.service-button.yellow .service-button-caption {
  color: #0c325a;
}

.service-button.yellow .service-button-arrow {
  color: #f59e0b;
  background: #f59e0b26;
}

.service-button.yellow:hover {
  background: linear-gradient(135deg, #f59e0b1f 0%, #f59e0b0f 100%);
  border-color: #f59e0b66;
  box-shadow: 0 .25rem 1rem #f59e0b26;
}

.service-button.purple {
  background: linear-gradient(135deg, #4e379114 0%, #4e379108 100%);
  border-color: #4e379133;
}

.service-button.purple:before {
  background: linear-gradient(135deg, #4e3791 0%, #3d2f66 100%);
}

.service-button.purple .service-button-caption {
  color: #0c325a;
}

.service-button.purple .service-button-arrow {
  color: #4e3791;
  background: #4e379126;
}

.service-button.purple:hover {
  background: linear-gradient(135deg, #4e37911f 0%, #4e37910f 100%);
  border-color: #4e379166;
  box-shadow: 0 .25rem 1rem #4e379126;
}

.service-button.icon-overhaul-execution .service-button-icon:before {
  content: url("icon-overhaul-execution.751315ef.svg");
}

.service-button.icon-overhaul-suppliers-rating .service-button-icon:before {
  content: url("icon-overhaul-suppliers-rating.c0ab6427.svg");
}

.service-button.icon-overhaul-cost-compare .service-button-icon:before {
  content: url("icon-overhaul-cost-compare.1f1abb6a.svg");
}

.service-button.icon-overhaul-suppliers-monitoring .service-button-icon:before {
  content: url("icon-overhaul-suppliers-monitoring.6728ff7f.svg");
}

.service-button.icon-management-company-rating .service-button-icon:before {
  content: url("icon-management-company-rating.6d85f903.svg");
}

.service-button.icon-maps-overhaul .service-button-icon:before {
  content: url("icon-maps_overhaul_icon.c48261db.svg");
}

.service-button.icon-management-undisclosure-report .service-button-icon:before {
  content: url("icon-management-undisclosure-report.3b130855.svg");
}

.service-button.icon-inspection-precepts .service-button-icon:before {
  content: url("icon-inspection-precepts.84f0cb62.svg");
}

.service-button.icon-inspection-precepts-residents-check .service-button-icon:before {
  content: url("icon-inspection-precepts-residents-check.95d9e63f.svg");
}

.service-button.icon-members-monitoring .service-button-icon:before {
  content: url("icon-members-monitoring.40605ca9.svg");
}

.service-button.icon-residents-payments .service-button-icon:before {
  content: url("icon-residents-payments.095e89a5.svg");
}

.service-button.icon-subsidies-control .service-button-icon:before {
  content: url("icon-subsidies-control.b29e2c3b.svg");
}

.service-button.icon-meeting .service-button-icon:before {
  content: url("icon-meeting.5442c707.svg");
}

.service-button.icon-regional-standard .service-button-icon:before {
  content: url("icon-regional-standard.67c85051.svg");
}

.service-button.icon-snow-roof .service-button-icon:before {
  content: url("icon-snow-roof.75a69b97.svg");
}

.services {
  display: block;
}

.top-bar-side-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.top-bar-side-menu::-webkit-scrollbar {
  display: none;
}

.top-bar-side-menu-wrap {
  z-index: 50;
  background: #fff;
  border-right: 1px solid #e5eaf080;
  width: 22.5rem;
  height: 100vh;
  transition: transform .3s;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 2px 0 1rem #0c325a26;
}

.top-bar-side-menu-wrap.hidden {
  transform: translateX(-100%);
}

.top-bar-side-menu-wrap:not(.hidden) {
  transform: translateX(0);
}

.top-bar-side-menu-header {
  background: linear-gradient(135deg, #2ed2a1 0%, #1fb88a 100%);
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 4.5rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 .125rem .5rem #2ed2a133;
}

.top-bar-side-menu-header-icon {
  background: linear-gradient(135deg, #ffffff40 0%, #ffffff26 100%);
  border: 1px solid #ffffff4d;
  border-radius: .625rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.top-bar-side-menu-header-icon i {
  color: #fff;
  font-size: 1.25rem;
}

.top-bar-side-menu-header-title {
  color: #fff;
  letter-spacing: -.01em;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.top-bar-side-menu-header-close-button {
  cursor: pointer;
  background: linear-gradient(135deg, #ffffff40 0%, #ffffff26 100%);
  border: 1px solid #ffffff4d;
  border-radius: .625rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
}

.top-bar-side-menu-header-close-button i {
  color: #fff;
  font-size: 1.125rem;
}

.top-bar-side-menu-header-close-button:hover {
  background: linear-gradient(135deg, #ffffff59 0%, #ffffff40 100%);
  transform: scale(1.1);
  box-shadow: 0 .125rem .5rem #ffffff4d;
}

.top-bar-side-menu-body {
  width: 100%;
  height: calc(100vh - (72 / 16 rem));
  background: #fff;
  padding: 1.5rem;
  display: block;
  overflow-y: auto;
}

.top-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 60rem;
  max-width: 84rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  display: flex;
  position: relative;
}

.top-bar-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5eaf080;
  height: 4.5rem;
  position: relative;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.top-bar-wrapper:after {
  content: "";
  background-image: linear-gradient(#0c325a08 0%, #0c325a00 100%);
  height: .5rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.top-bar-left {
  flex-flow: row;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.top-bar-right {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.top-bar-menu-icon {
  cursor: pointer;
  background: linear-gradient(135deg, #2ed2a1 0%, #1fb88a 100%);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 .125rem .5rem #2ed2a140;
}

.top-bar-menu-icon i {
  color: #fff;
  font-size: 1.25rem;
}

.top-bar-menu-icon:hover {
  background: linear-gradient(135deg, #34d3a4 0%, #20c090 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #2ed2a159;
}

.top-bar-logo {
  background: url("logo-v2.4d4db967.svg") center / contain no-repeat;
  border-radius: .5rem;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
}

.top-bar-logo:hover {
  opacity: .9;
  transform: scale(1.05);
}

.top-bar-logo.tumen {
  background-image: url("tumen.4d4db967.svg");
}

.top-bar-logo.yamal {
  background-image: url("yamal.173ba06a.png");
}

.top-bar-logo.hmao {
  background-image: url("hmao.585b7ab0.png");
}

.top-bar-logo.krasnodar {
  background-image: url("krasnodar.368d7723.png");
}

.top-bar-logo.sverd {
  background-image: url("sverd.613a01c0.png");
}

.top-bar-logo.chuv {
  background-image: url("chuv.04015f42.png");
}

.top-bar-logo.lipetsk {
  background-image: url("lipetsk.c09563a7.png");
}

.top-bar-logo.spb {
  background-image: url("spb.0074a393.png");
}

.top-bar-logo.perm {
  background-image: url("perm.504633d1.png");
}

.top-bar-logo.demo {
  background-image: url("demo.c5aa3d79.png");
}

.top-bar-brand {
  flex-direction: column;
  gap: .125rem;
  display: flex;
}

.top-bar-title {
  letter-spacing: -.01em;
  color: #0c325a;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.top-bar-subtitle {
  color: #0c325ab3;
  white-space: nowrap;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.top-bar-subtitle-red {
  color: #ff3666;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.top-bar-search {
  flex: 1;
  min-width: 18.75rem;
  max-width: 37.5rem;
  margin: 0 1.25rem;
}

.top-bar-actions {
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.top-bar-action {
  color: #0c325ab3;
  background: #e5eaf01a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.top-bar-action i {
  font-size: 1.125rem;
}

.top-bar-action:hover {
  color: #3259e5;
  background: #3259e51a;
  transform: translateY(-2px);
  box-shadow: 0 .125rem .5rem #3259e526;
}

.top-bar-action:after {
  content: attr(title);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  background: #0c325a;
  border-radius: .375rem;
  margin-bottom: .5rem;
  padding: .375rem .625rem;
  font-size: .75rem;
  line-height: 1rem;
  transition: opacity .2s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.top-bar-action:hover:after {
  opacity: 1;
}

.top-bar-profile:hover {
  color: #10b981;
  background: #10b9811a;
}

.top-bar-help:hover {
  color: #f59e0b;
  background: #f59e0b1a;
}

.top-bar-logout:hover {
  color: #ef4444;
  background: #ef44441a;
}

.page-layout {
  min-height: 100vh;
}

.page-layout-content {
  min-height: calc(100vh - 4.5rem);
  position: relative;
}

.page-layout-content-fixed {
  overflow: hidden !important;
}

.page-layout-content.subsidies {
  min-width: 80rem;
}

.page-layout-modal-popup {
  z-index: 110;
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-popup-close {
  cursor: pointer;
  color: #3259e5;
  border: 1px solid #3259e5;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.page-layout-modal-popup-close-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-popup-wrapper {
  z-index: 100;
  background: #0009;
  position: fixed;
  inset: 0;
}

.page-layout-modal-popup-wrapper-hidden {
  display: none;
}

.page-layout-modal-aside {
  opacity: 1;
  background: #f5f7fb;
  min-width: 52.5rem;
  max-width: 50vw;
  padding: 1.5rem 2rem;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-layout-modal-aside-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100vh;
  overflow: hidden scroll;
}

.page-layout-modal-aside-content::-webkit-scrollbar {
  display: none;
}

.page-layout-modal-aside-close {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: #0c325a;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 10rem;
  left: 0;
  transform: translate(-50%, -50%);
}

.page-layout-modal-aside-hidden .page-layout-modal-aside-close {
  display: none;
}

.page-layout-modal-aside-close-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("arrow.fc102939.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-aside-wrapper {
  z-index: 1001;
  width: 100vw;
  max-width: 100vw;
  transition-duration: .3s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.page-layout-modal-aside-wrapper:after {
  content: "";
  opacity: 1;
  z-index: -1;
  background: #55658466;
  height: auto;
  transition-duration: .3s;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.page-layout-modal-aside-wrapper-hidden:after {
  opacity: 0;
  height: 0;
}

.page-layout-modal-aside-wrapper-hidden {
  width: 0;
  max-width: 0;
}

.page-layout-version {
  opacity: .8;
  background: #fff;
  border-radius: .25rem;
  padding: .25rem;
  font-size: .75rem;
  display: inline-block;
}

.page-layout-version-wrapper {
  text-align: right;
  min-width: 8rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  position: fixed;
  bottom: .25rem;
  right: 0;
}

.intro {
  width: 100%;
}

.intro-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header-wrap {
  background: linear-gradient(135deg, #4598ab 0%, #4e3791 50%, #3d2f66 100%);
  width: 100%;
  padding: 3rem 4rem;
  position: relative;
}

.intro-header-wrap:before {
  content: "";
  opacity: .35;
  z-index: 1;
  background-image: url("house.8120800c.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.intro-header-content {
  z-index: 2;
  flex: 1;
  min-width: 0;
  position: relative;
}

.intro-header-title {
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}

.intro-header-stats {
  flex-wrap: wrap;
  gap: 1.5rem;
  display: flex;
}

.intro-header-stat {
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, #ffffff26 0%, #ffffff1a 100%);
  border: 1px solid #fff3;
  border-radius: .75rem;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  transition: all .2s;
  display: flex;
}

.intro-header-stat:hover {
  background: linear-gradient(135deg, #fff3 0%, #ffffff26 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #0c325a33;
}

.intro-header-stat-icon {
  background: linear-gradient(135deg, #ffffff40 0%, #ffffff26 100%);
  border: 1px solid #ffffff4d;
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.intro-header-stat-icon i {
  color: #fff;
  font-size: 1.5rem;
}

.intro-header-stat-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .25rem;
  display: flex;
}

.intro-header-stat-value {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.intro-header-stat-label {
  color: #ffffffe6;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.intro-header-decoration {
  z-index: 1;
  opacity: .1;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.intro-body {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-body-wrap {
  background-color: #fff;
  width: 100%;
  padding: 3rem 4rem;
}

.intro-body-grid {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.intro-body-grid-cell {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.intro-wrapper-shade {
  opacity: .7;
  pointer-events: none;
}

.cost-chart-modal-modal {
  padding: 3rem 4rem;
}

.cost-chart-modal-modal-top {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.cost-chart-modal-modal-heading {
  color: #0c325a;
  margin-bottom: 3.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.cost-chart-modal-modal-controls {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.cost-chart-modal-modal-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 2.5rem;
  padding: .125rem 0;
  display: flex;
}

.cost-chart-modal-modal-toggle-item {
  border-radius: .5rem;
  padding: .375rem 1rem;
  line-height: 1.5rem;
}

.cost-chart-modal-modal-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.cost-chart-modal-modal-legend {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cost-chart-modal-modal-legend-item {
  background: #e5eaf0;
  border-radius: .5rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
}

.cost-chart-modal-modal-legend-item:last-of-type {
  margin-right: 0;
}

.cost-chart-modal-modal-legend-item-indicator {
  background: #aaa;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  margin-right: .5rem;
  display: inline-block;
}

.cost-chart-modal-modal-legend-item-indicator-green {
  background: #2ed2a1;
}

.cost-chart-modal-modal-legend-item-indicator-blue {
  background: #1333d0;
}

.cost-chart-modal-modal-legend-item-checkbox {
  margin-left: .5rem;
}

.cost-chart-modal-modal-legend-item-checkbox-input {
  margin-right: .5rem;
}

.cost-chart-modal-modal-content {
  border-bottom: 2px solid #98a7b6;
  border-left: 2px solid #98a7b6;
  border-right: 1px solid #98a7b64d;
  min-height: 18.75rem;
  position: relative;
}

.cost-chart-modal-modal-grid-line {
  border-bottom: 1px solid #98a7b633;
  position: absolute;
  left: 0;
  right: 0;
}

.cost-chart-modal-modal-grid-line-zero {
  border-color: red;
}

.cost-chart-modal-modal-labels-x {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.cost-chart-modal-modal-labels-y {
  white-space: nowrap;
  text-align: left;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
}

.cost-chart-modal-modal-hover-marker {
  border-radius: .75rem;
  width: .75rem;
  height: .75rem;
  transition-duration: .3s;
  position: absolute;
  transform: translate(-50%, 50%);
}

.cost-chart-modal-modal-hover-marker-billed {
  background: #133dd0;
}

.cost-chart-modal-modal-hover-marker-debt {
  background: #2ed2a1;
}

.cost-chart-modal-modal-hover-window {
  z-index: 1;
  background: #fff;
  border-radius: .5rem;
  min-width: 6.25rem;
  min-height: 3.75rem;
  padding: .75rem 1rem;
  transition-duration: .3s;
  position: absolute;
  top: 10%;
}

.cost-chart-modal-modal-hover-window-reverse {
  transform: translate(-100%);
}

.cost-chart-modal-modal-hover-window-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.cost-chart-modal-modal-hover-window-label {
  white-space: nowrap;
  margin-right: 1rem;
}

.cost-chart-modal-modal-hover-window-value {
  white-space: nowrap;
}

.cost-chart-modal-modal-hover-window-row-debt .cost-chart-modal-modal-hover-window-value {
  color: #2ed2a1;
}

.cost-chart-modal-modal-hover-window-row-billed .cost-chart-modal-modal-hover-window-value {
  color: #133dd0;
}

.cost-chart-modal-modal-svg {
  width: 100%;
  display: block;
  position: relative;
}

.cost-chart-modal-modal .line-billed {
  stroke: #133dd0;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.cost-chart-modal-modal .line-debt {
  stroke: #2ed2a1;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.cost-chart-modal-modal .area-billed {
  fill: #133dd01a;
}

.cost-chart-modal-modal .area-debt {
  fill: #2ed2a11a;
}

.house-summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .625rem;
  display: flex;
}

.house-summary-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5eaf080;
}

.house-summary-item {
  white-space: nowrap;
  background: #e5eaf01a;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.house-summary-item:hover {
  background: #e5eaf033;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .5rem #0c325a0f;
}

.house-summary-item-icon {
  opacity: .7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.house-summary-item-icon-area {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");
}

.house-summary-item-icon-year {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.house-summary-item-icon-wear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.16 6.26l-1.41 1.41a2 2 0 0 1-2.83 0L12 3 7.08 7.67a2 2 0 0 1-2.83 0L2.84 6.26a2 2 0 0 0-2.83 0L.84 7.67a2 2 0 0 0 0 2.83l5.08 5.08a2 2 0 0 0 2.83 0L12 15l5.25 5.58a2 2 0 0 0 2.83 0l1.41-1.41a2 2 0 0 0 0-2.83z'%3E%3C/path%3E%3C/svg%3E");
}

.house-summary-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.house-summary-item-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.house-summary-item-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.house-summary-item-loading {
  opacity: .6;
  pointer-events: none;
}

.house-summary-item-loading .house-summary-item-value, .house-summary-item-loading .house-summary-item-label {
  color: #0c325a66;
}

.house-summary-item-status {
  background: linear-gradient(135deg, #3259e514 0%, #3259e51f 100%);
  border: 1px solid #3259e533;
  padding: .625rem .875rem;
}

.house-summary-item-status-icon-loading {
  background: #e5eaf080;
  border-radius: .5rem;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.house-summary-item-status-icon-loading:after {
  content: "";
  border: 2px solid #0c325a33;
  border-top-color: #0c325a;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.house-summary-item-status-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.house-summary-item-status-icon.good {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 .125rem .5rem #10b9814d;
}

.house-summary-item-status-icon.good:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.house-summary-item-status-icon.bad {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 .125rem .5rem #ef44444d;
}

.house-summary-item-status-icon.bad:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.house-summary-item-status-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.house-summary-item-status-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.house-summary-item-status-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.house-summary-separator {
  background: #e5eaf080;
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
}

.house-summary-rating {
  color: #fff;
  background: linear-gradient(135deg, #009688 0%, #00796b 100%);
  border-radius: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 .125rem .5rem #00968840;
}

.house-summary-rating:hover {
  background: linear-gradient(135deg, #00a192 0%, #008575 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #00968859;
}

.house-summary-rating-label {
  opacity: .95;
  white-space: nowrap;
  border-right: 1px solid #ffffff4d;
  padding-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.house-summary-rating-badge {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: .25rem;
  display: flex;
}

.house-summary-rating-value {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.house-summary-rating-value-max {
  opacity: .8;
  font-size: .875rem;
  font-weight: 500;
}

.house-summary-rating-position {
  opacity: .9;
  white-space: nowrap;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1rem;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

.house-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.house-menu-wrapper {
  background: #fff;
}

.house-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.house-menu-item:last-of-type {
  margin-right: 0;
}

.house-menu-item-active {
  color: #0c325a;
}

.house-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.house-content {
  position: relative;
}

.house-content:after {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.house-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.similar-houses-heading {
  color: #0c325a;
  letter-spacing: -.01em;
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.similar-houses-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.similar-houses-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  padding: .125rem;
}

.similar-houses-toggle-item {
  white-space: nowrap;
  text-align: center;
  border-radius: .375rem;
  flex: 1;
  padding: .5rem .25rem;
}

.similar-houses-toggle-item-active {
  background: #fff;
  border-radius: .375rem;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.similar-houses-icon {
  cursor: pointer;
  background: linear-gradient(135deg, #556584 0%, #4d5b77 100%);
  border-radius: .625rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.similar-houses-icon:before {
  content: "";
  filter: brightness(0) invert();
  background-image: url("settings.8a081adb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.similar-houses-icon:hover {
  background: linear-gradient(135deg, #51607d 0%, #485670 100%);
  transform: scale(1.05);
  box-shadow: 0 .25rem .5rem #5565844d;
}

.similar-houses-select {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex: 1;
  padding: .625rem 2.5rem .625rem 1rem;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.similar-houses-select:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #0c325a14;
}

.similar-houses-select-expanded {
  border-color: #3259e580;
  border-radius: .75rem .75rem 0 0;
  box-shadow: 0 .25rem .75rem #0c325a1f;
}

.similar-houses-select-indicator {
  opacity: .6;
  background-image: url("select-arrow.b5e9b9da.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .625rem .3125rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translate(0, -50%);
}

.similar-houses-select-expanded .similar-houses-select-indicator {
  opacity: 1;
  transform: translate(0, -50%)rotate(180deg);
}

.similar-houses-select-options {
  z-index: 10;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-top: none;
  border-radius: 0 0 .75rem .75rem;
  margin-top: -1px;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .5rem 1.5rem #0c325a1f;
}

.similar-houses-select-expanded .similar-houses-select-options {
  display: block;
}

.similar-houses-select-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0c325a;
  background: #fff;
  max-width: 100%;
  padding: .75rem 1rem;
  font-weight: 400;
  transition: all .15s;
  display: block;
  overflow: hidden;
}

.similar-houses-select-option:hover {
  color: #3259e5;
  background: #3259e50d;
}

.similar-houses-footer {
  border-top: 1px solid #e5eaf080;
  flex-direction: column;
  gap: .625rem;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.25rem;
  display: flex;
}

.similar-houses-footer-item {
  color: #0c325ab3;
  background: #e5eaf04d;
  border-radius: .375rem;
  align-items: center;
  padding: .375rem .625rem;
  transition: all .15s;
  display: flex;
}

.similar-houses-footer-item:hover {
  color: #0c325a;
  background: #e5eaf080;
}

.cost-hover {
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1.5rem .5rem 1rem;
}

.cost-hover-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.cost-hover-percentage {
  font-weight: bold;
  position: relative;
}

.cost-hover-percentage:after {
  content: "";
  background: #ddd;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(0, -50%);
}

.cost-groups-chart {
  box-sizing: border-box;
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4rem;
  padding: 2rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.cost-groups-chart-top-bar {
  z-index: 1;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.cost-groups-chart-heading {
  color: #0c325a;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
  min-width: 12.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  overflow: hidden;
}

@media (width <= 1200px) {
  .cost-groups-chart-heading {
    min-width: 10rem;
    font-size: 1.75rem;
  }
}

@media (width <= 768px) {
  .cost-groups-chart-heading {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.cost-groups-chart-controls {
  flex-flow: row;
  flex-shrink: 0;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: fit-content;
  display: flex;
}

@media (width <= 1200px) {
  .cost-groups-chart-controls {
    gap: .75rem;
  }
}

@media (width <= 1000px) {
  .cost-groups-chart-controls {
    flex-basis: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (width <= 768px) {
  .cost-groups-chart-controls {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
    width: 100%;
    margin-top: 0;
  }
}

.cost-groups-chart-select {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex-shrink: 1;
  min-width: 6.25rem;
  margin: 0;
  padding: .75rem 2.5rem .75rem 1rem;
  transition: all .2s;
  position: relative;
  box-shadow: 0 .0625rem .1875rem #0c325a0d;
}

@media (width <= 1200px) {
  .cost-groups-chart-select {
    min-width: 5rem;
    padding: .75rem 2rem .75rem .75rem;
  }
}

@media (width <= 768px) {
  .cost-groups-chart-select {
    width: 100%;
    min-width: 100%;
  }
}

.cost-groups-chart-select:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #0c325a14;
}

.cost-groups-chart-select-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0c325a;
  font-weight: 500;
  overflow: hidden;
}

.cost-groups-chart-select-cost-type {
  min-width: 11.25rem;
  max-width: 17.5rem;
}

@media (width <= 1200px) {
  .cost-groups-chart-select-cost-type {
    min-width: 9.375rem;
    max-width: 13.75rem;
  }
}

.cost-groups-chart-select-expanded {
  border-color: #3259e580;
  border-radius: .75rem .75rem 0 0;
  box-shadow: 0 .25rem .75rem #0c325a1f;
}

.cost-groups-chart-select-with-icon {
  padding-left: 2.5rem;
}

.cost-groups-chart-select-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .7;
  background-image: url("total-sum.ad970521.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translate(0, -50%);
}

.cost-groups-chart-select-indicator {
  opacity: .6;
  background-image: url("select-arrow.b5e9b9da.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .625rem .3125rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translate(0, -50%);
}

.cost-groups-chart-select-expanded .cost-groups-chart-select-indicator {
  opacity: 1;
  transform: translate(0, -50%)rotate(180deg);
}

.cost-groups-chart-select-options {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-top: none;
  border-radius: 0 0 .75rem .75rem;
  margin-top: -1px;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .5rem 1.5rem #0c325a1f;
}

.cost-groups-chart-select-expanded .cost-groups-chart-select-options {
  display: block;
}

.cost-groups-chart-select-option {
  text-overflow: ellipsis;
  color: #0c325a;
  background: #fff;
  max-width: 100%;
  padding: .75rem 1rem .75rem 2.5rem;
  font-weight: 400;
  transition: all .15s;
  display: block;
  position: relative;
  overflow: hidden;
}

.cost-groups-chart-select-option:hover {
  color: #3259e5;
  background: #3259e50d;
}

.cost-groups-chart-select-option-padded {
  padding-left: 1rem;
}

.cost-groups-chart-select-option-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .6;
  background-image: radial-gradient(#f0f, #f0f0 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translate(0, -50%);
}

.cost-groups-chart-toggle {
  background: #e5eaf0;
  border-radius: .75rem;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  min-width: 7.5rem;
  margin: 0;
  padding: .25rem;
  display: flex;
}

@media (width <= 1200px) {
  .cost-groups-chart-toggle {
    min-width: 6.25rem;
  }
}

@media (width <= 768px) {
  .cost-groups-chart-toggle {
    align-self: flex-start;
  }
}

.cost-groups-chart-toggle-item {
  text-align: center;
  color: #0c325ab3;
  cursor: pointer;
  white-space: nowrap;
  border-radius: .5rem;
  flex-shrink: 0;
  margin-right: .25rem;
  padding: .625rem 1.25rem;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.cost-groups-chart-toggle-item:last-child {
  margin-right: 0;
}

@media (width <= 1200px) {
  .cost-groups-chart-toggle-item {
    padding: .625rem 1rem;
  }
}

.cost-groups-chart-toggle-item:hover {
  color: #0c325a;
  background: #ffffff80;
}

.cost-groups-chart-toggle-item-active-plan {
  color: #fff;
  background: linear-gradient(135deg, #556584 0%, #4d5b77 100%);
  box-shadow: 0 .125rem .5rem #5565844d;
}

.cost-groups-chart-toggle-item-active-plan:hover {
  background: linear-gradient(135deg, #51607d 0%, #485670 100%);
}

.cost-groups-chart-toggle-item-active-fact {
  color: #fff;
  background: linear-gradient(135deg, #133dd0 0%, #1137bb 100%);
  box-shadow: 0 .125rem .5rem #133dd04d;
}

.cost-groups-chart-toggle-item-active-fact:hover {
  background: linear-gradient(135deg, #123ac6 0%, #1034b1 100%);
}

.cost-groups-chart-content {
  background: linear-gradient(to top, #e5eaf04d 0%, #0000 100%);
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 22.5rem;
  padding: 1.5rem 1rem 1rem 1.5rem;
  display: flex;
  position: relative;
}

.cost-groups-chart-content-hover {
  white-space: nowrap;
  z-index: 10;
  position: absolute;
  top: .5rem;
}

.cost-groups-chart-content-labels-x {
  color: #0c325a99;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 100%;
  left: 1.5rem;
  right: 1rem;
}

.cost-groups-chart-content-labels-x-label {
  text-align: center;
  flex: 1;
}

.cost-groups-chart-content-labels-x-label span:first-child {
  color: #0c325a;
  font-weight: 600;
}

.cost-groups-chart-content-busy {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cost-groups-chart-content-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .6;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.cost-groups-chart-content-empty {
  z-index: 5;
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cost-groups-chart-content-empty-icon {
  opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'%3E%3C/path%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'%3E%3C/polyline%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
}

.cost-groups-chart-content-empty-text {
  color: #0c325ab3;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.cost-groups-chart-content-empty-hint {
  color: #0c325a80;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.cost-groups-chart-content-labels-y {
  text-align: left;
  color: #0c325a99;
  pointer-events: none;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 1.5rem 0 1rem;
}

.cost-groups-chart-content-labels-y-label {
  border-bottom: 1px solid #98a7b626;
  padding-left: .5rem;
  position: relative;
}

.cost-groups-chart-content-labels-y-label:first-child {
  border-bottom: none;
}

.cost-groups-chart-content-labels-y-label span:first-child {
  color: #0c325a;
  font-weight: 600;
}

.cost-groups-chart-content-labels-y-label-note {
  color: #0c325a80;
  margin-left: .5rem;
  font-size: .625rem;
  font-weight: 400;
}

.cost-groups-chart-content-bar {
  cursor: pointer;
  border-radius: .25rem .25rem 0 0;
  flex: 1;
  margin: 0 .125rem;
  transition: all .2s;
  position: relative;
}

.cost-groups-chart-content-bar:hover {
  transform: translateY(-2px);
}

.cost-groups-chart-content-bar:hover .cost-groups-chart-content-bar-filled {
  box-shadow: 0 .25rem .75rem #0c325a33;
}

.cost-groups-chart-content-bar-filled {
  background: linear-gradient(#0c325a80 0%, #0c325a66 50%, #0c325a59 100%);
  border-radius: .25rem .25rem 0 0;
  min-height: .125rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 .125rem .5rem #0c325a26;
}

.cost-groups-chart-content-bar-blue .cost-groups-chart-content-bar-filled {
  background: linear-gradient(#133dd099 0%, #133dd080 50%, #133dd073 100%);
  box-shadow: 0 .125rem .5rem #133dd033;
}

.cost-groups-chart-content-bar-highlighted .cost-groups-chart-content-bar-filled {
  z-index: 2;
  background: linear-gradient(#2ed2a1 0%, #38d4a6 50%, #2ed2a1 100%);
  transform: scaleY(1.02);
  box-shadow: 0 .25rem 1rem #2ed2a166;
}

.cost-groups-chart-content-bar:hover .cost-groups-chart-content-bar-filled {
  background: linear-gradient(#3fd6a9 0%, #47d7ac 50%, #38d4a6 100%);
  transform: scaleY(1.05);
  box-shadow: 0 .375rem 1.25rem #2ed2a159;
}

.cost-groups-chart-content-bar-highlighted:hover .cost-groups-chart-content-bar-filled {
  background: linear-gradient(#43d6aa 0%, #4dd9af 50%, #3fd6a9 100%);
  transform: scaleY(1.08);
  box-shadow: 0 .5rem 1.5rem #2ed2a173;
}

.cost-groups-chart-service-icon-total-sum {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("total-sum.ad970521.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-control {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-common-areas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("common-areas.24933095.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-garbage-removal {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-removal.fcecc031.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-construction-elements {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("construction-elements.c89dd6c7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-engineering-systems {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("engineering-systems.b71f2133.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-garbage-chute {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-elevators {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("elevators.297c2105.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-fire-safety {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("fire-safety.7b0a90a9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-ventilation {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("ventilation.5b8caec9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-gas-equipment {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-fixing {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-disinfection {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("disinfection.f8e30b01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-area-content {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("area-content.29a2d288.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-groups-chart-service-icon-other {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("other.9bf41452.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis {
  padding-bottom: 4rem;
}

.cost-analysis-top-bar {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.cost-analysis-heading {
  color: #0c325a;
  white-space: nowrap;
  letter-spacing: -.01em;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.cost-analysis-legend {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  line-height: 1.5rem;
  display: flex;
}

.cost-analysis-legend-item {
  background: linear-gradient(135deg, #e5eaf066 0%, #e5eaf033 100%);
  border: 1px solid #e5eaf080;
  border-radius: .75rem;
  padding: .625rem 1.25rem;
  transition: all .2s;
  position: relative;
}

.cost-analysis-legend-item:hover {
  background: linear-gradient(135deg, #e5eaf080 0%, #e5eaf04d 100%);
  border-color: #e5eaf0b3;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .5rem #0c325a14;
}

.cost-analysis-legend-item-with-icon {
  padding-left: 3rem;
}

.cost-analysis-legend-item-nowrap {
  white-space: nowrap;
}

.cost-analysis-legend-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .6;
  background-image: url("info.bbd05069.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}

.cost-analysis-legend-text-plan {
  color: #556584;
  font-weight: 500;
}

.cost-analysis-legend-text-fact {
  color: #3259e5;
  font-weight: 500;
}

.cost-analysis-deviation-icon {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  margin-right: .5rem;
  display: inline-block;
  box-shadow: 0 .125rem .25rem #ef44444d;
}

.cost-analysis-table {
  grid-gap: 0;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  grid-template-columns: 3.5rem auto auto 25% auto auto auto;
  width: 100%;
  display: grid;
  overflow: hidden;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.cost-analysis-table-heading {
  text-align: right;
  white-space: nowrap;
  color: #0c325a;
  letter-spacing: .01em;
  background: linear-gradient(135deg, #e5eaf00d 0%, #0000 100%);
  border-top: 1px solid #e5eaf080;
  border-bottom: 2px solid #98a7b64d;
  padding: 1.25rem 1.25rem 1.25rem 0;
  font-size: .875rem;
  font-weight: 600;
}

.cost-analysis-table-heading-left {
  text-align: left;
}

.cost-analysis-table-heading-icon {
  opacity: .5;
  margin-left: .5rem;
  transition: opacity .2s;
}

.cost-analysis-table-heading-icon:hover {
  opacity: .8;
}

.cost-analysis-table-heading-icon-question {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("question.aa1b3a35.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: .875rem;
  height: .875rem;
  display: inline-block;
}

.cost-analysis-table-cell {
  text-align: right;
  color: #556584;
  padding: .875rem 1.25rem .875rem 0;
  transition: all .15s;
}

.cost-analysis-table-cell-nowrap {
  white-space: nowrap;
}

.cost-analysis-table-cell-tall {
  grid-row: span 2;
  justify-content: flex-start;
  align-items: center;
  padding-right: .75rem;
  display: flex;
}

.cost-analysis-table-cell-left {
  text-align: left;
  padding-left: 1.5rem;
}

.cost-analysis-table-cell-border-bottom {
  background: #e5eaf005;
  border-bottom: 1px solid #e5eaf04d;
}

.cost-analysis-table-cell-border-bottom-thick {
  background: linear-gradient(135deg, #e5eaf00a 0%, #e5eaf003 100%);
  border-bottom: 2px solid #98a7b64d;
}

.cost-analysis-table-cell-bold {
  font-size: .9375rem;
  font-weight: 600;
}

.cost-analysis-table-cell-fact {
  color: #3259e5;
  background: #3259e505;
}

.cost-analysis-table-cell-nowrap {
  white-space: nowrap;
  text-overflow: clip;
  overflow: visible;
}

a.cost-analysis-table-cell {
  cursor: pointer;
  position: relative;
}

a.cost-analysis-table-cell:hover {
  color: #3259e5;
  background: #3259e50d;
}

a.cost-analysis-table-cell:hover:before {
  content: "";
  background: #3259e54d;
  width: .25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .75rem;
}

.cost-analysis-table-icon {
  opacity: .7;
  margin-left: .5rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 1.5rem !important;
  min-width: 1.5rem !important;
  height: 1.5rem !important;
  min-height: 1.5rem !important;
  display: inline-block !important;
}

.cost-analysis-table-bar {
  border-radius: .25rem;
  min-width: .125rem;
  height: .5rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
  transition: all .3s;
  box-shadow: 0 .125rem .25rem #0c325a1a;
}

.cost-analysis-table-bar-plan {
  background: linear-gradient(135deg, #0c325a66 0%, #0c325a4d 50%, #0c325a40 100%);
}

.cost-analysis-table-bar-plan-tall {
  height: .75rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.cost-analysis-table-bar-fact {
  background: linear-gradient(135deg, #3259e5cc 0%, #3259e599 50%, #3259e580 100%);
}

.cost-analysis-table-bar-fact-tall {
  height: .75rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.cost-analysis-service-icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 1.5rem !important;
  min-width: 1.5rem !important;
  height: 1.5rem !important;
  min-height: 1.5rem !important;
  display: inline-block !important;
}

.cost-analysis-service-icon-total-sum {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("total-sum.ad970521.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-control {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-common-areas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("common-areas.24933095.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-garbage-removal {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-removal.fcecc031.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-construction-elements {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("construction-elements.c89dd6c7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-engineering-systems {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("engineering-systems.b71f2133.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-garbage-chute {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-elevators {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("elevators.297c2105.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-fire-safety {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("fire-safety.7b0a90a9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-ventilation {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("ventilation.5b8caec9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-gas-equipment {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-fixing {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-disinfection {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("disinfection.f8e30b01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-area-content {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("area-content.29a2d288.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.cost-analysis-service-icon-other {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("other.9bf41452.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-filter-modal-section-heading {
  font-weight: bold;
}

.houses-filter-modal-container {
  max-height: calc(100vh - 15rem);
  overflow-y: scroll;
}

.houses-filter-modal-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.houses-filter-modal-footer {
  text-align: right;
  margin-top: 1.25rem;
}

.houses-group-busy {
  text-align: center;
}

.houses-group-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.houses-group-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 75vw;
}

.houses-group-table thead th {
  background: #fff;
}

.houses-group-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.houses-group-table-link {
  color: #3259e5;
}

.houses-group-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.houses-group-table-row:last-of-type {
  border-bottom: none;
}

.houses-group-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.houses-group-table-cell {
  padding: 1rem;
  position: relative;
}

.houses-group-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.houses-group-table-cell-header-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.houses-group-table-cell-nowrap {
  white-space: nowrap;
}

.houses-group-table-cell-bar {
  width: 7.5rem;
  min-width: 7.5rem;
}

.houses-group-bar {
  background: #98a7b6;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.houses-group-bar-highlighted {
  background: #2ed2a1;
}

.houses-group-bar-container {
  position: absolute;
  inset: 0 .625rem;
}

.houses-group-reference {
  border-left: 1px solid #2ed2a1;
  border-right: 1px solid #2ed2a1;
  position: absolute;
  top: 0;
  bottom: -1px;
}

.houses-group-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.houses-group-costs-modal {
  user-select: none;
  padding: 3rem 4rem;
}

.houses-group-costs-modal-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.houses-group-costs-modal-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-group-costs-modal-container {
  max-height: 80vh;
  overflow: visible scroll;
}

.house-costs {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: .625rem;
  padding-right: 26.5rem;
  position: relative;
}

.house-costs-aside {
  width: 24rem;
  position: absolute;
  top: 4rem;
  right: .625rem;
}

.house-costs-aside-similar-houses {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  padding: 1.75rem;
  transition: all .2s;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.house-costs-aside-similar-houses:hover {
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.house-costs-aside-management-companies {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 1.75rem;
  transition: all .2s;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.house-costs-aside-management-companies:hover {
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.house-costs-aside-management-companies-header {
  margin-bottom: 1.25rem;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.house-costs-aside-management-companies-icon {
  display: none;
}

.house-costs-aside-management-companies-heading {
  color: #0c325a;
  letter-spacing: -.01em;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.house-costs-aside-management-companies-empty {
  text-align: center;
  padding: 2rem 1rem;
}

.house-costs-aside-management-companies-empty-icon {
  opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 auto .75rem;
}

.house-costs-aside-management-companies-empty-text {
  color: #0c325a80;
  font-size: .875rem;
  line-height: 1.25rem;
}

.house-costs-aside-management-company {
  color: inherit;
  background: linear-gradient(135deg, #3259e50d 0%, #3259e505 100%);
  border: 1px solid #3259e526;
  border-radius: .75rem;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.house-costs-aside-management-company:hover {
  background: linear-gradient(135deg, #3259e514 0%, #3259e50a 100%);
  border-color: #3259e540;
  transform: translateY(-1px);
  box-shadow: 0 .25rem .5rem #3259e51a;
}

.house-costs-aside-management-company-content {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.house-costs-aside-management-company-name {
  color: #0c325a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.house-costs-aside-management-company-details {
  flex-direction: column;
  gap: .5rem;
  font-size: .8125rem;
  line-height: 1.25rem;
  display: flex;
}

.house-costs-aside-management-company-detail {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.house-costs-aside-management-company-detail-label {
  color: #0c325a99;
  min-width: 2.5rem;
  font-weight: 500;
}

.house-costs-aside-management-company-detail-value {
  color: #0c325a;
  font-weight: 600;
}

.house-costs-aside-reports {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 1.75rem;
  transition: all .2s;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.house-costs-aside-reports:hover {
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.house-costs-aside-reports-header {
  margin-bottom: 1.25rem;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.house-costs-aside-reports-icon {
  display: none;
}

.house-costs-aside-reports-heading {
  color: #0c325a;
  letter-spacing: -.01em;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.house-costs-aside-reports-count {
  color: #0c325a80;
  font-size: .875rem;
  font-weight: 500;
}

.house-costs-aside-reports-list {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.house-costs-aside-reports-item {
  cursor: pointer;
  background: linear-gradient(135deg, #00ae7a08 0%, #0000 100%);
  border: 1px solid #e5eaf080;
  border-radius: .75rem;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.house-costs-aside-reports-item:hover {
  background: linear-gradient(135deg, #00ae7a0f 0%, #00ae7a05 100%);
  border-color: #00ae7a4d;
  transform: translateY(-1px);
  box-shadow: 0 .25rem .5rem #00ae7a1a;
}

.house-costs-aside-reports-item-icon {
  opacity: .6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300AE7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
}

.house-costs-aside-reports-item-content {
  flex: 1;
  min-width: 0;
}

.house-costs-aside-reports-item-name {
  color: #0c325a;
  word-break: break-word;
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.house-costs-aside-reports-item-dates {
  color: #0c325a99;
  font-size: .75rem;
  line-height: 1.125rem;
}

.house-costs-aside-reports-empty {
  text-align: center;
  padding: 2rem 1rem;
}

.house-costs-aside-reports-empty-icon {
  opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 auto .75rem;
}

.house-costs-aside-reports-empty-text {
  color: #0c325a80;
  font-size: .875rem;
  line-height: 1.25rem;
}

.connections-aside {
  z-index: 1;
  background: #fff;
  border-left: 1px solid #e5eaf0;
  height: 100%;
  min-height: 100vh;
  padding: 2rem;
  line-height: 1.5rem;
  box-shadow: -2px 0 .5rem #0c325a0a;
}

.connections-aside-row {
  margin-bottom: 1.25rem;
}

.connections-aside-row:last-of-type {
  margin-bottom: 0;
}

.connections-aside-label {
  color: #0c325ab3;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 600;
}

.connections-aside-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.connections-aside-link {
  color: #3259e5;
  transition: color .2s;
}

.connections-aside-link:hover {
  color: #1c47df;
}

.connections-aside-footer {
  margin-top: 2rem;
}

.connections-aside-button {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #3259e5 0%, #1c47df 100%);
  border-radius: .625rem;
  margin-bottom: .75rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 0 .125rem .5rem #3259e533;
}

.connections-aside-button:last-child {
  margin-bottom: 0;
}

.connections-aside-button:hover {
  background: linear-gradient(135deg, #264fe3 0%, #1b43d2 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #3259e54d;
}

.connections-aside-button a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.connection-object {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: .8125rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.connection-object:hover {
  border-color: #3259e54d;
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.connection-object-badge {
  color: #fff;
  border-radius: 1.25rem;
  flex-shrink: 0;
  margin-right: .75rem;
  padding: .5rem .75rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .2s;
  box-shadow: 0 .125rem .25rem #0c325a1a;
}

.connection-object-badge-green {
  background: linear-gradient(135deg, #92f385 0%, #6fef5c 100%);
}

.connection-object-badge-purple {
  background: linear-gradient(135deg, #ccc1f9 0%, #ab99f5 100%);
}

.connection-object-badge-yellow {
  background: linear-gradient(135deg, #ffe9be 0%, #ffda92 100%);
}

.connection-object-icon {
  opacity: .7;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
  transition: opacity .2s;
}

.connection-object-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-gas-equipment {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-garbage-chute {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-thermic-energy {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("thermic-energy.712e500c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-icon-other {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("other.9bf41452.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.connection-object-name {
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
  color: #0c325a;
  flex: 1;
  min-width: 0;
  font-weight: 500;
  line-height: 1.25rem;
  overflow: visible;
}

.connection-object:hover .connection-object-icon {
  opacity: 1;
}

.connection-object:hover .connection-object-badge {
  transform: scale(1.05);
  box-shadow: 0 .25rem .5rem #0c325a26;
}

.connection-link {
  stroke: #e5eaf099;
  stroke-width: 2px;
  pointer-events: none;
  transition: all .3s;
}

.connection-link path {
  transition: all .3s;
}

.connection-link-upward {
  transform: translate(0, -100%)scaleY(-1);
}

.connection-link-reverse {
  transform: translate(-100%)scaleX(-1);
}

.connection-link-upward.connection-link-reverse {
  transform: translate(-100%, -100%)scale(-1);
}

.connection-link-highlighted {
  stroke: #133dd066;
  stroke-width: 3px;
}

.connection-link-highlighted path {
  stroke-width: 3px;
  stroke: #133dd066;
  filter: drop-shadow(0 .125rem .25rem #133dd033);
}

.connections-chart {
  background: linear-gradient(#e5eaf005 0%, #0000 100%);
  border-radius: 1rem;
  min-height: 25rem;
  padding: 1.5rem;
  position: relative;
}

.connections-chart-object {
  box-sizing: border-box;
  z-index: 2;
  min-width: 11.25rem;
  max-width: 15rem;
  transition: all .2s;
  position: absolute;
  transform: translate(-50%, -50%);
}

.connections-chart-object-highlighted {
  z-index: 10;
}

.connections-chart-object-highlighted .connection-object {
  background: #fff;
  border-color: #133dd080;
  box-shadow: 0 .375rem 1rem #133dd026;
}

.connections-chart-object-highlighted .connection-object:before {
  content: "";
  pointer-events: none;
  border: 2px solid #133dd04d;
  border-radius: .75rem;
  animation: 2s ease-in-out infinite pulse;
  position: absolute;
  inset: 0;
}

.connections-chart-link {
  z-index: 1;
  pointer-events: none;
  position: absolute;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(1.02);
  }
}

.house-connections {
  grid-template-columns: auto 20rem;
  height: calc(100vh - 13.5rem);
  display: grid;
  position: relative;
}

.house-connections-chart {
  user-select: none;
  position: relative;
}

.house-connections-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 18.75rem;
  padding: .125rem;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.house-connections-toggle-item {
  text-align: center;
  padding: .5rem 1rem;
  line-height: 1.25rem;
}

.house-connections-toggle-item-active {
  background: #fff;
  border-radius: .375rem;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.house-connections-loading {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.house-connections-aside {
  justify-self: stretch;
}

.overhaul-chart-hover {
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1.5rem .5rem 1rem;
}

.overhaul-chart-hover-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.overhaul-chart-hover-percentage {
  font-weight: bold;
  position: relative;
}

.overhaul-chart-hover-percentage:after {
  content: "";
  background: #ddd;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(0, -50%);
}

.overhaul-cost-groups-chart {
  box-sizing: border-box;
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4rem;
  padding: 2rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.overhaul-cost-groups-chart-top-bar {
  z-index: 1;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.overhaul-cost-groups-chart-heading {
  color: #0c325a;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
  min-width: 12.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  overflow: hidden;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-heading {
    min-width: 10rem;
    font-size: 1.75rem;
  }
}

@media (width <= 768px) {
  .overhaul-cost-groups-chart-heading {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.overhaul-cost-groups-chart-controls {
  flex-flow: row;
  flex-shrink: 0;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: fit-content;
  display: flex;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-controls {
    gap: .75rem;
  }
}

@media (width <= 1000px) {
  .overhaul-cost-groups-chart-controls {
    flex-basis: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (width <= 768px) {
  .overhaul-cost-groups-chart-controls {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
    width: 100%;
    margin-top: 0;
  }
}

.overhaul-cost-groups-chart-select {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex-shrink: 1;
  min-width: 6.25rem;
  margin: 0;
  padding: .75rem 2.5rem .75rem 1rem;
  transition: all .2s;
  position: relative;
  box-shadow: 0 .0625rem .1875rem #0c325a0d;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-select {
    min-width: 5rem;
    padding: .75rem 2rem .75rem .75rem;
  }
}

@media (width <= 768px) {
  .overhaul-cost-groups-chart-select {
    width: 100%;
    min-width: 100%;
  }
}

.overhaul-cost-groups-chart-select:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #0c325a14;
}

.overhaul-cost-groups-chart-select-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0c325a;
  font-weight: 500;
  overflow: hidden;
}

.overhaul-cost-groups-chart-select-overhaul-type {
  min-width: 11.25rem;
  max-width: 17.5rem;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-select-overhaul-type {
    min-width: 9.375rem;
    max-width: 13.75rem;
  }
}

.overhaul-cost-groups-chart-select-expanded {
  border-color: #3259e580;
  border-radius: .75rem .75rem 0 0;
  box-shadow: 0 .25rem .75rem #0c325a1f;
}

.overhaul-cost-groups-chart-select-with-icon {
  padding-left: 2.5rem;
}

.overhaul-cost-groups-chart-select-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .7;
  background-image: url("total-sum.ad970521.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translate(0, -50%);
}

.overhaul-cost-groups-chart-select-indicator {
  opacity: .6;
  background-image: url("select-arrow.b5e9b9da.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .625rem .3125rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translate(0, -50%);
}

.overhaul-cost-groups-chart-select-expanded .overhaul-cost-groups-chart-select-indicator {
  opacity: 1;
  transform: translate(0, -50%)rotate(180deg);
}

.overhaul-cost-groups-chart-select-options {
  z-index: 10;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-top: none;
  border-radius: 0 0 .75rem .75rem;
  margin-top: -1px;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .5rem 1.5rem #0c325a1f;
}

.overhaul-cost-groups-chart-select-expanded .overhaul-cost-groups-chart-select-options {
  display: block;
}

.overhaul-cost-groups-chart-select-option {
  text-overflow: ellipsis;
  color: #0c325a;
  background: #fff;
  max-width: 100%;
  padding: .75rem 1rem .75rem 2.5rem;
  font-weight: 400;
  transition: all .15s;
  display: block;
  position: relative;
  overflow: hidden;
}

.overhaul-cost-groups-chart-select-option:hover {
  color: #3259e5;
  background: #3259e50d;
}

.overhaul-cost-groups-chart-select-option-padded {
  padding-left: 1rem;
}

.overhaul-cost-groups-chart-select-option-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .6;
  background-image: radial-gradient(#f0f, #f0f0 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translate(0, -50%);
}

.overhaul-cost-groups-chart-toggle {
  background: #e5eaf0;
  border-radius: .75rem;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  min-width: 7.5rem;
  margin: 0;
  padding: .25rem;
  display: flex;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-toggle {
    min-width: 6.25rem;
  }
}

@media (width <= 768px) {
  .overhaul-cost-groups-chart-toggle {
    align-self: flex-start;
  }
}

.overhaul-cost-groups-chart-toggle-item {
  text-align: center;
  color: #0c325ab3;
  cursor: pointer;
  white-space: nowrap;
  border-radius: .5rem;
  flex-shrink: 0;
  margin-right: .25rem;
  padding: .625rem 1.25rem;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.overhaul-cost-groups-chart-toggle-item:last-child {
  margin-right: 0;
}

@media (width <= 1200px) {
  .overhaul-cost-groups-chart-toggle-item {
    padding: .625rem 1rem;
  }
}

.overhaul-cost-groups-chart-toggle-item:hover {
  color: #0c325a;
  background: #ffffff80;
}

.overhaul-cost-groups-chart-toggle-item-active-plan {
  color: #fff;
  background: linear-gradient(135deg, #556584 0%, #4d5b77 100%);
  box-shadow: 0 .125rem .5rem #5565844d;
}

.overhaul-cost-groups-chart-toggle-item-active-plan:hover {
  background: linear-gradient(135deg, #51607d 0%, #485670 100%);
}

.overhaul-cost-groups-chart-toggle-item-active-contract {
  color: #fff;
  background: linear-gradient(135deg, #133dd0 0%, #1137bb 100%);
  box-shadow: 0 .125rem .5rem #133dd04d;
}

.overhaul-cost-groups-chart-toggle-item-active-contract:hover {
  background: linear-gradient(135deg, #123ac6 0%, #1034b1 100%);
}

.overhaul-cost-groups-chart-toggle-item-active-act {
  color: #fff;
  background: linear-gradient(135deg, #133dd0 0%, #1137bb 100%);
  box-shadow: 0 .125rem .5rem #133dd04d;
}

.overhaul-cost-groups-chart-toggle-item-active-act:hover {
  background: linear-gradient(135deg, #123ac6 0%, #1034b1 100%);
}

.overhaul-cost-groups-chart-content {
  background: linear-gradient(to top, #e5eaf04d 0%, #0000 100%);
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 22.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem 1rem 1rem 1.5rem;
  display: flex;
  position: relative;
}

.overhaul-cost-groups-chart-content-hover {
  white-space: nowrap;
  z-index: 10;
  position: absolute;
  top: .5rem;
}

.overhaul-cost-groups-chart-content-labels-x {
  color: #0c325a99;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 100%;
  left: 1.5rem;
  right: 1rem;
}

.overhaul-cost-groups-chart-content-labels-x-label {
  text-align: center;
  flex: 1;
}

.overhaul-cost-groups-chart-content-labels-x-label span:first-child {
  color: #0c325a;
  font-weight: 600;
}

.overhaul-cost-groups-chart-content-busy {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overhaul-cost-groups-chart-content-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  opacity: .6;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.overhaul-cost-groups-chart-content-empty {
  z-index: 5;
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overhaul-cost-groups-chart-content-empty-icon {
  opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'%3E%3C/path%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'%3E%3C/polyline%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
}

.overhaul-cost-groups-chart-content-empty-text {
  color: #0c325ab3;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.overhaul-cost-groups-chart-content-empty-hint {
  color: #0c325a80;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.overhaul-cost-groups-chart-content-labels-y {
  text-align: left;
  color: #0c325a99;
  pointer-events: none;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  font-size: .6875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 1.5rem 0 1rem;
}

.overhaul-cost-groups-chart-content-labels-y-label {
  border-bottom: 1px solid #98a7b626;
  padding-left: .5rem;
  position: relative;
}

.overhaul-cost-groups-chart-content-labels-y-label:first-child {
  border-bottom: none;
}

.overhaul-cost-groups-chart-content-labels-y-label span:first-child {
  color: #0c325a;
  font-weight: 600;
}

.overhaul-cost-groups-chart-content-labels-y-label-note {
  color: #0c325a80;
  margin-left: .5rem;
  font-size: .625rem;
}

.overhaul-cost-groups-chart-content-bar {
  cursor: pointer;
  border-radius: .25rem .25rem 0 0;
  flex: 1;
  margin-left: .125rem;
  margin-right: .125rem;
  transition: all .2s;
  position: relative;
}

.overhaul-cost-groups-chart-content-bar:hover {
  background: #2ed2a11a;
  transform: translateY(-2px);
}

.overhaul-cost-groups-chart-content-bar-filled {
  background: linear-gradient(#0c325a80 0%, #0c325a66 50%, #0c325a59 100%);
  border-radius: .25rem .25rem 0 0;
  min-height: .25rem;
  transition: all .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 .125rem .5rem #0c325a26;
}

.overhaul-cost-groups-chart-content-bar-blue .overhaul-cost-groups-chart-content-bar-filled {
  background: linear-gradient(#133dd099 0%, #133dd080 50%, #133dd073 100%);
  box-shadow: 0 .125rem .5rem #133dd033;
}

.overhaul-cost-groups-chart-content-bar-highlighted .overhaul-cost-groups-chart-content-bar-filled, .overhaul-cost-groups-chart-content-bar:hover .overhaul-cost-groups-chart-content-bar-filled {
  background: linear-gradient(#2ed2a1 0%, #1dbf8f 50%, #1aad82 100%);
  box-shadow: 0 .25rem .75rem #2ed2a166;
}

.overhaul-cost-groups-chart-service-icon-total-sum {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("total-sum.ad970521.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-power {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-documentation {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("common-areas.24933095.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-thermal {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("thermic-energy.712e500c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-gas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-elevators {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("elevators.297c2105.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-basement {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-foundation {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("area-content.29a2d288.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-roofing {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("construction-elements.c89dd6c7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-facade {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("engineering-systems.b71f2133.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-cost-groups-chart-service-icon-other {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("other.9bf41452.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-group-overhaul-modal {
  user-select: none;
  padding: 3rem 4rem;
}

.houses-group-overhaul-modal-header {
  color: #00ae7a;
  font-weight: bold;
}

.houses-group-overhaul-modal-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.houses-group-overhaul-modal-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-group-overhaul-modal-container {
  max-height: 80vh;
  overflow: visible scroll;
}

.house-overhaul {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: .625rem;
  padding-right: 26.5rem;
  position: relative;
}

.house-overhaul-aside {
  width: 24rem;
  position: absolute;
  top: 4rem;
  right: .625rem;
}

.house-overhaul-aside-similar-houses {
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
}

.house-overhaul-aside-message-wrapper {
  color: #fff;
  background: #ff3666;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.house-overhaul-aside-message-text {
  line-height: 1.5rem;
}

.house-overhaul-aside-message-text-bold {
  font-weight: bold;
}

.house-overhaul-aside-payments {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 1.75rem;
  transition: all .2s;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.house-overhaul-aside-payments:hover {
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.house-overhaul-aside-payments-header {
  margin-bottom: 1.25rem;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.house-overhaul-aside-payments-heading {
  color: #0c325a;
  letter-spacing: -.01em;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.house-overhaul-aside-payments-content {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.house-overhaul-aside-payments-item {
  background: linear-gradient(135deg, #3259e508 0%, #0000 100%);
  border: 1px solid #e5eaf080;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75rem 1rem;
  transition: all .15s;
  display: flex;
}

.house-overhaul-aside-payments-item:hover {
  background: linear-gradient(135deg, #3259e50f 0%, #3259e505 100%);
  border-color: #3259e533;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .375rem #3259e514;
}

.house-overhaul-aside-payments-item-vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.house-overhaul-aside-payments-item-vertical .house-overhaul-aside-payments-item-label {
  width: 100%;
  margin-bottom: 0;
}

.house-overhaul-aside-payments-item-vertical .house-overhaul-aside-payments-item-value {
  text-align: left;
  white-space: normal;
  word-break: break-word;
  width: 100%;
  margin-left: 0;
}

.house-overhaul-aside-payments-item-nested {
  background: linear-gradient(135deg, #00ae7a05 0%, #0000 100%);
  border-color: #00ae7a33;
  margin-left: 1.5rem;
}

.house-overhaul-aside-payments-item-nested:hover {
  background: linear-gradient(135deg, #00ae7a0a 0%, #00ae7a03 100%);
  border-color: #00ae7a4d;
}

.house-overhaul-aside-payments-item-label {
  color: #0c325ab3;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.house-overhaul-aside-payments-item-value {
  text-align: right;
  color: #0c325a;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.house-overhaul-aside-payments-item-value-bold {
  color: #0c325a;
  font-size: .9375rem;
  font-weight: 600;
}

.house-overhaul-aside-payments-item-value-multiline {
  white-space: normal;
  text-align: left;
  line-height: 1.375rem;
}

.house-overhaul-aside-payments-empty {
  text-align: center;
  padding: 2rem 1rem;
}

.house-overhaul-aside-payments-empty-icon {
  display: none;
}

.house-overhaul-aside-payments-empty-text {
  color: #0c325a80;
  font-size: .875rem;
  line-height: 1.25rem;
}

.house-overhaul-historical-chart {
  margin-bottom: 1.875rem;
}

.house-overhaul-analysis-heading {
  color: #0c325a;
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.ui-download-list[data-v-55eba8] {
  z-index: 99;
  width: 272px;
  box-shadow: 0 10px 19px inherit;
  outline: 0;
  position: relative;
}

.ui-download-list--expanded .ui-download-list__title[data-v-55eba8] {
  color: #556584cc;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.ui-download-list--expanded .ui-download-list__title[data-v-55eba8]:after {
  border-color: #556584cc;
  transform: translateY(0)rotate(45deg)scale(-1);
}

.ui-download-list--expanded .ui-download-list__items[data-v-55eba8] {
  animation: .3s ease-out both slide-down-55eba8;
  display: flex;
}

.ui-download-list__title[data-v-55eba8] {
  cursor: pointer;
  color: #fff;
  background-color: #12b093;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem 1.5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: flex;
}

.ui-download-list__title[data-v-55eba8]:after {
  content: "";
  transform-origin: center;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  display: inline-flex;
  transform: translateY(-20%)rotate(45deg);
}

.ui-download-list__items[data-v-55eba8] {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  flex-direction: column;
  width: 100%;
  padding: .5rem 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.ui-download-list__items[data-v-55eba8] * {
  white-space: normal;
  height: auto;
  min-height: 2rem;
}

@keyframes slide-down-55eba8 {
  0% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.container[data-v-188fb9] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.house-passport-details-modal[data-v-188fb9] {
  padding: 1.5rem 2.625rem;
}

.house-passport-details-modal-header[data-v-188fb9] {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.house-passport-details-modal-body-row[data-v-188fb9] {
  width: 100%;
  margin-bottom: 1.5rem;
}

.house-passport-details-modal-body-row-label[data-v-188fb9] {
  color: #0c325a;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.house-passport-details-modal-body-row-controls[data-v-188fb9] {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.house-passport-details-modal-body-row-input[data-v-188fb9] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 12.5rem;
  height: 3rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.house-passport-details-modal-body-row-input.calendar[data-v-188fb9] {
  padding-left: 3rem;
}

.house-passport-details-modal-body-row-control[data-v-188fb9] {
  position: relative;
}

.house-passport-details-modal-body-row-control-icon-calendar[data-v-188fb9] {
  background: url("calendar.1c36a13d.svg") center no-repeat;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.house-passport-details-modal-body-row-button[data-v-188fb9] {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.25rem;
}

.house-passport-details-modal input[type="date"][data-v-188fb9]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.house-passport-details {
  padding-right: 30.625rem;
}

.house-passport-details-controls {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.house-passport-details-search {
  width: 100%;
}

.house-passport-details-actions {
  justify-content: flex-end;
  gap: .5rem;
  display: flex;
}

.house-passport-details-aside {
  width: 28.125rem;
  position: absolute;
  right: .625rem;
}

.house-passport-details.buttons {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.house-passport-details-download-buttons {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -.5rem;
  display: flex;
  width: auto !important;
}

.house-passport-details-download-button {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  position: relative;
  color: #506bfa !important;
  background-color: #fff !important;
  width: auto !important;
  padding: 0 1.5rem !important;
  font-size: .875rem !important;
  line-height: 1.5rem !important;
}

.house-passport-details-download-button + .house-passport-details-download-button {
  margin-top: .5rem;
}

.house-passport-details-download-button:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.house-passport-details-download-button:hover {
  background: #fff !important;
  text-decoration: underline !important;
}

.house-passport-details-map {
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 22.5rem;
  margin-bottom: .75rem;
  display: flex;
}

.house-passport-details-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  padding: .125rem;
  display: inline-flex;
}

.house-passport-details-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.house-passport-details-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.house-passport-details-block {
  background-color: #e5eaf0;
  border: 3px solid #e5eaf0;
  border-radius: .5rem;
  max-width: 100%;
  margin-bottom: 2.25rem;
}

.house-passport-details-block-row {
  background: #e5eaf0;
  border-radius: .5rem;
  justify-content: center;
  margin-bottom: .5rem;
  padding: .5rem;
  display: flex;
}

.house-passport-details-block-title {
  text-align: center;
  border-radius: .375rem;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.house-passport-details-block-title-data-index {
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-left: 0;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle !important;
}

.house-passport-details-block-title-data-index-green {
  background: #c8f9c1;
}

.house-passport-details-block-title-data-index-purple {
  background: #ccc1f9;
}

.house-passport-details-block-title-data-index-yellow {
  background: #ffe9be;
}

.house-passport-details-block-title-data-index-blue {
  background: #58cdf2;
}

.house-passport-details-block-title-data-index-red {
  background: #efa4b6;
}

.house-passport-details-block-title-heading {
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.house-passport-details-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  padding: 1rem;
  display: table;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.house-passport-details-table-row {
  border-bottom: 1px solid #e5eaf0;
  display: table-row;
}

.house-passport-details-table-row:last-of-type {
  border-bottom: none;
}

.house-passport-details-table-row-heading {
  border-bottom: 2px solid #556584;
}

.house-passport-details-table-heading {
  font-weight: bold;
  display: table-cell;
}

.house-passport-details-table-cell {
  max-width: 14.375rem;
  padding: .625rem;
  display: table-cell;
  position: relative;
}

.house-passport-details-table-cell-item {
  overflow-wrap: break-word;
  padding-bottom: .5rem;
}

.house-passport-details-table-cell-nowrap {
  white-space: nowrap;
}

.house-passport-details-table-cell-right {
  text-align: right;
}

.house-passport-details-table-cell-left {
  text-align: left;
}

.house-passport-details-table-cell-note {
  text-align: center;
  padding: 1.25rem;
}

.house-passport-details-table-cell a:hover {
  color: #3259e5;
}

.house-passport-details-table-expand-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.30c08d7f.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.house-passport-details-table-collapse-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("minus.5e13c31c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.house-passport-details-table-edit-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.house-passport-details-table-elevators-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("elevators.297c2105.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-rooms-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1rem;
}

.house-passport-details-table-success-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-alert-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("alert.b0e95b51.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-cold-water-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-hot-water-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-drainage-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-power-supply-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-heating-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-gas-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-tko-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-disabled-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("disabled.3b4732e8.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-info-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("info-blue.9fcee8ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
}

.house-passport-details-table-icon {
  position: absolute;
  top: 1.25rem;
  left: 0;
  transform: translate(-110%, -50%);
}

.house-passport-details-expanded-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-size: .875rem;
  display: flex;
}

.house-passport-details-expanded-heading {
  font-weight: bold;
}

.house-passport-details-expanded-label {
  margin-left: 1.5rem;
}

.house-passport-details-expanded-link {
  color: #3259e5;
}

.house-passport-details-expanded-filler {
  background-image: url("filler.27b2ceb7.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 50%;
  flex: 1;
  height: 1rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.house-passport {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem .625rem 3rem;
}

.house-passport-analysis-heading {
  color: #0c325a;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
  display: flex;
}

.house-passport-grid {
  grid-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.house-passport-grid-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 33%;
  margin-right: 2rem;
  display: flex;
}

.house-passport-grid-column:last-of-type {
  margin-right: 0;
}

.house-passport-item-label {
  margin-bottom: .5rem;
}

.house-passport-item-value {
  font-weight: bold;
  line-height: 1.5rem;
}

.house-passport-item-value-large {
  font-size: 1.125rem;
}

.house-passport-item-value a:hover {
  color: #3259e5;
}

.management-company-summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .625rem;
  display: flex;
}

.management-company-summary-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5eaf080;
}

.management-company-summary-item {
  white-space: nowrap;
  background: #e5eaf01a;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.management-company-summary-item:hover {
  background: #e5eaf033;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .5rem #0c325a0f;
}

.management-company-summary-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.management-company-summary-item-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.management-company-summary-item-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.management-company-summary-item-loading {
  opacity: .6;
  pointer-events: none;
}

.management-company-summary-item-loading .management-company-summary-item-value, .management-company-summary-item-loading .management-company-summary-item-label {
  color: #0c325a66;
}

.management-company-summary-separator {
  background: #e5eaf080;
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
}

.management-company-summary-rating {
  color: #fff;
  background: linear-gradient(135deg, #009688 0%, #00796b 100%);
  border-radius: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 .125rem .5rem #00968840;
}

.management-company-summary-rating:hover {
  background: linear-gradient(135deg, #00a192 0%, #008575 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #00968859;
}

.management-company-summary-rating-label {
  opacity: .95;
  white-space: nowrap;
  border-right: 1px solid #ffffff4d;
  padding-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.management-company-summary-rating-badge {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: .25rem;
  display: flex;
}

.management-company-summary-rating-value {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.management-company-summary-rating-value-max {
  opacity: .8;
  font-size: .875rem;
  font-weight: 500;
}

.management-company-summary-rating-position {
  opacity: .9;
  white-space: nowrap;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1rem;
}

.management-company-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.management-company-menu-wrapper {
  background: #fff;
  position: relative;
}

.management-company-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.management-company-menu-item:last-of-type {
  margin-right: 0;
}

.management-company-menu-item-active {
  color: #0c325a;
}

.management-company-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.management-company-content {
  min-height: calc(100vh - 13.5rem);
  position: relative;
}

.management-company-content:after {
  content: "";
  height: 0;
  max-height: 0;
}

.management-company-content-shade {
  content: "";
  opacity: 0;
  opacity: 1;
  background: #55658466;
  height: auto;
  transition-duration: .3s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.contractor-summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem .625rem;
  display: flex;
}

.contractor-summary-wrapper {
  background: #fff;
  position: relative;
}

.contractor-summary-item-value {
  font-weight: bold;
  line-height: 1.5rem;
}

.contractor-summary-item-label {
  line-height: 1.5rem;
}

.contractor-summary-item-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: radial-gradient(#f0f, #f0f0 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.contractor-summary-item-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-gas-equipment {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-garbage-chute {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-thermic-energy {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("thermic-energy.712e500c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon-other {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("other.9bf41452.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.contractor-summary-item-icon:last-of-type {
  margin-right: 0;
}

.contractor-summary-separator {
  border-right: 1px solid #e5eaf0;
  align-self: stretch;
}

.contractor-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.contractor-menu-wrapper {
  background: #fff;
  position: relative;
}

.contractor-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.contractor-menu-item:last-of-type {
  margin-right: 0;
}

.contractor-menu-item-active {
  color: #0c325a;
}

.contractor-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overhaul-contractor-summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .625rem;
  display: flex;
}

.overhaul-contractor-summary-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5eaf080;
}

.overhaul-contractor-summary-item {
  white-space: nowrap;
  background: #e5eaf01a;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.overhaul-contractor-summary-item:hover {
  background: #e5eaf033;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .5rem #0c325a0f;
}

.overhaul-contractor-summary-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.overhaul-contractor-summary-item-value {
  color: #0c325a;
  align-items: center;
  gap: .25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
}

.overhaul-contractor-summary-item-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.overhaul-contractor-summary-item-loading {
  opacity: .6;
  pointer-events: none;
}

.overhaul-contractor-summary-item-loading .overhaul-contractor-summary-item-value, .overhaul-contractor-summary-item-loading .overhaul-contractor-summary-item-label {
  color: #0c325a66;
}

.overhaul-contractor-summary-separator {
  background: #e5eaf080;
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
}

.overhaul-contractor-summary-indicator {
  background: #ff3666;
  border-radius: 100%;
  flex-shrink: 0;
  width: .5rem;
  height: .5rem;
  display: inline-block;
  box-shadow: 0 .0625rem .1875rem #ff366666;
}

.overhaul-contractor-summary-rating {
  color: #fff;
  background: linear-gradient(135deg, #009688 0%, #00796b 100%);
  border-radius: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 .125rem .5rem #00968840;
}

.overhaul-contractor-summary-rating:hover {
  background: linear-gradient(135deg, #00a192 0%, #008575 100%);
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #00968859;
}

.overhaul-contractor-summary-rating-label {
  opacity: .95;
  white-space: nowrap;
  border-right: 1px solid #ffffff4d;
  padding-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.overhaul-contractor-summary-rating-badge {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: .25rem;
  display: flex;
}

.overhaul-contractor-summary-rating-value {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.overhaul-contractor-summary-rating-value-max {
  opacity: .8;
  font-size: .875rem;
  font-weight: 500;
}

.overhaul-contractor-summary-rating-position-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.overhaul-contractor-summary-rating-position {
  opacity: .9;
  white-space: nowrap;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1rem;
}

.overhaul-contractor-summary-rating-change {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overhaul-contractor-summary-rating-change-value {
  background: #fff3;
  border-radius: .25rem;
  padding: .125rem .375rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1rem;
}

.overhaul-contractor-summary-rating-change-value.negative {
  color: #fee2e2;
  background: #ef44444d;
}

.overhaul-contractor-summary-rating-change-value.positive {
  color: #d1fae5;
  background: #10b9814d;
}

.overhaul-contractor-summary-rating-change-value-marker {
  margin-right: .125rem;
  font-size: .625rem;
}

.overhaul-contractor-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.overhaul-contractor-menu-wrapper {
  background: #fff;
  position: relative;
}

.overhaul-contractor-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.overhaul-contractor-menu-item:last-of-type {
  margin-right: 0;
}

.overhaul-contractor-menu-item-active {
  color: #0c325a;
}

.overhaul-contractor-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contractor-content {
  position: relative;
}

.contractor-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.contractor-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.company-details {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.company-details-header {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.company-details-header-main {
  margin-bottom: 1rem;
}

.company-details-heading {
  color: #0c325a;
  letter-spacing: -.01em;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.company-details-name {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.company-details-status-badge {
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-flex;
}

.company-details-status-badge i {
  font-size: 1rem;
}

.company-details-status-badge-active {
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 .125rem .5rem #10b9814d;
}

.company-details-status-badge-liquidated {
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 .125rem .5rem #ef44444d;
}

.company-details-status-badge-liquidation, .company-details-status-badge-reorganizing, .company-details-status-badge-bankrupt {
  color: #fff;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 .125rem .5rem #f59e0b4d;
}

.company-details-header-meta {
  border-top: 1px solid #e5eaf0;
  flex-direction: column;
  gap: .5rem;
  padding-top: 1rem;
  display: flex;
}

.company-details-meta-item {
  color: #0c325ab3;
  align-items: center;
  gap: .5rem;
  font-size: .8125rem;
  line-height: 1.25rem;
  display: flex;
}

.company-details-meta-item i {
  color: #0c325a80;
  font-size: .875rem;
}

.company-details-warnings {
  background: linear-gradient(135deg, #f59e0b1a 0%, #f59e0b0d 100%);
  border: 1px solid #f59e0b4d;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.company-details-warnings-header {
  color: #d97706;
  align-items: center;
  gap: .625rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.company-details-warnings-header i {
  font-size: 1.125rem;
}

.company-details-warnings-list {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.company-details-warnings-item {
  color: #92400e;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.company-details-warnings-item i {
  color: #f59e0b;
  font-size: .875rem;
}

.company-details-section {
  margin-bottom: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: visible;
}

.company-details-section-copied {
  animation: .6s ease-out sectionCopied;
}

.company-details-section-copied .company-details-card {
  background: linear-gradient(135deg, #10b9810d 0%, #10b98105 100%);
  border-color: #10b9814d;
  box-shadow: 0 .125rem .5rem #10b98126;
}

.company-details-section-header {
  color: #0c325a;
  letter-spacing: -.01em;
  z-index: 1;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: visible;
}

.company-details-section-header i {
  color: #3259e5;
  font-size: 1.25rem;
}

.company-details-section-header span {
  flex-shrink: 0;
}

.company-details-section-header .company-details-section-copy-icon {
  color: #0c325a66 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  border-radius: .25rem !important;
  flex-shrink: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  margin-left: .75rem !important;
  padding: .375rem !important;
  font-size: 1rem !important;
  transition: all .2s !important;
  display: inline-flex !important;
  position: relative !important;
}

.company-details-section-header .company-details-section-copy-icon:hover {
  color: #3259e5 !important;
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%) !important;
  transform: scale(1.15) !important;
  box-shadow: 0 .125rem .5rem #3259e540 !important;
}

.company-details-section-content {
  display: block;
}

.company-details-section-copy-icon-copied {
  color: #10b981 !important;
  background: linear-gradient(135deg, #10b98133 0%, #10b98126 100%) !important;
  animation: .6s ease-out iconPulse !important;
  position: relative !important;
  box-shadow: 0 .125rem .5rem #10b9814d !important;
}

.company-details-section-copy-icon-copied:after {
  content: "";
  pointer-events: none;
  background: #10b9814d;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: .6s ease-out ripple;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-details-card {
  grid-gap: 1.5rem;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .75rem;
  grid-template-columns: 1fr;
  padding: 1.5rem;
  transition: all .2s;
  display: grid;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.company-details-card:hover {
  box-shadow: 0 .25rem .75rem #0c325a14;
}

.company-details-field {
  border-bottom: 1px solid #e5eaf080;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.company-details-field:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company-details-field-wide {
  grid-column: span 2;
}

.company-details-field-label {
  color: #0c325ab3;
  align-items: center;
  gap: .5rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: flex;
}

.company-details-field-label i {
  color: #0c325a80;
  text-align: center;
  width: 1rem;
  font-size: .875rem;
}

.company-details-field-value {
  color: #0c325a;
  word-break: break-word;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.375rem;
  display: flex;
}

.company-details-field-value-large {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.company-details-field-value span {
  flex: 1;
  min-width: 0;
}

.company-details-field-value a {
  color: #3259e5;
  flex: 1;
  align-items: center;
  gap: .375rem;
  min-width: 0;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.company-details-field-value a:hover {
  color: #1c47df;
}

.company-details-field-value a i {
  font-size: .75rem;
}

.company-details-copy-icon {
  color: #0c325a66;
  cursor: pointer;
  border-radius: .25rem;
  flex-shrink: 0;
  padding: .25rem;
  font-size: .875rem;
  transition: all .2s;
}

.company-details-copy-icon:hover {
  color: #3259e5;
  background: #3259e51a;
}

.company-details-copy-icon-copied {
  color: #10b981;
  background: #10b9811a;
}

.company-details-badge {
  border-radius: .375rem;
  align-items: center;
  gap: .375rem;
  padding: .375rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: inline-flex;
}

.company-details-badge i {
  font-size: .75rem;
}

.company-details-badge-success {
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 .125rem .25rem #10b98133;
}

.company-details-badge-danger {
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 .125rem .25rem #ef444433;
}

.company-details-badge-info {
  color: #3259e5;
  background: linear-gradient(135deg, #3259e51a 0%, #3259e50d 100%);
  border: 1px solid #3259e533;
}

.company-details-badge-secondary {
  color: #0c325a;
  background: linear-gradient(135deg, #0c325a14 0%, #0c325a0a 100%);
  border: 1px solid #0c325a26;
}

@media (width >= 768px) {
  .company-details-card {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .company-details-field-wide {
    grid-column: span 2;
  }
}

@media (width >= 1024px) {
  .company-details-card {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .company-details-field-wide {
    grid-column: span 3;
  }
}

@keyframes sectionCopied {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
    box-shadow: 0 .25rem 1rem #10b98133;
  }

  100% {
    box-shadow: none;
    transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: .6;
    width: 0;
    height: 0;
  }

  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}

.overhaul-contractor-overview {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-contractor-indicator {
  position: relative;
}

.overhaul-contractor-indicator-green {
  color: #009688;
}

.overhaul-contractor-indicator-yellow {
  color: #dfae50;
}

.overhaul-contractor-indicator-red {
  color: #e10050;
}

.overhaul-contractor-indicator-label {
  font-size: .75rem;
}

.overhaul-contractor-indicator-bar {
  border: 1px solid #e5eaf0;
  height: 1rem;
  margin-top: .25rem;
  position: relative;
}

.overhaul-contractor-indicator-green .overhaul-contractor-indicator-bar {
  border-color: #009688;
}

.overhaul-contractor-indicator-red .overhaul-contractor-indicator-bar {
  border-color: #e10050;
}

.overhaul-contractor-indicator-yellow .overhaul-contractor-indicator-bar {
  border-color: #dfae50;
}

.overhaul-contractor-indicator-bar-reference {
  z-index: 1;
  border-left: 1px solid #3259e5;
  border-right: 1px solid #3259e5;
  position: absolute;
  top: -.125rem;
  bottom: -.125rem;
}

.overhaul-contractor-indicator-bar-filled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.overhaul-contractor-indicator-green .overhaul-contractor-indicator-bar-filled {
  background: #009688;
}

.overhaul-contractor-indicator-red .overhaul-contractor-indicator-bar-filled {
  background: #e10050;
}

.overhaul-contractor-indicator-yellow .overhaul-contractor-indicator-bar-filled {
  background: #dfae50;
}

.overhaul-contractor-ongoing {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-contractor-ongoing-wrapper {
  padding: 3.75rem 0;
}

.overhaul-contractor-ongoing-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  padding: .125rem;
  display: inline-flex;
}

.overhaul-contractor-ongoing-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.overhaul-contractor-ongoing-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.overhaul-contractor-ongoing-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 3.125rem;
  padding: .625rem;
  display: table;
}

.overhaul-contractor-ongoing-table-row {
  border-bottom: 1px solid #e5eaf0;
  display: table-row;
}

.overhaul-contractor-ongoing-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-contractor-ongoing-table-row-heading {
  border-bottom: 2px solid #556584;
  line-height: 1.875rem;
}

.overhaul-contractor-ongoing-table-heading {
  white-space: nowrap;
  font-weight: bold;
  display: table-cell;
}

.overhaul-contractor-ongoing-table-cell {
  padding: 1.25rem;
  display: table-cell;
  position: relative;
}

.overhaul-contractor-ongoing-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-contractor-ongoing-table-cell-right {
  text-align: right;
}

.overhaul-contractor-ongoing-table-cell-left {
  text-align: left;
}

.overhaul-contractor-ongoing-table-cell-note {
  text-align: center;
  padding: 1.25rem;
}

.overhaul-contractor-ongoing-table-cell a:hover {
  color: #3259e5;
}

.overhaul-contractor-ongoing-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.overhaul-contractor-ongoing-table-filter-control-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.875rem;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-contractor-ongoing-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.overhaul-contractor-ongoing-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-ongoing-table-cell-service {
  padding-left: 2.5rem;
  position: relative;
}

.overhaul-contractor-ongoing-table-service-icon {
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
}

.overhaul-contractor-ongoing-table-service-text {
  margin-left: 0;
  display: inline-block;
}

.overhaul-contractor-ongoing-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-contractor-ongoing-header-icon-wrapper {
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-contractor-ongoing-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-ongoing-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-contractor-ongoing-busy {
  text-align: center;
}

.overhaul-contractor-ongoing-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-ongoing-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-contractor-ongoing-indicator {
  background: #ff3666;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  margin-right: .25rem;
  display: inline-block;
}

.overhaul-contractor-ongoing-link {
  color: #3259e5;
}

.overhaul-contractor-completed {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-contractor-completed-wrapper {
  padding: 3.75rem 0;
}

.overhaul-contractor-completed-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  padding: .125rem;
  display: inline-flex;
}

.overhaul-contractor-completed-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.overhaul-contractor-completed-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.overhaul-contractor-completed-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 3.125rem;
  padding: .625rem;
  display: table;
}

.overhaul-contractor-completed-table-row {
  border-bottom: 1px solid #e5eaf0;
  display: table-row;
}

.overhaul-contractor-completed-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-contractor-completed-table-row-heading {
  border-bottom: 2px solid #556584;
  line-height: 1.875rem;
}

.overhaul-contractor-completed-table-heading {
  white-space: nowrap;
  font-weight: bold;
  display: table-cell;
}

.overhaul-contractor-completed-table-cell {
  padding: 1.25rem;
  display: table-cell;
  position: relative;
}

.overhaul-contractor-completed-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-contractor-completed-table-cell-right {
  text-align: right;
}

.overhaul-contractor-completed-table-cell-left {
  text-align: left;
}

.overhaul-contractor-completed-table-cell-note {
  text-align: center;
  padding: 1.25rem;
}

.overhaul-contractor-completed-table-cell a:hover {
  color: #3259e5;
}

.overhaul-contractor-completed-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.overhaul-contractor-completed-table-filter-control-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.875rem;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-contractor-completed-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.overhaul-contractor-completed-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-completed-table-cell-service {
  padding-left: 2.5rem;
  position: relative;
}

.overhaul-contractor-completed-table-service-icon {
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
}

.overhaul-contractor-completed-table-service-text {
  margin-left: 0;
  display: inline-block;
}

.overhaul-contractor-completed-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-contractor-completed-header-icon-wrapper {
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-contractor-completed-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-completed-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-contractor-completed-busy {
  text-align: center;
}

.overhaul-contractor-completed-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-completed-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-contractor-completed-indicator {
  background: #ff3666;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  margin-right: .25rem;
  display: inline-block;
}

.overhaul-contractor-completed-link {
  color: #3259e5;
}

.pagination {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .125rem;
  display: inline-flex;
}

.pagination-page {
  padding: .5rem 1rem;
  line-height: 1.25rem;
  display: block;
}

.pagination-page-current {
  background: #fff;
  border-radius: .375rem;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.overhaul-contractor-regions {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-contractor-regions-top-bar {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.overhaul-contractor-regions-heading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-contractor-regions-subheading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-contractor-regions-empty, .overhaul-contractor-regions-busy {
  text-align: center;
}

.overhaul-contractor-regions-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-regions-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.overhaul-contractor-regions-table thead th {
  background: #fff;
}

.overhaul-contractor-regions-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-contractor-regions-table-link {
  color: #3259e5;
}

.overhaul-contractor-regions-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-contractor-regions-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-contractor-regions-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-contractor-regions-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-contractor-regions-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-contractor-regions-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-contractor-regions-table-cell-right {
  text-align: right;
}

.overhaul-contractor-regions-table-cell-bold {
  font-weight: bold;
}

.overhaul-contractor-regions-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-contractor-regions-header-icon-wrapper {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translate(-100%, -50%);
}

.overhaul-contractor-regions-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-regions-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-contractor-regions-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.company-house-file-link {
  cursor: pointer;
  color: #3259e5;
}

.company-house-file-busy {
  text-align: center;
  margin-left: 1rem;
  position: relative;
}

.company-house-file-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-houses-heading {
  color: #0c325a;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 3rem;
}

.company-houses-content {
  margin-bottom: 4rem;
}

.company-houses-busy {
  text-align: center;
}

.company-houses-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.company-houses-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.company-houses-table thead th {
  background: #fff;
}

.company-houses-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

.company-houses-table-link {
  color: #3259e5;
}

.company-houses-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.company-houses-table-row:last-of-type {
  border-bottom: none;
}

.company-houses-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.company-houses-table-cell {
  padding: 1rem;
  position: relative;
}

.company-houses-table-cell:nth-child(2), .company-houses-table-cell:nth-child(4) {
  text-align: right;
}

.company-houses-table-cell-header {
  text-align: left;
  font-weight: bold;
  line-height: 1.875rem;
}

.company-houses-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.company-houses-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.company-houses-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.company-houses-header-icon {
  width: 1rem;
  height: 1rem;
}

.company-houses-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.company-houses-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.company-houses-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.company-houses-document-link {
  margin-bottom: .3125rem;
}

.company-houses-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.management-company-houses {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.filter-field {
  background: none;
  min-height: 2.5rem;
  transition-duration: .3s;
  position: relative;
}

.filter-field-input {
  z-index: 11;
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 3.125rem);
  height: 2.5rem;
  margin-left: .9375rem;
  margin-right: 2.1875rem;
  line-height: 2.5rem;
  position: relative;
}

.filter-field-control {
  text-align: center;
  z-index: 12;
  width: 2.1875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.filter-field-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
}

.filter-field-control-icon-search {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.filter-field-control-icon-cross {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.company-connections {
  grid-template-columns: auto 20rem;
  min-height: calc(100vh - 13.5rem);
  display: grid;
  position: relative;
}

.company-connections-chart {
  user-select: none;
  position: relative;
}

.company-connections-filter {
  background: #fff;
  border-radius: 1.25rem;
  width: 20rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.company-connections-filter-note {
  max-width: 20rem;
  font-size: .75rem;
  position: absolute;
  top: 5rem;
  left: 3rem;
}

.company-connections-loading {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-connections-aside {
  justify-self: stretch;
}

.company-overview {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.company-inspection-file-link {
  cursor: pointer;
  color: #3259e5;
}

.company-inspection-file-busy {
  text-align: center;
  margin-left: 1rem;
  position: relative;
}

.company-inspection-file-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-inspections {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.company-inspections-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.company-inspections-busy {
  text-align: center;
}

.company-inspections-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.company-inspections-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  padding: .125rem;
  display: inline-flex;
}

.company-inspections-toggle-item {
  text-align: center;
  white-space: nowrap;
  padding: .5rem 1rem;
  line-height: 1.25rem;
}

.company-inspections-toggle-item-active {
  background: #fff;
  border-radius: .375rem;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.company-inspections-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.company-inspections-table thead th {
  background: #fff;
}

.company-inspections-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.company-inspections-table-link {
  color: #3259e5;
}

.company-inspections-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.company-inspections-table-row:last-of-type {
  border-bottom: none;
}

.company-inspections-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.company-inspections-table-cell {
  padding: 1rem;
  position: relative;
}

.company-inspections-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.company-inspections-table-cell-nowrap {
  white-space: nowrap;
}

.company-inspections-table-cell-right {
  text-align: right;
}

.company-inspections-table-cell-bold {
  font-weight: bold;
}

.company-inspections-table-status {
  background: #c4c4c4;
  border-radius: 100%;
  width: .875rem;
  height: .875rem;
}

.company-inspections-table-status-red {
  background: #ff3666;
}

.company-inspections-table-status-green {
  background: #009688;
}

.company-inspections-header-icon {
  width: 1rem;
  height: 1rem;
}

.company-inspections-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.company-inspections-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.company-inspections-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.company-inspections-file {
  margin-bottom: .625rem;
}

.company-inspections-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.percircle[data-v-1e9e15] {
  background: none;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  font-size: 120px;
  position: relative;
}

.percircle svg[data-v-1e9e15] {
  transform: rotate(-90deg);
}

.percircle.animate > span[data-v-1e9e15], .percircle.animate .circle-bar[data-v-1e9e15] {
  transition: all .2s ease-in-out;
}

.percircle > span[data-v-1e9e15] {
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  color: #343b3e80;
  width: 100%;
  margin-top: -.5em;
  font-size: .6rem;
  line-height: .6rem;
  display: block;
  position: absolute;
  top: 43%;
}

.percircle[data-v-1e9e15]:hover {
  cursor: default;
}

.percircle:hover > span[data-v-1e9e15] {
  color: #307bbb;
  transform: scale(1.3);
}

.percircle:hover .circle-bar[data-v-1e9e15] {
  r: 52;
  stroke-width: 5px;
}

.percircle.small[data-v-1e9e15] {
  font-size: 80px;
}

.percircle.big[data-v-1e9e15] {
  font-size: 240px;
}

.percircle.dark > span[data-v-1e9e15] {
  color: #fff;
}

.percircle.dark .filler-bar[data-v-1e9e15] {
  stroke: #ffffffb3;
}

.percircle .filler-bar[data-v-1e9e15] {
  stroke: #0000001a;
}

.percircle .circle-bar[data-v-1e9e15] {
  stroke-width: 8px;
}

.perclock > span[data-v-1e9e15] {
  font-size: .15em;
}

.perclock.animate .circle-bar[data-v-1e9e15], .perdown.animate .circle-bar[data-v-1e9e15] {
  transition: stroke-width .2s ease-in-out, r .2s ease-in-out;
}

.rating-table-wrapper[data-v-d8100f] {
  background: #fff;
  border-radius: 16px;
  min-width: 320px;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
  overflow-x: auto;
  box-shadow: 0 2px 12px #00000012;
}

.rating-table[data-v-d8100f] {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 1200px;
  font-size: .97rem;
}

.rating-table tbody tr[data-v-d8100f] {
  transition: background .18s;
}

.rating-table tbody tr[data-v-d8100f]:nth-child(2n) {
  background: #f1f5f9;
}

.rating-table tbody tr[data-v-d8100f]:hover {
  background: #e0e7ef;
}

.rating-table tbody td[data-v-d8100f] {
  text-align: center;
  color: #334155;
  border-bottom: 1.5px solid #e2e8f0;
  padding: .85rem .7rem;
  font-size: .97rem;
}

.rating-table tbody td.rating-table-cell-right[data-v-d8100f] {
  text-align: right;
}

.rating-table tbody td.rating-table-cell-bold[data-v-d8100f] {
  color: #22c55e;
  font-weight: 700;
}

.rating-table .rating-table-link[data-v-d8100f] {
  color: #2563eb;
  font-weight: 600;
  text-decoration: underline;
  transition: color .18s;
}

.rating-table .rating-table-link[data-v-d8100f]:hover {
  color: #1d4ed8;
}

.rating-table .rating-table-filter-input[data-v-d8100f] {
  color: #334155;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  min-width: 180px;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: border .18s;
}

.rating-table .rating-table-filter-input[data-v-d8100f]:focus {
  border: 1.5px solid #2563eb;
}

.rating-table .rating-table-filter-control[data-v-d8100f] {
  cursor: pointer;
  color: #2563eb;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.rating-table .rating-table-filter-control .rating-table-icon[data-v-d8100f] {
  content: "";
  margin-right: .5rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.rating-table .rating-table-header-icon-up[data-v-d8100f], .rating-table .rating-table-header-icon-down[data-v-d8100f], .rating-table .rating-table-empty[data-v-d8100f] {
  color: #64748b;
  text-align: center;
  background: #f8fafc;
  border-radius: 10px;
  padding: 1.5rem;
  font-size: 1.1rem;
}

.rating-table .rating-table-busy[data-v-d8100f] {
  text-align: center;
}

.rating-table .rating-table-busy-icon[data-v-d8100f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.rating-table .rating-table-pagination[data-v-d8100f] {
  justify-content: center;
  align-items: center;
  gap: .7rem;
  margin-top: 1.5rem;
  display: flex;
}

.rating-table .rating-table-footer-button[data-v-d8100f] {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  padding: .5rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background .18s;
}

.rating-table .rating-table-footer-button[data-v-d8100f]:hover {
  background: #1d4ed8;
}

.rating-table-subtable[data-v-d8100f] {
  min-width: 75%;
  font-size: .95rem;
}

.rating-table-subtable thead th[data-v-d8100f], .rating-table-subtable tbody td[data-v-d8100f], .rating-table-subtable tfoot th[data-v-d8100f], .rating-table-subtable tfoot td[data-v-d8100f] {
  text-align: center !important;
}

.rating-table-subtable-cell[data-v-d8100f] {
  text-align: center;
  padding: .5rem;
}

.rating-table-subtable-cell-heading[data-v-d8100f] {
  text-align: center;
  font-weight: 700;
  background-color: #fff !important;
}

.rating-table-subtable-cell-right[data-v-d8100f] {
  text-align: right;
}

.rating-table-subtable-cell-icon[data-v-d8100f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.rating-table-subtable-link[data-v-d8100f] {
  color: #2563eb;
  text-decoration: underline;
}

.rating-table thead th[data-v-d8100f] {
  color: #1e293b !important;
  background: #f8fafc !important;
  font-weight: 700 !important;
}

.management-companies-rating {
  background: #f8fafc;
  border-radius: 18px;
  width: 99%;
  min-height: calc(100vh - 4.5rem);
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px #00000012;
}

.management-companies-rating-heading {
  color: #0c325a;
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.management-companies-rating-topcard {
  background: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  margin-bottom: .5rem;
  padding: 1.2rem 2rem;
  display: flex;
  box-shadow: 0 2px 12px #0000000f;
}

@media (width <= 900px) {
  .management-companies-rating-topcard {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem .5rem;
  }
}

.management-companies-rating-indicators {
  flex: 1;
  align-items: stretch;
  gap: 1.2rem;
  display: flex;
}

@media (width <= 900px) {
  .management-companies-rating-indicators {
    flex-wrap: wrap;
    gap: .7rem;
  }
}

.management-companies-rating-indicator {
  background: #f8fafc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 180px;
  min-height: 64px;
  padding: .8rem 1.2rem;
  display: flex;
  box-shadow: 0 1px 4px #00000008;
}

.management-companies-rating-indicator-value {
  color: #2563eb;
  align-items: center;
  gap: .5rem;
  margin-bottom: .2rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.management-companies-rating-indicator-value i {
  color: #2563eb;
}

.management-companies-rating-indicator-description {
  color: #64748b;
  font-size: .93rem;
}

.management-companies-rating-indicator-description .management-companies-rating-indicator-position {
  color: #334155;
  font-weight: 500;
}

.management-companies-rating-indicator-description .management-companies-rating-indicator-label {
  color: #64748b;
  font-size: .9rem;
}

.management-companies-rating-datepicker, .management-companies-rating-export {
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
}

.management-companies-rating-export-button {
  color: #fff;
  cursor: pointer;
  background: #22c55e;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: .5rem;
  min-height: 64px;
  padding: .8rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  transition: background .2s;
  display: flex;
  box-shadow: 0 2px 8px #22c55e14;
}

.management-companies-rating-export-button i {
  color: #fff;
}

.management-companies-rating-export-button:hover {
  background: #16a34a;
}

.management-companies-rating-export-button:disabled {
  color: #64748b;
  cursor: not-allowed;
  background: #cbd5e1;
}

.management-companies-rating-tabs {
  z-index: 2;
  gap: .5rem;
  margin-top: .5rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

@media (width <= 900px) {
  .management-companies-rating-tabs {
    gap: .3rem;
  }
}

.management-companies-rating-tabs-item {
  color: #64748b;
  box-shadow: none;
  cursor: pointer;
  background: #f1f5f9;
  border: 1.5px solid #e2e8f0;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1.1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .18s;
  display: flex;
  position: relative;
  top: 0;
}

.management-companies-rating-tabs-item:hover {
  color: #2563eb;
  background: #e0e7ef;
}

.management-companies-rating-tabs-item-active {
  color: #2563eb;
  z-index: 3;
  background: #fff;
  border-color: #2563eb #2563eb #fff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: -2px;
  font-weight: 600;
  box-shadow: 0 2px 8px #2563eb12;
}

.management-companies-rating-content {
  background: #fff;
  border-radius: 0 0 12px 12px;
  margin-top: 0;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 12px #0000000a;
}

@media (width <= 900px) {
  .management-companies-rating-content {
    padding: 1rem .5rem;
  }
}

.management-companies-rating-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.management-companies-rating-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.rating-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  font-size: .5625rem;
}

.rating-table thead th {
  background: #0c325a;
}

.rating-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.rating-table-link {
  color: #3259e5;
}

.rating-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.rating-table-row:last-of-type {
  border-bottom: none;
}

.rating-table-row-header {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #98a7b6 !important;
}

.rating-table-cell {
  text-align: center;
  padding: 1rem;
  position: relative;
}

.rating-table-cell-header {
  color: #fff;
  font-weight: bold;
  text-align: center !important;
  background: #0c325a !important;
}

.rating-table-cell-org {
  font-weight: bold;
}

.rating-table-cell-nowrap {
  white-space: nowrap;
}

.rating-table-cell-right {
  text-align: right;
}

.rating-table-cell-bold {
  font-weight: bold;
}

.rating-table-expand-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.f7fcb11e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.rating-table-collapse-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("minus.3c2fc8ca.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.rating-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.rating-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.rating-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.rating-table-header-icon {
  width: 1rem;
  height: 1rem;
}

.rating-table-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.rating-table-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.rating-table-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.rating-table-footer {
  margin-top: 2rem;
}

.rating-table-footer-button {
  color: #556584;
  background-color: #fff;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.rating-table-footer-button:disabled {
  background-color: #55658480;
}

.rating-table-subtable {
  min-width: 75%;
  font-size: .8rem;
}

.rating-table-subtable-cell {
  text-align: left;
  padding: .25rem 1rem .25rem 0;
}

.rating-table-subtable-cell-heading {
  text-align: left;
  font-weight: bold;
  background-color: #fff !important;
}

.rating-table-subtable-cell-right {
  text-align: right;
}

.rating-table-subtable-cell-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.rating-table-subtable-link {
  color: #133dd0;
  text-decoration: underline;
}

.rating-table-pagination {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}

.rating-table-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.rating-table-busy {
  text-align: center;
}

.rating-table-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.ui-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.ui-menu-wrapper {
  background: #fff;
  position: relative;
}

.ui-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.ui-menu-item:last-of-type {
  margin-right: 0;
}

.ui-menu-item-active {
  color: #0c325a;
}

.ui-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overhaul-tabs {
  background: #fff;
  border-bottom: 1px solid #98a7b6;
}

.overhaul-tabs-menu {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.overhaul-monthly-summary-heading {
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.overhaul-monthly-summary-row, .overhaul-monthly-summary-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overhaul-monthly-summary-item-value {
  order: 3;
  font-size: 2.5rem;
  font-weight: bold;
}

.overhaul-monthly-summary-item-icon {
  text-align: center;
  color: #98a7b6;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.overhaul-monthly-summary-item-label {
  max-width: 5rem;
  margin: 0 1rem;
}

.overhaul-program-report-bar {
  background: #e5eaf0;
  min-height: .625rem;
  margin: 1.875rem 0 1.875rem 2.5rem;
  position: relative;
}

.overhaul-program-report-bar-label {
  font-size: .75rem;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%);
}

.overhaul-program-report-bar-label-text-number {
  opacity: 1;
  white-space: nowrap;
  transition-duration: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overhaul-program-report-bar-label-text-percent {
  display: none;
}

.overhaul-program-report-bar-label-text-red {
  color: #ff3666;
  position: absolute;
  top: 50%;
  left: calc(100% + .75rem);
  transform: translate(0, -50%);
}

.overhaul-program-report-bar-label-text-red:before {
  content: "";
  background: #ff3666;
  border-radius: 100%;
  width: .375rem;
  height: .375rem;
  position: absolute;
  top: 50%;
  right: calc(100% + .125rem);
  transform: translate(0, -50%);
}

.overhaul-program-report-bar-label-upper {
  color: #859deb;
  bottom: calc(100% + 1rem);
}

.overhaul-program-report-bar-label-upper:after {
  content: "";
  border-left: 1px solid #859deb;
  height: 1.125rem;
  position: absolute;
  top: .5rem;
  transform: translate(-1px);
}

.overhaul-program-report-bar-switched .overhaul-program-report-bar-label-upper {
  color: #2ed2a1;
}

.overhaul-program-report-bar-switched .overhaul-program-report-bar-label-upper:after {
  border-color: #2ed2a1;
}

.overhaul-program-report-bar-label-lower {
  color: #2ed2a1;
  top: calc(100% + 1rem);
}

.overhaul-program-report-bar-label-lower:after {
  content: "";
  border-left: 1px solid #2ed2a1;
  height: 1.125rem;
  position: absolute;
  bottom: .5rem;
  transform: translate(-1px);
}

.overhaul-program-report-bar-switched .overhaul-program-report-bar-label-lower, .overhaul-program-report-bar-switched .overhaul-program-report-bar-label-lower:after {
  color: #859deb;
}

.overhaul-program-report-bar-total {
  position: absolute;
  top: 50%;
  right: calc(100% + .5rem);
  transform: translate(0%, -50%);
}

.overhaul-program-report-bar-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.overhaul-program-report-bar-fill-percentage {
  color: #fff;
  opacity: 0;
  text-shadow: 0 0 1px #fff;
  font-size: .6875rem;
  transition-duration: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overhaul-program-report-bar-fill-percentage:after {
  content: "%";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

.overhaul-program-report-bar:hover .overhaul-program-report-bar-fill-percentage {
  opacity: 1;
}

.overhaul-program-report-bar-fill-upper {
  background: #859deb;
}

.overhaul-program-report-bar-switched .overhaul-program-report-bar-fill-upper {
  background: #2ed2a1;
}

.overhaul-program-report-bar-fill-lower {
  z-index: 1;
  background: #2ed2a1;
}

.overhaul-program-report-bar-switched .overhaul-program-report-bar-fill-lower {
  background: #859deb;
}

.overhaul-program-report {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-program-report-download-buttons {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -.5rem;
  display: flex;
  width: auto !important;
}

.overhaul-program-report-download-button {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  position: relative;
  color: #506bfa !important;
  background-color: #fff !important;
  width: auto !important;
  padding: 0 1.5rem !important;
  font-size: .875rem !important;
  line-height: 1.5rem !important;
}

.overhaul-program-report-download-button + .overhaul-program-report-download-button {
  margin-top: .5rem;
}

.overhaul-program-report-download-button:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.overhaul-program-report-download-button:hover {
  background: #fff !important;
  text-decoration: underline !important;
}

.overhaul-program-report-summary {
  border-bottom: 1px solid #e5eaf0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.overhaul-program-report-heading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-program-report-subheading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-program-report-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  margin-left: 1.25rem;
  padding: .1875rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-program-report-export:disabled {
  background-color: #55658480;
}

.overhaul-program-report-busy {
  text-align: center;
}

.overhaul-program-report-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-program-report-controls {
  justify-content: space-between;
  display: flex;
}

.overhaul-program-report-controls-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.overhaul-program-report-controls-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overhaul-program-report-controls-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.25rem;
  display: flex;
}

.overhaul-program-report-select {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  min-width: 7.5rem;
  padding: .4375rem 2rem .4375rem 1rem;
  position: relative;
}

.overhaul-program-report-select-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overhaul-program-report-select-heading {
  margin-right: 1rem;
  font-weight: bold;
}

.overhaul-program-report-select-expanded {
  border-color: #0000;
  border-radius: .5rem .5rem 0 0;
}

.overhaul-program-report-select-indicator {
  background-image: url("select-arrow.b5e9b9da.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .625rem .3125rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.overhaul-program-report-select-expanded .overhaul-program-report-select-indicator {
  transform: translate(0, -50%)rotate(180deg);
}

.overhaul-program-report-select-options {
  border-radius: .5rem;
  padding-top: 2rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .625rem 1.1875rem #0c325a29;
}

.overhaul-program-report-select-expanded .overhaul-program-report-select-options {
  display: block;
}

.overhaul-program-report-select-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  max-width: 100%;
  padding: .5rem 1rem;
  display: block;
  overflow: hidden;
}

.overhaul-program-report-select-option:hover {
  color: #3259e5;
}

.overhaul-program-report-table {
  border-collapse: collapse;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.overhaul-program-report-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-program-report-table-link {
  color: #3259e5;
}

.overhaul-program-report-table-row, .overhaul-program-report-table-row:first-of-type {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-program-report-table-row:last-of-type {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-program-report-table-cell {
  vertical-align: middle;
  padding: 1rem .625rem;
  line-height: 1.375rem;
}

.overhaul-program-report-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-program-report-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-program-report-table-cell-right {
  text-align: right;
}

.overhaul-program-report-table-cell-center {
  text-align: center;
}

.overhaul-program-report-table-cell-bold {
  font-weight: bold;
}

.overhaul-program-report-table-cell-highlighted {
  background: #e5eaf04d;
}

.overhaul-program-report-table-cell-link {
  color: #133dd0;
  text-decoration: underline;
}

.overhaul-program-report-table-cell-delayed .overhaul-program-report-table-cell-link {
  color: #ff3666;
}

.overhaul-program-report-table-cell-bar {
  min-width: 3.5rem;
}

.overhaul-program-report-table-cell-delayed {
  text-align: left;
  white-space: nowrap;
  min-height: 1.875rem;
  margin-bottom: .625rem;
  padding-left: 0;
  font-size: .75rem;
  line-height: 1.875rem;
}

.overhaul-program-report-table-cell-delayed:last-of-type {
  margin-bottom: 0;
}

.overhaul-program-report-table-cell-border-left {
  border-left: 1px solid #e5eaf0;
}

.overhaul-program-report-table-cell-background {
  background: #f0f4f8;
}

.overhaul-program-report-table-footer {
  font-weight: bold;
}

.overhaul-program-report-indicator {
  background: #ff3666;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-program-report-indicator-gray {
  background: #0c325a4d;
}

.overhaul-program-report-indicator-blue {
  background: #3259e599;
}

.overhaul-program-report-indicator-green {
  background: #2ed2a1;
}

.overhaul-program-report-legend {
  background: #e5eaf0;
  border-radius: .5rem;
  min-height: 5rem;
  padding: .5rem 1rem;
  font-weight: normal;
}

.overhaul-program-report-legend-item {
  white-space: nowrap;
  display: inline-block;
}

.overhaul-program-report-legend-item:first-of-type {
  margin-left: 0;
}

.overhaul-program-report-legend-item-blue {
  color: #3259e5;
}

.overhaul-program-report-legend-item-green {
  color: #00ae7a;
}

.overhaul-program-report-legend-item-red {
  color: #ff3666;
}

.overhaul-program-report-legend-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overhaul-program-report-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.overhaul-money-collection-report {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-money-collection-report-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.overhaul-money-collection-report-top-bar-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overhaul-money-collection-report-top-bar-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.overhaul-money-collection-report-top-bar-controls-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overhaul-money-collection-report-top-bar-controls-select-heading {
  margin-right: 1rem;
  font-weight: bold;
}

.overhaul-money-collection-report-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-money-collection-report-export:disabled {
  background-color: #55658480;
}

.overhaul-money-collection-report-heading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-money-collection-report-subheading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-money-collection-report-busy {
  text-align: center;
}

.overhaul-money-collection-report-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-money-collection-report-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.overhaul-money-collection-report-table thead th {
  background: #fff;
}

.overhaul-money-collection-report-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-money-collection-report-table-link {
  color: #3259e5;
}

.overhaul-money-collection-report-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-money-collection-report-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-money-collection-report-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-money-collection-report-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-money-collection-report-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-money-collection-report-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-money-collection-report-table-cell-right {
  text-align: right;
}

.overhaul-money-collection-report-table-cell-bold {
  font-weight: bold;
}

.overhaul-money-collection-report-table-footer {
  border-top: 1px solid #e5eaf0;
  font-weight: bold;
}

.overhaul-money-collection-report-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-money-collection-report-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-money-collection-report-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-money-collection-report-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-money-collection-report-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.overhaul-contractor-rating {
  min-width: 60rem;
  max-width: 80rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-contractor-rating-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: .125rem;
  display: inline-flex;
}

.overhaul-contractor-rating-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.overhaul-contractor-rating-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.overhaul-contractor-rating-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.overhaul-contractor-rating-top-bar-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 1.25rem;
  display: flex;
}

.overhaul-contractor-rating-top-bar-left-header {
  margin-right: 1rem;
  font-weight: bold;
}

.overhaul-contractor-rating-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-rating-export:disabled {
  background-color: #55658480;
}

.overhaul-contractor-rating-heading {
  color: #0c325a;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-contractor-rating-busy {
  text-align: center;
}

.overhaul-contractor-rating-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-rating-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.overhaul-contractor-rating-table thead th {
  background: #fff;
}

.overhaul-contractor-rating-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-contractor-rating-table-link {
  color: #3259e5;
}

.overhaul-contractor-rating-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-contractor-rating-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-contractor-rating-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-contractor-rating-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-contractor-rating-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-contractor-rating-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-contractor-rating-table-cell-right {
  text-align: right;
}

.overhaul-contractor-rating-table-cell-bold {
  font-weight: bold;
}

.overhaul-contractor-rating-table-expand-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.30c08d7f.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-rating-table-collapse-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("minus.5e13c31c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-contractor-rating-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.overhaul-contractor-rating-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.overhaul-contractor-rating-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-rating-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-contractor-rating-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-contractor-rating-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-contractor-rating-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-contractor-rating-subtable {
  min-width: 75%;
}

.overhaul-contractor-rating-subtable-cell {
  padding: .25rem 1rem .25rem 0;
}

.overhaul-contractor-rating-subtable-cell-heading {
  text-align: left;
  font-weight: bold;
}

.overhaul-contractor-rating-subtable-cell-right {
  text-align: right;
}

.overhaul-contractor-rating-subtable-cell-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.overhaul-contractor-rating-subtable-link {
  color: #133dd0;
  text-decoration: underline;
}

.overhaul-contractor-rating-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.overhaul-contractor-rating-pagination {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}

.overhaul-contractor-rating-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-contractor-rating-indicator {
  background: #ff3666;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-monthly-report {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-monthly-report-content {
  margin-bottom: 4rem;
}

.overhaul-monthly-report-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.overhaul-monthly-report-table thead th {
  background: #fff;
}

.overhaul-monthly-report-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-monthly-report-table-link {
  color: #3259e5;
}

.overhaul-monthly-report-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-monthly-report-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-monthly-report-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-monthly-report-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-monthly-report-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-monthly-report-table-cell-right {
  text-align: right;
}

.overhaul-monthly-report-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-monthly-report-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-monthly-report-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-monthly-report-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-monthly-report-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-monthly-report-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-monthly-report-busy {
  text-align: center;
}

.overhaul-monthly-report-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-monthly-report-finished-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.overhaul-monthly-report-finished-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-monthly-report-finished-export:disabled {
  background-color: #55658480;
}

.overhaul-monthly-report-finished-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-monthly-report-delayed-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.overhaul-monthly-report-delayed-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-monthly-report-delayed-export:disabled {
  background-color: #55658480;
}

.overhaul-monthly-report-delayed-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-monthly-report-expiring-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.overhaul-monthly-report-expiring-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-monthly-report-expiring-export:disabled {
  background-color: #55658480;
}

.overhaul-monthly-report-expiring-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-monthly-report-late-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.overhaul-monthly-report-late-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-monthly-report-late-export:disabled {
  background-color: #55658480;
}

.overhaul-monthly-report-late-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-delayed-services {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-delayed-services-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overhaul-delayed-services-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-services-export:disabled {
  background-color: #55658480;
}

.overhaul-delayed-services-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-delayed-services-content {
  margin-bottom: 4rem;
}

.overhaul-delayed-services-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.overhaul-delayed-services-table thead th {
  background: #fff;
}

.overhaul-delayed-services-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-delayed-services-table-link {
  color: #3259e5;
}

.overhaul-delayed-services-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-delayed-services-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-delayed-services-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-delayed-services-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-delayed-services-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-delayed-services-table-cell-right {
  text-align: right;
}

.overhaul-delayed-services-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-delayed-services-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-delayed-services-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-delayed-services-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-delayed-services-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-delayed-services-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-delayed-services-busy {
  text-align: center;
}

.overhaul-delayed-services-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-construction {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-delayed-construction-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overhaul-delayed-construction-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-construction-export:disabled {
  background-color: #55658480;
}

.overhaul-delayed-construction-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-delayed-construction-content {
  margin-bottom: 4rem;
}

.overhaul-delayed-construction-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.overhaul-delayed-construction-table thead th {
  background: #fff;
}

.overhaul-delayed-construction-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-delayed-construction-table-link {
  color: #3259e5;
}

.overhaul-delayed-construction-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-delayed-construction-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-delayed-construction-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-delayed-construction-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-delayed-construction-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-delayed-construction-table-cell-right {
  text-align: right;
}

.overhaul-delayed-construction-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-delayed-construction-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-delayed-construction-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-delayed-construction-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-delayed-construction-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-delayed-construction-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-delayed-construction-busy {
  text-align: center;
}

.overhaul-delayed-construction-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-services-contracts {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-delayed-services-contracts-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overhaul-delayed-services-contracts-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-services-contracts-export:disabled {
  background-color: #55658480;
}

.overhaul-delayed-services-contracts-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-delayed-services-contracts-content {
  margin-bottom: 4rem;
}

.overhaul-delayed-services-contracts-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.overhaul-delayed-services-contracts-table thead th {
  background: #fff;
}

.overhaul-delayed-services-contracts-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-delayed-services-contracts-table-link {
  color: #3259e5;
}

.overhaul-delayed-services-contracts-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-delayed-services-contracts-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-delayed-services-contracts-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-delayed-services-contracts-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-delayed-services-contracts-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-delayed-services-contracts-table-cell-right {
  text-align: right;
}

.overhaul-delayed-services-contracts-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-delayed-services-contracts-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-delayed-services-contracts-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-delayed-services-contracts-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-delayed-services-contracts-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-delayed-services-contracts-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-delayed-services-contracts-busy {
  text-align: center;
}

.overhaul-delayed-services-contracts-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-construction-contracts {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-delayed-construction-contracts-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overhaul-delayed-construction-contracts-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.overhaul-delayed-construction-contracts-export:disabled {
  background-color: #55658480;
}

.overhaul-delayed-construction-contracts-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.overhaul-delayed-construction-contracts-content {
  margin-bottom: 4rem;
}

.overhaul-delayed-construction-contracts-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.overhaul-delayed-construction-contracts-table thead th {
  background: #fff;
}

.overhaul-delayed-construction-contracts-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-delayed-construction-contracts-table-link {
  color: #3259e5;
}

.overhaul-delayed-construction-contracts-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.overhaul-delayed-construction-contracts-table-row:last-of-type {
  border-bottom: none;
}

.overhaul-delayed-construction-contracts-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.overhaul-delayed-construction-contracts-table-cell {
  padding: 1rem;
  position: relative;
}

.overhaul-delayed-construction-contracts-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.overhaul-delayed-construction-contracts-table-cell-right {
  text-align: right;
}

.overhaul-delayed-construction-contracts-table-cell-nowrap {
  white-space: nowrap;
}

.overhaul-delayed-construction-contracts-header-icon {
  width: 1rem;
  height: 1rem;
}

.overhaul-delayed-construction-contracts-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.overhaul-delayed-construction-contracts-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-delayed-construction-contracts-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.overhaul-delayed-construction-contracts-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.overhaul-delayed-construction-contracts-busy {
  text-align: center;
}

.overhaul-delayed-construction-contracts-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-load-form {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.overhaul-load-form-head {
  grid-columns-template: 1fr .2fr;
  grid-gap: .5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.overhaul-load-form-id {
  grid-area: 1 / 2;
  font-weight: bold;
}

.overhaul-load-form-date {
  grid-area: 2 / 2;
}

.overhaul-load-form-author {
  font-weight: bold;
}

.overhaul-load-form-name {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.overhaul-load-form-topic {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.overhaul-load-form-text {
  white-space: pre-line;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

.overhaul-load-form-footer {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: .75rem;
  position: relative;
}

.overhaul-load-form-footer:before {
  content: "";
  border-top: 1px solid #556584;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
}

.overhaul-load-form-reply-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.overhaul-load-form-reply-text, .overhaul-load-form-reply-textarea {
  color: #556584;
  resize: vertical;
  background: #f5f7fb;
  border: none;
  border-radius: 1rem;
  width: 100%;
  min-height: 12.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: block;
}

.overhaul-load-form-reply-textarea {
  max-height: 30vh;
}

.overhaul-load-form-reply-attachments {
  position: relative;
}

.overhaul-load-form-reply-attachment {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.overhaul-load-form-reply-attachment-name {
  margin-right: 1rem;
}

.overhaul-load-form-reply-attachment-control {
  color: #98a7b6;
}

.overhaul-load-form-reply-attachment-hidden {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.overhaul-load-form-reply-footer {
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.overhaul-load-form-reply-footer-attach {
  text-align: center;
  color: #556584;
  background: #00ae7a0d;
  border: 1px dashed #00ae7a;
  border-radius: .5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}

.overhaul-load-form-reply-footer-attach-icon {
  vertical-align: top;
  margin-right: .5rem;
  display: inline-block;
}

.overhaul-load-form-reply-footer-send {
  text-align: center;
  color: #fff;
  background: #556584;
  border: none;
  border-radius: .25rem;
  width: 7.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.overhaul-load-form-reply-footer-send-link {
  padding: 0 1.5rem;
  width: 7.5rem !important;
}

.overhaul-load-form-reply-warning {
  text-align: right;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.overhaul-load-form-attachments {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overhaul-load-form-attachments-item {
  background: #e5eaf0 center / contain no-repeat;
  border-radius: .5rem;
  width: 7.5rem;
  height: 5rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .75rem;
  display: block;
  position: relative;
}

.overhaul-load-form-attachments-item-name {
  color: #fff;
  opacity: 0;
  background: #55658499;
  border-radius: .5rem .5rem 0 0;
  padding: .25rem .5rem;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.overhaul-load-form-attachments-item:hover .overhaul-load-form-attachments-item-name {
  opacity: 1;
}

.overhaul-load-form-attachments-item-size {
  text-align: right;
  position: absolute;
  bottom: .25rem;
  left: .5rem;
  right: .5rem;
}

.overhaul-load-form-empty {
  text-align: center;
  color: #98a7b6;
  font-size: .75rem;
}

.overhaul-load-form-busy {
  text-align: center;
}

.overhaul-load-form-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.overhaul-summary {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem 2rem;
}

.overhaul-summary-wrapper {
  background: #fff;
}

.overhaul-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.overhaul-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.overhaul-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.overhaul-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.financial-stability {
  min-width: 60rem;
  max-width: 80rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.financial-stability-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.financial-stability-heading {
  color: #0c325a;
  margin-right: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.financial-stability-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .125rem;
  display: inline-flex;
}

.financial-stability-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.financial-stability-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.financial-stability-houses {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.financial-stability-houses-top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.financial-stability-houses-export {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.financial-stability-houses-export:disabled {
  background-color: #55658480;
}

.financial-stability-houses-heading {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3rem;
}

.financial-stability-houses-content {
  margin-bottom: 4rem;
}

.financial-stability-houses-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.financial-stability-houses-table thead th {
  background: #fff;
}

.financial-stability-houses-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: .5rem;
  margin-right: .5rem;
  display: inline-block;
}

.financial-stability-houses-table-link {
  color: #3259e5;
}

.financial-stability-houses-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.financial-stability-houses-table-row:last-of-type {
  border-bottom: none;
}

.financial-stability-houses-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.financial-stability-houses-table-cell {
  padding: 1rem;
  position: relative;
}

.financial-stability-houses-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.financial-stability-houses-table-cell-right {
  text-align: right;
}

.financial-stability-houses-table-cell-nowrap {
  white-space: nowrap;
}

.financial-stability-houses-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.financial-stability-houses-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.financial-stability-houses-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.financial-stability-houses-header-icon {
  width: 1rem;
  height: 1rem;
}

.financial-stability-houses-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.financial-stability-houses-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.financial-stability-houses-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.financial-stability-houses-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.financial-stability-houses-busy {
  text-align: center;
}

.financial-stability-houses-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.financial-stability-houses-footer {
  margin-top: 2rem;
}

.financial-stability-houses-footer-button {
  color: #556584;
  background-color: #fff;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.financial-stability-houses-footer-button:disabled {
  background-color: #55658480;
}

.financial-stability-chart-balance {
  background: #fff;
  min-height: 25rem;
  position: relative;
}

.financial-stability-chart-balance-heading {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%);
}

.financial-stability-chart-balance-axis-title {
  opacity: .4;
  position: absolute;
  bottom: 1rem;
  left: 4rem;
}

.financial-stability-chart-balance-axis-title2 {
  opacity: .4;
  text-align: center;
  width: 18.75rem;
  position: absolute;
  top: 50%;
  left: -140px;
  transform: rotate(-90deg);
}

.financial-stability-chart-balance-axis-left {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 3.5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  top: 3rem;
  bottom: 4rem;
  left: .5rem;
}

.financial-stability-chart-balance-axis-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 1.5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 4rem;
  right: 1.5625rem;
}

.financial-stability-chart-balance-axis-bottom-label {
  position: absolute;
}

.financial-stability-chart-balance-grid-horizontal-line {
  border-bottom: 1px solid #e5eaf0;
  position: absolute;
  left: 0;
  right: 0;
}

.financial-stability-chart-balance-grid-horizontal-line-zero {
  border-bottom: 2px solid #98a7b6;
}

.financial-stability-chart-balance-grid-vertical-line {
  border-right: 1px solid #e5eaf0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.financial-stability-chart-balance-grid-vertical-line:first-child {
  z-index: 23;
  border-right: 1px solid #9aa0a7;
}

.financial-stability-chart-balance-legend {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 4rem;
  right: 1.5rem;
}

.financial-stability-chart-balance-legend-item {
  margin: 0 1rem;
}

.financial-stability-chart-balance-legend-item-line {
  border-bottom: 2px solid #0000;
  width: 1.25rem;
  height: .5rem;
  margin-right: .5rem;
  display: inline-block;
  transform: translate(0, -50%);
}

.financial-stability-chart-balance-legend-item-green .financial-stability-chart-balance-legend-item-line {
  border-color: #2ed2a1;
}

.financial-stability-chart-balance-legend-item-blue .financial-stability-chart-balance-legend-item-line {
  border-color: #133dd0;
}

.financial-stability-chart-balance-area {
  border-top: 1px solid #e5eaf0;
  border-right: 1px solid #e5eaf0;
  position: absolute;
  inset: 3rem 1.5rem 4rem 4rem;
}

.financial-stability-chart-balance-hover-marker {
  border-radius: .75rem;
  width: .75rem;
  height: .75rem;
  transition-duration: .3s;
  position: absolute;
  transform: translate(-50%, -50%);
}

.financial-stability-chart-balance-hover-marker-green {
  background: #2ed2a1;
}

.financial-stability-chart-balance-hover-marker-blue {
  background: #133dd0;
}

.financial-stability-chart-balance-hover-window {
  z-index: 1;
  background: #fff;
  border-radius: .5rem;
  min-width: 6.25rem;
  min-height: 3.75rem;
  padding: .75rem 1rem;
  transition-duration: .3s;
  position: absolute;
  top: 10%;
}

.financial-stability-chart-balance-hover-window-reverse {
  transform: translate(-100%);
}

.financial-stability-chart-balance-hover-window-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.financial-stability-chart-balance-hover-window-label {
  white-space: nowrap;
  margin-right: 1rem;
}

.financial-stability-chart-balance-hover-window-value {
  white-space: nowrap;
}

.financial-stability-chart-balance-hover-window-row-green .financial-stability-chart-balance-hover-window-value {
  color: #2ed2a1;
}

.financial-stability-chart-balance-hover-window-row-blue .financial-stability-chart-balance-hover-window-value {
  color: #133dd0;
}

.financial-stability-chart-balance-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.financial-stability-chart-balance-svg-line-green {
  fill: none;
  stroke: #2ed2a1;
  stroke-width: 2px;
}

.financial-stability-chart-balance-svg-line-blue {
  fill: none;
  stroke: #133dd0;
  stroke-width: 2px;
}

.financial-stability-chart-balance-svg-area-green {
  fill: #2ed2a11a;
}

.financial-stability-chart-balance-svg-area-blue {
  fill: #133dd01a;
}

.financial-stability-chart-houses {
  background: #fff;
  min-height: 25rem;
  position: relative;
}

.financial-stability-chart-houses-heading {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%);
}

.financial-stability-chart-houses-axis-title {
  opacity: .4;
  position: absolute;
  bottom: 1rem;
  left: 4rem;
}

.financial-stability-chart-houses-axis-title2 {
  opacity: .4;
  text-align: center;
  width: 18.75rem;
  position: absolute;
  top: 50%;
  left: -140px;
  transform: rotate(-90deg);
}

.financial-stability-chart-houses-axis-left {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 3.5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  top: 3rem;
  bottom: 4rem;
  left: .5rem;
}

.financial-stability-chart-houses-axis-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 1.5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 4rem;
  right: 1.5625rem;
}

.financial-stability-chart-houses-grid-horizontal-line {
  border-bottom: 1px solid #e5eaf0;
  position: absolute;
  left: 0;
  right: 0;
}

.financial-stability-chart-houses-grid-vertical-line {
  border-right: 1px solid #e5eaf0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.financial-stability-chart-houses-legend {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 4rem;
  right: 1.5rem;
}

.financial-stability-chart-houses-legend-item {
  margin: 0 1rem;
}

.financial-stability-chart-houses-legend-item-line {
  border-bottom: 2px solid #0000;
  width: 1.25rem;
  height: .5rem;
  margin-right: .5rem;
  display: inline-block;
  transform: translate(0, -50%);
}

.financial-stability-chart-houses-legend-item-positive .financial-stability-chart-houses-legend-item-line {
  border-color: #2ed2a1;
}

.financial-stability-chart-houses-legend-item-negative .financial-stability-chart-houses-legend-item-line {
  border-color: #ff3666;
}

.financial-stability-chart-houses-area {
  border-top: 1px solid #e5eaf0;
  border-right: 1px solid #e5eaf0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 3rem 1.5rem 4rem 4rem;
}

.financial-stability-chart-houses-bars {
  flex: 1;
  margin-right: .125rem;
  display: block;
  position: relative;
}

.financial-stability-chart-houses-bars:last-of-type {
  margin-right: 0;
}

.financial-stability-chart-houses-hover-window {
  z-index: 1;
  background: #fff;
  border-radius: .5rem;
  min-width: 6.25rem;
  min-height: 3.75rem;
  padding: .75rem 1rem;
  transition-duration: .3s;
  position: absolute;
  top: 10%;
}

.financial-stability-chart-houses-hover-window-reverse {
  transform: translate(-100%);
}

.financial-stability-chart-houses-hover-window-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.financial-stability-chart-houses-hover-window-label {
  white-space: nowrap;
  margin-right: 1rem;
}

.financial-stability-chart-houses-hover-window-value {
  white-space: nowrap;
}

.financial-stability-chart-houses-hover-window-row-negative .financial-stability-chart-houses-hover-window-value {
  color: #ff3666;
}

.financial-stability-chart-houses-hover-window-row-positive .financial-stability-chart-houses-hover-window-value {
  color: #2ed2a1;
}

.financial-stability-chart-houses-bar {
  width: 100%;
  position: absolute;
}

.financial-stability-chart-houses-bar-negative {
  background: #ff366626;
  top: 0;
}

.financial-stability-chart-houses-bars:hover .financial-stability-chart-houses-bar-negative {
  background: #ff366659;
}

.financial-stability-chart-houses-bar-positive {
  background: #2ed2a133;
  bottom: 0;
}

.financial-stability-chart-houses-bars:hover .financial-stability-chart-houses-bar-positive {
  background: #2ed2a180;
}

.financial-stability-results-summary {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.financial-stability-results-summary-item {
  margin-right: 2rem;
}

.financial-stability-results-summary-item:last-of-type {
  margin-right: 0;
}

.financial-stability-results-summary-value {
  margin-bottom: .5rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.financial-stability-results-summary-value-indicator {
  vertical-align: top;
  background: #556584;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  margin-top: .6875rem;
  margin-right: .5rem;
  display: inline-block;
}

.financial-stability-results-summary-value-indicator-red {
  background: #ff3666;
}

.financial-stability-results-summary-value-indicator-green {
  background: #00ae7a;
}

.financial-stability-results-summary-label {
  font-size: .875rem;
  line-height: 1.25rem;
}

.financial-stability-results-chart {
  border: 1px solid #e5eaf0;
  margin-bottom: 1.5rem;
}

.financial-stability-recommendations-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.financial-stability-recommendations-heading {
  color: #0c325a;
  margin-right: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.financial-stability-recommendations-subheading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.financial-stability-recommendations-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .125rem;
  display: inline-flex;
}

.financial-stability-recommendations-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.financial-stability-recommendations-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.financial-stability-recommendations-scenarios-table {
  border-collapse: collapse;
  color: #0c325a;
  border-top: 1px solid #e5eaf0;
  width: auto;
  margin-bottom: 3.125rem;
}

.financial-stability-recommendations-scenarios-table-row {
  border-top: 1px solid #e5eaf0;
}

.financial-stability-recommendations-scenarios-table-row-heading {
  border: none;
}

.financial-stability-recommendations-scenarios-table-cell {
  border-top: 1px solid #e5eaf0;
  padding: .75rem;
  line-height: 1.25rem;
}

.financial-stability-recommendations-scenarios-table-cell-heading {
  text-align: left;
  border: none;
  font-weight: normal;
}

.financial-stability-recommendations-scenarios-table-heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.financial-stability-recommendations-scenarios-table-value {
  font-size: 1.125rem;
}

.financial-stability-recommendations-scenarios-table-link {
  text-decoration: underline;
}

.financial-stability-recommendations-select {
  margin-left: 1rem;
}

.financial-stability-recommendations-scenarios {
  margin-bottom: 1rem;
}

.financial-stability-recommendations-busy {
  text-align: center;
}

.financial-stability-recommendations-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.slider {
  user-select: none;
  min-width: 4rem;
  height: 1.875rem;
  margin-top: 1.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.slider:after {
  content: "";
  border: 2px solid #2ed2a1;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.slider-label-left {
  font-size: .75rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-label-right {
  font-size: .75rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-knob {
  z-index: 3;
  background: #fff;
  border: 1px solid #98a7b6;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1px;
  transform: translate(-50%, -50%);
}

.slider-knob-label {
  font-size: .75rem;
  font-weight: bold;
  position: absolute;
  bottom: -.125rem;
  left: 50%;
  transform: translate(-50%, 100%);
}

.financial-stability-model-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.financial-stability-model-heading {
  color: #0c325a;
  margin-right: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.financial-stability-model-subheading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.financial-stability-model-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .125rem;
  display: inline-flex;
}

.financial-stability-model-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.financial-stability-model-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.financial-stability-model-select {
  margin-left: 1rem;
}

.financial-stability-model-filter {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.financial-stability-model-filter-parameter {
  width: 45%;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.financial-stability-model-filter-footer-button {
  color: #fff;
  background-color: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.financial-stability-model-filter-footer-button:disabled {
  background-color: #55658480;
}

.financial-stability-model-filter-footer-button-disabled {
  opacity: .5;
  background-color: #98a7b6 !important;
}

.financial-stability-model-busy {
  text-align: center;
}

.financial-stability-model-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.financial-stability-model-empty {
  text-align: center;
  margin-top: 4rem;
}

.inspection-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.inspection-menu-wrapper {
  background: #fff;
  position: relative;
}

.inspection-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.inspection-menu-item:last-of-type {
  margin-right: 0;
}

.inspection-menu-item-active {
  color: #0c325a;
}

.inspection-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.inspection-summary {
  justify-content: space-between;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem 2rem;
  display: flex;
}

.inspection-summary-wrapper {
  background: #fff;
}

.inspection-summary-close {
  color: #fff;
  cursor: pointer;
  background: #0c325a;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}

.inspection-summary-hidden .inspection-summary-close, .inspection-summary-close display none, .inspection-summary-close-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("arrow.fc102939.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: translate(50%, 50%)rotate(180deg);
}

.inspection-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.inspection-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.inspection-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.inspection-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.inspection-organizations {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.inspection-organizations-date {
  color: #98a7b6;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
}

.inspection-organizations-heading {
  color: #0c325a;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.inspection-organizations-summary, .inspection-organizations-summary-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inspection-organizations-summary-item-value {
  font-size: 2.5rem;
  font-weight: bold;
}

.inspection-organizations-summary-item-icon {
  text-align: center;
  color: #98a7b6;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.inspection-organizations-summary-item-label {
  max-width: 7rem;
  margin: 0 1rem;
  font-weight: bold;
}

.inspection-organizations-controls {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  display: flex;
}

.inspection-organizations-controls-filter {
  margin-right: 1rem;
}

.inspection-organizations-controls-select {
  margin-right: auto;
}

.inspection-organizations-controls-button {
  color: #fff;
  background: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.inspection-organizations-controls-button:disabled {
  background-color: #55658480;
}

.inspection-organizations-controls-button-icon {
  opacity: .6;
  margin-left: 1rem;
}

.inspection-organizations-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.inspection-organizations-table-filter-organizations {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.inspection-organizations-table-filter-organizations-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-organizations-table-filter-organizations-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.inspection-organizations-table thead th {
  background: #fff;
}

.inspection-organizations-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.inspection-organizations-table-link {
  color: #3259e5;
}

.inspection-organizations-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.inspection-organizations-table-row:last-of-type {
  border-bottom: none;
}

.inspection-organizations-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.inspection-organizations-table-row-header-narrow {
  width: 3.75rem;
}

.inspection-organizations-table-row-empty {
  text-align: center;
}

.inspection-organizations-table-cell {
  vertical-align: top;
  padding: 1rem;
  position: relative;
}

.inspection-organizations-table-cell-action-title {
  padding-bottom: 1rem;
}

.inspection-organizations-table-cell span {
  padding-right: 1rem;
  display: inline-block;
}

.inspection-organizations-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.inspection-organizations-table-cell-nowrap {
  white-space: nowrap;
}

.inspection-organizations-table-cell-right {
  text-align: right;
}

.inspection-organizations-table-cell-bold {
  font-weight: bold;
}

.inspection-organizations-smb {
  color: #00ae7a;
}

.inspection-organizations-name-liquidated {
  color: #98a7b6;
  text-decoration: line-through;
}

.inspection-organizations-status-liquidated {
  color: #98a7b6;
}

.inspection-organizations-status-liquidating {
  color: #ff3666;
}

.inspection-organizations-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 2.25rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: .5rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-block;
}

.inspection-organizations-item-type-green {
  background: #c8f9c1;
}

.inspection-organizations-item-type-purple {
  background: #ccc1f9;
}

.inspection-organizations-item-type-yellow {
  background: #ffe9be;
}

.inspection-organizations-item-type-blue {
  background: #58cdf2;
}

.inspection-organizations-header-icon {
  width: 1rem;
  height: 1rem;
}

.inspection-organizations-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.inspection-organizations-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-organizations-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.inspection-organizations-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.inspection-organizations-busy {
  text-align: center;
}

.inspection-organizations-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.inspection-organizations-empty {
  text-align: center;
}

.inspection-undisclosure-inspector-reaction {
  min-width: 60rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.inspection-undisclosure-inspector-reaction-heading {
  color: #0c325a;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.inspection-undisclosure-inspector-reaction-filter {
  color: #0c325a;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex !important;
}

.inspection-undisclosure-inspector-reaction-content {
  margin-bottom: 4rem;
}

.inspection-undisclosure-inspector-reaction-busy {
  text-align: center;
}

.inspection-undisclosure-inspector-reaction-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-inspector-reaction-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.inspection-undisclosure-inspector-reaction-table thead th {
  background: #fff;
}

.inspection-undisclosure-inspector-reaction-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.inspection-undisclosure-inspector-reaction-table-link {
  color: #3259e5;
}

.inspection-undisclosure-inspector-reaction-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.inspection-undisclosure-inspector-reaction-table-row:last-of-type {
  border-bottom: none;
}

.inspection-undisclosure-inspector-reaction-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.inspection-undisclosure-inspector-reaction-table-cell {
  padding: 1rem;
  position: relative;
}

.inspection-undisclosure-inspector-reaction-table-cell:nth-child(2), .inspection-undisclosure-inspector-reaction-table-cell:nth-child(4) {
  text-align: right;
}

.inspection-undisclosure-inspector-reaction-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.inspection-undisclosure-inspector-reaction-table-cell-center {
  text-align: center;
}

.inspection-undisclosure-inspector-reaction-table-cell-button {
  cursor: pointer;
  display: inline-block;
}

.inspection-undisclosure-inspector-reaction-table-cell-button-success {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
}

.inspection-undisclosure-inspector-reaction-table-cell-button-image {
  background: url("image.a3b89fd9.svg") center no-repeat;
  width: 1.5rem;
  height: 1.25rem;
}

.inspection-undisclosure-inspector-reaction-table-cell-button-image.disabled {
  cursor: auto;
  background: url("image-disabled.74f8b1a5.svg");
}

.inspection-undisclosure-inspector-reaction-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.inspection-undisclosure-inspector-reaction-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

-header-icon {
  width: 1rem;
  height: 1.5rem;
}

-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

-document-link {
  margin-bottom: .3125rem;
}

-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.inspection-undisclosure {
  min-width: 60rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.inspection-undisclosure-filter {
  color: #0c325a;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex !important;
}

.inspection-undisclosure-info {
  background: #fff;
  border-radius: .75rem;
  margin-bottom: 1rem;
}

.inspection-undisclosure-info-header {
  color: #0c325a;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-left: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.inspection-undisclosure-info-block {
  grid-template-columns: 85% auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.inspection-undisclosure-info-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inspection-undisclosure-info-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 75% auto auto;
  margin-right: 2rem;
  display: grid;
}

.inspection-undisclosure-info-grid-row-header-cell {
  color: #0c325a;
  border-bottom: 2px solid #e5eaf0;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  display: flex;
}

.inspection-undisclosure-info-grid-row-empty {
  border-bottom: 2px solid #e5eaf0;
}

.inspection-undisclosure-info-grid-row-title {
  color: #0c325a;
  border-bottom: 2px solid #e5eaf0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.inspection-undisclosure-info-grid-row-value {
  color: #0c325a;
  border-bottom: 2px solid #e5eaf0;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.inspection-undisclosure-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.inspection-undisclosure-table thead th {
  background: #fff;
}

.inspection-undisclosure-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.inspection-undisclosure-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.inspection-undisclosure-table-row:last-of-type {
  border-bottom: none;
}

.inspection-undisclosure-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.inspection-undisclosure-table-cell {
  padding: 1rem;
  position: relative;
}

.inspection-undisclosure-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.inspection-undisclosure-table-cell-nowrap {
  white-space: nowrap;
}

.inspection-undisclosure-table-cell-right {
  text-align: right;
}

.inspection-undisclosure-table-cell-bold {
  font-weight: bold;
}

.inspection-undisclosure-table-cell-empty, .inspection-undisclosure-table-cell-center {
  text-align: center;
}

.inspection-undisclosure-table-cell-button {
  display: inline-block;
}

.inspection-undisclosure-table-cell-button-download {
  cursor: pointer;
  background: url("download.dcb08bce.svg") center no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.inspection-undisclosure-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.inspection-undisclosure-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.inspection-undisclosure-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-undisclosure-table-header-icon {
  width: 1rem;
  height: 1.5rem;
}

.inspection-undisclosure-table-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.inspection-undisclosure-table-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-undisclosure-table-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.inspection-undisclosure-table-footer {
  margin-top: 2rem;
}

.inspection-undisclosure-table-footer-button {
  color: #556584;
  background-color: #fff;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-table-footer-button:disabled {
  background-color: #55658480;
}

.inspection-undisclosure-table-subtable {
  min-width: 75%;
}

.inspection-undisclosure-table-subtable-cell {
  padding: .25rem 1rem .25rem 0;
}

.inspection-undisclosure-table-subtable-cell-heading {
  text-align: left;
  font-weight: bold;
}

.inspection-undisclosure-table-subtable-cell-right {
  text-align: right;
}

.inspection-undisclosure-table-subtable-cell-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: radial-gradient(#f0f, #f0f0 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-table-subtable-link {
  color: #133dd0;
  text-decoration: underline;
}

.inspection-undisclosure-table-link {
  color: #133dd0;
}

.inspection-undisclosure-table-pagination {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}

.inspection-undisclosure-table-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.inspection-undisclosure-table-busy {
  text-align: center;
}

.inspection-undisclosure-table-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-controls {
  text-align: center;
  margin-bottom: 1.5rem;
}

.inspection-undisclosure-button {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-button:disabled {
  background-color: #55658480;
}

.inspection-undisclosure-button-green {
  color: #fff;
  background-color: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-button-green:disabled {
  background-color: #55658480;
}

.inspection-undisclosure-button + .inspection-undisclosure-button {
  margin-left: 1rem;
}

.inspection-undisclosure-houses {
  min-width: 60rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.inspection-undisclosure-houses-heading {
  color: #0c325a;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.inspection-undisclosure-houses-filter {
  color: #0c325a;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex !important;
}

.inspection-undisclosure-houses-content {
  margin-bottom: 4rem;
}

.inspection-undisclosure-houses-busy {
  text-align: center;
}

.inspection-undisclosure-houses-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.inspection-undisclosure-houses-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.inspection-undisclosure-houses-table thead th {
  background: #fff;
}

.inspection-undisclosure-houses-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.inspection-undisclosure-houses-table-link {
  color: #3259e5;
}

.inspection-undisclosure-houses-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.inspection-undisclosure-houses-table-row:last-of-type {
  border-bottom: none;
}

.inspection-undisclosure-houses-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.inspection-undisclosure-houses-table-cell {
  padding: 1rem;
  position: relative;
}

.inspection-undisclosure-houses-table-cell:nth-child(2), .inspection-undisclosure-houses-table-cell:nth-child(4) {
  text-align: right;
}

.inspection-undisclosure-houses-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.inspection-undisclosure-houses-table-cell-center {
  text-align: center;
}

.inspection-undisclosure-houses-table-cell-button {
  cursor: pointer;
  display: inline-block;
}

.inspection-undisclosure-houses-table-cell-button-success {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
}

.inspection-undisclosure-houses-table-cell-button-image {
  background: url("image.a3b89fd9.svg") center no-repeat;
  width: 1.5rem;
  height: 1.25rem;
}

.inspection-undisclosure-houses-table-cell-button-image.disabled {
  cursor: auto;
  background: url("image-disabled.74f8b1a5.svg");
}

.inspection-undisclosure-houses-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.inspection-undisclosure-houses-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.inspection-undisclosure-houses-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-undisclosure-houses-header-icon {
  width: 1rem;
  height: 1rem;
}

.inspection-undisclosure-houses-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.inspection-undisclosure-houses-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.inspection-undisclosure-houses-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.inspection-undisclosure-houses-document-link {
  margin-bottom: .3125rem;
}

.inspection-undisclosure-houses-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.authorities-dashboard-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.authorities-dashboard-menu-wrapper {
  background: #fff;
  position: relative;
}

.authorities-dashboard-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.authorities-dashboard-menu-item:last-of-type {
  margin-right: 0;
}

.authorities-dashboard-menu-item-active {
  color: #0c325a;
}

.authorities-dashboard-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.authorities-dashboard-summary {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem 2rem;
}

.authorities-dashboard-summary-wrapper {
  background: #fff;
}

.authorities-dashboard-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.authorities-dashboard-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.authorities-dashboard-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.authorities-dashboard-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.authorities-dashboard-services {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.authorities-dashboard-services-heading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.authorities-dashboard-services-grid {
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.authorities-dashboard-services-card {
  background: #fff;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.authorities-dashboard-services-card-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.75rem;
  height: 4.75rem;
  margin-right: 1.5rem;
}

.authorities-dashboard-services-card-disabled .authorities-dashboard-services-card-icon {
  opacity: .6;
}

.authorities-dashboard-services-card-icon-1 {
  background-image: url("icon-1.084e124f.svg");
}

.authorities-dashboard-services-card-icon-2 {
  background-image: url("icon-2.37d15043.svg");
}

.authorities-dashboard-services-card-icon-3 {
  background-image: url("icon-3.9dc5f3d3.svg");
}

.authorities-dashboard-services-card-icon-4 {
  background-image: url("icon-4.ac7cb73f.svg");
}

.authorities-dashboard-services-card-icon-5 {
  background-image: url("icon-5.e087dca9.svg");
}

.authorities-dashboard-services-card-icon-6 {
  background-image: url("icon-6.998cae4e.svg");
}

.authorities-dashboard-services-card-label {
  line-height: 1.125rem;
}

.authorities-dashboard-services-card-disabled .authorities-dashboard-services-card-label {
  opacity: .6;
}

.authorities-dashboard-subsidies-volume {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.authorities-dashboard-subsidies-volume-heading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.authorities-dashboard-subsidies-volume-subheading {
  color: #98a7b6;
  margin-bottom: 1rem;
  font-weight: bold;
}

.authorities-dashboard-subsidies-volume-grid {
  grid-gap: 1rem 2rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: auto 1fr;
  display: grid;
}

.authorities-dashboard-subsidies-volume-snippet {
  cursor: pointer;
  border-radius: 1rem;
  padding: 1rem;
}

.authorities-dashboard-subsidies-volume-snippet:hover {
  background: #133dd01a;
}

.authorities-dashboard-subsidies-volume-snippet-white {
  background: #fff;
}

.authorities-dashboard-subsidies-volume-snippet-label {
  margin-bottom: 1rem;
}

.authorities-dashboard-subsidies-volume-snippet-value {
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.authorities-dashboard-subsidies-volume-snippet-value-delta {
  color: #98a7b6;
  margin-left: 1rem;
  display: inline-block;
}

.authorities-dashboard-subsidies-volume-snippet-value-delta-red {
  color: #ff3666;
}

.authorities-dashboard-subsidies-volume-snippet-value-delta-green {
  color: #00ae7a;
}

.authorities-dashboard-subsidies-volume-chart {
  grid-area: 1 / 2 / span 3;
  position: relative;
}

.authorities-dashboard-subsidies-volume-chart-controls {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.authorities-dashboard-subsidies-volume-chart-filter {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.5rem;
  padding: .125rem;
  display: inline-flex;
}

.authorities-dashboard-subsidies-volume-chart-filter-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.authorities-dashboard-subsidies-volume-chart-filter-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.authorities-dashboard-subsidies-volume-chart-info {
  background: #e5eaf0;
  border-radius: .5rem;
  width: 35%;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.authorities-dashboard-subsidies-volume-chart-area {
  background: url("chart.44c33d91.svg") bottom / contain no-repeat;
  width: 100%;
  position: relative;
}

.authorities-dashboard-subsidies-volume-chart-area:before {
  content: "";
  width: 100%;
  padding-top: 41.25%;
  display: block;
}

.authorities-dashboard-consumption {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.authorities-dashboard-consumption-heading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.authorities-dashboard-consumption-grid {
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.authorities-dashboard-consumption-chart-label {
  margin-bottom: .5rem;
  font-size: 1.125rem;
}

.authorities-dashboard-consumption-chart-summary {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.authorities-dashboard-consumption-chart-summary-delta {
  vertical-align: top;
  color: #98a7b6;
  margin-left: 1rem;
  display: inline-block;
}

.authorities-dashboard-consumption-chart-summary-delta-red {
  color: #ff3666;
}

.authorities-dashboard-consumption-chart-summary-delta-green {
  color: #00ae7a;
}

.authorities-dashboard-consumption-chart-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 17.5rem;
  position: relative;
}

.authorities-dashboard-consumption-chart-area:before {
  content: "";
  width: 100%;
  padding-top: 61.7857%;
  display: block;
}

.authorities-dashboard-consumption-chart-area-1 {
  background-image: url("chart-1.2646d8f0.svg");
}

.authorities-dashboard-consumption-chart-area-2 {
  background-image: url("chart-2.a11a237a.svg");
}

.authorities-dashboard-consumption-chart-area-3 {
  background-image: url("chart-3.62ce2996.svg");
}

.authorities-dashboard-consumption-chart-area-4 {
  background-image: url("chart-4.44d14e03.svg");
}

.authorities-dashboard-consumption-chart-area-5 {
  background-image: url("chart-5.10db6938.svg");
}

.authorities-dashboard-consumption-chart-area-6 {
  background-image: url("chart-6.0050219a.svg");
}

.authorities-dashboard-consumption-chart-area-7 {
  background-image: url("chart-7.7b30d4eb.svg");
}

.authorities-dashboard-subsidies-section {
  margin-bottom: 4rem;
}

.helpdesk-summary-indicators {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.helpdesk-summary-indicators-item {
  background: #e5eaf00d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  padding: .375rem .625rem;
  transition: all .2s;
  display: flex;
}

.helpdesk-summary-indicators-item:hover {
  background: #e5eaf01a;
  transform: translateY(-1px);
}

.helpdesk-summary-indicators-item-icon {
  border-radius: .5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
}

.helpdesk-summary-indicators-item-icon-positive {
  background: linear-gradient(135deg, #10b98126 0%, #10b9811a 100%);
  border: 1px solid #10b9814d;
}

.helpdesk-summary-indicators-item-icon-negative {
  background: linear-gradient(135deg, #ef444426 0%, #ef44441a 100%);
  border: 1px solid #ef44444d;
}

.helpdesk-summary-indicators-item-icon-neutral {
  background: linear-gradient(135deg, #0c325a1a 0%, #0c325a0d 100%);
  border: 1px solid #0c325a33;
}

.helpdesk-summary-indicators-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.helpdesk-summary-indicators-item-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.helpdesk-summary-indicators-item-label {
  color: #0c325a99;
  white-space: nowrap;
  font-size: .625rem;
  font-weight: 400;
  line-height: .875rem;
}

.helpdesk-summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .625rem;
  display: flex;
}

.helpdesk-summary-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5eaf080;
}

.helpdesk-summary-legend-item {
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.helpdesk-summary-legend-item-normal {
  background: linear-gradient(135deg, #10b9810f 0%, #10b98108 100%);
  border: 1px solid #10b98126;
}

.helpdesk-summary-legend-item-normal:hover {
  background: linear-gradient(135deg, #10b9811a 0%, #10b9810f 100%);
}

.helpdesk-summary-legend-item-overdue {
  background: linear-gradient(135deg, #ef44440f 0%, #ef444408 100%);
  border: 1px solid #ef444426;
}

.helpdesk-summary-legend-item-overdue:hover {
  background: linear-gradient(135deg, #ef44441a 0%, #ef44440f 100%);
}

.helpdesk-summary-legend-item-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.helpdesk-summary-legend-item-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.helpdesk-summary-legend-item-normal .helpdesk-summary-legend-item-value {
  color: #10b981;
}

.helpdesk-summary-legend-item-overdue .helpdesk-summary-legend-item-value {
  color: #ef4444;
}

.helpdesk-summary-legend-item-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.helpdesk-summary-item {
  white-space: nowrap;
  background: #e5eaf01a;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.helpdesk-summary-item:hover {
  background: #e5eaf033;
  transform: translateY(-1px);
  box-shadow: 0 .125rem .5rem #0c325a0f;
}

.helpdesk-summary-item-indicators {
  background: none;
  padding: .5rem .75rem;
}

.helpdesk-summary-item-indicators:hover {
  box-shadow: none;
  background: none;
  transform: none;
}

.helpdesk-summary-item-warning {
  background: linear-gradient(135deg, #ef444414 0%, #ef44441f 100%);
  border: 1px solid #ef444433;
}

.helpdesk-summary-item-warning .helpdesk-summary-item-value {
  color: #ef4444;
  font-weight: 700;
}

.helpdesk-summary-item-icon {
  opacity: .7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.helpdesk-summary-item-icon-organization {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

.helpdesk-summary-item-icon-claims {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.helpdesk-summary-item-icon-residents {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2398A7B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

.helpdesk-summary-item-icon-overdue {
  opacity: .8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.helpdesk-summary-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: .125rem;
  display: flex;
}

.helpdesk-summary-item-value {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.helpdesk-summary-item-label {
  color: #0c325a99;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
}

.helpdesk-summary-item-loading {
  opacity: .6;
  pointer-events: none;
}

.helpdesk-summary-item-loading .helpdesk-summary-item-value, .helpdesk-summary-item-loading .helpdesk-summary-item-label {
  color: #0c325a66;
}

.helpdesk-summary-separator {
  background: #e5eaf080;
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
}

.helpdesk-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.helpdesk-menu-wrapper {
  background: #fff;
  position: relative;
}

.helpdesk-menu-wrapper:after {
  content: "";
  background-image: linear-gradient(#0c325a08 0%, #0c325a00 100%);
  height: .5rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.helpdesk-menu-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: block;
  position: relative;
}

.helpdesk-menu-item:last-of-type {
  margin-right: 0;
}

.helpdesk-menu-item-active {
  color: #0c325a;
}

.helpdesk-menu-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.helpdesk-menu-badge {
  color: #fff;
  text-align: center;
  background: #ff3666;
  border-radius: 1rem;
  min-width: 1.5rem;
  margin-left: .5rem;
  padding: .375rem .25rem;
  font-size: .75rem;
  line-height: .75rem;
  display: inline-block;
}

.helpdesk-summary {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem 2rem;
}

.helpdesk-summary-wrapper {
  background: #fff;
}

.helpdesk-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.helpdesk-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.helpdesk-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.helpdesk-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.helpdesk-issue-form-head {
  grid-columns-template: 1fr .2fr;
  grid-gap: .5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.helpdesk-issue-form-id {
  grid-area: 1 / 2;
  font-weight: bold;
}

.helpdesk-issue-form-date {
  grid-area: 2 / 2;
}

.helpdesk-issue-form-author {
  font-weight: bold;
}

.helpdesk-issue-form-name {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.helpdesk-issue-form-topic {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.helpdesk-issue-form-text {
  white-space: pre-line;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

.helpdesk-issue-form-footer {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: .75rem;
  position: relative;
}

.helpdesk-issue-form-footer:before {
  content: "";
  border-top: 1px solid #556584;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
}

.helpdesk-issue-form-reply-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.helpdesk-issue-form-reply-text, .helpdesk-issue-form-reply-textarea {
  color: #556584;
  resize: vertical;
  background: #f5f7fb;
  border: none;
  border-radius: 1rem;
  width: 100%;
  min-height: 12.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: block;
}

.helpdesk-issue-form-reply-textarea {
  max-height: 30vh;
}

.helpdesk-issue-form-reply-attachments {
  position: relative;
}

.helpdesk-issue-form-reply-attachment {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.helpdesk-issue-form-reply-attachment-name {
  margin-right: 1rem;
}

.helpdesk-issue-form-reply-attachment-control {
  color: #98a7b6;
}

.helpdesk-issue-form-reply-attachment-hidden {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.helpdesk-issue-form-reply-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.helpdesk-issue-form-reply-footer-attach {
  text-align: center;
  color: #556584;
  background: #00ae7a0d;
  border: 1px dashed #00ae7a;
  border-radius: .5rem;
  flex: 1;
  height: 2.5rem;
  margin-right: 1.5rem;
}

.helpdesk-issue-form-reply-footer-attach-icon {
  vertical-align: top;
  margin-right: .5rem;
  display: inline-block;
}

.helpdesk-issue-form-reply-footer-send {
  text-align: center;
  color: #fff;
  background: #556584;
  border: none;
  border-radius: .25rem;
  width: 7.5rem;
  height: 2.5rem;
}

.helpdesk-issue-form-reply-warning {
  text-align: right;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.helpdesk-issue-form-attachments {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.helpdesk-issue-form-attachments-item {
  background: #e5eaf0 center / contain no-repeat;
  border-radius: .5rem;
  width: 7.5rem;
  height: 5rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .75rem;
  display: block;
  position: relative;
}

.helpdesk-issue-form-attachments-item-name {
  color: #fff;
  opacity: 0;
  background: #55658499;
  border-radius: .5rem .5rem 0 0;
  padding: .25rem .5rem;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.helpdesk-issue-form-attachments-item:hover .helpdesk-issue-form-attachments-item-name {
  opacity: 1;
}

.helpdesk-issue-form-attachments-item-size {
  text-align: right;
  position: absolute;
  bottom: .25rem;
  left: .5rem;
  right: .5rem;
}

.helpdesk-issue-form-empty {
  text-align: center;
  color: #98a7b6;
  font-size: .75rem;
}

.helpdesk-issue-form-busy {
  text-align: center;
}

.helpdesk-issue-form-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.helpdesk-issues {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 60rem;
  max-width: 80rem;
  height: calc(100vh - 15.125rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 .625rem;
  display: flex;
}

.helpdesk-issues-wrapper {
  height: calc(100vh - 15.125rem);
  padding: 0;
  position: relative;
}

.helpdesk-issues-wrapper:before {
  content: "";
  z-index: -1;
  background: #fff;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.helpdesk-issues-left {
  width: 50%;
  height: 100%;
  padding: 1px 0 1.5rem;
  position: relative;
  overflow: scroll;
}

.helpdesk-issues-right {
  flex: 1;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: scroll;
}

.helpdesk-issues-item, .helpdesk-issues .labels {
  border-bottom: 1px solid #e5eaf0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.helpdesk-issues-item-selected, .helpdesk-issues .labels-selected {
  background: linear-gradient(to right, #fff0, #fff);
}

.helpdesk-issues-item-days, .helpdesk-issues .labels-days, .helpdesk-issues-item .days-label, .helpdesk-issues .labels .days-label {
  text-align: center;
  justify-content: center;
  width: 5.625rem;
  display: flex;
}

.helpdesk-issues-item-days-before-response-deadline, .helpdesk-issues .labels-days-before-response-deadline, .helpdesk-issues-item .days-label-before-response-deadline, .helpdesk-issues .labels .days-label-before-response-deadline {
  background: #fff;
  display: inline-block;
}

.helpdesk-issues-item-days-before-response-deadline-overdue, .helpdesk-issues .labels-days-before-response-deadline-overdue, .helpdesk-issues-item .days-label-before-response-deadline-overdue, .helpdesk-issues .labels .days-label-before-response-deadline-overdue, .helpdesk-issues-item-days-before-response-deadline-today, .helpdesk-issues .labels-days-before-response-deadline-today, .helpdesk-issues-item .days-label-before-response-deadline-today, .helpdesk-issues .labels .days-label-before-response-deadline-today {
  color: #fff;
  padding-left: .1875rem;
  padding-right: .1875rem;
  font-weight: 600;
}

.helpdesk-issues-item-days-before-response-deadline-overdue, .helpdesk-issues .labels-days-before-response-deadline-overdue, .helpdesk-issues-item .days-label-before-response-deadline-overdue, .helpdesk-issues .labels .days-label-before-response-deadline-overdue {
  background-color: #ff3666;
}

.helpdesk-issues-item-days-before-response-deadline-today, .helpdesk-issues .labels-days-before-response-deadline-today, .helpdesk-issues-item .days-label-before-response-deadline-today, .helpdesk-issues .labels .days-label-before-response-deadline-today {
  background-color: #f9a602;
}

.helpdesk-issues-item-time, .helpdesk-issues .labels-time, .helpdesk-issues-item .date-label, .helpdesk-issues .labels .date-label {
  text-align: center;
  width: 4.625rem;
}

.helpdesk-issues-item-text, .helpdesk-issues .labels-text, .helpdesk-issues-item .theme-label, .helpdesk-issues .labels .theme-label {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 26.25rem;
  overflow: hidden;
}

.helpdesk-issues-empty {
  text-align: center;
  color: #98a7b6;
  padding: 1rem 0;
  font-size: .75rem;
}

.helpdesk-issues-error {
  text-align: center;
  color: #ff3666;
  font-size: .75rem;
}

.helpdesk-issues-busy {
  text-align: center;
}

.helpdesk-issues-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.helpdesk-archive-modal {
  background: #fff;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .5rem 2rem #0c325a26;
}

.helpdesk-archive-modal-close {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.helpdesk-archive-modal-close:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.helpdesk-archive-modal-close i {
  font-size: 1.125rem;
}

.helpdesk-archive-modal-header {
  background: linear-gradient(135deg, #3259e50d 0%, #3259e505 100%);
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.helpdesk-archive-modal-header-icon {
  color: #fff;
  background: linear-gradient(135deg, #009688 0%, #00796b 100%);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  box-shadow: 0 .25rem .75rem #0096884d;
}

.helpdesk-archive-modal-header-icon i {
  font-size: 1.5rem;
}

.helpdesk-archive-modal-header-title {
  color: #0c325a;
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.helpdesk-archive-modal-body {
  flex: 1;
  padding: 1.5rem 2rem 2rem;
  overflow-y: auto;
}

.helpdesk-archive-modal-section {
  margin-bottom: 2rem;
}

.helpdesk-archive-modal-section:last-child {
  margin-bottom: 0;
}

.helpdesk-archive-modal-section-header {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.helpdesk-archive-modal-section-header i {
  color: #3259e5;
  flex-shrink: 0;
  margin-right: .75rem;
  font-size: 1.125rem;
}

.helpdesk-archive-modal-section-header span {
  flex: 1;
}

.helpdesk-archive-modal-info-card {
  background: #fff;
  border: 1px solid #e5eaf080;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.helpdesk-archive-modal-info-row {
  border-bottom: 1px solid #e5eaf04d;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
}

.helpdesk-archive-modal-info-row:last-child {
  border-bottom: none;
}

.helpdesk-archive-modal-info-row-label {
  color: #0c325ab3;
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  min-width: 10rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.helpdesk-archive-modal-info-row-label i {
  color: #3259e5;
  text-align: center;
  flex-shrink: 0;
  width: 1rem;
  margin-right: 0;
  font-size: .875rem;
}

.helpdesk-archive-modal-info-row-value {
  color: #0c325a;
  word-break: break-word;
  flex: 1;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.helpdesk-archive-modal-info-row-value-highlighted {
  color: #0c325a;
  font-size: .9375rem;
  font-weight: 600;
}

.helpdesk-archive-modal-text-card {
  background: linear-gradient(135deg, #3259e508 0%, #3259e503 100%);
  border: 1px solid #3259e533;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.helpdesk-archive-modal-text-subject {
  color: #0c325a;
  letter-spacing: -.01em;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.helpdesk-archive-modal-text-content {
  color: #0c325a;
  white-space: pre-wrap;
  word-break: break-word;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.helpdesk-archive-modal-text-footer {
  color: #0c325a99;
  border-top: 1px solid #e5eaf04d;
  align-items: center;
  gap: .5rem;
  padding-top: 1rem;
  font-size: .75rem;
  line-height: 1.125rem;
  display: flex;
}

.helpdesk-archive-modal-text-footer i {
  color: #3259e599;
  font-size: .75rem;
}

.helpdesk-archive-modal-comment-card {
  color: #0c325a;
  white-space: pre-wrap;
  word-break: break-word;
  background: linear-gradient(135deg, #10b9810d 0%, #10b98105 100%);
  border: 1px solid #10b98133;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  font-size: .875rem;
  line-height: 1.375rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.helpdesk-archive-modal-response-card {
  color: #0c325a;
  white-space: pre-wrap;
  word-break: break-word;
  background: linear-gradient(135deg, #3259e514 0%, #3259e50d 100%);
  border: 1px solid #3259e54d;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  font-size: .875rem;
  line-height: 1.375rem;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.helpdesk-archive-modal-attachments {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  display: grid;
}

.helpdesk-archive-modal-attachment {
  background: #fff;
  border: 1px solid #e5eaf080;
  border-radius: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 .125rem .5rem #0c325a0a;
}

.helpdesk-archive-modal-attachment:hover {
  border-color: #3259e580;
  transform: translateY(-2px);
  box-shadow: 0 .25rem .75rem #0c325a1a;
}

.helpdesk-archive-modal-attachment-preview {
  background-color: #e5eaf0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  display: flex;
  position: relative;
}

.helpdesk-archive-modal-attachment-overlay {
  opacity: 0;
  background: #0c325a80;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.helpdesk-archive-modal-attachment-overlay i {
  color: #fff;
  font-size: 1.5rem;
}

.helpdesk-archive-modal-attachment:hover .helpdesk-archive-modal-attachment-overlay {
  opacity: 1;
}

.helpdesk-archive-modal-attachment-info {
  padding: .75rem 1rem;
}

.helpdesk-archive-modal-attachment-name {
  color: #0c325a;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .25rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  overflow: hidden;
}

.helpdesk-archive-modal-attachment-size {
  color: #0c325a99;
  font-size: .6875rem;
  line-height: 1rem;
}

.helpdesk-archive {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.helpdesk-archive-search {
  background: #fff;
  border-radius: 1.25rem;
  margin-bottom: 1.5rem;
  padding: 0 2.5rem 0 1rem;
  position: relative;
  box-shadow: 0 .3125rem .3125rem #0c325a0d;
}

.helpdesk-archive-search-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
  position: relative;
}

.helpdesk-archive-search-icon {
  color: #98a7b6;
  text-align: center;
  background: none;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.helpdesk-archive-items {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 1.5rem;
  display: table;
}

.helpdesk-archive-item {
  padding: 1rem 0;
  display: table-row;
}

.helpdesk-archive-item-link {
  cursor: pointer;
}

.helpdesk-archive-item-heading {
  background: #fff;
  display: table-row;
}

.helpdesk-archive-item-heading-number {
  width: 2.5rem;
}

.helpdesk-archive-item-heading-id {
  width: 5rem;
}

.helpdesk-archive-item-heading-status {
  width: 7.5rem;
}

.helpdesk-archive-item-heading-topic {
  width: 25%;
}

.helpdesk-archive-item-heading-response {
  width: 7.5rem;
}

.helpdesk-archive-item-heading-address {
  width: auto;
}

.helpdesk-archive-item-cell {
  padding: 1rem;
  display: table-cell;
}

.helpdesk-archive-item-cell-heading {
  white-space: nowrap;
  text-align: left;
  border-bottom: 2px solid #556584;
  font-weight: bold;
  position: relative;
}

.helpdesk-archive-item-cell-heading-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.helpdesk-archive-item-cell-heading-icon-wrapper {
  margin-left: .25rem;
  display: inline-block;
}

.helpdesk-archive-item-cell-heading-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.helpdesk-archive-item-cell-heading-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.helpdesk-archive-item-cell .green {
  color: #00ae7a;
}

.helpdesk-archive-item-cell .red {
  color: #ff3666;
}

.helpdesk-archive-empty {
  text-align: center;
  color: #98a7b6;
  font-size: .75rem;
}

.helpdesk-archive-error {
  text-align: center;
  color: #ff3666;
  font-size: .75rem;
}

.helpdesk-archive-busy {
  text-align: center;
}

.helpdesk-archive-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.help {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  line-height: 1.25rem;
}

.help-wrapper {
  background: #fff;
}

.help h2 {
  padding: 14px 0;
  font-size: 16px;
}

.help h1 {
  text-align: center;
  padding: 14px 0;
}

.help ol {
  margin-left: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  list-style: decimal;
}

.help ol li {
  margin: .5rem 0;
}

.help ol p {
  font-size: .875rem;
  font-weight: normal;
}

.help ul {
  margin-left: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  list-style: circle;
}

.help ul li {
  margin: .5rem 0;
  font-size: .875rem;
  font-weight: normal;
}

.help ul.square {
  list-style: square;
}

.resident-followup-precepts-modal {
  grid-template-rows: 1.2fr .8fr;
  grid-template-columns: .9fr 1.1fr;
  height: 100%;
  display: grid;
}

.resident-followup-precepts-modal-left {
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 1.5rem;
  display: grid;
  position: relative;
}

.resident-followup-precepts-modal-left:after {
  content: "";
  background-image: linear-gradient(#0c325a0d 0%, #0c325a00 100%);
  height: 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.resident-followup-precepts-modal-left:before {
  content: "";
  border-right: 1px solid #e5eaf0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.resident-followup-precepts-modal-right {
  padding: 1.5rem;
  position: relative;
}

.resident-followup-precepts-modal-right:after {
  content: "";
  background-image: linear-gradient(#0c325a0d 0%, #0c325a00 100%);
  height: 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.resident-followup-precepts-modal-bottom {
  grid-column: span 2;
}

.resident-followup-precepts-modal-heading {
  grid-column: span 2;
  font-size: 1.125rem;
  font-weight: bold;
}

.resident-followup-precepts-modal-attribute-alert {
  color: #ff3666;
  text-align: right;
  font-weight: bold;
}

.resident-followup-precepts-modal-attribute-name {
  color: $ color-gray-x-dark;
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-precepts-modal-attribute-wide {
  grid-column: span 2;
}

.resident-followup-precepts-modal-attribute-link {
  color: #3259e5;
}

.resident-followup-precepts-modal-filter {
  margin-bottom: 2rem;
  display: inline-flex !important;
}

.resident-followup-precepts-modal-row {
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}

.resident-followup-precepts-modal-row-title {
  font-weight: bold;
}

.resident-followup-precepts-modal-row-alert {
  color: #ff3666;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1rem;
}

.resident-followup-precepts-modal-row-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.resident-followup-precepts-modal-request-textarea {
  width: 100%;
  display: block !important;
}

.resident-followup-precepts-modal-request-input {
  text-align: center;
  width: 3rem;
  margin: 0 .5rem;
  border-radius: .5rem !important;
}

.resident-followup-precepts-modal-request-button {
  margin-right: 1.5rem;
}

.resident-followup-precepts-modal-responses-items {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: 43.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: scroll;
}

.resident-followup-precepts-modal-responses-items-empty {
  color: #98a7b6;
}

.resident-followup-precepts-modal-responses-item {
  border-bottom: 2px solid #556584;
  margin-bottom: 1rem;
}

.resident-followup-precepts-modal-responses-item:last-of-type {
  border-bottom: none;
}

.resident-followup-precepts-modal-responses-item-heading {
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-precepts-modal-responses-item-text {
  margin-bottom: 1rem;
}

.resident-followup-precepts-modal-responses-item-attachment {
  background: #5565844d center / contain no-repeat;
  border-radius: .5rem;
  width: 11.25rem;
  height: 8.125rem;
  margin-bottom: .5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.resident-followup-precepts-modal-responses-item-attachment-name {
  color: #fff;
  background: #556584b3;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.resident-followup-precepts-modal-responses-footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resident-followup-precepts-modal-responses-footer-label {
  margin-bottom: .5rem;
}

.resident-followup-precepts-modal-responses-footer-label-bold {
  font-weight: bold;
}

.resident-followup-precepts-modal-responses-footer-button {
  margin-left: 1rem;
}

.resident-followup-precepts-modal-summary-status {
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-precepts-modal-summary-status-red {
  color: #ff3666;
}

.resident-followup-precepts-modal-summary-status-green {
  color: #00ae7a;
}

.resident-followup-precepts-modal-preview-image {
  width: 100%;
  overflow: scroll;
}

.resident-followup-precepts-modal-preview-pdf {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.resident-followup-precepts-modal-preview-empty {
  text-align: center;
  padding-top: 3rem;
}

.resident-followup-precepts {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.resident-followup-precepts-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.resident-followup-precepts-top-download-button {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.resident-followup-precepts-top-download-button:disabled {
  background-color: #55658480;
}

.resident-followup-precepts-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.resident-followup-precepts-filter {
  display: inline-flex !important;
}

.resident-followup-precepts-input {
  width: 100%;
  display: block !important;
}

.resident-followup-precepts-row {
  margin-bottom: 1.5rem;
}

.resident-followup-precepts-search {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.resident-followup-precepts-search-number {
  flex: .4;
  margin-right: 1.5rem;
}

.resident-followup-precepts-search-name {
  flex: .3;
  margin-right: 1.5rem;
}

.resident-followup-precepts-search-address {
  flex: 1;
}

.resident-followup-precepts-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 4rem;
}

.resident-followup-precepts-table thead th {
  background: #fff;
}

.resident-followup-precepts-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.resident-followup-precepts-table-link {
  color: #3259e5;
}

.resident-followup-precepts-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.resident-followup-precepts-table-row:last-of-type {
  border-bottom: none;
}

.resident-followup-precepts-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.resident-followup-precepts-table-row-clickable {
  cursor: pointer;
}

.resident-followup-precepts-table-cell {
  padding: 1rem;
  position: relative;
}

.resident-followup-precepts-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.resident-followup-precepts-table-cell-right {
  text-align: right;
}

.resident-followup-precepts-table-cell-nowrap {
  white-space: nowrap;
}

.resident-followup-precepts-table-cell-index {
  max-width: 2rem;
}

.resident-followup-precepts-table-cell-number {
  max-width: 7.5rem;
}

.resident-followup-precepts-table-cell-company {
  max-width: 11.25rem;
}

.resident-followup-precepts-table-cell-description {
  width: auto;
}

.resident-followup-precepts-table-cell-address {
  max-width: 7.5rem;
}

.resident-followup-precepts-table-cell-date {
  max-width: 6rem;
}

.resident-followup-precepts-table-cell-status {
  max-width: 11.25rem;
}

.resident-followup-precepts-table-cell-empty {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.resident-followup-precepts-status {
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-precepts-status-red {
  color: #ff3666;
}

.resident-followup-precepts-status-green {
  color: #00ae7a;
}

.resident-followup-precepts-header-icon {
  width: 1rem;
  height: 1rem;
}

.resident-followup-precepts-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.resident-followup-precepts-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.resident-followup-precepts-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.resident-followup-precepts-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.resident-followup-precepts-busy {
  text-align: center;
}

.resident-followup-precepts-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.resident-followup-precepts-footer {
  padding-bottom: 6rem;
}

.resident-followup-precepts-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.resident-followup-precepts-nowrap {
  white-space: nowrap;
}

.resident-followup-overhaul-modal {
  padding: 1.5rem;
}

.resident-followup-overhaul-modal-heading {
  grid-column: span 2;
  font-size: 1.125rem;
  font-weight: bold;
}

.resident-followup-overhaul-modal-attribute-name {
  color: $ color-gray-x-dark;
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-overhaul-modal-attribute-wide {
  grid-column: span 2;
}

.resident-followup-overhaul-modal-attribute-link {
  color: #3259e5;
}

.resident-followup-overhaul-modal-filter {
  margin-bottom: 2rem;
  display: inline-flex !important;
}

.resident-followup-overhaul-modal-row {
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}

.resident-followup-overhaul-modal-row-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.resident-followup-overhaul-modal-link {
  color: #3259e5;
}

.resident-followup-overhaul-modal-request-textarea {
  width: 100%;
  display: block !important;
}

.resident-followup-overhaul-modal-request-input {
  text-align: center;
  width: 3rem;
  margin: 0 .5rem;
  border-radius: .5rem !important;
}

.resident-followup-overhaul-modal-request-button {
  margin-right: 1.5rem;
}

.resident-followup-overhaul-modal-responses-items {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-width: 62.5rem;
  max-height: 43.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: scroll;
}

.resident-followup-overhaul-modal-responses-items-empty {
  color: #98a7b6;
}

.resident-followup-overhaul-modal-responses-item {
  border-bottom: 2px solid #556584;
  margin-bottom: 1rem;
}

.resident-followup-overhaul-modal-responses-item:last-of-type {
  border-bottom: none;
}

.resident-followup-overhaul-modal-responses-item-heading {
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-overhaul-modal-responses-item-text {
  margin-bottom: 1rem;
}

.resident-followup-overhaul-modal-responses-item-attachment {
  background: #5565844d center / contain no-repeat;
  border-radius: .5rem;
  width: 11.25rem;
  height: 8.125rem;
  margin-bottom: .5rem;
  margin-right: .25rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.resident-followup-overhaul-modal-responses-item-attachment-name {
  color: #fff;
  background: #556584b3;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.resident-followup-overhaul-modal-responses-footer-label {
  margin-bottom: 1rem;
}

.resident-followup-overhaul-modal-responses-footer-label-bold {
  margin-bottom: 1rem;
  font-weight: bold;
}

.resident-followup-overhaul-modal-responses-footer-button {
  margin-right: 1rem;
}

.resident-followup-overhaul-modal-summary-text {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.resident-followup-overhaul-modal-summary-text-green {
  color: #00ae7a;
}

.resident-followup-overhaul-modal-summary-text-red {
  color: #ff3666;
}

.resident-followup-overhaul {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.resident-followup-overhaul-heading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.resident-followup-overhaul-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.resident-followup-overhaul-download-button {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.resident-followup-overhaul-download-button:disabled {
  background-color: #55658480;
}

.resident-followup-overhaul-subfilter {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.resident-followup-overhaul-subfilter-label {
  max-width: 7.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
}

.resident-followup-overhaul-subfilter-slider {
  width: 15rem;
  margin-bottom: 1.5rem;
}

.resident-followup-overhaul-subfilter-slider-subrange {
  z-index: 3;
  bottom: 1px;
  transform: translate(0, 50%);
}

.resident-followup-overhaul-subfilter-slider-subrange-red {
  border-top: 3px solid red;
}

.resident-followup-overhaul-subfilter-slider-subrange-yellow {
  border-top: 3px solid orange;
}

.resident-followup-overhaul-subfilter-slider-subrange-green {
  border-top: 3px solid green;
}

.resident-followup-overhaul-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 4rem;
}

.resident-followup-overhaul-table thead th {
  background: #fff;
}

.resident-followup-overhaul-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.resident-followup-overhaul-table-link {
  color: #3259e5;
}

.resident-followup-overhaul-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.resident-followup-overhaul-table-row:last-of-type {
  border-bottom: none;
}

.resident-followup-overhaul-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.resident-followup-overhaul-table-row-clickable {
  cursor: pointer;
}

.resident-followup-overhaul-table-cell {
  padding: 1rem;
  position: relative;
}

.resident-followup-overhaul-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.resident-followup-overhaul-table-cell-header-year {
  border-right: 1px solid #e5eaf0;
  max-width: 11.25rem;
}

.resident-followup-overhaul-table-cell-header-with-tooltip {
  padding-right: 2.5rem;
  position: relative;
}

.resident-followup-overhaul-table-cell-right {
  text-align: right;
}

.resident-followup-overhaul-table-cell-nowrap {
  white-space: nowrap;
}

.resident-followup-overhaul-table-cell-index {
  max-width: 2rem;
}

.resident-followup-overhaul-table-cell-year {
  border-right: 1px solid #e5eaf0;
}

.resident-followup-overhaul-table-cell-empty {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.resident-followup-overhaul-table-cell-tooltip {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  z-index: 10;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  font-weight: normal;
  display: inline-block;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
  position: absolute !important;
}

.resident-followup-overhaul-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.resident-followup-overhaul-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.resident-followup-overhaul-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.resident-followup-overhaul-header-icon {
  width: 1rem;
  height: 1rem;
}

.resident-followup-overhaul-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.resident-followup-overhaul-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.resident-followup-overhaul-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.resident-followup-overhaul-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.resident-followup-overhaul-busy {
  text-align: center;
}

.resident-followup-overhaul-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.resident-followup-overhaul-footer {
  padding-bottom: 6rem;
}

.resident-followup-overhaul-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.resident-followup-overhaul-nowrap {
  white-space: nowrap;
}

.resident-followup-overhaul-wear-bar {
  background: #e5eaf0;
  min-height: .625rem;
  margin: 1.875rem 0;
  position: relative;
}

.resident-followup-overhaul-wear-bar-label {
  font-size: .75rem;
  position: absolute;
  bottom: calc(100% + .625rem);
  transform: translate(-50%);
}

.resident-followup-overhaul-wear-bar-mark {
  border-left: 1px solid #859deb;
  height: 1.625rem;
  position: absolute;
  top: -.5rem;
  transform: translate(-1px);
}

.resident-followup-overhaul-wear-bar-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.resident-followup-overhaul-wear-bar-red .resident-followup-overhaul-wear-bar-fill {
  background: red;
}

.resident-followup-overhaul-wear-bar-yellow .resident-followup-overhaul-wear-bar-fill {
  background: orange;
}

.resident-followup-overhaul-wear-bar-green .resident-followup-overhaul-wear-bar-fill {
  background: green;
}

.resident-followup-overhaul-wear-bar-fill-value {
  background: #859deb;
}

.resident-followup-overhaul-wear-bar-fill-center {
  background: red;
}

.resident-followup-overhaul-2-modal {
  padding: 1.5rem;
}

.resident-followup-overhaul-2-modal-heading {
  grid-column: span 2;
  font-size: 1.125rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-attribute-name {
  color: $ color-gray-x-dark;
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-attribute-wide {
  grid-column: span 2;
}

.resident-followup-overhaul-2-modal-attribute-link {
  color: #3259e5;
}

.resident-followup-overhaul-2-modal-filter {
  margin-bottom: 2rem;
  display: inline-flex !important;
}

.resident-followup-overhaul-2-modal-question {
  border-bottom: 1px solid #e5eaf0;
  margin-bottom: 2.5rem;
}

.resident-followup-overhaul-2-modal-question-house-construction-element {
  color: #0c325a;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-question-title {
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-question-answers-option {
  max-width: 26.25rem;
}

.resident-followup-overhaul-2-modal-question-answers-option-progressbar {
  background-color: #556584;
  height: 1rem;
}

.resident-followup-overhaul-2-modal-question-answers-option-progressbar-wrap {
  background-color: #e5eaf0;
  border: 1px solid #98a7b6;
  width: 100%;
  height: 1rem;
}

.resident-followup-overhaul-2-modal-question-attachment {
  background: #5565844d center / contain no-repeat;
  border-radius: .5rem;
  width: 11.25rem;
  height: 8.125rem;
  margin-bottom: .5rem;
  margin-right: .25rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.resident-followup-overhaul-2-modal-question-attachment-name {
  color: #fff;
  background: #556584b3;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.resident-followup-overhaul-2-modal-form-submit-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resident-followup-overhaul-2-modal-form-submit-button {
  margin-right: 1rem;
}

.resident-followup-overhaul-2-modal-form-submit-comment {
  color: #0c325a;
}

.resident-followup-overhaul-2-modal-row {
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}

.resident-followup-overhaul-2-modal-row-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.resident-followup-overhaul-2-modal-row-summary, .resident-followup-overhaul-2-modal-row-text {
  line-height: 1.6;
}

.resident-followup-overhaul-2-modal-row-summary {
  color: #0c325a;
}

.resident-followup-overhaul-2-modal-link {
  color: #3259e5;
}

.resident-followup-overhaul-2-modal-responses-items {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-width: 62.5rem;
  max-height: 43.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: scroll;
}

.resident-followup-overhaul-2-modal-responses-items-empty {
  color: #98a7b6;
}

.resident-followup-overhaul-2-modal-responses-item {
  border-bottom: 2px solid #556584;
  margin-bottom: 1rem;
}

.resident-followup-overhaul-2-modal-responses-item:last-of-type {
  border-bottom: none;
}

.resident-followup-overhaul-2-modal-responses-item-heading {
  margin-bottom: .5rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-responses-item-text {
  margin-bottom: 1rem;
}

.resident-followup-overhaul-2-modal-responses-item-attachment {
  background: #5565844d center / contain no-repeat;
  border-radius: .5rem;
  width: 11.25rem;
  height: 8.125rem;
  margin-bottom: .5rem;
  margin-right: .25rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.resident-followup-overhaul-2-modal-responses-item-attachment-name {
  color: #fff;
  background: #556584b3;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.resident-followup-overhaul-2-modal-responses-footer-label {
  margin-bottom: 1rem;
}

.resident-followup-overhaul-2-modal-responses-footer-label-bold {
  margin-bottom: 1rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-responses-footer-button {
  margin-right: 1rem;
}

.resident-followup-overhaul-2-modal-summary-text {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-modal-summary-text-green {
  color: #00ae7a;
}

.resident-followup-overhaul-2-modal-summary-text-red {
  color: #ff3666;
}

.resident-followup-overhaul-2 {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.resident-followup-overhaul-2-heading {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.resident-followup-overhaul-2-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.resident-followup-overhaul-2-download-button {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.resident-followup-overhaul-2-download-button:disabled {
  background-color: #55658480;
}

.resident-followup-overhaul-2-subfilter {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.resident-followup-overhaul-2-subfilter-label {
  max-width: 7.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
}

.resident-followup-overhaul-2-subfilter-slider {
  width: 15rem;
  margin-bottom: 1.5rem;
}

.resident-followup-overhaul-2-subfilter-slider-subrange {
  z-index: 3;
  bottom: 1px;
  transform: translate(0, 50%);
}

.resident-followup-overhaul-2-subfilter-slider-subrange-red {
  border-top: 3px solid red;
}

.resident-followup-overhaul-2-subfilter-slider-subrange-yellow {
  border-top: 3px solid orange;
}

.resident-followup-overhaul-2-subfilter-slider-subrange-green {
  border-top: 3px solid green;
}

.resident-followup-overhaul-2-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 4rem;
}

.resident-followup-overhaul-2-table thead th {
  background: #fff;
}

.resident-followup-overhaul-2-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.resident-followup-overhaul-2-table-link {
  color: #3259e5;
}

.resident-followup-overhaul-2-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.resident-followup-overhaul-2-table-row:last-of-type {
  border-bottom: none;
}

.resident-followup-overhaul-2-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.resident-followup-overhaul-2-table-row-clickable {
  cursor: pointer;
}

.resident-followup-overhaul-2-table-cell {
  padding: 1rem;
  position: relative;
}

.resident-followup-overhaul-2-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.resident-followup-overhaul-2-table-cell-header-year {
  border-right: 1px solid #e5eaf0;
  max-width: 11.25rem;
}

.resident-followup-overhaul-2-table-cell-header-with-tooltip {
  padding-right: 2.5rem;
  position: relative;
}

.resident-followup-overhaul-2-table-cell-right {
  text-align: right;
}

.resident-followup-overhaul-2-table-cell-nowrap {
  white-space: nowrap;
}

.resident-followup-overhaul-2-table-cell-index {
  max-width: 2rem;
}

.resident-followup-overhaul-2-table-cell-year {
  border-right: 1px solid #e5eaf0;
}

.resident-followup-overhaul-2-table-cell-status {
  font-weight: bold;
}

.resident-followup-overhaul-2-table-cell-status .has-response {
  color: #00ae7a;
}

.resident-followup-overhaul-2-table-cell-empty {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.resident-followup-overhaul-2-table-cell-tooltip {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  z-index: 10;
  background-image: url("question.89b994ea.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  font-weight: normal;
  display: inline-block;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
  position: absolute !important;
}

.resident-followup-overhaul-2-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.resident-followup-overhaul-2-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.resident-followup-overhaul-2-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.resident-followup-overhaul-2-header-icon {
  width: 1rem;
  height: 1rem;
}

.resident-followup-overhaul-2-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.resident-followup-overhaul-2-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.resident-followup-overhaul-2-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.resident-followup-overhaul-2-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.resident-followup-overhaul-2-busy {
  text-align: center;
}

.resident-followup-overhaul-2-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.resident-followup-overhaul-2-footer {
  padding-bottom: 6rem;
}

.resident-followup-overhaul-2-footer-button {
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.resident-followup-overhaul-2-nowrap {
  white-space: nowrap;
}

.subsidies-navigation {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.subsidies-navigation-wrapper {
  background: #313877;
}

.subsidies-navigation-link {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.subsidies-navigation-link-active {
  opacity: 1;
}

.subsidies-navigation-link-active:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.subsidies .container[data-v-b9bf31] {
  width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies .page-main-title[data-v-b9bf31] {
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.subsidies .footer[data-v-b9bf31] {
  color: #556584;
  background: #e5eaf0;
  align-items: center;
  height: 4rem;
  display: flex;
}

.subsidies .footer .container[data-v-b9bf31] {
  justify-content: space-between;
  display: flex;
}

.subsidies .footer .container .copyright > span[data-v-b9bf31]:first-child {
  margin-right: 1.375rem;
}

.container[data-v-c02ee1] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.ui-page-header[data-v-c02ee1] {
  background: linear-gradient(0deg, #4e3791 0%, #434eaf 88.67%);
  position: relative;
}

.ui-page-header[data-v-c02ee1]:after {
  content: "";
  z-index: 0;
  background: #3138775c;
  width: 61%;
  position: absolute;
  top: 0;
  bottom: 2.5rem;
  right: 0;
}

.ui-page-header .top[data-v-c02ee1] {
  z-index: 1;
  position: relative;
}

.ui-page-header .top .content[data-v-c02ee1] {
  width: 100%;
  padding: 3rem 0;
  display: inline-flex;
}

.ui-page-header .page-decor-container[data-v-c02ee1] {
  height: 2.5rem;
  display: flex;
}

.ui-page-header .page-decor-container .page-decor-box[data-v-c02ee1] {
  background: #fff;
  width: 100%;
  height: 100%;
}

.ui-page-header .page-decor-container[data-v-c02ee1]:before {
  content: "";
  border: 1.25rem solid #e8edf6;
  border-color: #0000 #e8edf6 #e8edf6 #0000;
}

.container[data-v-e4ccbd] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.ui-registry-table[data-v-e4ccbd] {
  border-spacing: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: auto;
  min-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ui-registry-table-wrap[data-v-e4ccbd] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: block;
  overflow-x: auto;
}

.ui-registry-table tr[data-v-e4ccbd] {
  vertical-align: top;
  width: 100%;
  min-height: 4rem;
}

.ui-registry-table tr th[data-v-e4ccbd] {
  color: #fff;
  background: #2d265d;
  border: none;
  width: auto;
  padding: 1rem;
  display: table-cell;
}

.ui-registry-table tr th[data-v-e4ccbd]:first-child {
  justify-content: flex-end;
}

.ui-registry-table tr th.right-border[data-v-e4ccbd] {
  border-right: 1px solid #556584;
}

.ui-registry-table tr th.align-left[data-v-e4ccbd] {
  text-align: left;
}

.ui-registry-table tr th.align-center[data-v-e4ccbd] {
  text-align: center;
}

.ui-registry-table tr th.align-right[data-v-e4ccbd] {
  text-align: right;
}

.ui-registry-table tr td[data-v-e4ccbd] {
  color: #556584;
  border-bottom: 1px solid #e5eaf0;
  width: auto;
  max-width: 18.75rem;
  padding: 1rem;
  display: table-cell;
  overflow: hidden;
}

.ui-registry-table tr td.dropdown[data-v-e4ccbd] {
  overflow: visible;
}

.ui-registry-table tr td.right-border[data-v-e4ccbd] {
  border-right: 1px solid #e5eaf0;
}

.ui-registry-table tr td.link[data-v-e4ccbd] {
  color: #506bfa;
  cursor: pointer;
}

.ui-registry-table tr td.align-left[data-v-e4ccbd] {
  text-align: left;
}

.ui-registry-table tr td.align-center[data-v-e4ccbd] {
  text-align: center;
}

.ui-registry-table tr td.align-right[data-v-e4ccbd] {
  text-align: right;
}

.ui-registry-table tr td.accent[data-v-e4ccbd], .ui-registry-table tr td.red[data-v-e4ccbd] {
  color: #ff3666;
}

.ui-registry-table tr td.green[data-v-e4ccbd] {
  color: #12b093;
}

.ui-registry-table tr td span.block[data-v-e4ccbd] {
  display: block;
}

.ui-registry-table tr td span.block.primary[data-v-e4ccbd] {
  color: #0c325a;
}

.ui-registry-table tr td span.block.secondary[data-v-e4ccbd] {
  color: #556584;
}

.ui-registry-table tr td span.block.small[data-v-e4ccbd] {
  font-size: .75rem;
  line-height: 1rem;
}

.ui-registry-table tr td span.red[data-v-e4ccbd], .ui-registry-table tr td span.accent[data-v-e4ccbd] {
  color: #ff3666;
}

.ui-registry-table tr td span.green[data-v-e4ccbd] {
  color: #12b093;
}

.ui-registry-table.table-head-fix-on-scroll-thead-padding tr th[data-v-e4ccbd] {
  padding: .5rem;
}

@media (width <= 1280px) {
  .ui-registry-table-wrap[data-v-e4ccbd] {
    padding-left: 0;
    padding-right: 0;
  }
}

.container[data-v-300460] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.ui-pagination[data-v-300460] {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.ui-pagination-wrap[data-v-300460] {
  background-color: #fff;
  width: 100%;
  margin-top: 3.0625rem !important;
  padding-bottom: 2.5rem !important;
}

.ui-pagination-buttons[data-v-300460] {
  width: auto;
  display: flex;
}

.ui-pagination-button[data-v-300460] {
  margin-right: .5rem;
}

.ui-pagination-button[data-v-300460]:last-of-type {
  margin-right: 0;
}

.ui-pagination-button-show-more[data-v-300460] {
  width: 20rem;
}

.ui-pagination-button-delimiter[data-v-300460] {
  color: #556584;
  margin-right: .5rem;
  font-size: .8125rem;
  line-height: 1rem;
}

.ui-pagination-button-delimiter[data-v-300460]:before {
  content: "...";
}

.ui-pagination-jump-to[data-v-300460] {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 18.75rem;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.ui-pagination-jump-to-input[data-v-300460], .ui-pagination-jump-to-label[data-v-300460] {
  margin-right: .5rem;
}

.ui-pagination-jump-to-input[data-v-300460] {
  width: 3.75rem;
  background-color: #fff !important;
  border: 1px solid #98a7b6b3 !important;
}

.container[data-v-ab50a2] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal[data-v-ab50a2] {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 .625rem 2.5rem #0c325a26;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-close[data-v-ab50a2] {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-close i[data-v-ab50a2] {
  font-size: .875rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-close[data-v-ab50a2]:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-header[data-v-ab50a2] {
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-header-icon[data-v-ab50a2] {
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%);
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-header-icon i[data-v-ab50a2] {
  color: #3259e5;
  font-size: 1.25rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-header-title[data-v-ab50a2] {
  color: #0c325a;
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-body[data-v-ab50a2] {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section[data-v-ab50a2] {
  background: #e5eaf008;
  border: 1px solid #e5eaf033;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section[data-v-ab50a2]:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #3259e50d;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section-header[data-v-ab50a2] {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .625rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section-header i[data-v-ab50a2] {
  color: #3259e5;
  text-align: center;
  width: 1.25rem;
  font-size: 1rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section-description[data-v-ab50a2] {
  color: #0c325a99;
  margin-bottom: 1rem;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-section-content[data-v-ab50a2] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-card[data-v-ab50a2] {
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .625rem;
  padding: 1rem;
  box-shadow: 0 .125rem .25rem #0c325a05;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-row[data-v-ab50a2] {
  border-bottom: 1px solid #e5eaf01a;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-row[data-v-ab50a2]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-row[data-v-ab50a2]:first-child {
  padding-top: 0;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-label[data-v-ab50a2] {
  color: #0c325ab3;
  flex: 1;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-label i[data-v-ab50a2] {
  color: #3259e5b3;
  text-align: center;
  width: 1.125rem;
  font-size: .875rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-value[data-v-ab50a2] {
  color: #0c325a;
  text-align: right;
  word-break: break-word;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-info-value-highlighted[data-v-ab50a2] {
  color: #3259e5;
  font-weight: 600;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-form-row[data-v-ab50a2] {
  width: 100%;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-form-row[data-v-ab50a2]:last-child {
  margin-bottom: 0;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-textarea[data-v-ab50a2] {
  color: #0c325a;
  resize: vertical;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 100%;
  min-height: 7.5rem;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-textarea[data-v-ab50a2]:focus {
  border-color: #3259e5;
  outline: none;
  box-shadow: 0 0 0 .1875rem #3259e51a;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-textarea[data-v-ab50a2]::placeholder {
  color: #0c325a66;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-form-actions[data-v-ab50a2] {
  justify-content: flex-start;
  gap: .75rem;
  margin-top: .5rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-form-actions .ui-button i[data-v-ab50a2] {
  margin-right: .5rem;
  font-size: .875rem;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-warning[data-v-ab50a2] {
  color: #0c325acc;
  background: linear-gradient(135deg, #f9a6021a 0%, #f9a6020d 100%);
  border: 1px solid #f9a6024d;
  border-radius: .5rem;
  align-items: flex-start;
  gap: .625rem;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: .8125rem;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-validation-registry-incoming-datenumber-modal-warning i[data-v-ab50a2] {
  color: #f9a602;
  flex-shrink: 0;
  margin-top: .125rem;
  font-size: 1rem;
}

input[type="date"][data-v-ab50a2]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input[type="date"][data-v-ab50a2]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.container[data-v-02dfbd] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-validation-administrator-comment-cell-comment[data-v-02dfbd] {
  margin-bottom: .5rem;
  display: block;
}

.subsidies-registries-validation-administrator-comment-cell-button[data-v-02dfbd] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.subsidies-registries-validation .page-subtitle[data-v-02dfbd] {
  color: #fff;
  font-size: 2rem;
}

.subsidies-registries-validation .page-content[data-v-02dfbd] {
  background: #fff;
}

.subsidies-registries-validation .page-content .container[data-v-02dfbd] {
  padding-right: 1.875rem;
}

.subsidies-registries-validation .page-content .content-title-block[data-v-02dfbd] {
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-validation .page-content .content-title-block .content-title[data-v-02dfbd] {
  font-size: 1.25rem;
  font-weight: bold;
}

.subsidies-registries-validation .page-content .inputs-block[data-v-02dfbd] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row[data-v-02dfbd] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row[data-v-02dfbd] > * {
  margin-right: 2rem;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row[data-v-02dfbd] > :last-child {
  margin: 0;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row .empty[data-v-02dfbd] {
  width: 100%;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-02dfbd] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.subsidies-registries-validation .page-content .inputs-block .inputs-block-row .filter-button[data-v-02dfbd] {
  margin-left: 1rem;
}

.subsidies-registries-validation .page-content .tabs[data-v-02dfbd] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.subsidies-registries-validation .page-content .tabs-wrap[data-v-02dfbd] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.loader[data-v-02dfbd] {
  width: 1rem;
  margin: 1rem auto;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] {
  width: 100%;
  position: relative;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body[data-v-400825] {
  color: #556584;
  cursor: pointer;
  white-space: nowrap;
  background-color: #506bfa1a;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  min-height: 1.5rem;
  padding: .5rem;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body[data-v-400825]:hover {
  border-color: #98a7b6;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body.active[data-v-400825] {
  border-color: #506bfa !important;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body.approved[data-v-400825] {
  background-color: #12b0931a;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body.declined[data-v-400825] {
  background-color: #ff43701a;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body .chevron-down[data-v-400825] {
  margin-right: 3px;
}

.ui-dropdown-subsidy-house-approvement .dropdown-body .chevron-down[data-v-400825]:before {
  content: "";
  vertical-align: top;
  border-style: solid;
  border-width: 1px 1px 0 0;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 2px;
  transform: rotate(135deg);
}

.ui-dropdown-subsidy-house-approvement .options-wrapper[data-v-400825] {
  z-index: 9999;
  background: #fff;
  border-radius: .25rem;
  width: 100%;
  height: auto;
  padding: .5rem 0;
  position: absolute;
  box-shadow: 0 5px 14px #0c325a33;
}

.ui-dropdown-subsidy-house-approvement .options-wrapper .options-block[data-v-400825] {
  height: auto;
  min-height: 3.75rem;
  overflow: hidden scroll;
}

.ui-dropdown-subsidy-house-approvement .options-wrapper .options-block .option[data-v-400825] {
  color: #556584;
  cursor: pointer;
  padding: .6rem 0 .6rem 1rem;
}

.ui-dropdown-subsidy-house-approvement .options-wrapper .options-block .option[data-v-400825]:hover {
  background-color: #506bfa1a;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-scrollbar-track {
  background-color: rgba;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.ui-dropdown-subsidy-house-approvement[data-v-400825] ::-webkit-scrollbar {
  width: 0;
}

.ui-textarea {
  vertical-align: top;
  resize: vertical;
  background: #e5eaf0;
  border: none;
  border-radius: .5rem;
  outline: none;
  min-width: 0;
  min-height: 10rem;
  padding: 1rem;
  display: inline-block;
}

.ui-textarea::placeholder {
  color: #556584;
}

.ui-textarea-readonly, .ui-textarea-readonly:hover, .ui-textarea-readonly:focus, .ui-textarea-readonly:focus:hover {
  background: #e5eaf0;
}

.ui-textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container[data-v-3c9368] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-validation-house-modal[data-v-3c9368] {
  color: #0c325a;
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 .625rem 2.5rem #0c325a26;
}

.subsidies-registries-validation-house-modal-close[data-v-3c9368] {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.subsidies-registries-validation-house-modal-close i[data-v-3c9368] {
  font-size: .875rem;
}

.subsidies-registries-validation-house-modal-close[data-v-3c9368]:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.subsidies-registries-validation-house-modal-header[data-v-3c9368] {
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-header-icon[data-v-3c9368] {
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%);
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-header-icon i[data-v-3c9368] {
  color: #3259e5;
  font-size: 1.25rem;
}

.subsidies-registries-validation-house-modal-header-title[data-v-3c9368] {
  color: #0c325a;
  letter-spacing: -.01em;
  word-break: break-word;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.subsidies-registries-validation-house-modal-body[data-v-3c9368] {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-section[data-v-3c9368] {
  background: #e5eaf008;
  border: 1px solid #e5eaf033;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
}

.subsidies-registries-validation-house-modal-section[data-v-3c9368]:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #3259e50d;
}

.subsidies-registries-validation-house-modal-section-header[data-v-3c9368] {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .625rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-validation-house-modal-section-header i[data-v-3c9368] {
  color: #3259e5;
  text-align: center;
  width: 1.25rem;
  font-size: 1rem;
}

.subsidies-registries-validation-house-modal-section-content[data-v-3c9368] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-info-card[data-v-3c9368] {
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .625rem;
  padding: 1rem;
  box-shadow: 0 .125rem .25rem #0c325a05;
}

.subsidies-registries-validation-house-modal-info-row[data-v-3c9368] {
  border-bottom: 1px solid #e5eaf01a;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.subsidies-registries-validation-house-modal-info-row[data-v-3c9368]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.subsidies-registries-validation-house-modal-info-row[data-v-3c9368]:first-child {
  padding-top: 0;
}

.subsidies-registries-validation-house-modal-info-row-columns[data-v-3c9368] {
  flex-direction: column;
  gap: 1rem;
}

@media (width >= 768px) {
  .subsidies-registries-validation-house-modal-info-row-columns[data-v-3c9368] {
    flex-direction: row;
  }
}

.subsidies-registries-validation-house-modal-info-column[data-v-3c9368] {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-info-label[data-v-3c9368] {
  color: #0c325ab3;
  flex: 1;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-info-label i[data-v-3c9368] {
  color: #3259e5b3;
  text-align: center;
  flex-shrink: 0;
  width: 1.125rem;
  font-size: .875rem;
}

.subsidies-registries-validation-house-modal-info-value[data-v-3c9368] {
  color: #0c325a;
  text-align: right;
  word-break: break-word;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

@media (width <= 767px) {
  .subsidies-registries-validation-house-modal-info-value[data-v-3c9368] {
    text-align: left;
    margin-top: .25rem;
  }
}

.subsidies-registries-validation-house-modal-check-results[data-v-3c9368] {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-check-result[data-v-3c9368] {
  background: #fff;
  border: 1px solid #e5eaf033;
  border-radius: .5rem;
  padding: .75rem 1rem;
}

.subsidies-registries-validation-house-modal-check-result-header[data-v-3c9368] {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-check-result-label[data-v-3c9368] {
  color: #0c325a;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subsidies-registries-validation-house-modal-check-result-status[data-v-3c9368] {
  border-radius: .375rem;
  flex-shrink: 0;
  align-items: center;
  gap: .375rem;
  padding: .25rem .625rem;
  font-size: .8125rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-validation-house-modal-check-result-status i[data-v-3c9368] {
  font-size: .875rem;
}

.subsidies-registries-validation-house-modal-check-result-status-valid[data-v-3c9368] {
  color: #00ae7a;
  background: linear-gradient(135deg, #00ae7a26 0%, #00ae7a1a 100%);
  border: 1px solid #00ae7a4d;
}

.subsidies-registries-validation-house-modal-check-result-status-failed[data-v-3c9368] {
  color: #ff3666;
  background: linear-gradient(135deg, #ff366626 0%, #ff36661a 100%);
  border: 1px solid #ff36664d;
}

.subsidies-registries-validation-house-modal-check-result-status-skipped[data-v-3c9368] {
  color: #556584;
  background: linear-gradient(135deg, #55658426 0%, #5565841a 100%);
  border: 1px solid #5565844d;
}

.subsidies-registries-validation-house-modal-check-result-details[data-v-3c9368] {
  color: #0c325ab3;
  border-top: 1px solid #e5eaf033;
  margin-top: .5rem;
  padding-top: .5rem;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.125rem;
}

.subsidies-registries-validation-house-modal-comment-card[data-v-3c9368] {
  color: #0c325a;
  word-break: break-word;
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .5rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.subsidies-registries-validation-house-modal-empty-text[data-v-3c9368] {
  color: #0c325a66;
  font-style: italic;
}

.subsidies-registries-validation-house-modal-form-field[data-v-3c9368] {
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.subsidies-registries-validation-house-modal-form-field[data-v-3c9368]:last-child {
  margin-bottom: 0;
}

.subsidies-registries-validation-house-modal-form-label[data-v-3c9368] {
  color: #0c325ab3;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.subsidies-registries-validation-house-modal-textarea[data-v-3c9368] {
  color: #0c325a;
  resize: vertical;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 100%;
  min-height: 6.25rem;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.subsidies-registries-validation-house-modal-textarea[data-v-3c9368]:focus {
  border-color: #3259e5;
  outline: none;
  box-shadow: 0 0 0 .1875rem #3259e51a;
}

.subsidies-registries-validation-house-modal-textarea[data-v-3c9368]::placeholder {
  color: #0c325a66;
}

.subsidies-registries-validation-house-modal-status-display[data-v-3c9368] {
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

.subsidies-registries-validation-house-modal-status-display i[data-v-3c9368] {
  font-size: 1rem;
}

.subsidies-registries-validation-house-modal-status-display-approved[data-v-3c9368] {
  color: #00ae7a;
  background: linear-gradient(135deg, #00ae7a26 0%, #00ae7a1a 100%);
  border: 1px solid #00ae7a4d;
}

.subsidies-registries-validation-house-modal-status-display-declined[data-v-3c9368] {
  color: #ff3666;
  background: linear-gradient(135deg, #ff366626 0%, #ff36661a 100%);
  border: 1px solid #ff36664d;
}

.subsidies-registries-validation-house-modal-status-display-pending[data-v-3c9368] {
  color: #f9a602;
  background: linear-gradient(135deg, #f9a60226 0%, #f9a6021a 100%);
  border: 1px solid #f9a6024d;
}

.subsidies-registries-registry-finalize-modal-heading {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .9375rem;
  font-weight: bold;
}

.subsidies-registries-registry-finalize-modal-content {
  margin-bottom: 1.5rem;
}

.subsidies-registries-registry-finalize-modal-label {
  margin-bottom: 1.5rem;
  font-weight: bold;
  display: block;
}

.subsidies-registries-registry-finalize-modal-label-green {
  color: #12b093;
}

.subsidies-registries-registry-finalize-modal-label-red {
  color: #ff3666;
}

.subsidies-registries-registry-finalize-modal-label input {
  margin-right: .5rem;
}

.subsidies-registries-registry-finalize-modal-note {
  margin-bottom: 1rem;
}

.subsidies-registries-registry-finalize-modal-note-red {
  color: #ff3666;
}

.subsidies-registries-registry-cancel-modal-heading {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .9375rem;
  font-weight: bold;
}

.subsidies-registries-registry-cancel-modal-content {
  margin-bottom: 1.5rem;
}

.subsidies-registries-registry-cancel-modal-label {
  margin-bottom: 1.5rem;
  font-weight: bold;
  display: block;
}

.subsidies-registries-registry-cancel-modal-label-green {
  color: #12b093;
}

.subsidies-registries-registry-cancel-modal-label-red {
  color: #ff3666;
}

.subsidies-registries-registry-cancel-modal-label input {
  margin-right: .5rem;
}

.subsidies-registries-registry-cancel-modal-note {
  margin-bottom: 1rem;
}

.subsidies-registries-registry-cancel-modal-note-red {
  color: #ff3666;
}

.container[data-v-3dad7f] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-validation-registry-formal-details-modal[data-v-3dad7f] {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 .625rem 2.5rem #0c325a26;
}

.subsidies-registries-validation-registry-formal-details-modal-close[data-v-3dad7f] {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.subsidies-registries-validation-registry-formal-details-modal-close i[data-v-3dad7f] {
  font-size: .875rem;
}

.subsidies-registries-validation-registry-formal-details-modal-close[data-v-3dad7f]:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.subsidies-registries-validation-registry-formal-details-modal-header[data-v-3dad7f] {
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-header-icon[data-v-3dad7f] {
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%);
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-header-icon i[data-v-3dad7f] {
  color: #3259e5;
  font-size: 1.25rem;
}

.subsidies-registries-validation-registry-formal-details-modal-header-title[data-v-3dad7f] {
  color: #0c325a;
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.subsidies-registries-validation-registry-formal-details-modal-body[data-v-3dad7f] {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-section[data-v-3dad7f] {
  background: #e5eaf008;
  border: 1px solid #e5eaf033;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
}

.subsidies-registries-validation-registry-formal-details-modal-section[data-v-3dad7f]:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #3259e50d;
}

.subsidies-registries-validation-registry-formal-details-modal-section-header[data-v-3dad7f] {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .625rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-section-header i[data-v-3dad7f] {
  color: #3259e5;
  text-align: center;
  width: 1.25rem;
  font-size: 1rem;
}

.subsidies-registries-validation-registry-formal-details-modal-section-description[data-v-3dad7f] {
  color: #0c325a99;
  margin-bottom: 1rem;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.subsidies-registries-validation-registry-formal-details-modal-section-content[data-v-3dad7f] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-form-grid[data-v-3dad7f] {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

@media (width <= 600px) {
  .subsidies-registries-validation-registry-formal-details-modal-form-grid[data-v-3dad7f] {
    grid-template-columns: 1fr;
  }
}

.subsidies-registries-validation-registry-formal-details-modal-form-field[data-v-3dad7f] {
  width: 100%;
}

.subsidies-registries-validation-registry-formal-details-modal-actions[data-v-3dad7f] {
  border-top: 1px solid #e5eaf04d;
  justify-content: flex-end;
  margin-top: .5rem;
  padding-top: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry-formal-details-modal-actions .ui-button i[data-v-3dad7f] {
  margin-right: .5rem;
  font-size: .875rem;
}

input[type="date"][data-v-3dad7f]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input[type="date"][data-v-3dad7f]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.page-header-panels-wrap + .page-header-panels-wrap {
  margin-top: 1rem;
}

.subsidies-registries-validation-registry .page-header-summary {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  padding-right: 1.875rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info-wrap {
  margin-bottom: 2rem;
}

.subsidies-registries-validation-registry .page-header-info-left {
  color: #fff;
  width: 65%;
  display: block;
}

.subsidies-registries-validation-registry .page-header-info-left-subtitle, .subsidies-registries-validation-registry .page-header-info-left-registry-number {
  display: block;
}

.subsidies-registries-validation-registry .page-header-info-left-subtitle {
  color: #fff9;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.subsidies-registries-validation-registry .page-header-info-left-registry-number {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.subsidies-registries-validation-registry .page-header-info-left-administrator-comment {
  white-space: pre-wrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.subsidies-registries-validation-registry .page-header-info-right {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info-right-row {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info-right-row:last-of-type {
  margin-bottom: 0;
}

.subsidies-registries-validation-registry .page-header-info-right-row-bold {
  font-weight: bold;
}

.subsidies-registries-validation-registry .page-header-info-right-row > * {
  white-space: nowrap;
  margin-left: .5rem;
}

.subsidies-registries-validation-registry .page-header-info-right-row.buttons {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info-right-row-download-buttons {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -.5rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-info-right-row-download-button {
  color: #506bfa;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
  width: auto !important;
}

.subsidies-registries-validation-registry .page-header-info-right-row-download-button + .subsidies-registries-validation-registry .page-header-info-right-row-download-button {
  margin-top: .5rem;
}

.subsidies-registries-validation-registry .page-header-info-right-row-download-button:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.subsidies-registries-validation-registry .page-header-info-right-row-download-button:hover {
  background: none;
  text-decoration: underline;
}

.subsidies-registries-validation-registry .page-header-info-right-label {
  margin-right: .5rem;
  font-weight: 400;
}

.subsidies-registries-validation-registry .page-header-info-right-value {
  font-weight: 500;
}

.subsidies-registries-validation-registry .page-header-info-right-value span.check-status {
  margin-left: .5rem;
  font-weight: 500;
}

.subsidies-registries-validation-registry .page-header-info-right-value span.check-status.green {
  color: #00fdce;
}

.subsidies-registries-validation-registry .page-header-info-right-value span.check-status.red {
  color: #ff3666;
}

.subsidies-registries-validation-registry .page-header-info-right-select {
  width: 10rem;
  height: 2rem !important;
}

.subsidies-registries-validation-registry .page-header-panels {
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.subsidies-registries-validation-registry .page-header-panels-wrap {
  box-sizing: border-box;
  width: auto;
}

.subsidies-registries-validation-registry .page-header-panel {
  background-color: #2d265d;
  flex-flow: row;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-panel-wide {
  grid-column: auto / span 2;
  width: auto;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details {
  grid-gap: 2rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  display: grid;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-left {
  grid-gap: 2rem;
  grid-column: 1 / span 3;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.5rem .75rem;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item {
  box-sizing: border-box;
  padding: 1rem 1.5rem .75rem;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-values {
  margin-top: .875rem;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-label, .subsidies-registries-validation-registry .page-header-panel-formal-details-item-value, .subsidies-registries-validation-registry .page-header-panel-formal-details-item-execution-mark {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-label {
  opacity: .8;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-value {
  margin-right: .875rem;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-value:last-of-type {
  margin-right: 0;
}

.subsidies-registries-validation-registry .page-header-panel-formal-details-item-execution-mark {
  opacity: .8;
  width: auto;
  max-width: 18.4375rem;
  font-size: .6875rem;
  font-weight: normal;
}

.subsidies-registries-validation-registry .page-header-panel:last-of-type {
  margin-right: 0;
}

.subsidies-registries-validation-registry .page-header-panel-content {
  color: #fff;
  min-width: 13.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.subsidies-registries-validation-registry .page-header-panel-content + .subsidies-registries-validation-registry .page-header-panel-content {
  margin-left: 2rem;
}

.subsidies-registries-validation-registry .page-header-panel-content-row {
  margin-bottom: 1rem;
}

.subsidies-registries-validation-registry .page-header-panel-content-row:last-of-type {
  margin-bottom: 0;
}

.subsidies-registries-validation-registry .page-header-panel-content-label {
  margin-bottom: .375rem;
  font-weight: normal;
}

.subsidies-registries-validation-registry .page-header-panel-content-label.margin-top {
  margin-top: .375rem;
}

.subsidies-registries-validation-registry .page-header-panel-content-value {
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.subsidies-registries-validation-registry .page-header-panel-content-value-label {
  font-weight: normal;
}

.subsidies-registries-validation-registry .page-header-panel-content-value span {
  margin-top: .375rem;
  margin-bottom: 1rem;
}

.subsidies-registries-validation-registry .page-header-panel-content-value-document-download-link {
  color: #9babff;
}

.subsidies-registries-validation-registry .page-header-panel-content-value-document-download-link a:after {
  content: url("subsidy-document-download-icon.27d00a0f.svg");
  vertical-align: middle;
  width: .875rem;
  height: 1rem;
  margin-left: .375rem;
  display: inline-block;
}

.subsidies-registries-validation-registry .page-header-panel-content .red_header, .subsidies-registries-validation-registry .page-header-panel-content .red {
  color: #ff3666;
}

.subsidies-registries-validation-registry .page-header-panel-content .green {
  color: #12b093;
}

.subsidies-registries-validation-registry .page-header-panel-value-link {
  color: #9babff;
}

.subsidies-registries-validation-registry .filters-container {
  width: 100%;
  padding-right: 1.875rem;
}

.subsidies-registries-validation-registry .filters-container-button {
  margin-right: .875rem;
}

.subsidies-registries-validation-registry .filters-container-button:last-of-type {
  margin-right: 0;
}

.subsidies-registries-validation-registry .page-subtitle {
  color: #fff;
  font-size: 2rem;
}

.subsidies-registries-validation-registry .page-content {
  background: #fff;
}

.subsidies-registries-validation-registry .page-content .content-title-block {
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-validation-registry .page-content .content-title-block .content-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.subsidies-registries-validation-registry .page-content .content-title-block .download-button-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subsidies-registries-validation-registry .page-content .content-title-block .download-button-content:after {
  content: "";
  background: url("matrix.fcfc23b3.svg");
  width: 1rem;
  height: .8125rem;
  margin-left: .8125rem;
  display: block;
}

.subsidies-registries-validation-registry .page-content .inputs-block {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: grid;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row > * {
  margin-right: 2rem;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row > :last-child {
  margin: 0;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .empty {
  width: 100%;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .filter-buttons {
  grid-column: auto / span 2;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button {
  margin-right: .875rem;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button .reset-button-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button .reset-button-content:after {
  content: "";
  background: url("close.714ce3b2.svg") 50% .375rem / 110% no-repeat;
  width: 1rem;
  height: .8125rem;
  margin-left: .375rem;
  padding-top: 5px;
  display: block;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .input-width-1x {
  flex: 1;
}

.subsidies-registries-validation-registry .page-content .inputs-block .inputs-block-row .input-width-2x {
  flex: 2;
  grid-column: auto / span 2;
}

.subsidies-registries-validation-registry-tabs-wrap {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.subsidies-registries-validation-registry .tabs {
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subsidies-registries-validation-registry-table {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.subsidies-registries-validation-registry-table-cell {
  text-decoration: none;
  color: #556584 !important;
}

.subsidies-registries-validation-registry-table-cell-header {
  color: #fff !important;
}

.subsidies-registries-validation-registry-table-cell-header:first-child {
  justify-content: center !important;
}

.subsidies-registries-validation-registry-table-cell-link {
  cursor: pointer;
  text-decoration: none;
  color: #506bfa !important;
}

.subsidies-registries-validation-registry-table-cell-checkbox {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}

.subsidies-registries-validation-registry-table-cell-counter {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 30px !important;
}

.subsidies-registries-validation-registry-table-cell.align-left {
  text-align: left;
}

.subsidies-registries-validation-registry-table-cell.align-left.red {
  cursor: pointer;
  text-decoration: none;
  color: #ff3666 !important;
}

.subsidies-registries-validation-registry-table-cell.align-center {
  text-align: center;
}

.subsidies-registries-validation-registry-table-cell.align-right {
  text-align: right;
}

.subsidies-registries-validation-registry-table-cell.accent, .subsidies-registries-validation-registry-table-cell span.red {
  color: #ff3666 !important;
}

.subsidies-registries-validation-registry-table-cell a.red {
  cursor: pointer;
  text-decoration: none;
  color: #ff3666 !important;
}

.subsidies-registries-validation-registry-table-cell.correct, .subsidies-registries-validation-registry-table-cell.green, .subsidies-registries-validation-registry-table-cell span.green {
  color: #12b093 !important;
}

.subsidies-registries-validation-registry-table-cell.no-overflow-hidden {
  overflow: visible;
}

.subsidies-registries-validation-registry .red {
  cursor: pointer;
  text-decoration: none;
  color: #ff3666 !important;
}

.subsidies-registries-validation-registry-snackbar {
  width: 50%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.subsidies-registries-validation-registry-snackbar-hidden {
  transform: translate(-50%, 100%);
}

@media (width <= 1280px) {
  .subsidies-registries-validation-registry .page-header-panels {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.table-container .loader {
  width: 1rem;
  margin: 1rem auto;
}

.table-container .address, .table-container .status {
  width: 11rem;
}

.table-container .service-area {
  width: 15rem;
}

.table-container .bptr {
  width: 12rem;
}

.container[data-v-d9446e] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal[data-v-d9446e] {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 .625rem 2.5rem #0c325a26;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-close[data-v-d9446e] {
  color: #0c325a99;
  cursor: pointer;
  z-index: 10;
  background: #e5eaf01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-close i[data-v-d9446e] {
  font-size: .875rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-close[data-v-d9446e]:hover {
  color: #ff3666;
  background: #ff36661a;
  transform: scale(1.1);
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-header[data-v-d9446e] {
  border-bottom: 1px solid #e5eaf080;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-header-icon[data-v-d9446e] {
  background: linear-gradient(135deg, #3259e526 0%, #3259e51a 100%);
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-header-icon i[data-v-d9446e] {
  color: #3259e5;
  font-size: 1.25rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-header-title[data-v-d9446e] {
  color: #0c325a;
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-body[data-v-d9446e] {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section[data-v-d9446e] {
  background: #e5eaf008;
  border: 1px solid #e5eaf033;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section[data-v-d9446e]:hover {
  border-color: #3259e54d;
  box-shadow: 0 .125rem .5rem #3259e50d;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section-header[data-v-d9446e] {
  color: #0c325a;
  letter-spacing: -.01em;
  align-items: center;
  gap: .625rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section-header i[data-v-d9446e] {
  color: #3259e5;
  text-align: center;
  width: 1.25rem;
  font-size: 1rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section-description[data-v-d9446e] {
  color: #0c325a99;
  margin-bottom: 1rem;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-section-content[data-v-d9446e] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-card[data-v-d9446e] {
  background: #fff;
  border: 1px solid #e5eaf04d;
  border-radius: .625rem;
  padding: 1rem;
  box-shadow: 0 .125rem .25rem #0c325a05;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-row[data-v-d9446e] {
  border-bottom: 1px solid #e5eaf01a;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-row[data-v-d9446e]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-row[data-v-d9446e]:first-child {
  padding-top: 0;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-label[data-v-d9446e] {
  color: #0c325ab3;
  flex: 1;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-label i[data-v-d9446e] {
  color: #3259e5b3;
  text-align: center;
  width: 1.125rem;
  font-size: .875rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-value[data-v-d9446e] {
  color: #0c325a;
  text-align: right;
  word-break: break-word;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-info-value-highlighted[data-v-d9446e] {
  color: #3259e5;
  font-weight: 600;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-form-row[data-v-d9446e] {
  width: 100%;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-form-row[data-v-d9446e]:last-child {
  margin-bottom: 0;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-textarea[data-v-d9446e] {
  color: #0c325a;
  resize: vertical;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 100%;
  min-height: 7.5rem;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-textarea[data-v-d9446e]:focus {
  border-color: #3259e5;
  outline: none;
  box-shadow: 0 0 0 .1875rem #3259e51a;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-textarea[data-v-d9446e]::placeholder {
  color: #0c325a66;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-form-actions[data-v-d9446e] {
  justify-content: flex-start;
  gap: .75rem;
  margin-top: .5rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-form-actions .ui-button i[data-v-d9446e] {
  margin-right: .5rem;
  font-size: .875rem;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-warning[data-v-d9446e] {
  color: #0c325acc;
  background: linear-gradient(135deg, #f9a6021a 0%, #f9a6020d 100%);
  border: 1px solid #f9a6024d;
  border-radius: .5rem;
  align-items: flex-start;
  gap: .625rem;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: .8125rem;
  line-height: 1.25rem;
  display: flex;
}

.subsidies-registries-administration-registry-incoming-datenumber-modal-warning i[data-v-d9446e] {
  color: #f9a602;
  flex-shrink: 0;
  margin-top: .125rem;
  font-size: 1rem;
}

input[type="date"][data-v-d9446e]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input[type="date"][data-v-d9446e]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.container[data-v-b065bb] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-administration-pagination[data-v-b065bb] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.subsidies-registries-administration .page-subtitle[data-v-b065bb] {
  color: #fff;
  font-size: 2rem;
}

.subsidies-registries-administration .page-content[data-v-b065bb] {
  background: #fff;
}

.subsidies-registries-administration .page-content .container[data-v-b065bb] {
  padding-right: 1.875rem;
}

.subsidies-registries-administration .page-content .content-title-block[data-v-b065bb] {
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-administration .page-content .content-title-block .content-title[data-v-b065bb] {
  font-size: 1.25rem;
  font-weight: bold;
}

.subsidies-registries-administration .page-content .inputs-block[data-v-b065bb] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row[data-v-b065bb] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row[data-v-b065bb] > * {
  margin-right: 2rem;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row[data-v-b065bb] > :last-child {
  margin: 0;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row .empty[data-v-b065bb] {
  width: 100%;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-b065bb] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.subsidies-registries-administration .page-content .inputs-block .inputs-block-row .filter-button[data-v-b065bb] {
  margin-left: 1rem;
}

.subsidies-registries-administration .page-content .tabs[data-v-b065bb] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.subsidies-registries-administration .page-content .tabs-wrap[data-v-b065bb] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.subsidies-registries-administration-employee-display[data-v-b065bb] {
  padding-left: .5rem;
}

.subsidies-registries-administration-employee-display.disabled[data-v-b065bb] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.subsidies-registries-administration-employee-selection-dropdown[data-v-b065bb] {
  min-width: 12.5rem;
}

.subsidies-registries-administration-administrator-comment-cell-comment[data-v-b065bb] {
  margin-bottom: .5rem;
  display: block;
}

.subsidies-registries-administration-administrator-comment-cell-button[data-v-b065bb] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.subsidies-registries-administration-incoming-datenumber-cell[data-v-b065bb], .subsidies-registries-administration-registry-status-cell[data-v-b065bb] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subsidies-registries-administration-incoming-datenumber-cell-data[data-v-b065bb], .subsidies-registries-administration-registry-status-cell-data[data-v-b065bb] {
  min-width: 5.875rem;
}

.subsidies-registries-administration-incoming-datenumber-cell-button[data-v-b065bb], .subsidies-registries-administration-registry-status-cell-button[data-v-b065bb] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.subsidies-registries-administration-incoming-datenumber-cell-button.disabled[data-v-b065bb], .subsidies-registries-administration-registry-status-cell-button.disabled[data-v-b065bb] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.subsidies-registries-administration-incoming-datenumber-cell-button.button-undo[data-v-b065bb], .subsidies-registries-administration-registry-status-cell-button.button-undo[data-v-b065bb] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.subsidies-registries-administration-registry-status-cell-button[data-v-b065bb] {
  margin-top: .5rem;
}

.employee-col[data-v-b065bb] {
  width: 14rem;
}

.word-break-all[data-v-b065bb] {
  word-break: break-all;
}

.confirm-col[data-v-b065bb] {
  text-align: right;
}

.service-col[data-v-b065bb], .status-col[data-v-b065bb] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-b065bb] {
  width: 15rem;
  justify-content: flex-start !important;
}

.subsidies-registries-administration-incoming-datenumber-cell[data-v-b065bb] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-b065bb] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-9fff9b] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.subsidies-registries-administration-registry .page-header-summary[data-v-9fff9b] {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  padding-right: 1.875rem;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info[data-v-9fff9b] {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info-wrap[data-v-9fff9b] {
  margin-bottom: 2rem;
}

.subsidies-registries-administration-registry .page-header-info-left[data-v-9fff9b] {
  color: #fff;
  width: 70%;
  display: block;
}

.subsidies-registries-administration-registry .page-header-info-left-subtitle[data-v-9fff9b], .subsidies-registries-administration-registry .page-header-info-left-registry-number[data-v-9fff9b] {
  display: block;
}

.subsidies-registries-administration-registry .page-header-info-left-subtitle[data-v-9fff9b] {
  color: #fff9;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.subsidies-registries-administration-registry .page-header-info-left-registry-number[data-v-9fff9b] {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.subsidies-registries-administration-registry .page-header-info-left-administrator-comment[data-v-9fff9b] {
  white-space: pre-wrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.subsidies-registries-administration-registry .page-header-info-right[data-v-9fff9b] {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info-right-row[data-v-9fff9b] {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info-right-row[data-v-9fff9b]:last-of-type {
  margin-bottom: 0;
}

.subsidies-registries-administration-registry .page-header-info-right-row-bold[data-v-9fff9b] {
  font-weight: bold;
}

.subsidies-registries-administration-registry .page-header-info-right-row[data-v-9fff9b] > * {
  white-space: nowrap;
  margin-left: .5rem;
}

.subsidies-registries-administration-registry .page-header-info-right-row.buttons[data-v-9fff9b] {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info-right-row-download-buttons[data-v-9fff9b] {
  flex-direction: column;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-info-right-row-download-button[data-v-9fff9b] {
  color: #506bfa;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
  width: auto !important;
}

.subsidies-registries-administration-registry .page-header-info-right-row-download-button + .subsidies-registries-administration-registry .page-header-info-right-row-download-button[data-v-9fff9b] {
  margin-top: .5rem;
}

.subsidies-registries-administration-registry .page-header-info-right-row-download-button[data-v-9fff9b]:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.subsidies-registries-administration-registry .page-header-info-right-row-download-button[data-v-9fff9b]:hover {
  background: none;
  text-decoration: underline;
}

.subsidies-registries-administration-registry .page-header-info-right-label[data-v-9fff9b] {
  margin-right: .5rem;
  font-weight: 400;
}

.subsidies-registries-administration-registry .page-header-info-right-value[data-v-9fff9b] {
  font-weight: 500;
}

.subsidies-registries-administration-registry .page-header-info-right-value span.check-status[data-v-9fff9b] {
  margin-left: .5rem;
  font-weight: 500;
}

.subsidies-registries-administration-registry .page-header-info-right-value span.check-status.green[data-v-9fff9b] {
  color: #00fdce;
}

.subsidies-registries-administration-registry .page-header-info-right-value span.check-status.red[data-v-9fff9b] {
  color: #ff3666;
}

.subsidies-registries-administration-registry .page-header-info-right-select[data-v-9fff9b] {
  width: auto;
  min-width: 15rem;
  height: 2rem !important;
}

.subsidies-registries-administration-registry .page-header-panels[data-v-9fff9b] {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.subsidies-registries-administration-registry .page-header-panels-wrap[data-v-9fff9b] {
  box-sizing: border-box;
  width: auto;
}

.subsidies-registries-administration-registry .page-header-panel[data-v-9fff9b] {
  background-color: #2d265d;
  flex-flow: row;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-panel-wide[data-v-9fff9b] {
  grid-column: auto / span 2;
  width: auto;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details[data-v-9fff9b] {
  grid-gap: 2rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  display: grid;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-left[data-v-9fff9b] {
  grid-gap: 2rem;
  grid-column: 1 / span 3;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-right[data-v-9fff9b] {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item[data-v-9fff9b] {
  box-sizing: border-box;
  padding: 1rem 1.5rem .75rem;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-values[data-v-9fff9b] {
  margin-top: .875rem;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-label[data-v-9fff9b], .subsidies-registries-administration-registry .page-header-panel-formal-details-item-value[data-v-9fff9b], .subsidies-registries-administration-registry .page-header-panel-formal-details-item-execution-mark[data-v-9fff9b] {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-label[data-v-9fff9b] {
  opacity: .8;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-value[data-v-9fff9b] {
  margin-right: .875rem;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-value[data-v-9fff9b]:last-of-type {
  margin-right: 0;
}

.subsidies-registries-administration-registry .page-header-panel-formal-details-item-execution-mark[data-v-9fff9b] {
  opacity: .8;
  width: auto;
  max-width: 18.4375rem;
  font-size: .6875rem;
  font-weight: normal;
}

.subsidies-registries-administration-registry .page-header-panel[data-v-9fff9b]:last-of-type {
  margin-right: 0;
}

.subsidies-registries-administration-registry .page-header-panel-content[data-v-9fff9b] {
  color: #fff;
  min-width: 13.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.subsidies-registries-administration-registry .page-header-panel-content + .subsidies-registries-administration-registry .page-header-panel-content[data-v-9fff9b] {
  margin-left: 2rem;
}

.subsidies-registries-administration-registry .page-header-panel-content-row[data-v-9fff9b] {
  margin-bottom: 1rem;
}

.subsidies-registries-administration-registry .page-header-panel-content-row[data-v-9fff9b]:last-of-type {
  margin-bottom: 0;
}

.subsidies-registries-administration-registry .page-header-panel-content-label[data-v-9fff9b] {
  margin-bottom: .375rem;
  font-weight: normal;
}

.subsidies-registries-administration-registry .page-header-panel-content-label.margin-top[data-v-9fff9b] {
  margin-top: .375rem;
}

.subsidies-registries-administration-registry .page-header-panel-content-value[data-v-9fff9b] {
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.subsidies-registries-administration-registry .page-header-panel-content-value-label[data-v-9fff9b] {
  margin-top: .375rem;
  font-weight: normal;
}

.subsidies-registries-administration-registry .page-header-panel-content-value span[data-v-9fff9b] {
  margin-top: .375rem;
}

.subsidies-registries-administration-registry .page-header-panel-content-value-document-download-link[data-v-9fff9b] {
  color: #9babff;
}

.subsidies-registries-administration-registry .page-header-panel-content-value-document-download-link a[data-v-9fff9b]:after {
  content: url("subsidy-document-download-icon.27d00a0f.svg");
  vertical-align: middle;
  width: .875rem;
  height: 1rem;
  margin-left: .375rem;
  display: inline-block;
}

.subsidies-registries-administration-registry .page-header-panel-content .red[data-v-9fff9b] {
  color: #ff3666;
}

.subsidies-registries-administration-registry .page-header-panel-content .green[data-v-9fff9b] {
  color: #12b093;
}

.subsidies-registries-administration-registry .page-header-panel-value-link[data-v-9fff9b] {
  color: #9babff;
}

.subsidies-registries-administration-registry .filters-container[data-v-9fff9b] {
  width: 100%;
  padding-right: 1.875rem;
}

.subsidies-registries-administration-registry .filters-container-button[data-v-9fff9b] {
  margin-right: .875rem;
}

.subsidies-registries-administration-registry .filters-container-button[data-v-9fff9b]:last-of-type {
  margin-right: 0;
}

.subsidies-registries-administration-registry .page-subtitle[data-v-9fff9b] {
  color: #fff;
  font-size: 2rem;
}

.subsidies-registries-administration-registry .page-content[data-v-9fff9b] {
  background: #fff;
}

.subsidies-registries-administration-registry .page-content .content-title-block[data-v-9fff9b] {
  justify-content: space-between;
  display: flex;
}

.subsidies-registries-administration-registry .page-content .content-title-block .content-title[data-v-9fff9b] {
  font-size: 1.25rem;
  font-weight: bold;
}

.subsidies-registries-administration-registry .page-content .content-title-block .download-button-content[data-v-9fff9b] {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subsidies-registries-administration-registry .page-content .content-title-block .download-button-content[data-v-9fff9b]:after {
  content: "";
  background: url("matrix.fcfc23b3.svg");
  width: 1rem;
  height: .8125rem;
  margin-left: .8125rem;
  display: block;
}

.subsidies-registries-administration-registry .page-content .inputs-block[data-v-9fff9b] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row[data-v-9fff9b] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row[data-v-9fff9b] > * {
  margin-right: 2rem;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row[data-v-9fff9b] > :last-child {
  margin: 0;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .empty[data-v-9fff9b] {
  width: 100%;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-9fff9b] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button[data-v-9fff9b] {
  margin-right: .875rem;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button .reset-button-content[data-v-9fff9b] {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .filter-buttons .reset-button .reset-button-content[data-v-9fff9b]:after {
  content: "";
  background: url("close.714ce3b2.svg") 50% .375rem / 110% no-repeat;
  width: 1rem;
  height: .8125rem;
  margin-left: .375rem;
  padding-top: 5px;
  display: block;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .input-width-1x[data-v-9fff9b] {
  flex: 1;
}

.subsidies-registries-administration-registry .page-content .inputs-block .inputs-block-row .input-width-2x[data-v-9fff9b] {
  flex: 2;
}

.subsidies-registries-administration-registry-tabs-wrap[data-v-9fff9b] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.subsidies-registries-administration-registry .tabs[data-v-9fff9b] {
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subsidies-registries-administration-registry .table-container .loader[data-v-9fff9b] {
  width: 1rem;
  margin: 1rem auto;
}

.subsidies-registries-administration-registry .table-container .address[data-v-9fff9b], .subsidies-registries-administration-registry .table-container .status[data-v-9fff9b] {
  width: 11rem;
}

.subsidies-registries-administration-registry .table-container .service-area[data-v-9fff9b] {
  width: 15rem;
}

.subsidies-registries-administration-registry .table-container .bptr[data-v-9fff9b] {
  width: 12rem;
}

.subsidies-registries-compare {
  min-width: 60rem;
  max-width: 80rem;
  color: $ color-gray;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.help-page[data-v-7d63b3] {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  display: flex;
}

.help-page-top-bar[data-v-7d63b3] {
  z-index: 1;
  background: linear-gradient(120.47deg, #4598ab 33.2%, #4e3791 88.21%, #3d2f66 122.24%);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  height: 2.0625rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: 0;
}

.help-page-top-bar-logo[data-v-7d63b3] {
  background: url("logo.4d4db967.svg") center / contain no-repeat;
  width: 2.6875rem;
  height: 2.0625rem;
  margin-right: .75rem;
}

.help-page-top-bar-logo.tumen[data-v-7d63b3] {
  background-image: url("tumen.4d4db967.svg");
}

.help-page-top-bar-logo.yamal[data-v-7d63b3] {
  background-image: url("yamal.173ba06a.png");
}

.help-page-top-bar-logo.hmao[data-v-7d63b3] {
  background-image: url("hmao.585b7ab0.png");
}

.help-page-top-bar-logo.krasnodar[data-v-7d63b3] {
  background-image: url("krasnodar.368d7723.png");
}

.help-page-top-bar-logo.sverd[data-v-7d63b3] {
  background-image: url("sverd.613a01c0.png");
}

.help-page-top-bar-logo.chuv[data-v-7d63b3] {
  background-image: url("chuv.04015f42.png");
}

.help-page-top-bar-logo.lipetsk[data-v-7d63b3] {
  background-image: url("lipetsk.c09563a7.png");
}

.help-page-top-bar-logo.spb[data-v-7d63b3] {
  background-image: url("spb.0074a393.png");
}

.help-page-top-bar-logo.perm[data-v-7d63b3] {
  background-image: url("perm.504633d1.png");
}

.help-page-top-bar-logo.demo[data-v-7d63b3] {
  background-image: url("demo.c5aa3d79.png");
}

.help-page-top-bar-title[data-v-7d63b3], .help-page-top-bar-subtitle[data-v-7d63b3] {
  color: #fff;
}

.help-page-top-bar-title[data-v-7d63b3] {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-right: .875rem;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.0625rem;
}

.help-page-top-bar-subtitle[data-v-7d63b3] {
  font-size: .875rem;
  font-weight: normal;
}

.help-page-top-bar-buttons[data-v-7d63b3] {
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 2rem;
  display: flex;
}

.help-page-top-bar-buttons button[data-v-7d63b3] {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #506bfa;
  border-radius: 1rem;
  outline: none;
  padding: .3rem 2rem;
}

.help-page-body[data-v-7d63b3] {
  margin-top: 1rem;
}

.ui-progress-bar[data-v-4437ae] {
  width: 100%;
  position: relative;
}

.ui-progress-bar progress[data-v-4437ae] {
  background: #f0f2f6;
  border-radius: .05rem;
  width: 100%;
  height: .2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ui-progress-bar progress[data-v-4437ae]::-webkit-progress-bar {
  background: #f0f2f6;
  border-radius: .5rem;
  height: .5rem;
}

.ui-progress-bar progress[data-v-4437ae]::-webkit-progress-value {
  opacity: .7;
  background: linear-gradient(89.89deg, #ff7440 -.39%, #46cf81 100%);
  border-radius: .5rem;
}

.ui-progress-bar progress[data-v-4437ae]::-moz-progress-bar {
  opacity: .7;
  background: linear-gradient(89.89deg, #ff7440 -.39%, #46cf81 100%);
  border-radius: .5rem;
}

.house-overhaul-details-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  padding: .125rem;
  display: inline-flex;
}

.house-overhaul-details-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.house-overhaul-details-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.house-overhaul-details-table {
  border-collapse: collapse;
  border-top: 1px solid #e5eaf0;
  margin-bottom: 3.125rem;
  padding: .625rem;
  display: table;
}

.house-overhaul-details-table-row {
  border-bottom: 1px solid #e5eaf0;
  display: table-row;
}

.house-overhaul-details-table-row:last-of-type {
  border-bottom: none;
}

.house-overhaul-details-table-row-heading {
  border-bottom: 2px solid #556584;
}

.house-overhaul-details-table-heading {
  font-weight: bold;
  display: table-cell;
}

.house-overhaul-details-table-cell {
  vertical-align: text-top;
  padding: .625rem;
  display: table-cell;
  position: relative;
}

.house-overhaul-details-table-cell-nowrap {
  white-space: nowrap;
}

.house-overhaul-details-table-cell-right {
  text-align: right;
}

.house-overhaul-details-table-cell-left {
  text-align: left;
}

.house-overhaul-details-table-cell-note {
  text-align: center;
  padding: 1.25rem;
}

.house-overhaul-details-table-cell a:hover {
  color: #3259e5;
}

.house-overhaul-details-table-expand-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.30c08d7f.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.house-overhaul-details-table-collapse-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("minus.5e13c31c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.house-overhaul-details-table-icon {
  position: absolute;
  top: 1.25rem;
  left: 0;
  transform: translate(-110%, -50%);
}

.house-overhaul-details-expanded-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-size: .875rem;
  display: flex;
}

.house-overhaul-details-expanded-heading {
  font-weight: bold;
}

.house-overhaul-details-expanded-label {
  margin-left: 1.5rem;
}

.house-overhaul-details-expanded-link {
  color: #3259e5;
}

.house-overhaul-details-expanded-filler {
  background-image: url("filler.27b2ceb7.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 50%;
  flex: 1;
  height: 1rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::selection {
  background: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  -webkit-transform-origin: 0 0;
  width: 1600px;
  height: 1600px;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto;
  padding: 0;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: #33b5e566;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  box-sizing: border-box;
  z-index: 800;
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url("#default#VML");
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
}

.leaflet-top, .leaflet-bottom {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
  transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline-offset: 1px;
  background: #ddd;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px Lucida Console, Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url("layers.760a0456.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("layers-2x.b7b89169.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  font-size: 1.08333em;
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url("marker-icon.3f7d3721.png");
}

.leaflet-container .leaflet-control-attribution {
  background: #fffc;
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  width: 1em;
  height: .6669em;
  vertical-align: baseline !important;
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  white-space: nowrap;
  box-sizing: border-box;
  text-shadow: 1px 1px #fff;
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  padding: 2px 5px 1px;
  line-height: 1.1;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 12px;
  padding: 1px;
}

.leaflet-popup-content {
  min-height: 1px;
  margin: 13px 24px 13px 20px;
  font-size: 1.08333em;
  line-height: 1.3;
}

.leaflet-popup-content p {
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  pointer-events: none;
  width: 40px;
  height: 20px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.leaflet-popup-tip {
  pointer-events: auto;
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 14px #0006;
}

.leaflet-container a.leaflet-popup-close-button {
  text-align: center;
  color: #757575;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  width: 24px;
  filter: progid:DXImageTransform. Microsoft. Matrix(M11= .707107, M12= .707107, M21= -.707107, M22= .707107);
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 1px 3px #0006;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: 6px solid #0000;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  margin-left: -6px;
  left: 50%;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  margin-bottom: -12px;
  bottom: 0;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-top: -12px;
  margin-left: -6px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  margin-left: -12px;
  left: 0;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
  transition: transform .3s ease-out, opacity .3s ease-in;
}

.leaflet-cluster-spider-leg {
  -o-transition: -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
  -moz-transition: -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
}

.marker-cluster-small {
  background-color: #b5e28c99;
}

.marker-cluster-small div {
  background-color: #6ecc3999;
}

.marker-cluster-medium {
  background-color: #f1d35799;
}

.marker-cluster-medium div {
  background-color: #f0c20c99;
}

.marker-cluster-large {
  background-color: #fd9c7399;
}

.marker-cluster-large div {
  background-color: #f1801799;
}

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  text-align: center;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-control-fullscreen a {
  background: #fff url("fullscreen.feb130c5.png") 0 0 / 26px 52px no-repeat;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  z-index: 99999;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

@media (-webkit-device-pixel-ratio >= 2), (resolution >= 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url("fullscreen@2x.7791cbe8.png");
  }
}

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  transform-origin: center;
  border: 0 solid;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  transform: rotate(-45deg)scale(.7);
}

.mx-icon-double-left:after {
  left: -4px;
}

.mx-icon-double-right:before {
  left: 4px;
}

.mx-icon-right:before, .mx-icon-double-right:before, .mx-icon-double-right:after {
  transform: rotate(135deg)scale(.7);
}

.mx-btn {
  box-sizing: border-box;
  cursor: pointer;
  color: #73879c;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 4px;
  outline: none;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.mx-btn:hover {
  color: #1284e7;
  border-color: #1284e7;
}

.mx-btn-text {
  text-align: left;
  line-height: inherit;
  border: 0;
  padding: 0 4px;
}

.mx-scrollbar {
  height: 100%;
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1;
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow: hidden auto;
}

.mx-scrollbar-track {
  z-index: 1;
  opacity: 0;
  border-radius: 4px;
  width: 6px;
  transition: opacity .24s ease-out;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  cursor: pointer;
  border-radius: inherit;
  background-color: #9093994d;
  width: 100%;
  height: 0;
  transition: background-color .3s;
  position: absolute;
}

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
  opacity: 1;
  transform-origin: top;
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  transform: scaleY(1);
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-enter-from, .mx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0);
}

.mx-datepicker {
  width: 210px;
  display: inline-block;
  position: relative;
}

.mx-datepicker svg {
  vertical-align: -.15em;
  fill: currentColor;
  width: 1em;
  height: 1em;
  overflow: hidden;
}

.mx-datepicker-range {
  width: 320px;
}

.mx-datepicker-inline {
  width: auto;
}

.mx-input-wrapper {
  position: relative;
}

.mx-input-wrapper .mx-icon-clear {
  display: none;
}

.mx-input-wrapper:hover .mx-icon-clear {
  display: block;
}

.mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
  display: none;
}

.mx-input {
  box-sizing: border-box;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 6px 30px 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  box-shadow: inset 0 1px 1px #00000013;
}

.mx-input:hover, .mx-input:focus {
  border-color: #409aff;
}

.mx-input:disabled, .mx-input.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f3f3f3;
  border-color: #ccc;
}

.mx-input:focus {
  outline: none;
}

.mx-input::-ms-clear {
  display: none;
}

.mx-icon-calendar, .mx-icon-clear {
  color: #00000080;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.mx-icon-clear {
  cursor: pointer;
}

.mx-icon-clear:hover {
  color: #000c;
}

.mx-datepicker-main {
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font: 14px / 1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.mx-datepicker-popup {
  z-index: 2001;
  margin-top: 1px;
  margin-bottom: 1px;
  position: absolute;
  box-shadow: 0 6px 12px #0000002d;
}

.mx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  border-left: 1px solid #e8e8e8;
  margin-left: 100px;
}

.mx-datepicker-body {
  user-select: none;
  position: relative;
}

.mx-btn-shortcut {
  padding: 0 6px;
  line-height: 24px;
  display: block;
}

.mx-datepicker-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 6px 8px;
}

.mx-datepicker-footer {
  text-align: right;
  border-top: 1px solid #e8e8e8;
  padding: 6px 8px;
}

.mx-calendar-range, .mx-time-range {
  display: flex;
}

@media (width <= 750px) {
  .mx-calendar-range, .mx-time-range {
    flex-direction: column;
  }
}

.mx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-header, .mx-time-header {
  box-sizing: border-box;
  text-align: center;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

.mx-btn-icon-left, .mx-btn-icon-double-left {
  float: left;
}

.mx-btn-icon-right, .mx-btn-icon-double-right {
  float: right;
}

.mx-calendar-header-label {
  font-size: 14px;
}

.mx-calendar-decade-separator {
  margin: 0 2px;
}

.mx-calendar-decade-separator:after {
  content: "~";
}

.mx-calendar-content {
  box-sizing: border-box;
  height: 224px;
  position: relative;
}

.mx-calendar-content .cell {
  cursor: pointer;
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}

.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbedfb;
}

.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer;
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f9fe;
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbedfb;
}

.mx-calendar-week-mode .mx-date-row .cell:hover, .mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: #0000;
}

.mx-week-number {
  opacity: .5;
}

.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
}

.mx-table th {
  vertical-align: middle;
  padding: 0;
  font-weight: 500;
}

.mx-table td {
  vertical-align: middle;
  padding: 0;
}

.mx-table-date td, .mx-table-date th {
  height: 32px;
  font-size: 12px;
}

.mx-table-date .today {
  color: #2a90e9;
}

.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.mx-time {
  background: #fff;
  flex: 1;
  width: 224px;
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8;
}

.mx-date-time {
  width: 248px;
  height: 270px;
  position: relative;
}

.mx-date-time .mx-time {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mx-date-time-range {
  width: 496px;
  height: 270px;
  position: relative;
}

.mx-date-time-range .mx-time-range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.mx-time-content {
  box-sizing: border-box;
  height: 224px;
  overflow: hidden;
}

.mx-time-columns {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.mx-time-column {
  text-align: center;
  border-left: 1px solid #e8e8e8;
  flex: 1;
  position: relative;
}

.mx-time-column:first-child {
  border-left: 0;
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-time-column .mx-time-list:after {
  content: "";
  height: 192px;
  display: block;
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: #0000;
  font-weight: 700;
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-option.active {
  color: #1284e7;
  background-color: #0000;
  font-weight: 700;
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

:root {
  --vs-colors--lightest: #3c3c3c42;
  --vs-colors--light: #3c3c3c80;
  --vs-colors--dark: #333;
  --vs-colors--darkest: #00000026;
  --vs-search-input-color: inherit;
  --vs-search-input-placeholder-color: inherit;
  --vs-font-size: 1rem;
  --vs-line-height: 1.4;
  --vs-state-disabled-bg: #f8f8f8;
  --vs-state-disabled-color: var(--vs-colors--light);
  --vs-state-disabled-controls-color: var(--vs-colors--light);
  --vs-state-disabled-cursor: not-allowed;
  --vs-border-color: var(--vs-colors--lightest);
  --vs-border-width: 1px;
  --vs-border-style: solid;
  --vs-border-radius: 4px;
  --vs-actions-padding: 4px 6px 0 3px;
  --vs-controls-color: var(--vs-colors--light);
  --vs-controls-size: 1;
  --vs-controls--deselect-text-shadow: 0 1px 0 #fff;
  --vs-selected-bg: #f0f0f0;
  --vs-selected-color: var(--vs-colors--dark);
  --vs-selected-border-color: var(--vs-border-color);
  --vs-selected-border-style: var(--vs-border-style);
  --vs-selected-border-width: var(--vs-border-width);
  --vs-dropdown-bg: #fff;
  --vs-dropdown-color: inherit;
  --vs-dropdown-z-index: 1000;
  --vs-dropdown-min-width: 160px;
  --vs-dropdown-max-height: 350px;
  --vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);
  --vs-dropdown-option-bg: #000;
  --vs-dropdown-option-color: var(--vs-dropdown-color);
  --vs-dropdown-option-padding: 3px 20px;
  --vs-dropdown-option--active-bg: #5897fb;
  --vs-dropdown-option--active-color: #fff;
  --vs-dropdown-option--deselect-bg: #fb5858;
  --vs-dropdown-option--deselect-color: #fff;
  --vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  --vs-transition-duration: .15s;
}

.v-select {
  font-family: inherit;
  position: relative;
}

.v-select, .v-select * {
  box-sizing: border-box;
}

:root {
  --vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);
  --vs-transition-duration: .15s;
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.vs__fade-enter-active, .vs__fade-leave-active {
  pointer-events: none;
  transition: opacity var(--vs-transition-duration) var(--vs-transition-timing-function);
}

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0;
}

:root {
  --vs-disabled-bg: var(--vs-state-disabled-bg);
  --vs-disabled-color: var(--vs-state-disabled-color);
  --vs-disabled-cursor: var(--vs-state-disabled-cursor);
}

.vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__clear, .vs--disabled .vs__search, .vs--disabled .vs__selected, .vs--disabled .vs__open-indicator {
  cursor: var(--vs-disabled-cursor);
  background-color: var(--vs-disabled-bg);
}

.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  appearance: none;
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius: var(--vs-border-radius);
  white-space: normal;
  background: none;
  padding: 0 0 4px;
  display: flex;
}

.vs__selected-options {
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0 2px;
  display: flex;
  position: relative;
}

.vs__actions {
  padding: var(--vs-actions-padding);
  align-items: center;
  display: flex;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: #0000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vs__open-indicator {
  fill: var(--vs-controls-color);
  transform: scale(var(--vs-controls-size));
  transition: transform var(--vs-transition-duration) var(--vs-transition-timing-function);
  transition-timing-function: var(--vs-transition-timing-function);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(var(--vs-controls-size));
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: var(--vs-controls-color);
  cursor: pointer;
  background-color: #0000;
  border: 0;
  margin-right: 8px;
  padding: 0;
}

.vs__dropdown-menu {
  box-sizing: border-box;
  top: calc(100% - var(--vs-border-width));
  z-index: var(--vs-dropdown-z-index);
  width: 100%;
  max-height: var(--vs-dropdown-max-height);
  min-width: var(--vs-dropdown-min-width);
  box-shadow: var(--vs-dropdown-box-shadow);
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
  border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
  text-align: left;
  background: var(--vs-dropdown-bg);
  color: var(--vs-dropdown-color);
  border-top-style: none;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  display: block;
  position: absolute;
  left: 0;
  overflow-y: auto;
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  padding: var(--vs-dropdown-option-padding);
  clear: both;
  color: var(--vs-dropdown-option-color);
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.42857;
  display: block;
}

.vs__dropdown-option--highlight {
  background: var(--vs-dropdown-option--active-bg);
  color: var(--vs-dropdown-option--active-color);
}

.vs__dropdown-option--deselect {
  background: var(--vs-dropdown-option--deselect-bg);
  color: var(--vs-dropdown-option--deselect-color);
}

.vs__dropdown-option--disabled {
  background: var(--vs-state-disabled-bg);
  color: var(--vs-state-disabled-color);
  cursor: var(--vs-state-disabled-cursor);
}

.vs__selected {
  background-color: var(--vs-selected-bg);
  border: var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);
  border-radius: var(--vs-border-radius);
  color: var(--vs-selected-color);
  line-height: var(--vs-line-height);
  z-index: 0;
  align-items: center;
  margin: 4px 2px 0;
  padding: 0 .25em;
  display: flex;
}

.vs__deselect {
  appearance: none;
  cursor: pointer;
  fill: var(--vs-controls-color);
  text-shadow: var(--vs-controls--deselect-text-shadow);
  background: none;
  border: 0;
  margin-left: 4px;
  padding: 0;
  display: inline-flex;
}

.vs--single .vs__selected {
  background-color: #0000;
  border-color: #0000;
}

.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  opacity: .4;
  position: absolute;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration {
  display: none;
}

.vs__search::-webkit-search-results-button {
  display: none;
}

.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search::-ms-clear {
  display: none;
}

.vs__search, .vs__search:focus {
  color: var(--vs-search-input-color);
  appearance: none;
  line-height: var(--vs-line-height);
  font-size: var(--vs-font-size);
  box-shadow: none;
  z-index: 1;
  background: none;
  border: 1px solid #0000;
  border-left: none;
  outline: none;
  flex-grow: 1;
  width: 0;
  max-width: 100%;
  margin: 4px 0 0;
  padding: 0 7px;
}

.vs__search::placeholder {
  color: var(--vs-search-input-placeholder-color);
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

.vs__spinner {
  opacity: 0;
  text-indent: -9999em;
  transform: translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
  border: .9em solid #6464641a;
  border-left-color: #3c3c3c73;
  align-self: center;
  font-size: 5px;
  transition: opacity .1s;
  animation: 1.1s linear infinite vSelectSpinner;
  overflow: hidden;
}

.vs__spinner, .vs__spinner:after {
  width: 5em;
  height: 5em;
  transform: scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
  border-radius: 50%;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

.vue-slider-disabled .vue-slider-process {
  background-color: #a7a7a7;
}

.vue-slider-disabled .vue-slider-dot-handle {
  border-color: #a7a7a7;
}

.vue-slider-disabled .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #a7a7a7;
}

.vue-slider-rail {
  background-color: #f5f5f5;
  border-radius: 15px;
  transition: background-color .3s;
}

.vue-slider:hover .vue-slider-rail {
  background-color: #e1e1e1;
}

.vue-slider-process {
  background-color: #9cd5ff;
  border-radius: 15px;
  transition: background-color .3s;
}

.vue-slider:hover .vue-slider-process {
  background-color: #69c0ff;
}

.vue-slider-mark-step {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #e8e8e8;
}

.vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #9cd5ff;
}

.vue-slider:hover .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #69c0ff;
}

.vue-slider-mark-label {
  white-space: nowrap;
  font-size: 12px;
}

.vue-slider-dot-handle {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #9cd5ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s, border-color .3s;
}

.vue-slider:hover .vue-slider-dot-handle {
  border-color: #69c0ff;
}

.vue-slider-dot-handle-focus {
  border-color: #36abff;
  box-shadow: 0 0 0 5px #36abff33;
}

.vue-slider:hover .vue-slider-dot-handle-focus, .vue-slider-dot-handle:hover, .vue-slider:hover .vue-slider-dot-handle:hover {
  border-color: #36abff;
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  border-color: #ddd !important;
}

.vue-slider-dot-tooltip {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.vue-slider-dot-tooltip-inner {
  white-space: nowrap;
  color: #fff;
  background-color: #000000bf;
  border-color: #000000bf;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 14px;
  transition: transform .3s;
  transform: scale(.9);
  box-shadow: 0 2px 8px #00000026;
}

.vue-slider-dot-tooltip-inner:after {
  content: "";
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top:after {
  border: 5px solid #0000;
  border-top-color: inherit;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.vue-slider-dot-tooltip-inner-bottom:after {
  border: 5px solid #0000;
  border-bottom-color: inherit;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

.vue-slider-dot-tooltip-inner-left:after {
  border: 5px solid #0000;
  border-left-color: inherit;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

.vue-slider-dot-tooltip-inner-right:after {
  border: 5px solid #0000;
  border-right-color: inherit;
  width: 0;
  height: 0;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}

.vue-slider-dot-tooltip-inner-top {
  transform-origin: 50% 100%;
}

.vue-slider-dot-tooltip-inner-bottom {
  transform-origin: 50% 0;
}

.vue-slider-dot-tooltip-inner-left {
  transform-origin: 100%;
}

.vue-slider-dot-tooltip-inner-right {
  transform-origin: 0%;
}

.vue-slider-dot:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
  opacity: 1;
  visibility: visible;
}

.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner, .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
  transform: scale(1);
}

.display_map {
  height: 80vh;
  display: flex;
  position: relative;
}

.display_map_container_area {
  flex-direction: column;
  flex: 1;
  height: 97%;
  min-height: 280px;
  display: flex;
}

.display_map_container_area_left_side {
  background: #fff;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  margin-top: 2px;
  padding: 1.5rem;
  display: flex;
  overflow-y: scroll;
}

.display_map_container_area_left_side_header {
  align-self: stretch;
  display: flex;
}

.display_map_container_area_left_side_header h1 {
  color: #0a083a;
  padding-left: 10px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}

.display_map_container_left_side_regions_name {
  margin-top: 17px;
  margin-bottom: 7px;
  display: flex;
}

.display_map_container_left_side_regions_name button {
  cursor: pointer;
  background: url("maps_back_icon.538f4683.svg");
  border: 0;
  border-radius: 6px;
  align-self: center;
  width: 36px;
  height: 24px;
  margin-right: 11px;
}

.display_map_container_left_side_regions_name h2 {
  color: #0a083a;
  align-self: center;
  margin-bottom: 4px;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}

.grey_border {
  background: #f0f2f6;
  height: 1px;
  margin-bottom: 12px;
}

.display_map_container_area_left_side_date_range {
  align-content: space-between;
  width: 350px;
  height: 26px;
  margin-bottom: 8px;
  display: flex;
}

.display_map_container_area_left_side_date_range p:nth-child(2) {
  color: #0a083a;
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_area_left_side_date_range p:first-child {
  color: #0a083a;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_area_left_side_data_blocks {
  justify-content: space-between;
  margin-bottom: 12px;
  display: flex;
}

.display_map_container_area_left_side_data_blocks div:first-child {
  cursor: pointer;
  background: #43c079;
  border-radius: 16px;
  width: 122px;
  height: 89px;
  margin-right: 10px;
}

.display_map_container_area_left_side_data_blocks div:first-child p:first-child {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 19px;
  padding-right: 51px;
  font-family: IBM Plex Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
}

.display_map_container_area_left_side_data_blocks div:first-child p:nth-child(2) {
  color: #caffe1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 19px;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(2) {
  cursor: pointer;
  background: #f0384e;
  border-radius: 16px;
  width: 122px;
  height: 89px;
  margin-right: 10px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(2) p:first-child {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 19px;
  padding-right: 54px;
  font-family: IBM Plex Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(2) p:nth-child(2) {
  color: #ffbbb0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 19px;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(3) {
  cursor: pointer;
  background: #fa6134;
  border-radius: 16px;
  width: 122px;
  height: 89px;
  margin-right: 10px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(3) p:first-child {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 19px;
  padding-right: 0;
  font-family: IBM Plex Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(3) p:nth-child(2) {
  color: #ffc899;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 19px;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(4) {
  cursor: pointer;
  background: #403e64;
  border-radius: 16px;
  width: 122px;
  height: 89px;
  margin-right: 10px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(4) p:first-child {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 19px;
  padding-right: 0;
  font-family: IBM Plex Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
}

.display_map_container_area_left_side_data_blocks div:nth-child(4) p:nth-child(2) {
  color: #a19fd3;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 19px;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
}

.display_map_container_area_left_side_table {
  flex-direction: column;
  align-self: stretch;
  display: flex;
  position: relative;
}

.display_map_container_area_left_side_table div:first-child {
  align-content: space-between;
  display: flex;
}

.display_map_container_area_left_side_table div:first-child p:first-child {
  color: #0a083a;
  margin-right: 10px;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_area_left_side_table div:first-child p:nth-child(3) {
  color: #0a083a;
  margin-left: 10px;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.overhaul_table {
  border-collapse: collapse;
  width: 100%;
}

.overhaul_table thead {
  box-sizing: border-box;
  background: #fff;
  border-bottom: 2px solid #f0f2f6;
  border-radius: 8px;
  transition: top .3s;
  position: sticky;
  top: 0;
}

.overhaul_table thead:first-child th {
  color: #0a083a;
  opacity: .6;
  padding-bottom: 12px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.display_map_container_regions_left_side_works p, .display_map_container_regions_left_side_works_status p {
  color: #0a083a;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_left_side_chart {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.display_map_container_left_side_chart p:first-child {
  color: #0a083a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_house {
  flex: 4;
}

.display_map_container_house_left_side {
  background: #fff;
  margin-top: 2px;
  padding: 1.5rem;
}

.display_map_container_house_left_side_header {
  padding-top: 15px;
  padding-bottom: 7px;
  display: flex;
}

.display_map_container_house_left_side_header button {
  cursor: pointer;
  background: url("maps_back_icon.538f4683.svg");
  border: 0;
  border-radius: 6px;
  align-self: center;
  width: 36px;
  height: 24px;
  margin-right: 11px;
}

.display_map_container_house_left_side_header h2 {
  color: #0a083a;
  align-self: center;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  text-decoration-line: underline;
}

.display_map_container_house_left_side_header_regions_name {
  background: #bfcad93d;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-left: auto;
  margin-right: 8px;
  display: flex;
}

.display_map_container_house_left_side_header_regions_name p {
  color: #284571;
  padding-left: 8px;
  padding-right: 8px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.display_map_container_house_left_side_header_UC {
  background: #f1efc1;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 26px;
  display: flex;
}

.display_map_container_house_left_side_header_UC p {
  color: #284571;
  padding-left: 8px;
  padding-right: 8px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.display_map_container_house_left_side_gradient_line {
  background: linear-gradient(90deg, #18a7b0 0%, #5b25b1 100%);
  justify-content: space-between;
  height: 104px;
  margin-top: 22px;
  display: flex;
}

.display_map_container_house_left_side_gradient_line_div {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 10px;
}

.display_map_container_house_left_side_gradient_line_div div:first-child p:first-child {
  color: #fff;
  opacity: .6;
  margin-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.display_map_container_house_left_side_gradient_line_div div:first-child p:nth-child(2) {
  color: #fff;
  opacity: .6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.display_map_container_house_left_side_gradient_line_div_p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}

.display_map_container_house_left_side_gradient_line_div_last {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.display_map_container_house_left_side_gradient_line_div_last div:first-child p:first-child {
  color: #fff;
  opacity: .6;
  margin-bottom: 0;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.display_map_container_house_left_side_gradient_line_div_last div:first-child p:nth-child(2) {
  color: #fff;
  opacity: .6;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.display_map_container_house_left_side_gradient_line_div_last_p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.display_map_container_house_left_side_choose_line {
  border-bottom: 2px solid #f0f2f6;
  justify-content: space-between;
  height: 35px;
  margin-top: 17px;
  display: flex;
}

.display_map_container_house_left_side_choose_line_name {
  border-bottom: 2px solid #28457133;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 160px;
  display: flex;
}

.display_map_container_house_left_side_choose_line_name p {
  color: #0a083a;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.display_map_container_house_left_side_choose_line_other {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 160px;
  display: flex;
}

.display_map_container_house_left_side_choose_line_other a {
  color: #0a083a;
  opacity: .4;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration-line: underline;
}

.display_map_container_house_left_side_choose_line_other_margin_left {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 160px;
  margin-left: auto;
  display: flex;
}

.display_map_container_house_left_side_choose_line_other_margin_left a {
  color: #0a083a;
  opacity: .4;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration-line: underline;
}

.display_map_right_side {
  display: flex-inline;
  flex: 2;
  align-self: stretch;
  position: relative;
}

.display_map_right_side_container {
  background: #fff;
  align-items: stretch;
  height: 97%;
  margin-top: 2px;
  padding: 0;
  display: flex;
}

.legend_overhaul_area {
  background: #fff;
  border-radius: 8px;
  align-items: center;
  width: 412px;
  height: 29px;
  display: flex;
  box-shadow: 0 4px 16px #23508629;
}

.legend_overhaul_regions {
  background: #fff;
  border-radius: 8px;
  align-items: center;
  height: 29px;
  display: flex;
  box-shadow: 0 4px 16px #23508629;
}

.legend_overhaul_area_p {
  color: #0a083a;
  padding-left: 10px;
  padding-right: 7px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.legend_overhaul_area div:nth-child(2) {
  background: #c7f0ce;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 25px;
  display: flex;
}

.legend_overhaul_area div:nth-child(2) p {
  text-align: center;
  color: #44c67c;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.legend_overhaul_area div:nth-child(3) {
  background: #ffe0c0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 25px;
  display: flex;
}

.legend_overhaul_area div:nth-child(3) p {
  text-align: center;
  color: #ff7240;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.legend_overhaul_area div:nth-child(4) {
  background: #fbbeaf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 25px;
  display: flex;
}

.legend_overhaul_area div:nth-child(4) p {
  text-align: center;
  color: #f1404c;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.legend_overhaul_regions div:first-child {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 25px;
  display: flex;
}

.legend_overhaul_regions div:first-child p {
  color: #0a083a;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.legend_overhaul_regions div:nth-child(2) {
  background: #d8f4e4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 25px;
  display: flex;
}

.legend_overhaul_regions div:nth-child(2) p {
  text-align: center;
  color: #44c67c;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.legend_overhaul_regions div:nth-child(3) {
  background: #fde6d7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 25px;
  display: flex;
}

.legend_overhaul_regions div:nth-child(3) p {
  text-align: center;
  color: #ff7240;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.legend_overhaul_regions div:nth-child(4) {
  background: #efcfcb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 25px;
  display: flex;
}

.legend_overhaul_regions div:nth-child(4) p {
  text-align: center;
  color: #f1404c;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.legend_overhaul_regions div:nth-child(5) {
  background: #82040166;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 25px;
  margin-right: 2px;
  display: flex;
}

.legend_overhaul_regions div:nth-child(5) p {
  text-align: center;
  color: #fff;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.marker_1 {
  background: linear-gradient(#47d886 0%, #43c27a 100%);
  border: 4px solid #47d685;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_1 p {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_2 {
  background: linear-gradient(#ff9740 0%, #ff6e40 100%);
  border: 4px solid #ffe2ccb7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_2 p {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_3 {
  background: linear-gradient(#f76541 0%, #f03b4d 100%);
  border: 4px solid #f8bdb2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_3 p {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_4 {
  background: linear-gradient(#d5d5d5 0%, #f4f6f9 100%);
  border: 4px solid #d5d5d5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_4 p {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: #0a083a99 !important;
  opacity: 1 !important;
}

.marker_house_1 {
  background: linear-gradient(#47d886 0%, #43c27a 100%);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_house_1 p {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_house_2 {
  background: linear-gradient(#ff9740 0%, #ff6e40 100%);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
}

.marker_house_2 p {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_house_3 {
  background: linear-gradient(#f76541 25%, #f03b4d 100%);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
  box-shadow: 0 1px 2px #00000040;
}

.marker_house_3 p {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_house_4 {
  background: linear-gradient(#ab1103 25%, #700 100%);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  line-height: 10em;
  display: flex;
  box-shadow: 0 1px 2px #00000040;
}

.marker_house_4 p {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  color: #fff !important;
  opacity: 1 !important;
}

.marker_house_selected {
  border: 3px solid #b8d9ff;
  -webkit-border-radius: 10px;
  width: 6em;
  height: 1.3em;
  -webkit-animation: 2s ease-out infinite pulsate;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}

div.popup {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 7px;
  width: 350px;
  height: 150px;
  padding: 5px;
  font-size: 12px;
  display: none;
  position: absolute;
}

.style-chooser .vs__search::placeholder, .style-chooser .vs__dropdown-toggle, .style-chooser .vs__dropdown-menu {
  color: #284571;
  background: #f4f6f9;
  border: none;
  border-radius: 7px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.style-chooser .vs__clear, .style-chooser .vs__open-indicator {
  fill: #6c6b89;
}

.input-search-data {
  box-sizing: border-box;
  background-image: url("search.a942d73c.svg");
  background-position: 4px;
  background-repeat: no-repeat;
  border: 2px solid #f0f2f6;
  border-radius: 4px;
  outline: none;
  width: 170px;
  padding-left: 20px;
}

.input-search-data::placeholder {
  color: #0a083a;
  opacity: .3;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.leaflet-left {
  left: 50%;
  transform: translate(-50%);
}

.leaflet-top {
  top: 50%;
  transform: translate(0%, -50%);
}

.meeting .meeting-navigation[data-v-9235e2] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.meeting .meeting-navigation-wrapper[data-v-9235e2] {
  background: #313877;
}

.meeting .meeting-navigation-empty[data-v-9235e2] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-bottom: 2.1875rem;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.meeting .meeting-navigation-link[data-v-9235e2] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
}

.meeting .meeting-navigation-link-icon-back[data-v-9235e2] {
  opacity: .5;
  background: url("arrow.fc102939.svg") center / contain no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1rem;
  transform: rotateY(180deg);
}

.meeting .meeting-navigation-link-active[data-v-9235e2] {
  opacity: 1;
}

.meeting .meeting-navigation-link-active[data-v-9235e2]:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.meeting .container[data-v-9235e2] {
  width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.meeting .page-main-title[data-v-9235e2] {
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.meeting .footer[data-v-9235e2] {
  color: #556584;
  background: #e5eaf0;
  align-items: center;
  height: 4rem;
  display: flex;
}

.meeting .footer .container[data-v-9235e2] {
  justify-content: space-between;
  display: flex;
}

.meeting .footer .container .copyright span[data-v-9235e2] {
  margin-right: 1.375rem;
}

.ui-meeting-table {
  border-spacing: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  min-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ui-meeting-table-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow-x: auto;
}

.ui-meeting-table tr {
  vertical-align: top;
  width: 100%;
  min-height: 4rem;
}

.ui-meeting-table tr th {
  color: #fff;
  background: #2d265d;
  border: none;
  width: auto;
  padding: 1rem;
  display: table-cell;
}

.ui-meeting-table tr th.sort {
  cursor: pointer;
  flex-direction: row;
  align-items: center !important;
}

.ui-meeting-table tr th.sort:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: .2rem;
  display: block;
}

.ui-meeting-table tr th.sort.active {
  background: #231c55;
}

.ui-meeting-table tr th.sort.active.up:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: .2rem;
  display: block;
  transform: rotate(180deg);
}

.ui-meeting-table tr th:first-child {
  justify-content: flex-end;
}

.ui-meeting-table tr th.right-border {
  border-right: 1px solid #556584;
}

.ui-meeting-table tr th.align-left {
  text-align: left;
}

.ui-meeting-table tr th.align-center {
  text-align: center;
}

.ui-meeting-table tr th.align-right {
  text-align: right;
}

.ui-meeting-table tr td {
  color: #556584;
  border-bottom: 1px solid #e5eaf0;
  width: auto;
  max-width: 18.75rem;
  padding: 1rem;
  display: table-cell;
  overflow: hidden;
}

.ui-meeting-table tr td.dropdown {
  overflow: visible;
}

.ui-meeting-table tr td.right-border {
  border-right: 1px solid #e5eaf0;
}

.ui-meeting-table tr td.link {
  color: #506bfa;
  cursor: pointer;
}

.ui-meeting-table tr td.link-red {
  color: #ff3666;
  cursor: pointer;
}

.ui-meeting-table tr td.link-yellow {
  color: #d18d06;
  cursor: pointer;
}

.ui-meeting-table tr td.link-green {
  color: #12b093;
  cursor: pointer;
}

.ui-meeting-table tr td.align-left {
  text-align: left;
}

.ui-meeting-table tr td.align-center {
  text-align: center;
}

.ui-meeting-table tr td.align-right {
  text-align: right;
}

.ui-meeting-table tr td.accent, .ui-meeting-table tr td.red {
  color: #ff3666;
}

.ui-meeting-table tr td.green {
  color: #12b093;
}

.ui-meeting-table tr td span.block {
  display: block;
}

.ui-meeting-table tr td span.block.primary {
  color: #0c325a;
}

.ui-meeting-table tr td span.block.secondary {
  color: #556584;
}

.ui-meeting-table tr td span.block.small {
  font-size: .75rem;
  line-height: 1rem;
}

.ui-meeting-table tr td span.red, .ui-meeting-table tr td span.accent {
  color: #ff3666;
}

.ui-meeting-table tr td span.green {
  color: #12b093;
}

.ui-meeting-table.table-head-fix-on-scroll-thead-padding tr th {
  padding: .5rem;
}

@media (width <= 1280px) {
  .ui-meeting-table-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.container[data-v-2676c6] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.meeting-protocol-link[data-v-2676c6] {
  color: #506bfa;
  cursor: pointer;
}

.meeting-protocol-download[data-v-2676c6] {
  cursor: pointer;
  background: url("download.dcb08bce.svg") center no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.meeting-protocol-refresh[data-v-2676c6] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-trash[data-v-2676c6] {
  cursor: pointer;
  background: url("trash-red.402216d4.svg") center no-repeat;
  width: 2.0625rem;
}

.meeting-protocol-cell-status[data-v-2676c6] {
  display: flex;
}

.meeting-protocol-cell-status-value[data-v-2676c6] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.meeting-protocol-cell-status-value-green[data-v-2676c6] {
  color: #12b093;
}

.meeting-protocol-cell-status-value-red[data-v-2676c6] {
  color: #ff3666;
}

.meeting-protocol-cell-status-value-yellow[data-v-2676c6] {
  color: #d18d06;
}

.meeting-protocol-pagination[data-v-2676c6] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.meeting-protocol .page-subtitle[data-v-2676c6] {
  color: #fff;
  font-size: 2rem;
}

.meeting-protocol .page-add-protocol[data-v-2676c6] {
  margin-left: auto;
}

.meeting-protocol .page-content[data-v-2676c6] {
  background: #fff;
}

.meeting-protocol .page-content .container[data-v-2676c6] {
  padding-right: 1.875rem;
}

.meeting-protocol .page-content .content-title-block[data-v-2676c6] {
  justify-content: space-between;
  display: flex;
}

.meeting-protocol .page-content .content-title-block .content-title[data-v-2676c6] {
  font-size: 1.25rem;
  font-weight: bold;
}

.meeting-protocol .page-content .inputs-block[data-v-2676c6] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-2676c6] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-2676c6] > * {
  margin-right: 2rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-2676c6] > :last-child {
  margin: 0;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .empty[data-v-2676c6] {
  width: 100%;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-2676c6] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .filter-button[data-v-2676c6] {
  margin-left: 1rem;
}

.meeting-protocol .page-content .tabs[data-v-2676c6] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.meeting-protocol .page-content .tabs-wrap[data-v-2676c6] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.meeting-protocol-employee-display[data-v-2676c6] {
  padding-left: .5rem;
}

.meeting-protocol-employee-display.disabled[data-v-2676c6] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.meeting-protocol-employee-selection-dropdown[data-v-2676c6] {
  min-width: 12.5rem;
}

.meeting-protocol-administrator-comment-cell-comment[data-v-2676c6] {
  margin-bottom: .5rem;
  display: block;
}

.meeting-protocol-administrator-comment-cell-button[data-v-2676c6] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell[data-v-2676c6], .meeting-protocol-registry-status-cell[data-v-2676c6] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.meeting-protocol-incoming-datenumber-cell-data[data-v-2676c6], .meeting-protocol-registry-status-cell-data[data-v-2676c6] {
  min-width: 5.875rem;
}

.meeting-protocol-incoming-datenumber-cell-button[data-v-2676c6], .meeting-protocol-registry-status-cell-button[data-v-2676c6] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell-button.disabled[data-v-2676c6], .meeting-protocol-registry-status-cell-button.disabled[data-v-2676c6] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.meeting-protocol-incoming-datenumber-cell-button.button-undo[data-v-2676c6], .meeting-protocol-registry-status-cell-button.button-undo[data-v-2676c6] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.meeting-protocol-registry-status-cell-button[data-v-2676c6] {
  margin-top: .5rem;
}

.employee-col[data-v-2676c6] {
  width: 14rem;
}

.word-break-all[data-v-2676c6] {
  word-break: break-all;
}

.confirm-col[data-v-2676c6] {
  text-align: right;
}

.service-col[data-v-2676c6], .status-col[data-v-2676c6] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-2676c6] {
  width: 15rem;
  justify-content: flex-start !important;
}

.meeting-protocol-incoming-datenumber-cell[data-v-2676c6] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-2676c6] {
  width: 1rem;
  margin: 1rem auto;
}

.autocomplete-item {
  border-top: 1px solid #e5eaf0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 .3125rem;
  display: flex;
}

.autocomplete-item-highlighted {
  background: #e5eaf0;
}

.autocomplete-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
}

.autocomplete-item-type-green {
  background: #c8f9c1;
}

.autocomplete-item-type-purple {
  background: #ccc1f9;
}

.autocomplete-item-type-yellow {
  background: #ffe9be;
}

.autocomplete-item-type-blue {
  background: #58cdf2;
}

.autocomplete-item-label {
  flex: 1;
}

.autocomplete-item:hover .autocomplete-item-label {
  color: #3259e5;
}

.autocomplete-item-label-stoke {
  text-decoration: line-through;
}

.search-field-meeting {
  background: none;
  width: 50rem;
  min-height: 2.5rem;
  transition-duration: .3s;
  position: relative;
}

.search-field-meeting-autocomplete {
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  min-height: 2.5rem;
  padding-top: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 .625rem 1.1875rem #0c325a29;
}

.search-field-meeting-autocomplete-empty {
  padding: 3.5rem 1rem 1rem;
}

.search-field-meeting-autocomplete-empty:before {
  content: "";
  border-top: 1px solid #e5eaf0;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
}

.search-field-meeting-autocomplete-empty a {
  text-decoration: underline;
}

.search-field-meeting-autocomplete-empty a:hover {
  color: #3259e5;
}

.search-field-meeting-input {
  color: #556584;
  z-index: 11;
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 3.125rem);
  height: 2.5rem;
  margin-left: .9375rem;
  margin-right: 2.1875rem;
  line-height: 2.5rem;
  position: relative;
}

.search-field-meeting-item {
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 .3125rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.search-field-meeting-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
}

.search-field-meeting-item-type-green {
  background: #c8f9c1;
}

.search-field-meeting-item-type-purple {
  background: #ccc1f9;
}

.search-field-meeting-item-type-yellow {
  background: #ffe9be;
}

.search-field-meeting-item-type-blue {
  background: #58cdf2;
}

.search-field-meeting-item-label {
  flex: 1;
}

.search-field-meeting-item:hover .search-field-meeting-item-label {
  color: #3259e5;
}

.search-field-meeting-control {
  text-align: center;
  z-index: 12;
  width: 2.1875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.search-field-meeting-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
}

.search-field-meeting-control-icon-search {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.search-field-meeting-control-icon-cross {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.search-field-meeting-busy {
  z-index: 12;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translate(0, -50%);
}

.search-field-meeting-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
}

.search-field-meeting-error {
  z-index: 12;
  color: red;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translate(0, -50%);
}

.ql-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container:not(.ql-disabled) li[data-list="checked"] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list="unchecked"] > .ql-ui {
  cursor: pointer;
}

.ql-clipboard {
  height: 1px;
  position: absolute;
  top: 50%;
  left: -100000px;
  overflow-y: hidden;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  height: 100%;
  padding: 12px 15px;
  line-height: 1.42;
  overflow-y: auto;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor table {
  border-collapse: collapse;
}

.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

.ql-editor ol {
  padding-left: 1.5em;
}

.ql-editor li {
  padding-left: 1.5em;
  list-style-type: none;
  position: relative;
}

.ql-editor li > .ql-ui:before {
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
  margin-left: -1.5em;
  margin-right: .3em;
  display: inline-block;
}

.ql-editor li[data-list="checked"] > .ql-ui, .ql-editor li[data-list="unchecked"] > .ql-ui {
  color: #777;
}

.ql-editor li[data-list="bullet"] > .ql-ui:before {
  content: "•";
}

.ql-editor li[data-list="checked"] > .ql-ui:before {
  content: "☑";
}

.ql-editor li[data-list="unchecked"] > .ql-ui:before {
  content: "☐";
}

@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"] {
  counter-increment: list-0;
}

.ql-editor li[data-list="ordered"] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor li[data-list="ordered"].ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor li[data-list="ordered"].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor li[data-list="ordered"].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor li[data-list="ordered"].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor li[data-list="ordered"].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor li[data-list="ordered"].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor li[data-list="ordered"].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor li[data-list="ordered"].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor li[data-list="ordered"].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}

@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}

.ql-editor li[data-list="ordered"].ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor li[data-list="ordered"].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor li.ql-direction-rtl > .ql-ui:before {
  text-align: left;
  margin-left: .3em;
  margin-right: -1.5em;
}

.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

.ql-editor table td {
  outline: none;
}

.ql-editor .ql-code-block-container {
  font-family: monospace;
}

.ql-editor .ql-video {
  max-width: 100%;
  display: block;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: .75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  text-align: inherit;
  direction: rtl;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-ui {
  position: absolute;
}

.ql-editor.ql-blank:before {
  color: #0009;
  content: attr(data-placeholder);
  pointer-events: none;
  font-style: italic;
  position: absolute;
  left: 15px;
  right: 15px;
}

.ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button {
  cursor: pointer;
  float: left;
  background: none;
  border: none;
  width: 28px;
  height: 24px;
  padding: 3px 5px;
  display: inline-block;
}

.ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}

.ql-bubble.ql-toolbar input.ql-image[type="file"], .ql-bubble .ql-toolbar input.ql-image[type="file"] {
  display: none;
}

.ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

.ql-bubble, .ql-bubble * {
  box-sizing: border-box;
}

.ql-bubble .ql-hidden {
  display: none;
}

.ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top {
  visibility: hidden;
}

.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-bubble .ql-formats {
  vertical-align: middle;
  display: inline-block;
}

.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

.ql-bubble .ql-empty {
  fill: none;
}

.ql-bubble .ql-even {
  fill-rule: evenodd;
}

.ql-bubble .ql-thin, .ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1px;
}

.ql-bubble .ql-transparent {
  opacity: .4;
}

.ql-bubble .ql-direction svg:last-child {
  display: none;
}

.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-bubble .ql-editor h1 {
  font-size: 2em;
}

.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}

.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}

.ql-bubble .ql-editor h4 {
  font-size: 1em;
}

.ql-bubble .ql-editor h5 {
  font-size: .83em;
}

.ql-bubble .ql-editor h6 {
  font-size: .67em;
}

.ql-bubble .ql-editor a {
  text-decoration: underline;
}

.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 16px;
}

.ql-bubble .ql-editor code, .ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-bubble .ql-editor .ql-code-block-container {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.ql-bubble .ql-editor code {
  padding: 2px 4px;
  font-size: 85%;
}

.ql-bubble .ql-editor .ql-code-block-container {
  color: #f8f8f2;
  background-color: #23241f;
  overflow: visible;
}

.ql-bubble .ql-editor img {
  max-width: 100%;
}

.ql-bubble .ql-picker {
  color: #ccc;
  float: left;
  vertical-align: middle;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.ql-bubble .ql-picker-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  display: inline-block;
  position: relative;
}

.ql-bubble .ql-picker-label:before {
  line-height: 22px;
  display: inline-block;
}

.ql-bubble .ql-picker-options {
  white-space: nowrap;
  background-color: #444;
  min-width: 100%;
  padding: 4px 8px;
  display: none;
  position: absolute;
}

.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  z-index: 1;
  margin-top: -1px;
  display: block;
  top: 100%;
}

.ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker {
  width: 28px;
}

.ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

.ql-bubble .ql-icon-picker .ql-picker-item {
  width: 24px;
  height: 24px;
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-options {
  width: 152px;
  padding: 3px 5px;
}

.ql-bubble .ql-color-picker .ql-picker-item {
  float: left;
  border: 1px solid #0000;
  width: 16px;
  height: 16px;
  margin: 2px;
  padding: 0;
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  width: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 0;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}

.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label:before, .ql-bubble .ql-picker.ql-header .ql-picker-item:before {
  content: "Normal";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  content: "Heading 1";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  content: "Heading 2";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  content: "Heading 3";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  content: "Heading 4";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  content: "Heading 5";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  content: "Heading 6";
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: .83em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: .67em;
}

.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

.ql-bubble .ql-picker.ql-font .ql-picker-label:before, .ql-bubble .ql-picker.ql-font .ql-picker-item:before {
  content: "Sans Serif";
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  content: "Serif";
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  content: "Monospace";
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family: Monaco, Courier New, monospace;
}

.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-label:before, .ql-bubble .ql-picker.ql-size .ql-picker-item:before {
  content: "Normal";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="small"]:before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  content: "Small";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="large"]:before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  content: "Large";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  content: "Huge";
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-code-block-container {
  position: relative;
}

.ql-code-block-container .ql-ui {
  top: 5px;
  right: 5px;
}

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

.ql-bubble .ql-tooltip {
  color: #fff;
  background-color: #444;
  border-radius: 25px;
}

.ql-bubble .ql-tooltip-arrow {
  content: " ";
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  margin-left: -6px;
  display: block;
  position: absolute;
  left: 50%;
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

.ql-bubble .ql-tooltip-editor {
  display: none;
}

.ql-bubble .ql-tooltip-editor input[type="text"] {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 13px;
  position: absolute;
}

.ql-bubble .ql-tooltip-editor a {
  position: absolute;
  top: 10px;
  right: 20px;
}

.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "×";
  font-size: 16px;
  font-weight: bold;
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  white-space: nowrap;
  position: relative;
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before {
  color: #fff;
  content: attr(href);
  z-index: 1;
  background-color: #444;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  top: -5px;
  overflow: hidden;
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after {
  content: " ";
  border-top: 6px solid #444;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  width: 0;
  height: 0;
  top: 0;
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after {
  visibility: hidden;
  margin-left: 50%;
  transition: visibility 0s .2s;
  position: absolute;
  left: 0;
  transform: translate(-50%, -100%);
}

.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after {
  visibility: visible;
}

.ui-text-area {
  background: #fff;
  width: 100%;
  position: relative;
}

.ui-text-area.small {
  width: 4rem;
}

.ui-text-area.small .ui-text-area-body {
  border: 1px solid #98a7b6;
  border-radius: .5rem;
  width: 4rem;
  height: 2rem;
}

.ui-text-area.small .ui-text-area-body .spinner, .ui-text-area.small .ui-text-area-body .icon {
  display: none;
}

.ui-text-area.small .ui-text-area-body .editor-quill {
  padding: 0 1rem;
}

.ui-text-area .ui-text-area-body {
  cursor: pointer;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  display: flex;
}

.ui-text-area .ui-text-area-body:hover {
  border-color: #98a7b6;
}

.ui-text-area .ui-text-area-body.active {
  border-color: $ color-alt-accent !important;
}

.ui-text-area .ui-text-area-body.invalid {
  border-color: #ff3666 !important;
}

.ui-text-area .ui-text-area-body .icon {
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 .75rem;
}

.ui-text-area .ui-text-area-body .icon.search {
  background: url("search.115d5421.svg") center no-repeat;
}

.ui-text-area .ui-text-area-body .icon.cross {
  background: url("cross.3a1a7e4b.svg") center no-repeat;
  align-self: center;
  transform: scale(1.6);
}

.ui-text-area .ui-text-area-body .icon.other {
  background: url("other.9bf41452.svg") center no-repeat;
}

.ui-text-area .ui-text-area-body .icon.question {
  background: url("question.aa1b3a35.svg") center no-repeat;
}

.ui-text-area .ui-text-area-body .icon.info {
  background: url("info.bbd05069.svg") center no-repeat;
}

.ui-text-area .ui-text-area-body .editor {
  width: 100%;
  max-height: 100%;
  padding-left: 1.125rem;
}

.ui-text-area .ui-text-area-body .editor .title {
  color: #98a7b6;
  margin-bottom: .25rem;
  font-size: .875rem;
}

.ui-text-area .ui-text-area-body .editor .title.small {
  font-size: .6875rem;
}

.ui-text-area .ui-text-area-body .editor .editor-quill {
  color: #556584;
  border: none;
  outline: none;
  width: 100%;
  min-height: 100%;
  padding: 0 1rem 0 0;
}

.ui-text-area .ui-text-area-body .editor .editor-quill .ql-editor.ql-blank:before {
  color: #98a7b6;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
}

.ui-text-area .ui-text-area-body .editor .editor-quill .ql-editor {
  color: #556584;
  min-height: 100%;
  padding: 0;
  font-size: .875rem;
}

.ui-text-area .ui-text-area-body .editor .editor-quill .ql-tooltip {
  z-index: 999;
}

.ui-text-area .ui-text-area-body .spinner {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 .75rem;
}

.ui-text-area .ui-text-area-body .spinner.loading {
  background: url("spinner.d18c22eb.svg") center no-repeat;
  animation: 1s linear infinite rot;
}

@keyframes rot {
  0% {
    transform: rotate(0);
  }

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

.ui-dropzone .upload-area[data-v-2f4e7f] {
  text-align: center;
  cursor: pointer;
  border: 2px dashed;
  padding: 20px;
  transition: background-color .3s, border-color .3s;
}

.ui-dropzone .upload-area-attachment[data-v-2f4e7f] {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.ui-dropzone .upload-area-attachment-name[data-v-2f4e7f] {
  margin-right: 1rem;
}

.ui-dropzone .upload-area-attachment-control[data-v-2f4e7f] {
  color: $ color-light;
}

.ui-dropzone .upload-area-attachment-hidden[data-v-2f4e7f] {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.ui-dropzone .link[data-v-2f4e7f] {
  color: #506bfa;
  cursor: pointer;
}

.ui-dropzone .dragging[data-v-2f4e7f] {
  background-color: #fff !important;
  border-color: #506bfaf2 !important;
}

.ui-dropzone .green[data-v-2f4e7f] {
  background: #12b0930d;
  border-color: #12b093;
}

.ui-dropzone .red[data-v-2f4e7f] {
  background: #ff36660d;
  border-color: #ff3666;
}

.ui-dropzone .pdf-preview[data-v-2f4e7f] {
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  display: grid;
}

.ui-dropzone .pdf-preview .pdf-page[data-v-2f4e7f] {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.ui-dropzone .pdf-preview .pdf-page .pdf-canvas[data-v-2f4e7f] {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}

.ui-dropzone .dropzone-disabled[data-v-2f4e7f] {
  opacity: .5;
  pointer-events: none;
}

.ui-dropzone .upload-area.disabled[data-v-2f4e7f] {
  cursor: not-allowed;
  color: #aaa;
  background: #f8f8f8;
  border-color: #ddd;
}

.ui-dropzone .icon-disabled[data-v-2f4e7f] {
  color: #ccc;
}

.pdf-preview[data-v-083728] {
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  display: grid;
}

.pdf-preview .zoomed[data-v-083728] {
  z-index: 10;
  transform-origin: center;
  animation: .3s forwards zoomIn-083728;
  position: absolute;
}

.pdf-preview .pdf-page[data-v-083728] {
  cursor: pointer;
  user-select: none;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform .3s ease-in-out;
  display: flex;
  position: relative;
}

.pdf-preview .pdf-page .pdf-canvas[data-v-083728] {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}

.pdf-preview .selected[data-v-083728] {
  color: #fff;
  background-color: #3259e5 !important;
}

.pdf-preview .deleted[data-v-083728] {
  color: #fff;
  background-color: #ff3666 !important;
}

.pdf-preview .deleted .trash[data-v-083728] {
  color: #ff3666;
  font-size: 3rem;
  position: absolute;
}

.pdf-preview .group1[data-v-083728] {
  background-color: #c8f9c1 !important;
}

.pdf-preview .group2[data-v-083728] {
  background-color: #ffe9be !important;
}

.pdf-preview .group3[data-v-083728] {
  background-color: #58cdf2 !important;
}

@keyframes zoomIn-083728 {
  from {
    z-index: 1;
    transform: scale(1);
  }

  to {
    z-index: 150;
    transform: scale(3.5);
  }
}

.meeting-protocol-details-participant-modal-attribute-arrows {
  text-align: center;
  align-content: center;
  margin-left: .5rem;
  font-size: 1.25rem;
}

.meeting-protocol-details-participant-modal-attribute-arrows > * {
  cursor: pointer;
}

.meeting-protocol-details-participant-modal-snackbar {
  background-color: #2d265d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: 30rem;
  min-height: 3rem;
  padding: 0 1.125rem;
  transition-duration: .3s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 10px 19px #0c325a29;
}

.meeting-protocol-details-participant-modal-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.meeting-protocol-details-participant-modal-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.meeting-protocol-details-participant-modal-snackbar-button {
  margin-left: .6875rem;
}

.container[data-v-11f785] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.meeting-protocol-reply-text[data-v-11f785] {
  white-space: pre-wrap;
  line-height: 1.5;
}

.meeting-protocol-reply-text[data-v-11f785], .meeting-protocol-reply-textarea[data-v-11f785] {
  color: #556584;
  resize: vertical;
  background: #f5f7fb;
  border: none;
  border-radius: 1rem;
  width: 100%;
  min-height: 12.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: block;
}

.meeting-protocol-reply-textarea[data-v-11f785] {
  max-height: 30vh;
}

.meeting-protocol-reply-attachments[data-v-11f785] {
  position: relative;
}

.meeting-protocol-reply-attachment[data-v-11f785] {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.meeting-protocol-reply-attachment-name[data-v-11f785] {
  margin-right: 1rem;
}

.meeting-protocol-reply-attachment-control[data-v-11f785] {
  color: #98a7b6;
}

.meeting-protocol-reply-attachment-hidden[data-v-11f785] {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.meeting-protocol-reply-footer[data-v-11f785] {
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.meeting-protocol-reply-footer-attach[data-v-11f785] {
  text-align: center;
  color: #556584;
  background: #00ae7a0d;
  border: 1px dashed #00ae7a;
  border-radius: .5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}

.meeting-protocol-reply-footer-attach-icon[data-v-11f785] {
  vertical-align: top;
  margin-right: .5rem;
  display: inline-block;
}

.meeting-protocol-reply-footer .is-over[data-v-11f785] {
  background: #ff36660d;
  border: 1px dashed #ff3666;
}

.meeting-protocol-pagination[data-v-11f785] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.meeting-protocol .page-subtitle[data-v-11f785] {
  color: #fff;
  font-size: 2rem;
}

.meeting-protocol .page-add-protocol[data-v-11f785] {
  margin-left: auto;
}

.meeting-protocol .page-content[data-v-11f785] {
  background: #fff;
}

.meeting-protocol .page-content .container[data-v-11f785] {
  padding-right: 1.875rem;
}

.meeting-protocol .page-content .content-title-block[data-v-11f785] {
  justify-content: space-between;
  display: flex;
}

.meeting-protocol .page-content .content-title-block .content-title[data-v-11f785] {
  font-size: 1.25rem;
  font-weight: bold;
}

.meeting-protocol .page-content .block[data-v-11f785] {
  display: flex;
}

.meeting-protocol .page-content .inputs-block[data-v-11f785] {
  border-top: 1px solid$ border-color;
  max-width: 60%;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-right[data-v-11f785] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-right[data-v-11f785] > * {
  margin-right: 2rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-right[data-v-11f785] > :last-child {
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  margin: 0;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-right-date[data-v-11f785] {
  margin-right: auto;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-11f785] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-dropdown[data-v-11f785] {
  max-width: 11.25rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-11f785] > * {
  margin-right: 2rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-11f785] > :last-child {
  margin: 0;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .empty[data-v-11f785] {
  width: 100%;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .red[data-v-11f785] {
  color: #ff3666;
  font-size: 1.125rem;
  font-weight: bold;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row-input[data-v-11f785] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .add-buttons[data-v-11f785] {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .add-button[data-v-11f785] {
  margin-left: 1rem;
}

.meeting-protocol .page-content .inputs-block-right[data-v-11f785] {
  width: 40%;
}

.meeting-protocol .page-content .tabs[data-v-11f785] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.meeting-protocol .page-content .tabs-wrap[data-v-11f785] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.meeting-protocol-employee-display[data-v-11f785] {
  padding-left: .5rem;
}

.meeting-protocol-employee-display.disabled[data-v-11f785] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.meeting-protocol-employee-selection-dropdown[data-v-11f785] {
  min-width: 12.5rem;
}

.meeting-protocol-administrator-comment-cell-comment[data-v-11f785] {
  margin-bottom: .5rem;
  display: block;
}

.meeting-protocol-administrator-comment-cell-button[data-v-11f785] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell[data-v-11f785], .meeting-protocol-registry-status-cell[data-v-11f785] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.meeting-protocol-incoming-datenumber-cell-data[data-v-11f785], .meeting-protocol-registry-status-cell-data[data-v-11f785] {
  min-width: 5.875rem;
}

.meeting-protocol-incoming-datenumber-cell-button[data-v-11f785], .meeting-protocol-registry-status-cell-button[data-v-11f785] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell-button.disabled[data-v-11f785], .meeting-protocol-registry-status-cell-button.disabled[data-v-11f785] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.meeting-protocol-incoming-datenumber-cell-button.button-undo[data-v-11f785], .meeting-protocol-registry-status-cell-button.button-undo[data-v-11f785] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.meeting-protocol-registry-status-cell-button[data-v-11f785] {
  margin-top: .5rem;
}

.employee-col[data-v-11f785] {
  width: 14rem;
}

.word-break-all[data-v-11f785] {
  word-break: break-all;
}

.confirm-col[data-v-11f785] {
  text-align: right;
}

.service-col[data-v-11f785], .status-col[data-v-11f785] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-11f785] {
  width: 15rem;
  justify-content: flex-start !important;
}

.meeting-protocol-incoming-datenumber-cell[data-v-11f785] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-11f785] {
  width: 1rem;
  margin: 1rem auto;
}

.ui-meeting-fixed-table {
  width: 100%;
  margin-bottom: 2rem;
}

.ui-meeting-fixed-table .table .tr {
  min-height: 8rem;
  padding-left: 1rem;
  display: flex;
}

.ui-meeting-fixed-table .table .tr .th {
  font-weight: bold;
}

.ui-meeting-fixed-table .table .tr .th.sort {
  cursor: pointer;
  flex-direction: row;
  align-items: center !important;
}

.ui-meeting-fixed-table .table .tr .th.sort:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 2rem;
  display: block;
}

.ui-meeting-fixed-table .table .tr .th.sort.active {
  background: #231c55;
}

.ui-meeting-fixed-table .table .tr .th.sort.active.up:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 2rem;
  display: block;
  transform: rotate(180deg);
}

.ui-meeting-fixed-table .table .tr .th, .ui-meeting-fixed-table .table .tr .td {
  word-break: normal;
  box-sizing: border-box;
  flex-flow: column wrap;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.ui-meeting-fixed-table .table .tr .th.question, .ui-meeting-fixed-table .table .tr .td.question {
  flex-direction: row;
  min-width: 12rem;
}

.ui-meeting-fixed-table .table .tr .th.ext-row, .ui-meeting-fixed-table .table .tr .td.ext-row {
  padding: 0;
}

.ui-meeting-fixed-table .table .tr .th.start-cell, .ui-meeting-fixed-table .table .tr .td.start-cell {
  border-left: 1px solid #e5eaf0;
}

.ui-meeting-fixed-table .table .tr .th.align-left, .ui-meeting-fixed-table .table .tr .td.align-left {
  align-items: flex-start;
}

.ui-meeting-fixed-table .table .tr .th.align-right, .ui-meeting-fixed-table .table .tr .td.align-right {
  align-items: flex-end;
}

.ui-meeting-fixed-table .table .tr .th.rotate, .ui-meeting-fixed-table .table .tr .td.rotate {
  writing-mode: vertical-rl;
  max-width: 3rem;
  transform: rotate(-180deg);
}

.ui-meeting-fixed-table .table .tr .th.edit, .ui-meeting-fixed-table .table .tr .td.edit {
  width: 3.125rem;
}

.ui-meeting-fixed-table .table .tr .th.delete, .ui-meeting-fixed-table .table .tr .td.delete {
  width: 2rem;
}

.ui-meeting-fixed-table .table .tr .td {
  justify-content: flex-start;
}

.ui-meeting-fixed-table .table .tr .td .trd {
  width: inherit;
  min-height: 2rem;
  display: flex;
}

.ui-meeting-fixed-table .table .tr .td .trd.button {
  padding: 1rem;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd {
  width: inherit;
  word-break: normal;
  box-sizing: border-box;
  flex-flow: column wrap;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  min-height: 10rem;
  padding: 1rem;
  display: flex;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd.align-left {
  align-items: flex-start;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd.align-right {
  align-items: flex-end;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd.edit {
  width: 3.125rem;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd.delete {
  width: 2rem;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd .red, .ui-meeting-fixed-table .table .tr .td .trd .tdd .accent {
  color: #ff3666;
}

.ui-meeting-fixed-table .table .tr .td .trd .tdd .green {
  color: #12b093;
}

.ui-meeting-fixed-table .table .tr .td.link {
  color: #506bfa;
  cursor: pointer;
}

.ui-meeting-fixed-table .table .tr .td.red, .ui-meeting-fixed-table .table .tr .td.accent {
  color: #ff3666;
}

.ui-meeting-fixed-table .table .tr .td.green {
  color: #12b093;
}

.ui-meeting-fixed-table .table .tr .td.pre {
  white-space: pre-wrap;
}

.ui-meeting-fixed-table .table .tr .td span.block {
  display: block;
}

.ui-meeting-fixed-table .table .tr .td span.block.primary {
  color: #0c325a;
}

.ui-meeting-fixed-table .table .tr .td span.block.secondary {
  color: #556584;
}

.ui-meeting-fixed-table .table .tr .td span.block.small {
  font-size: .75rem;
  line-height: 1rem;
}

.ui-meeting-fixed-table .table .tr .td span.red, .ui-meeting-fixed-table .table .tr .td span.accent {
  color: #ff3666;
}

.ui-meeting-fixed-table .table .tr .td span.green {
  color: #12b093;
}

.ui-meeting-fixed-table .table .tr .fix {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}

.ui-meeting-fixed-table .table .tr .fix:after {
  content: "";
  background: linear-gradient(90deg, #0c325a0f 0%, #0c325a00 100%);
  width: 7px;
  height: 100%;
  display: block;
}

.ui-meeting-fixed-table .table .tr .scroll {
  display: flex;
  overflow-x: hidden;
}

.ui-meeting-fixed-table .table .thead {
  z-index: 30;
  position: sticky;
  top: 0;
}

.ui-meeting-fixed-table .table .thead .fix:after {
  background: #556584;
  width: 2px;
  margin-right: 5px;
}

.ui-meeting-fixed-table .table .thead .tr {
  color: #fff;
  background: #2d265d;
}

.ui-meeting-fixed-table .table .tbody .tr {
  color: #556584;
  border-bottom: 1px solid #e5eaf0;
}

.ui-meeting-fixed-table .scroll-x-wrap {
  z-index: 29;
  height: 18px;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  bottom: 2px;
}

.ui-meeting-fixed-table .scroll-x-wrap .left-pass {
  flex-shrink: 0;
}

.ui-meeting-fixed-table .scroll-x-wrap .scroll-x-box {
  flex-shrink: 0;
  height: 18px;
  overflow-x: scroll;
}

.ui-meeting-fixed-table .scroll-x-wrap .scroll-x-box .scroll-x-control {
  scrollbar-width: thin;
  scrollbar-color: #00f;
  height: 16px;
}

.ui-meeting-fixed-table ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-meeting-fixed-table ::-webkit-scrollbar-track {
  background-color: #fff;
  width: 8px;
  height: 16px;
}

.ui-meeting-fixed-table ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
  width: 8px;
  height: 8px;
}

.ui-meeting-fixed-table ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
  width: 8px;
  height: 8px;
}

.ui-meeting-fixed-table ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-meeting-fixed-table ::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 16px;
}

.meeting-protocol-details-premise-modal {
  grid-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.meeting-protocol-details-premise-modal-heading {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.meeting-protocol-details-premise-modal-attribute {
  min-width: 21.875rem;
  display: flex;
}

.meeting-protocol-details-premise-modal-attribute-input {
  min-width: 21.25rem;
  color: $ color-gray-x-dark;
  margin-right: .5rem;
}

.meeting-protocol-details-premise-modal-attribute-button {
  margin-top: auto;
  margin-bottom: auto;
}

.meeting-protocol-details-premise-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.meeting-protocol-details-premise-modal-footer > * {
  margin-left: 1rem;
}

.meeting-protocol-details-participant-modal {
  grid-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.meeting-protocol-details-participant-modal-heading {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.meeting-protocol-details-participant-modal-attribute {
  min-width: 21.875rem;
  display: flex;
}

.meeting-protocol-details-participant-modal-attribute-name {
  color: $ color-gray-x-dark;
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.meeting-protocol-details-participant-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.meeting-protocol-details-participant-modal-footer > * {
  margin-left: 1rem;
}

.meeting-protocol-details-question-modal {
  grid-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.meeting-protocol-details-question-modal-heading {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.meeting-protocol-details-question-modal-attribute {
  min-width: 21.875rem;
  display: flex;
}

.meeting-protocol-details-question-modal-attribute-input {
  min-width: 21.25rem;
  color: $ color-gray-x-dark;
  margin-right: .5rem;
}

.meeting-protocol-details-question-modal-attribute-button {
  margin-top: auto;
  margin-bottom: auto;
}

.meeting-protocol-details-question-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.meeting-protocol-details-question-modal-footer > * {
  margin-left: 1rem;
}

.meeting-protocol-details-snackbar {
  background-color: #2d265d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  padding: 0 1.125rem;
  display: flex;
  box-shadow: 0 10px 19px #0c325a29;
}

.meeting-protocol-details-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.meeting-protocol-details-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.meeting-protocol-details-snackbar-button {
  margin-top: .6875rem;
  margin-bottom: .6875rem;
  margin-left: .6875rem;
}

.meeting-protocol-details-snackbar-button:first-child {
  margin-left: 0;
}

.houses-filter-modal-section-heading {
  margin-right: 1rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-filter-modal-footer {
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.container[data-v-88b003] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.meeting-protocol .download-button[data-v-88b003] {
  color: #00ae7a !important;
}

.meeting-protocol-download[data-v-88b003] {
  cursor: pointer;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: .5rem;
  font-size: 1.625rem;
}

.meeting-protocol-icon-green[data-v-88b003] {
  color: #00ae7a;
  cursor: pointer;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: .5rem;
  font-size: 1.625rem;
}

.meeting-protocol-icon-red[data-v-88b003] {
  color: #ff3666;
  cursor: pointer;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: .5rem;
  font-size: 1.625rem;
}

.meeting-protocol-icon-yellow[data-v-88b003] {
  color: #f9a602;
  cursor: pointer;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.meeting-protocol-refresh[data-v-88b003] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-participant-info-icon[data-v-88b003] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("info-blue.9fcee8ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
}

.meeting-protocol-pagination[data-v-88b003] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.meeting-protocol .page-subtitle-number[data-v-88b003], .meeting-protocol .page-subtitle-address[data-v-88b003] {
  dislpay: block;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
}

.meeting-protocol .row-dropdown[data-v-88b003] {
  z-index: 28;
}

.meeting-protocol .page-add-protocol[data-v-88b003] {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.meeting-protocol .page-add-protocol[data-v-88b003] > * {
  margin-left: .9375rem;
}

.meeting-protocol .page-content[data-v-88b003] {
  background: #fff;
}

.meeting-protocol .page-content .container[data-v-88b003] {
  padding-right: 1.875rem;
}

.meeting-protocol .page-content .content-title-block[data-v-88b003] {
  justify-content: flex-start;
  display: flex;
}

.meeting-protocol .page-content .content-title-block[data-v-88b003] > * {
  margin-bottom: .625rem;
}

.meeting-protocol .page-content .content-title-block[data-v-88b003]:last-child {
  margin-bottom: 0;
}

.meeting-protocol .page-content .content-title-block .block[data-v-88b003] {
  background-color: #e5eaf0;
  border-radius: 1rem;
  flex-grow: 1;
  justify-content: flex-start;
  margin-right: 3.125rem;
  padding: 1rem;
  display: flex;
}

.meeting-protocol .page-content .content-title-block .content-title[data-v-88b003] {
  align-self: center;
  margin-right: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
}

.meeting-protocol .page-content .content-title-block .content-icon[data-v-88b003] {
  align-self: center;
  margin-right: 1rem;
}

.meeting-protocol .page-content .content-title-block .content-date[data-v-88b003] {
  text-align: center;
  margin-right: 1.25rem;
  font-size: .75rem;
  font-weight: bold;
}

.meeting-protocol .page-content .content-title-block .content-date .date[data-v-88b003] {
  font-size: .875rem;
  font-weight: normal;
}

.meeting-protocol .page-content .content-title-block .content-date .red[data-v-88b003] {
  color: #ff3666;
  font-size: .875rem;
  font-weight: normal;
}

.meeting-protocol .page-content .content-title-block .content-date .green[data-v-88b003] {
  color: #00ae7a;
  font-size: .875rem;
  font-weight: normal;
}

.meeting-protocol .page-content .inputs-block[data-v-88b003] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-88b003] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-88b003] > * {
  margin-right: 2rem;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row[data-v-88b003] > :last-child {
  margin: 0;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .empty[data-v-88b003] {
  width: 100%;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-88b003] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.meeting-protocol .page-content .inputs-block .inputs-block-row .filter-button[data-v-88b003] {
  margin-left: 1rem;
}

.meeting-protocol .page-content .tabs[data-v-88b003] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.meeting-protocol .page-content .tabs-wrap[data-v-88b003] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.meeting-protocol .underage[data-v-88b003] {
  color: #f9a602;
}

.meeting-protocol .noteligible[data-v-88b003] {
  color: #ff3666;
}

.meeting-protocol-employee-display[data-v-88b003] {
  padding-left: .5rem;
}

.meeting-protocol-employee-display.disabled[data-v-88b003] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.meeting-protocol-employee-selection-dropdown[data-v-88b003] {
  min-width: 12.5rem;
}

.meeting-protocol-details-snackbar[data-v-88b003] {
  z-index: 80;
  max-width: 45%;
  margin-left: 25%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  transform: translate(-50%);
}

.meeting-protocol-details-snackbar-hidden[data-v-88b003] {
  transform: translate(-50%, 100%);
}

.meeting-protocol-details-table-header-question[data-v-88b003] {
  position: absolute;
}

.meeting-protocol-details-table-header-question-name[data-v-88b003] {
  max-width: 9.25rem;
  margin: auto;
}

.meeting-protocol-details-table-header-question-info[data-v-88b003] {
  color: #556584;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("question.aa1b3a35.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto auto auto .875rem;
  display: inline-block;
}

.meeting-protocol-details-table-cell-comment[data-v-88b003] {
  margin-bottom: .5rem;
  display: block;
}

.meeting-protocol-details-table-cell-button-edit[data-v-88b003] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-details-table-cell-button-delete[data-v-88b003] {
  cursor: pointer;
  background: url("trash-red.402216d4.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell[data-v-88b003], .meeting-protocol-registry-status-cell[data-v-88b003] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.meeting-protocol-incoming-datenumber-cell-data[data-v-88b003], .meeting-protocol-registry-status-cell-data[data-v-88b003] {
  min-width: 5.875rem;
}

.meeting-protocol-incoming-datenumber-cell-button[data-v-88b003], .meeting-protocol-registry-status-cell-button[data-v-88b003] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.meeting-protocol-incoming-datenumber-cell-button.disabled[data-v-88b003], .meeting-protocol-registry-status-cell-button.disabled[data-v-88b003] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.meeting-protocol-incoming-datenumber-cell-button.button-undo[data-v-88b003], .meeting-protocol-registry-status-cell-button.button-undo[data-v-88b003] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.meeting-protocol-registry-status-cell-button[data-v-88b003] {
  margin-top: .5rem;
}

.employee-col[data-v-88b003] {
  width: 14rem;
}

.word-break-all[data-v-88b003] {
  word-break: break-all;
}

.confirm-col[data-v-88b003] {
  text-align: right;
}

.service-col[data-v-88b003], .status-col[data-v-88b003] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-88b003] {
  width: 15rem;
  justify-content: flex-start !important;
}

.meeting-protocol-incoming-datenumber-cell[data-v-88b003] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-88b003] {
  width: 2rem;
  margin: 1rem auto;
}

.table-footer[data-v-88b003] {
  margin-top: 1rem;
  margin-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cadastral-analysis-modal[data-v-88b003] {
  padding: 1.25rem;
}

.cadastral-analysis-modal .modal-header[data-v-88b003] {
  margin-bottom: 1.25rem;
}

.cadastral-analysis-modal .modal-header h2[data-v-88b003] {
  color: #556584;
  font-size: 1.5rem;
}

.cadastral-analysis-modal .analysis-table[data-v-88b003] {
  border-collapse: collapse;
  width: 100%;
}

.cadastral-analysis-modal .analysis-table th[data-v-88b003], .cadastral-analysis-modal .analysis-table td[data-v-88b003] {
  text-align: left;
  border-bottom: 1px solid #e5eaf0;
  padding: .75rem;
}

.cadastral-analysis-modal .analysis-table th[data-v-88b003] {
  background-color: #e5eaf0;
  font-weight: bold;
}

.cadastral-analysis-modal .analysis-table td[data-v-88b003] {
  color: #556584;
}

.cadastral-analysis-modal .analysis-table .text-success[data-v-88b003] {
  color: #00ae7a;
}

.cadastral-analysis-modal .analysis-table .text-danger[data-v-88b003] {
  color: #ff3666;
}

.cadastral-analysis-modal .analysis-table .status-badge[data-v-88b003] {
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: inline-flex;
}

.cadastral-analysis-modal .analysis-table .status-badge.status-error[data-v-88b003] {
  color: #ff3666;
  background-color: #ff36661a;
}

.cadastral-analysis-modal .analysis-table .status-badge.status-warning[data-v-88b003] {
  color: #f9a602;
  background-color: #f9a6021a;
}

.cadastral-analysis-modal .analysis-table .status-badge.status-success[data-v-88b003] {
  color: #00ae7a;
  background-color: #00ae7a1a;
}

.cadastral-analysis-modal .analysis-table .status-badge i[data-v-88b003] {
  margin-right: .25rem;
}

.cadastral-list[data-v-88b003] {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1.25rem;
  box-shadow: 0 2px 4px #0000001a;
}

.cadastral-list-header[data-v-88b003] {
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.cadastral-list-header .cadastral-list-title[data-v-88b003] {
  color: #556584;
  font-size: 1.125rem;
  font-weight: bold;
}

.cadastral-list-header .cadastral-list-controls[data-v-88b003] {
  align-items: center;
  display: flex;
}

.cadastral-list-header .cadastral-list-controls .ui-input[data-v-88b003] {
  width: 18.75rem;
  margin-right: 1rem;
}

.cadastral-list-header .cadastral-list-controls .ui-button[data-v-88b003] {
  margin-left: .5rem;
}

.cadastral-list-header .cadastral-list-controls .ui-button[data-v-88b003]:first-child {
  margin-left: 0;
}

.cadastral-list-header .cadastral-list-controls .ui-button.active[data-v-88b003] {
  color: #fff;
  background-color: #3259e5;
}

.cadastral-list-header .cadastral-list-controls .ui-button i[data-v-88b003] {
  font-size: .875rem;
}

.cadastral-list-content[data-v-88b003] {
  padding: 1rem;
}

.cadastral-list .cadastral-table[data-v-88b003] {
  border-collapse: collapse;
  width: 100%;
}

.cadastral-list .cadastral-table th[data-v-88b003], .cadastral-list .cadastral-table td[data-v-88b003] {
  text-align: left;
  border-bottom: 1px solid #e5eaf0;
  padding: .75rem;
}

.cadastral-list .cadastral-table th[data-v-88b003] {
  color: #556584;
  background-color: #e5eaf0;
  font-weight: bold;
}

.cadastral-list .cadastral-table td[data-v-88b003] {
  color: #556584;
}

.cadastral-list .cadastral-table .text-success[data-v-88b003] {
  color: #00ae7a;
}

.cadastral-list .cadastral-table .text-danger[data-v-88b003] {
  color: #ff3666;
}

.cadastral-list .cadastral-table .status-badge[data-v-88b003] {
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: inline-flex;
}

.cadastral-list .cadastral-table .status-badge.status-error[data-v-88b003] {
  color: #ff3666;
  background-color: #ff36661a;
}

.cadastral-list .cadastral-table .status-badge.status-warning[data-v-88b003] {
  color: #f9a602;
  background-color: #f9a6021a;
}

.cadastral-list .cadastral-table .status-badge.status-success[data-v-88b003] {
  color: #00ae7a;
  background-color: #00ae7a1a;
}

.cadastral-list .cadastral-table .status-badge i[data-v-88b003] {
  margin-right: .25rem;
}

.regional-standard-navigation {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.regional-standard-navigation-wrapper {
  background: #313877;
}

.regional-standard-navigation-link {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.regional-standard-navigation-link a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.regional-standard-navigation-link-active {
  opacity: 1;
}

.regional-standard-navigation-link-active:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.regional-standard-navigation[data-v-67ff66] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.regional-standard-navigation-wrapper[data-v-67ff66] {
  background: #313877;
}

.regional-standard-navigation-empty[data-v-67ff66] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-bottom: 2.1875rem;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.regional-standard-navigation-link[data-v-67ff66] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
}

.regional-standard-navigation-link-icon-back[data-v-67ff66] {
  opacity: .5;
  background: url("arrow.fc102939.svg") center / contain no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .6875rem;
  transform: rotateY(180deg);
}

.regional-standard-navigation-link-active[data-v-67ff66] {
  opacity: 1;
}

.regional-standard-navigation-link-active[data-v-67ff66]:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.regional-standard .container[data-v-67ff66] {
  width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard .page-main-title[data-v-67ff66] {
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.regional-standard .footer[data-v-67ff66] {
  color: #556584;
  background: #e5eaf0;
  align-items: center;
  height: 4rem;
  display: flex;
}

.regional-standard .footer .container[data-v-67ff66] {
  justify-content: space-between;
  display: flex;
}

.regional-standard .footer .container .copyright span[data-v-67ff66] {
  margin-right: 1.375rem;
}

.regional-standard-house-modal {
  grid-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.regional-standard-house-modal-block {
  grid-gap: 1rem;
  grid-template-columns: 1fr .75fr;
  display: grid;
}

.regional-standard-house-modal-block-left {
  background-color: #e5eaf0;
  border-radius: 1rem;
  padding: 1rem;
}

.regional-standard-house-modal-block-left-heading {
  align: center;
  margin-top: auto;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard-house-modal-block-table {
  max-height: 300px;
  display: block;
  overflow-y: auto;
}

.regional-standard-house-modal-block-table tr td {
  text-align: center;
  vertical-align: middle;
}

.regional-standard-house-modal-block-table tr td.link {
  color: #506bfa;
  cursor: pointer;
}

.regional-standard-house-modal-block-icon {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-gas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-tko {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-management {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-rent {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-capital-repair {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-fluid-trash {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-success {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-icon-alert {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("alert.b0e95b51.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #506bfa !important;
}

.regional-standard-house-modal-block-house-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
}

.regional-standard-house-modal-block-house-type-green {
  background: #c8f9c1;
}

.regional-standard-house-modal-block-heading {
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.regional-standard-house-modal-block-attribute {
  min-width: 21.875rem;
  margin-bottom: 1rem;
  display: flex;
}

.regional-standard-house-modal-block-attribute-name {
  color: $ color-gray-x-dark;
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-house-modal-block-attribute-value {
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}

.regional-standard-house-modal-block-footer {
  justify-content: flex-end;
  display: flex;
}

.regional-standard-house-modal-block-footer > * {
  margin-left: 1rem;
}

.container[data-v-e6f19f] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-icon[data-v-e6f19f] {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  color: #556584 !important;
}

.regional-standard-icon-cold-water[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-hot-water[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-drainage[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-power-supply[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-heating[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-gas[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-tko[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-management[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-rent[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-capital-repair[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-fluid-trash[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-success[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .875rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-alert[data-v-e6f19f] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("alert.b0e95b51.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .875rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard .service-section[data-v-e6f19f] {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.regional-standard .service-section .service-section-title[data-v-e6f19f] {
  color: $ color-dark-gray;
  border-bottom: 1px solid #98a7b6;
  margin-bottom: .5rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  font-weight: 600;
}

.regional-standard .service-section .service-group[data-v-e6f19f] {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.regional-standard .service-section .service-group .service-group-title[data-v-e6f19f] {
  color: #556584;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 500;
}

.regional-standard .service-section .service-group .regional-standard-icon[data-v-e6f19f] {
  margin-right: .5rem;
  display: inline-block;
}

.regional-standard .service-section .service-combined[data-v-e6f19f] {
  background-color: #98a7b64d;
  border: 1px solid #98a7b6;
  border-radius: .25rem;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: flex;
}

.regional-standard .service-section .service-combined .regional-standard-icon[data-v-e6f19f] {
  margin-right: 0;
}

.regional-standard .service-section .service-combined .service-combined-label[data-v-e6f19f] {
  color: #556584;
  background-color: #fff;
  border: 1px solid #98a7b6;
  border-radius: .1875rem;
  padding: .125rem .375rem;
  font-size: .6875rem;
  font-style: italic;
}

.regional-standard-download[data-v-e6f19f] {
  cursor: pointer;
  background: url("download.dcb08bce.svg") center no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-refresh[data-v-e6f19f] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-cell-status[data-v-e6f19f] {
  display: flex;
}

.regional-standard-cell-status-value[data-v-e6f19f] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-pagination[data-v-e6f19f] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard .page-subtitle[data-v-e6f19f] {
  color: #fff;
  font-size: 2rem;
}

.regional-standard .page-add-protocol[data-v-e6f19f] {
  margin-left: auto;
}

.regional-standard .page-content[data-v-e6f19f] {
  background: #fff;
}

.regional-standard .page-content .container[data-v-e6f19f] {
  padding-right: 1.875rem;
}

.regional-standard .page-content .content-title-block[data-v-e6f19f] {
  justify-content: space-between;
  display: flex;
}

.regional-standard .page-content .content-title-block .content-title[data-v-e6f19f] {
  font-size: 1.25rem;
  font-weight: bold;
}

.regional-standard .page-content .content-title-block .content-buttons[data-v-e6f19f] {
  justify-content: space-between;
  display: flex;
}

.regional-standard .page-content .content-title-block .content-buttons[data-v-e6f19f] > * {
  margin-right: 2rem;
}

.regional-standard .page-content .content-title-block .content-buttons[data-v-e6f19f] > :last-child {
  margin: 0;
}

.regional-standard .page-content .inputs-block[data-v-e6f19f] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard .page-content .inputs-block .inputs-block-row[data-v-e6f19f] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard .page-content .inputs-block .inputs-block-row[data-v-e6f19f] > * {
  margin-right: 2rem;
}

.regional-standard .page-content .inputs-block .inputs-block-row[data-v-e6f19f] > :last-child {
  margin: 0;
}

.regional-standard .page-content .inputs-block .inputs-block-row .icons[data-v-e6f19f] {
  width: 18%;
}

.regional-standard .page-content .inputs-block .inputs-block-row .empty[data-v-e6f19f] {
  width: 100%;
}

.regional-standard .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-e6f19f] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard .page-content .inputs-block .inputs-block-row .filter-button[data-v-e6f19f] {
  margin-left: 1rem;
}

.regional-standard .page-content .tabs[data-v-e6f19f] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.regional-standard .page-content .tabs-wrap[data-v-e6f19f] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.regional-standard-employee-display[data-v-e6f19f] {
  padding-left: .5rem;
}

.regional-standard-employee-display.disabled[data-v-e6f19f] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-employee-selection-dropdown[data-v-e6f19f] {
  min-width: 12.5rem;
}

.regional-standard-administrator-comment-cell-comment[data-v-e6f19f] {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-administrator-comment-cell-button[data-v-e6f19f] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-incoming-datenumber-cell[data-v-e6f19f], .regional-standard-registry-status-cell[data-v-e6f19f] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-incoming-datenumber-cell-data[data-v-e6f19f], .regional-standard-registry-status-cell-data[data-v-e6f19f] {
  min-width: 5.875rem;
}

.regional-standard-incoming-datenumber-cell-button[data-v-e6f19f], .regional-standard-registry-status-cell-button[data-v-e6f19f] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-incoming-datenumber-cell-button.disabled[data-v-e6f19f], .regional-standard-registry-status-cell-button.disabled[data-v-e6f19f] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.regional-standard-incoming-datenumber-cell-button.button-undo[data-v-e6f19f], .regional-standard-registry-status-cell-button.button-undo[data-v-e6f19f] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-registry-status-cell-button[data-v-e6f19f] {
  margin-top: .5rem;
}

.regional-standard-communal-service-description[data-v-e6f19f] {
  display: flex;
}

.employee-col[data-v-e6f19f] {
  width: 14rem;
}

.word-break-all[data-v-e6f19f] {
  word-break: break-all;
}

.confirm-col[data-v-e6f19f] {
  text-align: right;
}

.service-col[data-v-e6f19f], .status-col[data-v-e6f19f] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-e6f19f] {
  width: 15rem;
  justify-content: flex-start !important;
}

.link[data-v-e6f19f] {
  color: #506bfa;
  cursor: pointer;
}

.link-red[data-v-e6f19f] {
  color: #ff3666;
  cursor: pointer;
}

.link-green[data-v-e6f19f] {
  color: #00ae7a;
  cursor: pointer;
}

.regional-standard-incoming-datenumber-cell[data-v-e6f19f] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-e6f19f] {
  width: 1rem;
  margin: 1rem auto;
}

.services-container[data-v-e6f19f] {
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.service-list[data-v-e6f19f] {
  background-color: #e5eaf033;
  border: 1px solid #98a7b6;
  border-radius: .25rem;
  flex-direction: column;
  gap: .25rem;
  min-width: 12.5rem;
  padding: .5rem;
  display: flex;
}

.service-list .service-list-title[data-v-e6f19f] {
  color: $ color-dark-gray;
  text-align: center;
  border-bottom: 1px solid #98a7b6;
  margin-bottom: .375rem;
  padding-bottom: .125rem;
  font-size: .6875rem;
  font-weight: 600;
}

.service-list .service-item[data-v-e6f19f] {
  color: $ color-dark-gray;
  background-color: #fff;
  border: 1px solid #98a7b6;
  border-radius: .1875rem;
  align-items: center;
  gap: .375rem;
  padding: .1875rem .375rem;
  font-size: .6875rem;
  display: flex;
  position: relative;
}

.service-list .service-item .regional-standard-icon[data-v-e6f19f] {
  width: 1rem;
  height: 1rem;
  margin-right: 0;
}

.service-list .service-item .service-remove[data-v-e6f19f] {
  margin-left: auto;
}

.service-list .service-item span[data-v-e6f19f] {
  white-space: nowrap;
  font-weight: 500;
}

.service-list .service-item .service-remove[data-v-e6f19f] {
  cursor: pointer;
  opacity: .8;
  background-color: #ff3666;
  border-radius: 50%;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  transition: all .2s;
  position: relative;
}

.service-list .service-item .service-remove[data-v-e6f19f]:before {
  content: "×";
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-list .service-item .service-remove[data-v-e6f19f]:hover {
  opacity: 1;
  background-color: #ff174e;
  transform: scale(1.1);
}

.regional-standard-dirs-snackbar {
  background-color: #2d265d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 30rem;
  min-height: 3rem;
  padding: 0 1.125rem;
  display: flex;
  box-shadow: 0 10px 19px #0c325a29;
}

.regional-standard-dirs-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.regional-standard-dirs-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.regional-standard-dirs-snackbar-button {
  margin-left: .6875rem;
}

.regional-standard-dirs-modal {
  grid-gap: .5rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.regional-standard-dirs-modal-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.regional-standard-dirs-modal-attribute {
  min-width: 21.875rem;
  display: flex;
}

.regional-standard-dirs-modal-attribute-name {
  color: $ color-gray-x-dark;
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-dirs-modal-attribute-value {
  flex-grow: 1;
}

.regional-standard-dirs-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.regional-standard-dirs-modal-footer > * {
  margin-left: 1rem;
}

.modal-error-message {
  color: #dc3545;
  text-align: left;
  background: #fff1f0;
  border: 1px solid #ffccc7;
  border-radius: 6px;
  margin-top: 1.2em;
  padding: .7em 1em;
  font-size: 1.05em;
  font-weight: 500;
}

.regional-standard-dirs-icon {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  color: #556584 !important;
}

.regional-standard-dirs-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-gas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-tko {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-management {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-rent {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-capital-repair {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-fluid-trash {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-success {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: none;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-edit {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-icon-plus {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.969cd9d4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-download {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-dirs-refresh {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-cell-status {
  display: flex;
}

.regional-standard-dirs-cell-status-value {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-dirs-pagination {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard-dirs .page-subtitle {
  color: #fff;
  font-size: 2rem;
}

.regional-standard-dirs .page-add-protocol {
  margin-left: auto;
}

.regional-standard-dirs .page-content {
  background: #fff;
}

.regional-standard-dirs .page-content .container {
  padding-right: 1.875rem;
}

.regional-standard-dirs .page-content .content-title-block {
  justify-content: space-between;
  display: flex;
}

.regional-standard-dirs .page-content .content-title-block .content-title {
  color: #2d3748;
  letter-spacing: .01em;
  text-shadow: 0 1px #f5f5f5;
  background: none;
  border: none;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.regional-standard-dirs .page-content .inputs-block {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row > * {
  margin-right: 2rem;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row > :last-child {
  margin: 0;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row .empty {
  width: 100%;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row .filter-buttons {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard-dirs .page-content .inputs-block .inputs-block-row .filter-button {
  margin-left: 1rem;
}

.regional-standard-dirs .page-content .tabs {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.regional-standard-dirs .page-content .tabs .tab {
  position: relative;
}

.regional-standard-dirs .page-content .tabs .tab-content {
  cursor: pointer;
  color: #495057;
  background: none;
  border: none;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding: 0 1.5rem;
  font-size: 1.08rem;
  transition: color .2s, background .2s, border-color .2s;
  display: flex;
  position: relative;
}

.regional-standard-dirs .page-content .tabs .tab-content .tab-icon {
  margin-right: .7em;
  font-size: 1.2em;
  transition: color .2s;
}

.regional-standard-dirs .page-content .tabs .tab-content .tab-label {
  font-weight: 500;
}

.regional-standard-dirs .page-content .tabs .tab-content:hover {
  color: #1890ff;
  background: #f5faff;
}

.regional-standard-dirs .page-content .tabs .tab-content:hover .tab-icon {
  color: #1890ff;
}

.regional-standard-dirs .page-content .tabs .tab-content.active {
  color: #1890ff;
  background: #e6f7ff;
  border-bottom: none;
}

.regional-standard-dirs .page-content .tabs .tab-content.active .tab-icon {
  color: #1890ff;
}

.regional-standard-dirs .page-content .tabs .tab-content.active:after {
  content: "";
  background: linear-gradient(90deg, #1890ff 0%, #40a9ff 100%);
  border-radius: 6px;
  width: 60%;
  height: 6px;
  transition: width .2s, background .2s;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px #1890ff1f;
}

.regional-standard-dirs .page-content .tabs .tab-content:hover:not(.active):after {
  background: #91d5ff;
  width: 40%;
}

.regional-standard-dirs-employee-display {
  padding-left: .5rem;
}

.regional-standard-dirs-employee-display.disabled {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-dirs-employee-selection-dropdown {
  min-width: 12.5rem;
}

.regional-standard-dirs-snackbar {
  width: 30%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.regional-standard-dirs-snackbar-hidden {
  transform: translate(-50%, 100%);
}

.regional-standard-dirs-administrator-comment-cell-comment {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-dirs-administrator-comment-cell-button {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-incoming-datenumber-cell, .regional-standard-dirs-registry-status-cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-dirs-incoming-datenumber-cell-data, .regional-standard-dirs-registry-status-cell-data {
  min-width: 5.875rem;
}

.regional-standard-dirs-incoming-datenumber-cell-button, .regional-standard-dirs-registry-status-cell-button {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-incoming-datenumber-cell-button.disabled, .regional-standard-dirs-registry-status-cell-button.disabled {
  cursor: auto;
}

.regional-standard-dirs-incoming-datenumber-cell-button.button-undo, .regional-standard-dirs-registry-status-cell-button.button-undo {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-dirs-registry-status-cell-button {
  margin-top: .5rem;
}

.regional-standard-dirs-communal-service-description {
  display: flex;
}

.status-cell-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3em;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.status-row {
  justify-content: center;
  align-items: center;
  gap: .3em;
  width: 100%;
  display: flex;
}

.status-cell {
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
}

.status-cell .status-active {
  color: #28a745;
}

.status-cell .status-inactive {
  color: #dc3545;
}

.status-cell .status-unknown {
  color: #ffc107;
}

.status-default-badge {
  color: #28a745;
  background: #e6fff2;
  border: 1px solid #b7eb8f;
  border-radius: 12px;
  align-items: center;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: .95em;
  font-weight: 600;
  transition: background .18s, border .18s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 1px 2px #00000008;
}

.status-default-badge--with-remove:hover {
  color: #a8071a;
  background: #fff1f0;
  border: 1px solid #ffccc7;
}

.status-default-badge .status-default-remove-btn {
  cursor: pointer;
  opacity: 0;
  color: #ff4d4f;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .4em;
  padding: 0 .2em;
  font-size: 1em;
  transition: opacity .18s, background .18s;
  display: inline-flex;
  position: relative;
  top: 1px;
}

.status-default-badge .status-default-remove-btn:hover {
  color: #a8071a;
  background: #ffccc7;
}

.status-default-badge .status-default-remove-btn i {
  color: inherit;
}

.status-default-badge--with-remove .status-default-remove-btn {
  opacity: 1;
  opacity: 1;
}

.status-default-badge i {
  margin-left: .125rem;
  margin-right: .125rem;
}

.table-row-editable {
  cursor: pointer;
  transition: background .18s;
}

.table-row-editable:hover {
  background: #f5faff;
}

.table-row-editable .action-icons-cell {
  justify-content: center;
  align-items: center;
  gap: .7em;
  display: flex;
}

.table-row-editable .action-icons-cell .icon-btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  outline: none;
  align-items: center;
  padding: .35em .7em;
  font-size: 1.08em;
  font-weight: 500;
  transition: background .18s, box-shadow .18s, transform .12s;
  display: flex;
  box-shadow: 0 2px 8px #1890ff0a;
}

.table-row-editable .action-icons-cell .icon-btn:active {
  transform: scale(.96);
}

.table-row-editable .action-icons-cell .edit-icon-btn {
  color: #fff;
  background: #1890ff;
}

.table-row-editable .action-icons-cell .edit-icon-btn:hover {
  background: #40a9ff;
  box-shadow: 0 4px 16px #1890ff1a;
}

.table-row-editable .action-icons-cell .edit-icon-btn .edit-icon {
  color: #fff;
}

.table-row-editable .action-icons-cell .copy-icon-btn {
  color: #fff;
  background: #52c41a;
}

.table-row-editable .action-icons-cell .copy-icon-btn:hover {
  background: #73d13d;
  box-shadow: 0 4px 16px #52c41a1a;
}

.table-row-editable .action-icons-cell .copy-icon-btn .copy-icon {
  color: #fff;
}

.table-row-editable .action-icons-cell .default-remove-btn {
  color: #ff4d4f;
  background: #fff1f0;
  border: 1px solid #ffccc7;
  margin-left: .5em;
}

.table-row-editable .action-icons-cell .default-remove-btn:hover {
  color: #a8071a;
  background: #ffccc7;
}

.table-row-editable .action-icons-cell .default-remove-btn i {
  color: #ff4d4f;
}

.table-row-editable .action-icons-cell .uneditable-badge {
  color: #d48806;
  text-align: left;
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  gap: .5em;
  margin-right: .5em;
  padding: 4px 12px;
  font-size: .95em;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #00000008;
}

.table-row-editable .action-icons-cell .uneditable-badge-text {
  white-space: pre-line;
  text-align: center;
  width: 100%;
  line-height: 1.15;
  display: inline-block;
}

.small-btn {
  justify-content: center;
  align-items: center;
  min-width: 2em;
  height: 2em;
  margin-left: .5em;
  padding: .2em .5em;
  font-size: .95em;
  display: inline-flex;
}

.analytic-module-collapsible {
  border-radius: 16px;
  margin: 0 0 2rem;
  padding: 2rem;
  box-shadow: 0 4px 24px #1890ff1a;
}

.analytic-module-collapsible:hover {
  box-shadow: 0 8px 32px #1890ff29;
}

.analytic-module-collapsible .analytic-header-row {
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: .7rem;
  display: flex;
}

.analytic-module-collapsible .analytic-header-row .analytic-header {
  user-select: none;
  cursor: pointer;
  background: #e6f7ff;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: .7em;
  min-width: 0;
  margin-bottom: 0;
  padding: .7em 1.2em;
  font-size: 1rem;
  font-weight: 600;
  transition: background .18s, box-shadow .18s;
  position: relative;
}

.analytic-module-collapsible .analytic-header-row .analytic-header:hover {
  background: #bae7ff;
  box-shadow: 0 2px 8px #1890ff1a;
}

.analytic-module-collapsible .analytic-header-row .analytic-header i.fa {
  transition: transform .22s cubic-bezier(.4, 0, .2, 1);
}

.analytic-module-collapsible .analytic-header-row .analytic-header:hover i.fa {
  transform: scale(1.15)rotate(-8deg);
}

.analytic-module-collapsible .analytic-header-row .expand-all-history-btn {
  color: #1890ff;
  cursor: pointer;
  background: #f5faff;
  border: 1px solid #bae7ff;
  border-radius: 8px;
  outline: none;
  align-items: center;
  gap: .5em;
  height: 2.2em;
  margin-left: 1.5rem;
  padding: .32em 1.1em;
  font-size: 1em;
  font-weight: 500;
  transition: background .18s, border .18s, color .18s, box-shadow .18s, transform .12s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 1px 4px #1890ff0f;
}

.analytic-module-collapsible .analytic-header-row .expand-all-history-btn:hover {
  color: #096dd9;
  background: #e6f7ff;
  border: 1px solid #91d5ff;
  box-shadow: 0 2px 8px #1890ff1a;
}

.analytic-module-collapsible .analytic-header-row .expand-all-history-btn i {
  color: inherit;
  font-size: 1.1em;
}

.analytic-module-collapsible .analytic-header-row .analytic-status-filter {
  align-self: flex-start;
  min-width: 220px;
  margin: 0 1.5rem;
}

.analytic-module-collapsible .analytic-content {
  margin-top: .5rem;
}

.analytic-module-collapsible .analytic-summary {
  margin-bottom: 1.2rem;
}

.analytic-module-collapsible .analytic-summary .summary-bar {
  font-size: 1.1rem;
  font-weight: 500;
}

.analytic-module-collapsible .analytic-summary .summary-bar .summary-green {
  color: #52c41a;
  margin-left: .7em;
}

.analytic-module-collapsible .analytic-summary .summary-bar .summary-yellow {
  color: #faad14;
  margin-left: .7em;
}

.analytic-module-collapsible .analytic-summary .summary-bar .summary-red {
  color: #ff4d4f;
  margin-left: .7em;
}

.analytic-module-collapsible .analytic-table-container {
  margin-top: 1.2rem;
  overflow-x: auto;
}

.analytic-module-collapsible .analytic-table-container .analytic-table {
  border-collapse: collapse;
  width: 100%;
}

.analytic-module-collapsible .analytic-table-container .analytic-table th, .analytic-module-collapsible .analytic-table-container .analytic-table td {
  padding: .5em .7em;
  font-size: 1em;
}

.analytic-module-collapsible .analytic-table-container .analytic-table th.align-center, .analytic-module-collapsible .analytic-table-container .analytic-table td.align-center {
  text-align: center;
}

.analytic-module-collapsible .analytic-table-container .analytic-table th {
  z-index: 2;
  background: #f5faff;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.analytic-module-collapsible .analytic-table-container .analytic-table tr.analytic-row--green {
  background: #f6ffed;
}

.analytic-module-collapsible .analytic-table-container .analytic-table tr.analytic-row--red {
  background: #fff1f0;
}

.analytic-module-collapsible .analytic-table-container .analytic-table tr:hover {
  background: #e6f7ff;
}

.analytic-module-collapsible .analytic-table-container .analytic-table .empty-row {
  text-align: center;
  color: #aaa;
  padding: 1.5em 0;
  font-style: italic;
}

.analytic-module-collapsible .analytic-table-container .analytic-table .small {
  color: #1890ff;
  cursor: pointer;
  background: #f5faff;
  border: none;
  border-radius: 6px;
  padding: .2em .5em;
  font-size: .95em;
  transition: background .18s;
}

.analytic-module-collapsible .analytic-table-container .analytic-table .small:hover {
  background: #e6f7ff;
}

.analytic-module-collapsible .analytic-table-container .history-toggle-btn {
  cursor: pointer;
  color: #1890ff;
  background: #f5faff;
  border: 1px solid #bae7ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-left: .2em;
  font-size: 1.1em;
  transition: background .18s, border .18s, color .18s, box-shadow .18s;
  display: inline-flex;
  box-shadow: 0 1px 4px #1890ff0f;
}

.analytic-module-collapsible .analytic-table-container .history-toggle-btn:hover {
  color: #096dd9;
  background: #e6f7ff;
  border: 1px solid #91d5ff;
  box-shadow: 0 2px 8px #1890ff1a;
}

.analytic-module-collapsible .fade-enter-active, .analytic-module-collapsible .fade-leave-active {
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.analytic-module-collapsible .fade-enter, .analytic-module-collapsible .fade-leave-to {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.analytic-module-collapsible .analytic-table-container td.bold {
  font-weight: 600;
}

.analytic-module-collapsible .service-cell {
  justify-content: center;
  align-items: center;
  gap: .4em;
  margin-bottom: .2em;
  display: flex;
  position: relative;
}

.analytic-module-collapsible .service-info-icon {
  color: #1890ff;
  cursor: pointer;
  margin-right: .2em;
  font-size: 1em;
}

.analytic-module-collapsible .text-success {
  color: #52c41a;
  font-size: 1.2em;
}

.analytic-module-collapsible .text-danger {
  color: #ff4d4f;
  font-size: 1.2em;
}

.analytic-module-collapsible .history-list {
  background: #f5faff;
  border-radius: 8px;
  margin-top: .3em;
  padding: .5em 1em;
  font-size: .97em;
  box-shadow: 0 2px 8px #1890ff0f;
}

.analytic-module-collapsible .history-list ul {
  margin: 0;
  padding: 0 0 0 1em;
}

.analytic-module-collapsible .history-list li {
  color: #555;
  margin-bottom: .2em;
}

.analytic-module-collapsible .fade-history-enter-active, .analytic-module-collapsible .fade-history-leave-active {
  transition: all .22s cubic-bezier(.4, 0, .2, 1);
}

.analytic-module-collapsible .fade-history-enter, .analytic-module-collapsible .fade-history-leave-to {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.analytic-service-block {
  border-bottom: 1px dashed #e6f7ff;
  flex-direction: column;
  align-items: center;
  margin-bottom: .3em;
  padding-bottom: .2em;
  display: flex;
}

.analytic-service-block:last-child {
  border-bottom: none;
}

.analytic-service-period {
  color: #222;
  align-items: center;
  gap: .5em;
  margin-bottom: .1em;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.analytic-warning-icon {
  color: #faad14;
  cursor: pointer;
  align-items: center;
  margin-left: .5em;
  font-size: 1.2em;
  display: inline-flex;
}

.analytic-warning-icon:hover {
  color: #d48806;
}

.analytic-ok-icon {
  color: #52c41a;
  cursor: pointer;
  align-items: center;
  margin-left: .5em;
  font-size: 1.2em;
  display: inline-flex;
}

.analytic-ok-icon:hover {
  color: #389e0d;
}

.service-tabs-filter-row {
  align-items: flex-end;
  gap: 2.5rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.service-tabs-filter-row .service-tabs {
  flex: 1;
}

.service-tabs-filter-row .analytic-status-filter {
  min-width: 220px;
  margin-left: auto;
}

.service-tabs-caption {
  color: #888;
  margin-top: -.7rem;
  margin-bottom: 1.2rem;
  font-size: .98rem;
}

.container[data-v-b78865] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-dirs-communal-services-icon[data-v-b78865] {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-cold-water[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-hot-water[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-drainage[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-power-supply[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-heating[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-gas[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-tko[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-management[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-rent[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-capital-repair[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-fluid-trash[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-success[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: none;
  background-image: url("success.15208123.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-edit[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-icon-plus[data-v-b78865] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.969cd9d4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-dirs-communal-services-download[data-v-b78865] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-dirs-communal-services-refresh[data-v-b78865] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-communal-services-cell-status[data-v-b78865] {
  display: flex;
}

.regional-standard-dirs-communal-services-cell-status-value[data-v-b78865] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-dirs-communal-services-pagination[data-v-b78865] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard-dirs-communal-services .page-subtitle[data-v-b78865] {
  color: #fff;
  font-size: 2rem;
}

.regional-standard-dirs-communal-services .page-add-protocol[data-v-b78865] {
  margin-left: auto;
}

.regional-standard-dirs-communal-services .page-content[data-v-b78865] {
  background: #fff;
}

.regional-standard-dirs-communal-services .page-content .container[data-v-b78865] {
  padding-right: 1.875rem;
}

.regional-standard-dirs-communal-services .page-content .content-title-block[data-v-b78865] {
  justify-content: space-between;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .content-title-block .content-title[data-v-b78865] {
  font-size: 1.25rem;
  font-weight: bold;
}

.regional-standard-dirs-communal-services .page-content .inputs-block[data-v-b78865] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row[data-v-b78865] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row[data-v-b78865] > * {
  margin-right: 2rem;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row[data-v-b78865] > :last-child {
  margin: 0;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row .empty[data-v-b78865] {
  width: 100%;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-b78865] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .inputs-block .inputs-block-row .filter-button[data-v-b78865] {
  margin-left: 1rem;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap[data-v-b78865] {
  background-color: #e5eaf0;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-top: 2rem;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .container[data-v-b78865] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tabs[data-v-b78865] {
  align-items: center;
  min-width: fit-content;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tabs .tab[data-v-b78865] {
  align-items: center;
  height: 100%;
  display: flex;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab[data-v-b78865] {
  cursor: pointer;
  color: #495057;
  background: none;
  border: none;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding: 0 1.5rem;
  font-size: 1.08rem;
  transition: color .2s, background .2s, border-color .2s, box-shadow .18s, transform .18s;
  display: flex;
  position: relative;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-icon[data-v-b78865] {
  margin-right: .7em;
  font-size: 1.2em;
  transition: color .2s;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-label[data-v-b78865] {
  font-weight: 500;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge[data-v-b78865] {
  border-radius: 12px;
  align-items: center;
  gap: .4em;
  margin-left: .7em;
  padding: .18em .7em .18em .5em;
  font-size: .93em;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
  box-shadow: 0 1px 2px #1890ff0f;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge.tariff[data-v-b78865] {
  color: #fff;
  background: linear-gradient(90deg, #52c41a 0%, #b7eb8f 100%);
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge.tariff .fa-ruble-sign[data-v-b78865] {
  color: #fff;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge.standard[data-v-b78865] {
  color: #fff;
  background: linear-gradient(90deg, #1890ff 0%, #40a9ff 100%);
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge.standard .fa-balance-scale[data-v-b78865] {
  color: #fff;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab .tab-badge .tab-badge-text[data-v-b78865] {
  margin-left: .3em;
  font-size: .93em;
  font-weight: 600;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab[data-v-b78865]:hover {
  color: #1890ff;
  background: #f5faff;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab:hover .tab-icon[data-v-b78865] {
  color: #1890ff;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab.active[data-v-b78865] {
  color: #1890ff;
  z-index: 2;
  background: #e6f7ff;
  border-bottom: none;
  transform: scale(1.04);
  box-shadow: 0 4px 18px #1890ff1a;
}

.regional-standard-dirs-communal-services .page-content .tabs-wrap .tab.active .tab-icon[data-v-b78865] {
  color: #1890ff;
}

.regional-standard-dirs-communal-services .type-tabs-wrap[data-v-b78865] {
  justify-content: flex-start;
  display: flex;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment[data-v-b78865] {
  background: linear-gradient(90deg, #e6f7ff 0%, #f0fbff 100%);
  border-radius: 2.2rem;
  align-items: center;
  width: fit-content;
  padding: .18rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #1890ff14;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs[data-v-b78865] {
  justify-content: flex-start;
  align-items: center;
  gap: .2rem;
  width: 100%;
  display: flex;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs .type-tab-content[data-v-b78865] {
  color: #495057;
  cursor: pointer;
  box-shadow: none;
  background: #f5faff;
  border: none;
  border-radius: 2rem;
  align-items: center;
  gap: .7em;
  padding: .9em 2.7em;
  font-size: 1.13rem;
  font-weight: 600;
  transition: all .18s;
  display: flex;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs .type-tab-content i.fa[data-v-b78865] {
  font-size: 1.2em;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs .type-tab-content[data-v-b78865]:hover {
  color: #1890ff;
  background: #e6f7ff;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs .type-tab-content.active[data-v-b78865] {
  color: #1890ff;
  z-index: 2;
  background: #fff;
  box-shadow: 0 2px 12px #1890ff1a;
}

.regional-standard-dirs-communal-services .type-tabs-wrap .type-tabs-segment .type-tabs .type-tab-content.active i.fa[data-v-b78865] {
  color: #1890ff;
}

.regional-standard-dirs-communal-services .action-icons-cell[data-v-b78865] {
  justify-content: center;
  align-items: center;
  gap: .7em;
  display: flex;
}

.regional-standard-dirs-communal-services .action-icons-cell .icon-btn[data-v-b78865] {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  outline: none;
  align-items: center;
  padding: .35em .7em;
  font-size: 1.08em;
  font-weight: 500;
  transition: background .18s, box-shadow .18s, transform .12s;
  display: flex;
  box-shadow: 0 2px 8px #1890ff0a;
}

.regional-standard-dirs-communal-services .action-icons-cell .icon-btn[data-v-b78865]:active {
  transform: scale(.96);
}

.regional-standard-dirs-communal-services .action-icons-cell .edit-icon-btn[data-v-b78865] {
  color: #fff;
  background: #1890ff;
}

.regional-standard-dirs-communal-services .action-icons-cell .edit-icon-btn[data-v-b78865]:hover {
  background: #40a9ff;
  box-shadow: 0 4px 16px #1890ff1a;
}

.regional-standard-dirs-communal-services .action-icons-cell .edit-icon-btn .edit-icon[data-v-b78865] {
  color: #fff;
}

.regional-standard-dirs-communal-services .action-icons-cell .copy-icon-btn[data-v-b78865] {
  color: #fff;
  background: #52c41a;
}

.regional-standard-dirs-communal-services .action-icons-cell .copy-icon-btn[data-v-b78865]:hover {
  background: #73d13d;
  box-shadow: 0 4px 16px #52c41a1a;
}

.regional-standard-dirs-communal-services .action-icons-cell .copy-icon-btn .copy-icon[data-v-b78865] {
  color: #fff;
}

.regional-standard-dirs-communal-services .action-icons-cell .small-btn[data-v-b78865] {
  justify-content: center;
  align-items: center;
  min-width: 2em;
  height: 2em;
  margin-left: .5em;
  padding: .2em .5em;
  font-size: .95em;
  display: inline-flex;
}

.regional-standard-dirs-communal-services-employee-display[data-v-b78865] {
  padding-left: .5rem;
}

.regional-standard-dirs-communal-services-employee-display.disabled[data-v-b78865] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-dirs-communal-services-employee-selection-dropdown[data-v-b78865] {
  min-width: 12.5rem;
}

.regional-standard-dirs-communal-services-snackbar[data-v-b78865] {
  width: 30%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.regional-standard-dirs-communal-services-snackbar-hidden[data-v-b78865] {
  transform: translate(-50%, 100%);
}

.regional-standard-dirs-communal-services-administrator-comment-cell-comment[data-v-b78865] {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-dirs-communal-services-administrator-comment-cell-button[data-v-b78865] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-communal-services-incoming-datenumber-cell[data-v-b78865], .regional-standard-dirs-communal-services-registry-status-cell[data-v-b78865] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-dirs-communal-services-incoming-datenumber-cell-data[data-v-b78865], .regional-standard-dirs-communal-services-registry-status-cell-data[data-v-b78865] {
  min-width: 5.875rem;
}

.regional-standard-dirs-communal-services-incoming-datenumber-cell-button[data-v-b78865], .regional-standard-dirs-communal-services-registry-status-cell-button[data-v-b78865] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-dirs-communal-services-incoming-datenumber-cell-button.disabled[data-v-b78865], .regional-standard-dirs-communal-services-registry-status-cell-button.disabled[data-v-b78865] {
  cursor: auto;
}

.regional-standard-dirs-communal-services-incoming-datenumber-cell-button.button-undo[data-v-b78865], .regional-standard-dirs-communal-services-registry-status-cell-button.button-undo[data-v-b78865] {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-dirs-communal-services-registry-status-cell-button[data-v-b78865] {
  margin-top: .5rem;
}

.regional-standard-dirs-communal-services-communal-service-description[data-v-b78865] {
  display: flex;
}

.employee-col[data-v-b78865] {
  width: 14rem;
}

.word-break-all[data-v-b78865] {
  word-break: break-all;
}

.confirm-col[data-v-b78865] {
  text-align: right;
}

.service-col[data-v-b78865], .status-col[data-v-b78865] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-b78865] {
  width: 15rem;
  justify-content: flex-start !important;
}

.regional-standard-incoming-datenumber-cell[data-v-b78865] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-b78865] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-e833a5] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-standard-download[data-v-e833a5] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-standard-refresh[data-v-e833a5] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-cell-status[data-v-e833a5] {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.regional-standard-standard-cell-status-value[data-v-e833a5] {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.regional-standard-standard-cell-status-value-green[data-v-e833a5] {
  color: #12b093;
}

.regional-standard-standard-cell-status-value-red[data-v-e833a5] {
  color: #ff3666;
}

.regional-standard-standard-cell-status-value-yellow[data-v-e833a5] {
  color: #d18d06;
}

.regional-standard-standard-cell-status-value-link[data-v-e833a5] {
  color: #506bfa;
  cursor: pointer;
}

.regional-standard-standard-pagination[data-v-e833a5] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard-standard .page-subtitle[data-v-e833a5] {
  color: #fff;
  font-size: 2rem;
}

.regional-standard-standard .page-add-protocol[data-v-e833a5] {
  margin-left: auto;
}

.regional-standard-standard .page-content[data-v-e833a5] {
  background: #fff;
}

.regional-standard-standard .page-content .container[data-v-e833a5] {
  padding-right: 1.875rem;
}

.regional-standard-standard .page-content .content-title-block[data-v-e833a5] {
  justify-content: space-between;
  display: flex;
}

.regional-standard-standard .page-content .content-title-block .content-title[data-v-e833a5] {
  font-size: 1.25rem;
  font-weight: bold;
}

.regional-standard-standard .page-content .inputs-block[data-v-e833a5] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-e833a5] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-e833a5] > * {
  margin-right: 2rem;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-e833a5] > :last-child {
  margin: 0;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .empty[data-v-e833a5] {
  width: 100%;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-e833a5] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .filter-button[data-v-e833a5] {
  margin-left: 1rem;
}

.regional-standard-standard .page-content .tabs[data-v-e833a5] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.regional-standard-standard .page-content .tabs-wrap[data-v-e833a5] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.regional-standard-standard-employee-display[data-v-e833a5] {
  padding-left: .5rem;
}

.regional-standard-standard-employee-display.disabled[data-v-e833a5] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-standard-employee-selection-dropdown[data-v-e833a5] {
  min-width: 12.5rem;
}

.regional-standard-standard-administrator-comment-cell-comment[data-v-e833a5] {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-standard-administrator-comment-cell-button[data-v-e833a5] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-incoming-datenumber-cell[data-v-e833a5], .regional-standard-standard-registry-status-cell[data-v-e833a5] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-standard-incoming-datenumber-cell-data[data-v-e833a5], .regional-standard-standard-registry-status-cell-data[data-v-e833a5] {
  min-width: 5.875rem;
}

.regional-standard-standard-incoming-datenumber-cell-button[data-v-e833a5], .regional-standard-standard-registry-status-cell-button[data-v-e833a5] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-incoming-datenumber-cell-button.disabled[data-v-e833a5], .regional-standard-standard-registry-status-cell-button.disabled[data-v-e833a5] {
  cursor: auto;
}

.regional-standard-standard-incoming-datenumber-cell-button.button-undo[data-v-e833a5], .regional-standard-standard-registry-status-cell-button.button-undo[data-v-e833a5] {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-standard-registry-status-cell-button[data-v-e833a5] {
  margin-top: .5rem;
}

.employee-col[data-v-e833a5] {
  width: 14rem;
}

.word-break-all[data-v-e833a5] {
  word-break: break-all;
}

.confirm-col[data-v-e833a5] {
  text-align: right;
}

.service-col[data-v-e833a5], .status-col[data-v-e833a5] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-e833a5] {
  width: 15rem;
  justify-content: flex-start !important;
}

.regional-standard-standard-incoming-datenumber-cell[data-v-e833a5] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-e833a5] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-03d896] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-new-pagination[data-v-03d896] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard-new .icon-download[data-v-03d896] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("download-red.a5f20498.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.regional-standard-new .icon-refresh[data-v-03d896] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("refresh.ed782039.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.regional-standard-new .icon-alert[data-v-03d896] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("alert-red.38b1beb9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.regional-standard-new .page-subtitle[data-v-03d896] {
  color: #fff;
  font-size: 2rem;
}

.regional-standard-new .page-add-protocol[data-v-03d896] {
  margin-left: auto;
}

.regional-standard-new .page-content[data-v-03d896] {
  background: #fff;
}

.regional-standard-new .page-content .container[data-v-03d896] {
  padding-right: 1.875rem;
}

.regional-standard-new .page-content .content-title-block[data-v-03d896] {
  justify-content: space-between;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-new .page-content .content-title-block .content-title[data-v-03d896] {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  font-weight: bold;
}

.regional-standard-new .page-content .content-title-block .content-description[data-v-03d896] {
  padding-top: .75rem;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard-new .page-content .block[data-v-03d896] {
  background-color: #e5eaf0;
  border: 3px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 80%;
  margin-bottom: 2.25rem;
}

.regional-standard-new .page-content .block-row[data-v-03d896] {
  justify-content: flex-start;
  display: flex;
}

.regional-standard-new .page-content .block-row[data-v-03d896] > * {
  margin-right: .25rem;
}

.regional-standard-new .page-content .block-row[data-v-03d896] > :last-child {
  flex-grow: 1;
  margin-right: 0;
}

.regional-standard-new .page-content .inputs-block[data-v-03d896] {
  background-color: #f5f7fb;
  border-top: 1px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-right[data-v-03d896] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-right[data-v-03d896] > * {
  margin-right: 2rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-right[data-v-03d896] > :last-child {
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  margin: 0;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-right-date[data-v-03d896] {
  margin-right: auto;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row[data-v-03d896] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-cell[data-v-03d896] {
  justify-content: flex-end;
  min-width: 10rem;
  display: flex;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-cell[data-v-03d896] > * {
  margin-right: 2rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-cell[data-v-03d896] > :last-child {
  margin: 0;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row span[data-v-03d896] {
  text-align: center;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row span .red[data-v-03d896] {
  color: #ff3666;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-dropdown[data-v-03d896] {
  max-width: 11.25rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row[data-v-03d896] > * {
  margin-right: 2rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row[data-v-03d896] > :last-child {
  flex-shrink: 0;
  min-width: 1.5rem;
  margin: 0;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row .empty[data-v-03d896] {
  width: 100%;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row-input[data-v-03d896] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row .add-buttons[data-v-03d896] {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.regional-standard-new .page-content .inputs-block .inputs-block-row .add-button[data-v-03d896] {
  margin-left: 1rem;
}

.word-break-all[data-v-03d896] {
  word-break: break-all;
}

.confirm-col[data-v-03d896] {
  text-align: right;
}

.loader[data-v-03d896] {
  width: 1rem;
  margin: 1rem auto;
}

.regional-standard-standard-snackbar {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  ackground-position: center;
  cursor: pointer;
  background-image: url("plus.969cd9d4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4rem;
  display: inline-block;
}

.regional-standard-standard-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.regional-standard-standard-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.regional-standard-standard-snackbar-button {
  margin-left: .6875rem;
}

.regional-standard-standard-details-snackbar {
  background-color: #2d265d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 30rem;
  min-height: 3rem;
  padding: 0 1.125rem;
  display: flex;
  box-shadow: 0 10px 19px #0c325a29;
}

.regional-standard-standard-details-snackbar-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.regional-standard-standard-details-snackbar-buttons {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.regional-standard-standard-details-snackbar-button {
  margin-left: .6875rem;
}

.regional-standard-standard-collection-modal {
  grid-gap: 1rem;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.regional-standard-standard-collection-modal-icon {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-gas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-tko {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-management {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-rent {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-capital-repair {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-icon-fluid-trash {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-standard-collection-modal-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.regional-standard-standard-collection-modal-attribute {
  min-width: 21.875rem;
  display: flex;
}

.regional-standard-standard-collection-modal-attribute-name {
  color: $ color-gray-x-dark;
  align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-standard-collection-modal-filter {
  display: inline-flex !important;
}

.regional-standard-standard-collection-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.regional-standard-standard-collection-modal-footer > * {
  margin-left: 1rem;
}

.ui-regional-standard-fixed-table {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 14px;
}

.ui-regional-standard-fixed-table .table .tr {
  min-height: 4rem;
  padding-left: 2rem;
  display: flex;
}

.ui-regional-standard-fixed-table .table .tr .th {
  font-weight: bold;
}

.ui-regional-standard-fixed-table .table .tr .th.sort {
  cursor: pointer;
  flex-direction: row;
  align-items: center !important;
}

.ui-regional-standard-fixed-table .table .tr .th.sort:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 1rem;
  display: block;
}

.ui-regional-standard-fixed-table .table .tr .th.sort.active {
  background: #231c55;
}

.ui-regional-standard-fixed-table .table .tr .th.sort.active.up:after {
  content: "";
  background: url("sort-arrow.6b425469.svg") 0 0 / cover;
  width: .5rem;
  height: .25rem;
  margin-left: 1rem;
  display: block;
  transform: rotate(180deg);
}

.ui-regional-standard-fixed-table .table .tr .th, .ui-regional-standard-fixed-table .table .tr .td {
  word-break: normal;
  box-sizing: border-box;
  flex-flow: column wrap;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  padding: 1.2rem;
  display: flex;
}

.ui-regional-standard-fixed-table .table .tr .th.align-left, .ui-regional-standard-fixed-table .table .tr .td.align-left {
  align-items: flex-start;
}

.ui-regional-standard-fixed-table .table .tr .th.align-right, .ui-regional-standard-fixed-table .table .tr .td.align-right {
  align-items: flex-end;
}

.ui-regional-standard-fixed-table .table .tr .th.edit, .ui-regional-standard-fixed-table .table .tr .td.edit {
  width: 3.125rem;
}

.ui-regional-standard-fixed-table .table .tr .th.rotate-cell, .ui-regional-standard-fixed-table .table .tr .td.rotate-cell {
  writing-mode: vertical-rl;
  padding: .5rem;
}

.ui-regional-standard-fixed-table .table .tr .th.dropdown-cell, .ui-regional-standard-fixed-table .table .tr .td.dropdown-cell {
  padding: 1.6rem;
}

.ui-regional-standard-fixed-table .table .tr .td.link {
  color: #506bfa;
  cursor: pointer;
}

.ui-regional-standard-fixed-table .table .tr .td.red, .ui-regional-standard-fixed-table .table .tr .td.accent {
  color: #ff3666;
}

.ui-regional-standard-fixed-table .table .tr .td.green {
  color: #00ae7a;
}

.ui-regional-standard-fixed-table .table .tr .td.pre {
  white-space: pre-wrap;
}

.ui-regional-standard-fixed-table .table .tr .td span.block {
  display: block;
}

.ui-regional-standard-fixed-table .table .tr .td span.block.primary {
  color: #0c325a;
}

.ui-regional-standard-fixed-table .table .tr .td span.block.secondary {
  color: #556584;
}

.ui-regional-standard-fixed-table .table .tr .td span.block.small {
  font-size: .75rem;
  line-height: 1rem;
}

.ui-regional-standard-fixed-table .table .tr .td span.red, .ui-regional-standard-fixed-table .table .tr .td span.accent {
  color: #ff3666;
}

.ui-regional-standard-fixed-table .table .tr .td span.green {
  color: #00ae7a;
}

.ui-regional-standard-fixed-table .table .tr .fix {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}

.ui-regional-standard-fixed-table .table .tr .fix:after {
  content: "";
  background: linear-gradient(90deg, #231c55 0%, #0c325a00 35%);
  width: 7px;
  height: 100%;
  display: block;
}

.ui-regional-standard-fixed-table .table .tr .scroll {
  display: flex;
  overflow-x: hidden;
}

.ui-regional-standard-fixed-table .table .thead {
  z-index: 29;
  position: sticky;
  top: 0;
}

.ui-regional-standard-fixed-table .table .thead .fix:after {
  background: #556584;
  width: 2px;
  margin-right: 5px;
}

.ui-regional-standard-fixed-table .table .thead .tr {
  color: #fff;
  background: #2d265d;
}

.ui-regional-standard-fixed-table .table .tbody .tr {
  color: #556584;
  border-bottom: 2px solid #231c55;
  transition: background .2s;
}

.ui-regional-standard-fixed-table .table .tbody .tr.green {
  color: #146c43;
  background: #b6f5d3;
}

.ui-regional-standard-fixed-table .table .tbody .tr.blue {
  color: #205081;
  background: #c7e6fb;
}

.ui-regional-standard-fixed-table .table .tbody .tr.purple {
  color: #6d3fa9;
  background: #e5d6fa;
}

.ui-regional-standard-fixed-table .table .tbody .tr.union-master {
  background: #fff7e6;
  font-weight: bold;
  position: relative;
}

.ui-regional-standard-fixed-table .table .tbody .tr:hover {
  background: #f0f4ff;
}

.ui-regional-standard-fixed-table .scroll-x-wrap {
  height: 10px;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  bottom: 2px;
}

.ui-regional-standard-fixed-table .scroll-x-wrap .left-pass {
  flex-shrink: 0;
}

.ui-regional-standard-fixed-table .scroll-x-wrap .scroll-x-box {
  flex-shrink: 0;
  height: 100%;
  overflow-x: scroll;
}

.ui-regional-standard-fixed-table .scroll-x-wrap .scroll-x-box .scroll-x-control {
  height: 1px;
}

.ui-regional-standard-fixed-table ::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-regional-standard-fixed-table ::-webkit-scrollbar-track {
  background-color: #fff;
  width: 8px;
  height: 8px;
}

.ui-regional-standard-fixed-table ::-webkit-scrollbar-thumb {
  background-color: #98a7b6;
  border-radius: .5rem;
  width: 8px;
  height: 8px;
}

.ui-regional-standard-fixed-table ::-webkit-scrollbar-thumb:hover {
  background-color: #98a7b6;
  width: 8px;
  height: 8px;
}

.ui-regional-standard-fixed-table ::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.ui-regional-standard-fixed-table ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.container[data-v-12d88b] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-standard-formal-details-modal[data-v-12d88b] {
  padding: 1.5rem 2.625rem;
}

.regional-standard-standard-formal-details-modal-header[data-v-12d88b] {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.regional-standard-standard-formal-details-modal-body-row[data-v-12d88b] {
  width: 100%;
  max-width: 26rem;
  margin-bottom: 1.5rem;
}

.regional-standard-standard-formal-details-modal-body-row-label[data-v-12d88b] {
  color: #0c325a;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.regional-standard-standard-formal-details-modal-body-row-controls[data-v-12d88b] {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.regional-standard-standard-formal-details-modal-body-row-input[data-v-12d88b] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 12.5rem;
  height: 3rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.regional-standard-standard-formal-details-modal-body-row-input.calendar[data-v-12d88b] {
  padding-left: 3rem;
}

.regional-standard-standard-formal-details-modal-body-row-control[data-v-12d88b] {
  position: relative;
}

.regional-standard-standard-formal-details-modal-body-row-control-icon-calendar[data-v-12d88b] {
  background: url("calendar.1c36a13d.svg") center no-repeat;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.regional-standard-standard-formal-details-modal-body-row-button[data-v-12d88b] {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.regional-standard-standard-formal-details-modal input[type="date"][data-v-12d88b]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.container {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard .page-header-summary {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  padding-right: 1.875rem;
  display: flex;
}

.regional-standard .page-header-info {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.regional-standard .page-header-info-wrap {
  margin-bottom: 2rem;
}

.regional-standard .page-header-info-left {
  color: #fff;
  width: 65%;
  display: block;
}

.regional-standard .page-header-info-left-subtitle, .regional-standard .page-header-info-left-standard-name {
  display: block;
}

.regional-standard .page-header-info-left-subtitle {
  color: #fff9;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.regional-standard .page-header-info-left-standard-name {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.regional-standard .page-header-info-left-administrator-comment {
  white-space: pre-wrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.regional-standard .page-header-info-right {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.regional-standard .page-header-info-right-row {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.regional-standard .page-header-info-right-row:last-of-type {
  margin-bottom: 0;
}

.regional-standard .page-header-info-right-row-bold {
  font-weight: bold;
}

.regional-standard .page-header-info-right-row > * {
  white-space: nowrap;
  margin-left: .5rem;
}

.regional-standard .page-header-info-right-row.buttons {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.regional-standard .page-header-info-right-row-download-buttons {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -.5rem;
  display: flex;
}

.regional-standard .page-header-info-right-row-download-button {
  color: #506bfa;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
  width: auto !important;
}

.regional-standard .page-header-info-right-row-download-button + .regional-standard .page-header-info-right-row-download-button {
  margin-top: .5rem;
}

.regional-standard .page-header-info-right-row-download-button:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.regional-standard .page-header-info-right-row-download-button:hover {
  background: none;
  text-decoration: underline;
}

.regional-standard .page-header-info-right-label {
  margin-right: .5rem;
  font-weight: 400;
}

.regional-standard .page-header-info-right-value {
  font-weight: 500;
}

.regional-standard .page-header-info-right-value span.check-status {
  margin-left: .5rem;
  font-weight: 500;
}

.regional-standard .page-header-info-right-value span.check-status.green {
  color: #00fdce;
}

.regional-standard .page-header-info-right-value span.check-status.purple {
  color: #ccc1f9;
}

.regional-standard .page-header-info-right-select {
  width: 10rem;
  height: 2rem !important;
}

.regional-standard .page-header-panels {
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.regional-standard .page-header-panels-wrap {
  box-sizing: border-box;
  width: auto;
}

.regional-standard .page-header-panel {
  background-color: #2d265d;
  flex-flow: row;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  display: flex;
}

.regional-standard .page-header-panel-wide {
  grid-column: auto / span 2;
  width: auto;
}

.regional-standard .page-header-panel-formal-details {
  grid-gap: 2rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  display: grid;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.regional-standard .page-header-panel-formal-details-left {
  grid-gap: 2rem;
  grid-column: 1 / span 3;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.regional-standard .page-header-panel-formal-details-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.5rem .75rem;
  display: flex;
}

.regional-standard .page-header-panel-formal-details-item {
  box-sizing: border-box;
  padding: 1rem 1.5rem .75rem;
}

.regional-standard .page-header-panel-formal-details-item-values {
  margin-top: .875rem;
}

.regional-standard .page-header-panel-formal-details-item-label, .regional-standard .page-header-panel-formal-details-item-value, .regional-standard .page-header-panel-formal-details-item-execution-mark {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.regional-standard .page-header-panel-formal-details-item-label {
  opacity: .8;
}

.regional-standard .page-header-panel-formal-details-item-value {
  margin-right: .875rem;
}

.regional-standard .page-header-panel-formal-details-item-value:last-of-type {
  margin-right: 0;
}

.regional-standard .page-header-panel-formal-details-item-execution-mark {
  opacity: .8;
  width: auto;
  max-width: 18.4375rem;
  font-size: .6875rem;
  font-weight: normal;
}

.regional-standard .page-header-panel:last-of-type {
  margin-right: 0;
}

.regional-standard .page-header-panel-content {
  color: #fff;
  min-width: 13.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.regional-standard .page-header-panel-content + .regional-standard .page-header-panel-content {
  margin-left: 2rem;
}

.regional-standard .page-header-panel-content-row {
  margin-bottom: 1rem;
}

.regional-standard .page-header-panel-content-row:last-of-type {
  margin-bottom: 0;
}

.regional-standard .page-header-panel-content-label {
  margin-bottom: .375rem;
  font-weight: normal;
}

.regional-standard .page-header-panel-content-label .green {
  color: #00ae7a;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-header-panel-content-label .blue {
  color: #58cdf2;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-header-panel-content-label .purple {
  color: #ccc1f9;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-header-panel-content-label.margin-top {
  margin-top: .375rem;
}

.regional-standard .page-header-panel-content-value {
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.regional-standard .page-header-panel-content-value-label {
  font-weight: normal;
}

.regional-standard .page-header-panel-content-value span {
  margin-top: .375rem;
  margin-bottom: 1rem;
}

.regional-standard .page-header-panel-content-value-document-download-link {
  color: #9babff;
}

.regional-standard .page-header-panel-content-value-document-download-link a:after {
  content: url("subsidy-document-download-icon.27d00a0f.svg");
  vertical-align: middle;
  width: .875rem;
  height: 1rem;
  margin-left: .375rem;
  display: inline-block;
}

.regional-standard .page-header-panel-content .red_header {
  color: #ff3666;
}

.regional-standard .page-header-panel-value-link {
  color: #9babff;
}

.regional-standard-download {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-icon {
  cursor: pointer;
  width: 2rem;
  height: 1.125rem;
  color: #556584 !important;
}

.regional-standard-icon-cold-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-hot-water {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-drainage {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-power-supply {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-heating {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-gas {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-tko {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-management {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-rent {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-capital-repair {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-fluid-trash {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-construction-elements {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("construction-elements.c89dd6c7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  display: inline-block;
  color: #556584 !important;
}

.regional-standard-icon-union {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  color: #556584 false;
  background-image: url("union.d408e212.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.regional-standard-pagination {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard .page-subtitle-title, .regional-standard .page-subtitle-value {
  dislpay: block;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
}

.regional-standard .row-dropdown {
  z-index: 95;
}

.regional-standard .page-download-button {
  margin-left: auto;
}

.regional-standard .page-content {
  background: #fff;
}

.regional-standard .page-content .container {
  padding-right: 1.875rem;
}

.regional-standard .page-content .content-title-block {
  justify-content: flex-start;
  display: flex;
}

.regional-standard .page-content .content-title-block .content-title {
  margin-right: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
}

.regional-standard .page-content .content-title-block .content-date {
  margin-right: 1.25rem;
  font-size: .75rem;
  font-weight: bold;
}

.regional-standard .page-content .content-title-block .content-date .date {
  font-size: .875rem;
  font-weight: normal;
}

.regional-standard .page-content .content-title-block .content-date .green {
  color: #00ae7a;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-content .content-title-block .content-date .blue {
  color: #58cdf2;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-content .content-title-block .content-date .red {
  color: #ff3666;
  font-size: .875rem;
  font-weight: bold;
}

.regional-standard .page-content .inputs-block {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard .page-content .inputs-block .inputs-block-row {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard .page-content .inputs-block .inputs-block-row > * {
  margin-right: 2rem;
}

.regional-standard .page-content .inputs-block .inputs-block-row > :last-child {
  margin: 0;
}

.regional-standard .page-content .inputs-block .inputs-block-row .empty {
  width: 100%;
}

.regional-standard .page-content .inputs-block .inputs-block-row .filter-buttons {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard .page-content .inputs-block .inputs-block-row .filter-button {
  margin-left: 1rem;
}

.regional-standard .page-content .tabs {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.regional-standard .page-content .tabs-wrap {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.regional-standard-employee-display {
  padding-left: .5rem;
}

.regional-standard-employee-display.disabled {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-employee-selection-dropdown {
  min-width: 12.5rem;
}

.regional-standard-details-snackbar {
  width: 2%;
  transition-duration: .3s;
  position: fixed;
  bottom: 2%;
  left: 2%;
  transform: translate(-50%);
}

.regional-standard-details-snackbar-hidden {
  transform: translate(-50%, 100%);
}

.regional-standard-standard-details-snackbar {
  z-index: 999;
  width: 45%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.regional-standard-standard-details-snackbar-hidden {
  transform: translate(-50%, 100%);
}

.regional-standard-details-table-header-question {
  position: absolute;
}

.regional-standard-details-table-header-question-name {
  margin: auto;
}

.regional-standard-details-table-header-question-info {
  color: #556584;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("question.aa1b3a35.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto auto auto .875rem;
  display: inline-block;
}

.regional-standard-details-table-cell-button-edit {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.0625rem !important;
  height: 2rem !important;
}

.regional-standard-details-table-cell-comment {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-details-table-cell-button-add {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.969cd9d4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.regional-standard-incoming-datenumber-cell, .regional-standard-registry-status-cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-incoming-datenumber-cell-data, .regional-standard-registry-status-cell-data {
  min-width: 5.875rem;
}

.regional-standard-incoming-datenumber-cell-button, .regional-standard-registry-status-cell-button {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-incoming-datenumber-cell-button.disabled, .regional-standard-registry-status-cell-button.disabled {
  cursor: auto;
}

.regional-standard-incoming-datenumber-cell-button.button-undo, .regional-standard-registry-status-cell-button.button-undo {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-registry-status-cell-button {
  margin-top: .5rem;
}

.regional-standard-select {
  margin-left: auto;
  margin-right: auto;
}

.employee-col {
  width: 14rem;
}

.word-break-all {
  word-break: break-all;
}

.confirm-col {
  text-align: right;
}

.service-col, .status-col {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll {
  width: 15rem;
  justify-content: flex-start !important;
}

.regional-standard-incoming-datenumber-cell {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader {
  width: 2rem;
  margin: 1rem auto;
}

.table-footer {
  margin-top: 1rem;
  margin-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.filter-sets-list {
  color: #222;
  margin-bottom: .5rem;
  font-size: .95rem;
}

.filter-sets-custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-sets-custom-list .filter-set-item {
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: .25rem 0;
  font-size: .95rem;
  display: flex;
}

.filter-sets-custom-list .filter-set-item:hover {
  cursor: pointer;
  background: #f5f7fa;
}

.filter-sets-offcanvas {
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  background: #fffffffa;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  box-shadow: 0 0 40px #506bfa1a;
}

.filter-sets-offcanvas.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.filter-sets-offcanvas .filter-sets-offcanvas-header {
  background: #f7f8fa;
  border-bottom: 1px solid #e5eaf0;
  align-items: center;
  padding: 2rem 2.5rem 1rem;
  display: flex;
}

.filter-sets-offcanvas .filter-sets-offcanvas-search {
  background: #f7f8fa;
  padding: 1.5rem 2.5rem 0;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list {
  flex: 1;
  padding: 2rem 2.5rem;
  overflow-y: auto;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul .filter-set-item {
  cursor: pointer;
  background: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1rem;
  padding: 1.1rem 1.5rem;
  font-size: 1.08rem;
  font-weight: 500;
  transition: all .18s;
  display: flex;
  box-shadow: 0 2px 8px #506bfa0a;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul .filter-set-item:hover {
  background: #f0f4ff;
  border-color: #506bfa;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul .filter-set-item.selected {
  background: #eafbe7;
  border-color: #2ecc40;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul .filter-set-item .filter-set-main {
  align-items: center;
  display: flex;
}

.filter-sets-offcanvas .filter-sets-offcanvas-list ul .filter-set-item .filter-set-apply {
  margin-left: 1rem;
}

.filter-sets-offcanvas .filter-sets-offcanvas-footer {
  background: #f7f8fa;
  border-top: 1px solid #e5eaf0;
  padding: 1.5rem 2.5rem 2.5rem;
}

.filter-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter-buttons .filter-buttons-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-buttons .filter-buttons-left > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.filter-buttons .filter-buttons-right {
  flex: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.filter-buttons .filter-buttons-right > * {
  margin-left: 1rem;
}

.filter-buttons .filter-button, .filter-set-main {
  align-items: center;
  display: flex;
}

.filter-set-main .filter-set-union {
  user-select: none;
  align-items: center;
  min-width: 120px;
  display: flex;
}

.union-master-icon {
  vertical-align: middle;
  margin-left: .5em;
  font-size: 1.2em;
}

.union-panel {
  text-align: left;
  box-sizing: border-box;
  background: #f7f8fa;
  border: 2px solid #506bfa;
  border-radius: 12px;
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
}

.union-panel-title {
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  display: flex;
}

.union-panel-actions {
  gap: 1.5rem;
  margin-bottom: .7rem;
  display: flex;
}

.union-panel-btn {
  cursor: pointer;
  background: #eafbe7;
  border: 2px solid #2ecc40;
  border-radius: 8px;
  align-items: center;
  padding: .7rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 500;
  transition: background .18s, border .18s;
  display: flex;
}

.union-panel-btn:hover {
  background: #d4f5c6;
  border-color: #506bfa;
}

.union-panel-desc {
  color: #555;
  margin-top: .5rem;
  font-size: .98rem;
}

.union-panel-btn:disabled {
  color: #aaa;
  cursor: not-allowed;
  background: #f0f0f0;
  border: 2px solid #ccc;
}

.union-panel-info {
  color: #888;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.05rem;
  display: flex;
}

.regional-standard-uploader {
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.regional-standard-uploader-block {
  display: flex;
}

.regional-standard-uploader-block > * {
  margin-right: 2rem;
}

.regional-standard-uploader-block > :last-child {
  margin-right: 0;
}

.regional-standard-uploader-links {
  align-self: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.regional-standard-uploader-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.regional-standard-uploader-filter {
  display: inline-flex !important;
}

.regional-standard-uploader-head {
  grid-columns-template: 1fr .2fr;
  grid-gap: .5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.regional-standard-uploader-id {
  grid-area: 1 / 2;
  font-weight: bold;
}

.regional-standard-uploader-date {
  grid-area: 2 / 2;
}

.regional-standard-uploader-author {
  font-weight: bold;
}

.regional-standard-uploader-name {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.regional-standard-uploader-topic {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.regional-standard-uploader-text {
  white-space: pre-line;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

.regional-standard-uploader-footer {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: .75rem;
  position: relative;
}

.regional-standard-uploader-footer:before {
  content: "";
  border-top: 1px solid #556584;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
}

.regional-standard-uploader-reply-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.regional-standard-uploader-reply-text, .regional-standard-uploader-reply-textarea {
  color: #556584;
  resize: vertical;
  background: #f5f7fb;
  border: none;
  border-radius: 1rem;
  width: 100%;
  min-height: 12.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: block;
}

.regional-standard-uploader-reply-textarea {
  max-height: 30vh;
}

.regional-standard-uploader-reply-attachments {
  position: relative;
}

.regional-standard-uploader-reply-attachment {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.regional-standard-uploader-reply-attachment-name {
  margin-right: 1rem;
}

.regional-standard-uploader-reply-attachment-control {
  color: #98a7b6;
}

.regional-standard-uploader-reply-attachment-hidden {
  opacity: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.regional-standard-uploader-reply-footer {
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.regional-standard-uploader-reply-footer-attach {
  text-align: center;
  color: #556584;
  background: #00ae7a0d;
  border: 1px dashed #00ae7a;
  border-radius: .5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}

.regional-standard-uploader-reply-footer-attach-icon {
  vertical-align: top;
  margin-right: .5rem;
  display: inline-block;
}

.regional-standard-uploader-reply-footer-send {
  text-align: center;
  color: #fff;
  background: #556584;
  border: none;
  border-radius: .25rem;
  width: 7.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.regional-standard-uploader-reply-footer-send-link {
  padding: 0 1.5rem;
  width: 7.5rem !important;
}

.regional-standard-uploader-reply-warning {
  text-align: right;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.regional-standard-uploader-attachments {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.regional-standard-uploader-attachments-item {
  background: #e5eaf0 center / contain no-repeat;
  border-radius: .5rem;
  width: 7.5rem;
  height: 5rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .75rem;
  display: block;
  position: relative;
}

.regional-standard-uploader-attachments-item-name {
  color: #fff;
  opacity: 0;
  background: #55658499;
  border-radius: .5rem .5rem 0 0;
  padding: .25rem .5rem;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.regional-standard-uploader-attachments-item:hover .regional-standard-uploader-attachments-item-name {
  opacity: 1;
}

.regional-standard-uploader-attachments-item-size {
  text-align: right;
  position: absolute;
  bottom: .25rem;
  left: .5rem;
  right: .5rem;
}

.regional-standard-uploader-empty {
  text-align: center;
  color: #98a7b6;
  font-size: .75rem;
}

.regional-standard-uploader-busy {
  text-align: center;
}

.regional-standard-uploader-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.regional-standard-bptr-history-modal {
  grid-gap: 1rem;
  background-color: #f8f9fa;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.regional-standard-bptr-history-modal-heading {
  color: #2d265d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.regional-standard-bptr-history-modal-heading i {
  color: #3b82f6;
  margin-right: .5rem;
}

.regional-standard-bptr-history-modal-heading .footer-buttons {
  gap: 1rem;
  display: flex;
}

.regional-standard-bptr-history-modal-heading .footer-buttons i {
  color: #fff;
}

.regional-standard-bptr-history-modal-content {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 4px #0000000d;
}

.tariff-group {
  border: 1px solid #e9ecef;
  border-radius: .5rem;
  overflow: hidden;
}

.tariff-group-header {
  color: #2d265d;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  align-items: center;
  padding: 1rem;
  font-weight: bold;
  display: flex;
}

.tariff-group-header i {
  color: #3b82f6;
  margin-right: .5rem;
}

.tariff-group-content {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.tariff-group-attribute {
  min-width: 21.875rem;
}

.tariff-group-attribute .input-group {
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.tariff-group-attribute .input-group-prepend {
  color: #6c757d;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2.5rem;
  margin-right: .25rem;
  font-size: 1.125rem;
  display: flex;
}

.tariff-group-attribute .input-group-prepend i {
  font-size: 1.125rem;
}

::deep(.ui-input-light) {
  flex: 1;
  min-width: 0;
  align-items: center !important;
  display: flex !important;
}

::deep(.ui-input-light) input {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
}

.footer-buttons {
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
  margin-top: 0;
  display: flex;
}

:deep(.ui-button) {
  white-space: nowrap;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 7.5rem;
  max-width: 220px;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  display: inline-flex;
}

:deep(.ui-button) i {
  margin-right: .5rem;
  color: #fff !important;
}

.tariff-search-result {
  color: #2d265d;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .9375rem;
}

.tariff-card {
  cursor: pointer;
  background: #f6f8fa;
  border: 1px solid #e9ecef;
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: 1rem;
  transition: all .2s;
  box-shadow: 0 2px 4px #0000000d;
}

.tariff-card:hover {
  background: #eef2f6;
  border-color: #dee2e6;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px #0000001a;
}

.tariff-card:active {
  background: #e5e9ed;
  transform: translateY(0);
}

.tariff-card-header {
  color: #313877;
  border-bottom: 1px solid #e9ecef;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: flex;
}

.tariff-card-header .header-left {
  align-items: center;
  display: flex;
}

.tariff-card-header .header-left i {
  color: #3b82f6;
  margin-right: .5rem;
}

.tariff-card-header .header-actions {
  gap: .5rem;
  display: flex;
}

.tariff-card-body .tariff-row {
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.tariff-card-body .tariff-row:last-child {
  margin-bottom: 0;
}

.tariff-card-body .tariff-row b {
  color: #313877;
  align-items: center;
  min-width: 11.25rem;
  display: flex;
}

.tariff-card-body .tariff-row b i {
  color: #3b82f6;
  text-align: center;
  width: 1rem;
  margin-right: .375rem;
}

.tariff-card-body .tariff-row .text-success {
  color: #059669;
}

.tariff-card-body .tariff-row .text-danger {
  color: #dc2626;
}

.container[data-v-123ede] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-bptr-history .page-subtitle[data-v-123ede] {
  color: #fff;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

.regional-standard-bptr-history .page-subtitle i[data-v-123ede] {
  color: #506bfa;
  margin-right: .75rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg[data-v-123ede] {
  background: #fff;
  width: 100%;
  min-width: auto;
  padding: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-main-wrapper[data-v-123ede] {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.25rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-title-block[data-v-123ede] {
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-title-block .content-title[data-v-123ede] {
  white-space: normal;
  word-break: break-word;
  flex: auto;
  align-items: center;
  min-width: 12.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-title-block .content-title i[data-v-123ede] {
  color: #506bfa;
  margin-right: .625rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-title-block .date-picker-inline[data-v-123ede] {
  background: #f6f8fa;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  padding: .25rem .75rem;
  font-size: 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .content-title-block .date-picker-inline i[data-v-123ede] {
  color: #3b82f6;
  font-size: 1.1em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block[data-v-123ede] {
  background: #f6f8fa;
  border-radius: 12px;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .actions-title[data-v-123ede] {
  color: #313877;
  align-self: flex-start;
  margin-bottom: .7em;
  font-size: 1.08em;
  font-weight: 600;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block[data-v-123ede] {
  background: #f8f9fa;
  border-radius: 0 0 .75rem .75rem;
  margin-top: .875rem;
  padding: .875rem 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .info-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .625rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instruction-header[data-v-123ede] {
  cursor: pointer;
  background: #e0e7ef;
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instruction-header .info-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instruction-header .header-title[data-v-123ede] {
  color: #2563eb;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instruction-header .header-toggle[data-v-123ede] {
  color: #2563eb;
  margin-left: .5em;
  font-size: 1.2em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content[data-v-123ede] {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.5;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul[data-v-123ede] {
  padding-left: 0;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul li[data-v-123ede] {
  margin-bottom: .5em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul li ul[data-v-123ede] {
  padding-left: 1.5em;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul li ul li[data-v-123ede] {
  margin-bottom: .3em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .info-block .instructions-content ul li ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .actions-row[data-v-123ede] {
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .actions-row .export-btns[data-v-123ede] {
  align-items: center;
  gap: 1rem;
  min-height: 48px;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .actions-row .add-btn-wrapper[data-v-123ede] {
  flex-shrink: 0;
  width: auto;
  margin-left: auto;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .actions-block .actions-row .add-btn[data-v-123ede] {
  width: auto;
  min-width: unset;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper[data-v-123ede] {
  margin-bottom: 2rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list-header[data-v-123ede] {
  cursor: pointer;
  background: #f6f8fa;
  border-radius: .75rem .75rem 0 0;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.25rem;
  transition: background .2s;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list-header[data-v-123ede]:hover {
  background: #e6ecf1;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list-header .header-title[data-v-123ede] {
  color: #313877;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list-header .header-title i[data-v-123ede] {
  color: #3b82f6;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list-header .header-toggle[data-v-123ede] {
  color: #313877;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block[data-v-123ede] {
  background: #f8f9fa;
  border-radius: 0 0 .75rem .75rem;
  margin-top: .875rem;
  padding: .875rem 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .625rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .instruction-header[data-v-123ede] {
  cursor: pointer;
  background: #e0e7ef;
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .instruction-header .hint-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .instruction-header .header-title[data-v-123ede] {
  color: #2563eb;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .instruction-header .header-toggle[data-v-123ede] {
  color: #2563eb;
  margin-left: .5em;
  font-size: 1.2em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content[data-v-123ede] {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.5;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul[data-v-123ede] {
  padding-left: 0;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul li[data-v-123ede] {
  margin-bottom: .5em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul li ul[data-v-123ede] {
  padding-left: 1.5em;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul li ul li[data-v-123ede] {
  margin-bottom: .3em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .hint-block .hint-content ul li ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list[data-v-123ede] {
  background: #fff;
  border-radius: 0 0 .75rem .75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block[data-v-123ede] {
  background: #f8f9fa;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.25rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block .search-input-wrapper[data-v-123ede] {
  width: 100%;
  max-width: 100%;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block .search-input-wrapper[data-v-123ede] .ui-input-light {
  background: #fff;
  border: 1px solid #e5eaf0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block .search-input-wrapper[data-v-123ede] .ui-input-light:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block .search-input-wrapper[data-v-123ede] .ui-input-light input {
  padding-left: 2.25rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariffs-search-block .search-input-wrapper[data-v-123ede] .ui-input-light .input-prefix {
  color: #3b82f6;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item[data-v-123ede] {
  border-bottom: 1px solid #f0f0f0;
  flex-direction: column;
  padding: .875rem 1.25rem;
  transition: background .2s;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item[data-v-123ede]:hover {
  background: #f8f9fa;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info[data-v-123ede] {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-id[data-v-123ede], .regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-value[data-v-123ede] {
  align-items: center;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-id i[data-v-123ede], .regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-value i[data-v-123ede] {
  color: #3b82f6;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-value[data-v-123ede] {
  font-weight: 600;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] {
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  min-width: 320px;
  margin-left: auto;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block .tariff-status[data-v-123ede] {
  color: #6b7280;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block .tariff-status i[data-v-123ede] {
  color: #3b82f6;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block .tariff-status.is-linked[data-v-123ede], .regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block .tariff-status.is-linked i[data-v-123ede] {
  color: #059669;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] .ui-button {
  transition: all .2s;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] .ui-button:hover, .regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] .ui-button:active {
  box-shadow: none;
  transform: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] .ui-button i {
  transition: transform .2s;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-main-info .tariff-actions-block[data-v-123ede] .ui-button:hover i {
  transform: scale(1.1);
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-details[data-v-123ede] {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-details .detail-row[data-v-123ede] {
  gap: 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-details .detail-row .detail-item[data-v-123ede] {
  color: #4b5563;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .tariffs-list-wrapper .tariffs-list .tariff-item .tariff-details .detail-row .detail-item i[data-v-123ede] {
  color: #6b7280;
  text-align: center;
  width: 1rem;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block[data-v-123ede] {
  background: #f6f8fa;
  border-radius: .75rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-header[data-v-123ede] {
  color: #313877;
  align-items: center;
  margin-bottom: .75rem;
  font-weight: 600;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-header .search-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .5rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-legend[data-v-123ede] {
  align-items: center;
  gap: .5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .95rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-input-wrapper[data-v-123ede] {
  width: 100%;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-input-wrapper[data-v-123ede] .ui-input-light {
  background: #fff;
  border: 1px solid #e5eaf0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-input-wrapper[data-v-123ede] .ui-input-light:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-input-wrapper[data-v-123ede] .ui-input-light input {
  padding-left: 2.25rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .search-block .search-input-wrapper[data-v-123ede] .ui-input-light .input-prefix {
  color: #3b82f6;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table[data-v-123ede] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block[data-v-123ede] {
  background: #f8f9fa;
  border-radius: .75rem;
  margin-top: .875rem;
  padding: .875rem 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .625rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .instruction-header[data-v-123ede] {
  cursor: pointer;
  background: #e0e7ef;
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .instruction-header .hint-icon[data-v-123ede] {
  color: #3b82f6;
  margin-right: .375rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .instruction-header .header-title[data-v-123ede] {
  color: #2563eb;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .instruction-header .header-toggle[data-v-123ede] {
  color: #2563eb;
  margin-left: .5em;
  font-size: 1.2em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content[data-v-123ede] {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.5;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul[data-v-123ede] {
  padding-left: 0;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul li[data-v-123ede] {
  margin-bottom: .5em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul li ul[data-v-123ede] {
  padding-left: 1.5em;
  list-style: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul li ul li[data-v-123ede] {
  margin-bottom: .3em;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table-wrapper.fullwidth-table .hint-block .hint-content ul li ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table[data-v-123ede] {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: .75rem;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table th[data-v-123ede], .regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table td[data-v-123ede] {
  text-align: center;
  word-break: break-word;
  white-space: normal;
  padding: .875rem .625rem;
  font-size: 1rem;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table th[data-v-123ede] {
  color: #313877;
  z-index: 2;
  background: #f6f8fa;
  border-bottom: 2px solid #e5eaf0;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table th i.header-icon[data-v-123ede] {
  margin-right: .375rem;
  color: #3b82f6 !important;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table td[data-v-123ede] {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  transition: background .2s;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .align-center[data-v-123ede] {
  text-align: center;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .align-left[data-v-123ede] {
  text-align: left;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .action-buttons[data-v-123ede] {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: none;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .show .action-buttons[data-v-123ede] {
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .bptr-row[data-v-123ede]:hover {
  background: #f8f9fa;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .bptr-row:hover .action-buttons[data-v-123ede] {
  display: flex;
}

.regional-standard-bptr-history .page-content.fullwidth-bg .bptr-table .row-zebra[data-v-123ede] {
  background: #f6f8fa;
}

.regional-standard-bptr-history .add-btn[data-v-123ede] {
  font-size: 1rem;
  font-weight: 600;
}

.regional-standard-bptr-history .add-btn i[data-v-123ede] {
  margin-right: .375rem;
}

.regional-standard-bptr-history .loader[data-v-123ede] {
  width: 1rem;
  margin: 1rem auto;
}

.regional-standard-bptr-history .regional-standard-pagination[data-v-123ede] {
  margin-top: 2rem;
}

.regional-standard-bptr-history .in-list[data-v-123ede] {
  color: #059669;
  font-weight: bold;
}

.regional-standard-bptr-history .in-list i[data-v-123ede] {
  color: #059669;
}

.tariff-period[data-v-123ede] {
  color: #6b7280;
  align-items: center;
  margin-top: .1em;
  font-size: .92em;
  display: inline-flex;
}

.tariff-period i[data-v-123ede] {
  color: #3b82f6;
  margin-right: .3em;
}

.add-btn i[data-v-123ede] {
  color: #fff !important;
}

.status-cell[data-v-123ede] {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: .5em;
  min-width: 140px;
  max-width: 180px;
  height: 100%;
  font-size: 1.05em;
  display: flex;
}

th.align-center[data-v-123ede], td.status-cell[data-v-123ede] {
  text-align: center;
  vertical-align: middle;
}

.actual[data-v-123ede] {
  color: #059669;
}

.need-update[data-v-123ede] {
  color: #eab308;
}

.not-actual[data-v-123ede] {
  color: #dc2626;
}

.legend-item[data-v-123ede] {
  align-items: center;
  gap: .3em;
  margin-right: 1.5em;
  display: flex;
}

.forecast-tariffs-block[data-v-123ede] {
  background: #f8fafc;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  margin-top: .7rem;
  transition: background .2s;
  overflow: hidden;
  box-shadow: 0 2px 8px #3138770a;
}

.forecast-tariffs-block.open[data-v-123ede] {
  background: #f1f5f9;
}

.forecast-tariffs-block .forecast-title-row[data-v-123ede] {
  cursor: pointer;
  background: #e0e7ef;
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.forecast-tariffs-block .forecast-title-row .forecast-title[data-v-123ede] {
  color: #2563eb;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.forecast-tariffs-block .forecast-title-row .forecast-toggle[data-v-123ede] {
  color: #2563eb;
  margin-left: .5em;
  font-size: 1.2em;
}

.forecast-tariffs-block .forecast-list[data-v-123ede] {
  flex-direction: column;
  gap: .4rem;
  padding: .5rem 1rem;
  display: flex;
}

.forecast-tariffs-block .forecast-list .forecast-item[data-v-123ede] {
  background: #fff;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2em;
  padding: .3em .7em;
  font-size: .98em;
  display: flex;
  box-shadow: 0 1px 2px #31387708;
}

.forecast-tariffs-block .forecast-list .forecast-item .forecast-index[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-value[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-org[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-service[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-municipality[data-v-123ede] {
  color: #334155;
  align-items: center;
  gap: .3em;
  display: flex;
}

.forecast-tariffs-block .forecast-list .forecast-item .forecast-index i[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-value i[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-org i[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-service i[data-v-123ede], .forecast-tariffs-block .forecast-list .forecast-item .forecast-municipality i[data-v-123ede] {
  color: #2563eb;
}

.forecast-warning[data-v-123ede] {
  color: #b45309;
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 8px;
  align-items: center;
  margin-top: .7rem;
  padding: .7rem 1rem;
  font-weight: 500;
  display: flex;
}

.forecast-warning i[data-v-123ede] {
  color: #f59e42;
  margin-right: .5em;
}

.info-block[data-v-123ede], .hint-block[data-v-123ede] {
  background: #f6f8fa;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  margin-top: .5rem;
  margin-bottom: 1.2rem;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 2px 8px #3138770a;
}

.info-block .instructions-content[data-v-123ede], .hint-block .hint-content[data-v-123ede] {
  color: #374151;
  margin-top: .7em;
  font-size: 1.02em;
  line-height: 1.6;
}

.info-block .instructions-content ul[data-v-123ede], .hint-block .hint-content ul[data-v-123ede] {
  margin: .3em 0 .3em 1.2em;
  padding: 0;
}

.info-block .instructions-content ul li[data-v-123ede], .hint-block .hint-content ul li[data-v-123ede] {
  margin-bottom: .2em;
}

.info-block .instructions-content ul li[data-v-123ede]:last-child, .hint-block .hint-content ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.info-block .instructions-content ul li ul[data-v-123ede], .hint-block .hint-content ul li ul[data-v-123ede] {
  margin-top: .2em;
  margin-bottom: .2em;
  padding-left: 1.2em;
}

.info-block .instructions-content ul li ul li[data-v-123ede], .hint-block .hint-content ul li ul li[data-v-123ede] {
  margin-bottom: .1em;
}

.info-block .instructions-content ul li ul li[data-v-123ede]:last-child, .hint-block .hint-content ul li ul li[data-v-123ede]:last-child {
  margin-bottom: 0;
}

.license-change-navigation {
  justify-content: space-between;
  align-items: center;
  justify-content: flex;
  flex-flow: row;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.license-change-navigation-wrapper {
  background: #313877;
  border-bottom: 2px solid;
  display: flex;
}

.license-change-navigation-link {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.license-change-navigation-link-icon-back {
  opacity: .5;
  background: url("arrow.fc102939.svg") center / contain no-repeat;
  flex-shrink: 0;
  align-self: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: .75rem;
  margin-right: 1rem;
  transform: rotateY(180deg);
}

.license-change-navigation-link-application {
  margin-right: 1rem;
}

.license-change-navigation-link-span {
  text-align: center;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 2px 0 0;
}

.license-change-navigation-link-span.success {
  border: 3px solid #95db89;
}

.license-change-navigation-link-span.success:before {
  content: "✓";
  color: #95db89;
}

.license-change-navigation-link-span.todo {
  color: #98a7b6;
  border: 3px solid #98a7b6;
}

.license-change-navigation-link-span.disabled {
  border: 3px solid #ff3666;
}

.license-change-navigation-link-active {
  opacity: 1;
}

.license-change-navigation-link-active:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.license-change-navigation:nth-child(2) {
  align-self: flex-start;
}

.license-change-navigation[data-v-31651e] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.license-change-navigation-wrapper[data-v-31651e] {
  background: #313877;
}

.license-change-navigation-empty[data-v-31651e] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-bottom: 2.1875rem;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.license-change-navigation-link[data-v-31651e] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
}

.license-change-navigation-link-icon-back[data-v-31651e] {
  opacity: .5;
  background: url("arrow.fc102939.svg") center / contain no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .6875rem;
  transform: rotateY(180deg);
}

.license-change-navigation-link-active[data-v-31651e] {
  opacity: 1;
}

.license-change-navigation-link-active[data-v-31651e]:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.license-change .container[data-v-31651e] {
  width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-change .page-main-title[data-v-31651e] {
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.license-change .footer[data-v-31651e] {
  color: #556584;
  background: #e5eaf0;
  align-items: center;
  height: 4rem;
  display: flex;
}

.license-change .footer .container[data-v-31651e] {
  justify-content: space-between;
  display: flex;
}

.license-change .footer .container .copyright span[data-v-31651e] {
  margin-right: 1.375rem;
}

.container[data-v-2babd2] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-changes-export-modal[data-v-2babd2] {
  padding: 1.5rem 2.625rem;
}

.license-changes-export-modal-header[data-v-2babd2] {
  color: #0c325a;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.license-changes-export-modal-body-row[data-v-2babd2] {
  width: 100%;
  max-width: 26rem;
  margin-bottom: 1.5rem;
}

.license-changes-export-modal-body-row-label[data-v-2babd2] {
  color: #0c325a;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.license-changes-export-modal-body-row-controls[data-v-2babd2] {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.license-changes-export-modal-body-row-input[data-v-2babd2] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 12.5rem;
  height: 3rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.license-changes-export-modal-body-row-input.calendar[data-v-2babd2] {
  padding-left: 3rem;
}

.license-changes-export-modal-body-row-control[data-v-2babd2] {
  position: relative;
}

.license-changes-export-modal-body-row-control-icon-calendar[data-v-2babd2] {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.license-changes-export-modal-body-row-button[data-v-2babd2] {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.license-changes-export-modal input[type="date"][data-v-2babd2]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.container[data-v-ec6324] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-changes-filters-download-buttons[data-v-ec6324] {
  flex-direction: column;
  display: flex;
}

.license-changes-filters-download-button[data-v-ec6324] {
  color: #506bfa;
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
  width: auto !important;
}

.license-changes-filters-download-button + .license-changes-filters-download-button[data-v-ec6324] {
  margin-top: .5rem;
}

.license-changes-filters-download-button[data-v-ec6324]:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.license-changes-filters-download-button[data-v-ec6324]:hover {
  background: none;
  text-decoration: underline;
}

.license-changes-link[data-v-ec6324] {
  color: #506bfa;
  cursor: pointer;
}

.license-changes-download[data-v-ec6324] {
  cursor: pointer;
  background: url("download.dcb08bce.svg") center no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.license-changes-refresh[data-v-ec6324] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-changes-trash[data-v-ec6324] {
  cursor: pointer;
  background: url("trash-red.402216d4.svg") center no-repeat;
  height: 2rem;
}

.license-changes-cell-status[data-v-ec6324] {
  display: flex;
}

.license-changes-cell-status-value[data-v-ec6324] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.license-changes-cell-status-value-green[data-v-ec6324] {
  color: #12b093;
}

.license-changes-cell-status-value-red[data-v-ec6324] {
  color: #ff3666;
}

.license-changes-cell-status-value-yellow[data-v-ec6324] {
  color: #d18d06;
}

.license-changes-pagination[data-v-ec6324] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.license-changes .page-subtitle[data-v-ec6324] {
  color: #fff;
  font-size: 2rem;
}

.license-changes .page-add-protocol[data-v-ec6324] {
  margin-left: auto;
}

.license-changes .page-content[data-v-ec6324] {
  background: #fff;
}

.license-changes .page-content .container[data-v-ec6324] {
  padding-right: 1.875rem;
}

.license-changes .page-content .content-title-block[data-v-ec6324] {
  justify-content: space-between;
  display: flex;
}

.license-changes .page-content .content-title-block .content-title[data-v-ec6324] {
  font-size: 1.25rem;
  font-weight: bold;
}

.license-changes .page-content .inputs-block[data-v-ec6324] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.license-changes .page-content .inputs-block .inputs-block-row[data-v-ec6324] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-changes .page-content .inputs-block .inputs-block-row[data-v-ec6324] > * {
  margin-right: 2rem;
}

.license-changes .page-content .inputs-block .inputs-block-row[data-v-ec6324] > :last-child {
  margin: 0;
}

.license-changes .page-content .inputs-block .inputs-block-row .empty[data-v-ec6324] {
  width: 100%;
}

.license-changes .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-ec6324] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.license-changes .page-content .inputs-block .inputs-block-row .filter-button[data-v-ec6324] {
  margin-left: 1rem;
}

.license-changes .page-content .tabs[data-v-ec6324] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.license-changes .page-content .tabs-wrap[data-v-ec6324] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.license-changes-employee-display[data-v-ec6324] {
  padding-left: .5rem;
}

.license-changes-employee-display.disabled[data-v-ec6324] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.license-changes-employee-selection-dropdown[data-v-ec6324] {
  min-width: 12.5rem;
}

.license-changes-administrator-comment-cell-comment[data-v-ec6324] {
  margin-bottom: .5rem;
  display: block;
}

.license-changes-administrator-comment-cell-button[data-v-ec6324] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-changes-incoming-datenumber-cell[data-v-ec6324], .license-changes-registry-status-cell[data-v-ec6324] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-changes-incoming-datenumber-cell-data[data-v-ec6324], .license-changes-registry-status-cell-data[data-v-ec6324] {
  min-width: 5.875rem;
}

.license-changes-incoming-datenumber-cell-button[data-v-ec6324], .license-changes-registry-status-cell-button[data-v-ec6324] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-changes-incoming-datenumber-cell-button.disabled[data-v-ec6324], .license-changes-registry-status-cell-button.disabled[data-v-ec6324] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.license-changes-incoming-datenumber-cell-button.button-undo[data-v-ec6324], .license-changes-registry-status-cell-button.button-undo[data-v-ec6324] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.license-changes-registry-status-cell-button[data-v-ec6324] {
  margin-top: .5rem;
}

.employee-col[data-v-ec6324] {
  width: 14rem;
}

.word-break-all[data-v-ec6324] {
  word-break: break-all;
}

.confirm-col[data-v-ec6324] {
  text-align: right;
}

.service-col[data-v-ec6324], .status-col[data-v-ec6324] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-ec6324] {
  width: 15rem;
  justify-content: flex-start !important;
}

.license-changes-incoming-datenumber-cell[data-v-ec6324] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-ec6324] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-95ea2a] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-change-details-application-pagination[data-v-95ea2a] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.license-change-details-application .page-subtitle[data-v-95ea2a] {
  flex-direction: column;
  display: flex;
}

.license-change-details-application .page-subtitle-high[data-v-95ea2a] {
  color: #fff;
  font-size: 2rem;
}

.license-change-details-application .page-subtitle-low[data-v-95ea2a] {
  color: #fff;
  font-size: .875rem;
}

.license-change-details-application .page-subtitle[data-v-95ea2a] > * {
  margin-bottom: .875rem;
}

.license-change-details-application .page-subtitle[data-v-95ea2a] > :last-child {
  margin-bottom: 0;
}

.license-change-details-application .page-time-icon[data-v-95ea2a] {
  color: #fff;
  margin-right: .625rem;
  font-size: 2rem;
  line-height: 1rem;
}

.license-change-details-application .page-time-icon-hold[data-v-95ea2a] {
  color: #f9a602;
}

.license-change-details-application .page-time-icon-delayed[data-v-95ea2a] {
  color: #ff3666;
}

.license-change-details-application .page-add-protocol[data-v-95ea2a] {
  margin-left: auto;
}

.license-change-details-application .page-content[data-v-95ea2a] {
  background: #fff;
}

.license-change-details-application .page-content .container[data-v-95ea2a] {
  padding-right: 1.875rem;
}

.license-change-details-application .page-content .content-title-block[data-v-95ea2a] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75rem;
  display: flex;
}

.license-change-details-application .page-content .content-title-block .content-title[data-v-95ea2a] {
  text-align: left;
  color: #556584;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.license-change-details-application .page-content .content-title-block .content-subtitle[data-v-95ea2a] {
  align-items: center;
  margin: 0;
  display: flex;
}

.license-change-details-application .page-content .block-application[data-v-95ea2a] {
  background-color: #e5eaf0;
  border: 3px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 60%;
  margin-bottom: 2.25rem;
}

.license-change-details-application .page-content .inputs-block[data-v-95ea2a] {
  background-color: #f5f7fb;
  border-top: 1px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.license-change-details-application .page-content .inputs-block .link[data-v-95ea2a] {
  color: #506bfa;
  cursor: pointer;
}

.license-change-details-application .page-content .inputs-block-addresses[data-v-95ea2a] {
  color: #556584;
  flex-direction: column;
  display: flex;
}

.license-change-details-application .page-content .inputs-block-addresses-block[data-v-95ea2a] {
  background-color: #f2f5f8;
  border-radius: 15px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  display: flex;
  box-shadow: 0 10px 19px #0c325a29;
}

.license-change-details-application .page-content .inputs-block-addresses-block-title[data-v-95ea2a] {
  margin-left: 1rem;
}

.license-change-details-application .page-content .inputs-block-addresses-block-delete[data-v-95ea2a] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: .75rem;
  height: .75rem;
  margin-left: auto;
  display: inline-block;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-right[data-v-95ea2a] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-right[data-v-95ea2a] > * {
  margin-right: 1.5rem;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-right[data-v-95ea2a] > :last-child {
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  margin: 0;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-right-date[data-v-95ea2a] {
  margin-right: auto;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row[data-v-95ea2a] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-dropdown[data-v-95ea2a] {
  max-width: 11.25rem;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row[data-v-95ea2a] > * {
  margin-right: 2rem;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row[data-v-95ea2a] > :last-child {
  margin: 0;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row .empty[data-v-95ea2a] {
  width: 100%;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row-input[data-v-95ea2a] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row .add-buttons[data-v-95ea2a] {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.license-change-details-application .page-content .inputs-block .inputs-block-row .add-button[data-v-95ea2a] {
  margin-left: 1rem;
}

.license-change-details-application .page-content .tabs[data-v-95ea2a] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.license-change-details-application .page-content .tabs-wrap[data-v-95ea2a] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.license-change-details-application-employee-display[data-v-95ea2a] {
  padding-left: .5rem;
}

.license-change-details-application-employee-display.disabled[data-v-95ea2a] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.license-change-details-application-employee-selection-dropdown[data-v-95ea2a] {
  min-width: 12.5rem;
}

.license-change-details-application-administrator-comment-cell-comment[data-v-95ea2a] {
  margin-bottom: .5rem;
  display: block;
}

.license-change-details-application-administrator-comment-cell-button[data-v-95ea2a] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-application-incoming-datenumber-cell[data-v-95ea2a], .license-change-details-application-registry-status-cell[data-v-95ea2a] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-change-details-application-incoming-datenumber-cell-data[data-v-95ea2a], .license-change-details-application-registry-status-cell-data[data-v-95ea2a] {
  min-width: 5.875rem;
}

.license-change-details-application-incoming-datenumber-cell-button[data-v-95ea2a], .license-change-details-application-registry-status-cell-button[data-v-95ea2a] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-application-incoming-datenumber-cell-button.disabled[data-v-95ea2a], .license-change-details-application-registry-status-cell-button.disabled[data-v-95ea2a] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.license-change-details-application-incoming-datenumber-cell-button.button-undo[data-v-95ea2a], .license-change-details-application-registry-status-cell-button.button-undo[data-v-95ea2a] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.license-change-details-application-registry-status-cell-button[data-v-95ea2a] {
  margin-top: .5rem;
}

.employee-col[data-v-95ea2a] {
  width: 14rem;
}

.word-break-all[data-v-95ea2a] {
  word-break: break-all;
}

.confirm-col[data-v-95ea2a] {
  text-align: right;
}

.service-col[data-v-95ea2a], .status-col[data-v-95ea2a] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-95ea2a] {
  width: 15rem;
  justify-content: flex-start !important;
}

.license-change-details-application-incoming-datenumber-cell[data-v-95ea2a] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-95ea2a] {
  width: 1rem;
  margin: 1rem auto;
}

.reason-selection-container[data-v-95ea2a] {
  align-items: center;
  width: 100%;
  display: flex;
}

.reason-selection-container .ui-dropdown[data-v-95ea2a] {
  flex: 1;
}

.add-reason-form[data-v-95ea2a] {
  background-color: #f8f9fa;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
}

.add-reason-form-title[data-v-95ea2a] {
  color: #556584;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.add-reason-form-fields[data-v-95ea2a] {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.add-reason-form-buttons[data-v-95ea2a] {
  align-items: center;
  display: flex;
}

.applicant-type-tabs[data-v-95ea2a] {
  border: 1px solid #e5eaf0;
  border-radius: .375rem;
  align-items: center;
  gap: 0;
  display: flex;
  overflow: hidden;
}

.applicant-type-tabs .tab-item[data-v-95ea2a] {
  cursor: pointer;
  color: #556584;
  text-align: center;
  background: #f8f9fa;
  border-right: 1px solid #e5eaf0;
  min-width: 3.75rem;
  padding: .5rem 1rem;
  font-size: .8125rem;
  font-weight: 500;
  transition: all .2s;
}

.applicant-type-tabs .tab-item[data-v-95ea2a]:last-child {
  border-right: none;
}

.applicant-type-tabs .tab-item[data-v-95ea2a]:hover {
  color: #556584;
  background: #e9ecef;
}

.applicant-type-tabs .tab-item.active[data-v-95ea2a] {
  color: #fff;
  background: #506bfa;
  font-weight: 600;
}

.applicant-type-tabs .tab-item.active[data-v-95ea2a]:hover {
  background: #3050f9;
}

.container[data-v-6ef749] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-change-details-houses-pagination[data-v-6ef749] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.license-change-details-houses .page-subtitle[data-v-6ef749] {
  flex-direction: column;
  display: flex;
}

.license-change-details-houses .page-subtitle-high[data-v-6ef749] {
  color: #fff;
  font-size: 2rem;
}

.license-change-details-houses .page-subtitle-low[data-v-6ef749] {
  color: #fff;
  font-size: .875rem;
}

.license-change-details-houses .page-subtitle[data-v-6ef749] > * {
  margin-bottom: .875rem;
}

.license-change-details-houses .page-subtitle[data-v-6ef749] > :last-child {
  margin-bottom: 0;
}

.license-change-details-houses .duplicate-icon[data-v-6ef749] {
  color: #ff3666;
  cursor: pointer;
  margin-right: .625rem;
  font-size: 1.25rem;
}

.license-change-details-houses .meeting-refresh[data-v-6ef749] {
  cursor: pointer;
  background: url("refresh.ed782039.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-houses .info-icon[data-v-6ef749] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("info-blue.9fcee8ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0625rem;
  height: 2rem;
  display: inline-block;
}

.license-change-details-houses .page-add-protocol[data-v-6ef749] {
  margin-left: auto;
}

.license-change-details-houses .page-content[data-v-6ef749] {
  background: #fff;
}

.license-change-details-houses .page-content .container[data-v-6ef749] {
  padding-bottom: 1.5rem;
  padding-right: 1.875rem;
}

.license-change-details-houses .page-content .content-title-block[data-v-6ef749] {
  justify-content: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-houses .page-content .content-title-block .content-title[data-v-6ef749] {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  font-weight: bold;
}

.license-change-details-houses .page-content .content-title-block .house-type[data-v-6ef749] {
  text-align: center;
  background: #c8f9c1;
  border-radius: 1rem;
  width: 3.125rem;
  height: 2rem;
  margin-right: .625rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
}

.license-change-details-houses .page-content .block-house[data-v-6ef749] {
  background-color: #e5eaf0;
  border: 3px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 60%;
  margin-bottom: 2.25rem;
}

.license-change-details-houses .page-content .inputs-block[data-v-6ef749] {
  background-color: #f5f7fb;
  border-top: 1px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.license-change-details-houses .page-content .inputs-block .link[data-v-6ef749] {
  color: #506bfa;
  cursor: pointer;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-right[data-v-6ef749] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-right[data-v-6ef749] > * {
  margin-right: 2rem;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-right[data-v-6ef749] > :last-child {
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  margin: 0;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-right-date[data-v-6ef749] {
  margin-right: auto;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row[data-v-6ef749] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-dropdown[data-v-6ef749] {
  max-width: 11.25rem;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row[data-v-6ef749] > * {
  margin-right: 2rem;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row[data-v-6ef749] > :last-child {
  margin: 0;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row .empty[data-v-6ef749] {
  width: 100%;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row-input[data-v-6ef749] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row .add-buttons[data-v-6ef749] {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.license-change-details-houses .page-content .inputs-block .inputs-block-row .add-button[data-v-6ef749] {
  margin-left: 1rem;
}

.license-change-details-houses .page-content .tabs[data-v-6ef749] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.license-change-details-houses .page-content .tabs-wrap[data-v-6ef749] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.license-change-details-houses-employee-display[data-v-6ef749] {
  padding-left: .5rem;
}

.license-change-details-houses-employee-display.disabled[data-v-6ef749] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.license-change-details-houses-employee-selection-dropdown[data-v-6ef749] {
  min-width: 12.5rem;
}

.license-change-details-houses-administrator-comment-cell-comment[data-v-6ef749] {
  margin-bottom: .5rem;
  display: block;
}

.license-change-details-houses-administrator-comment-cell-button[data-v-6ef749] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-houses-incoming-datenumber-cell[data-v-6ef749], .license-change-details-houses-registry-status-cell[data-v-6ef749] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-change-details-houses-incoming-datenumber-cell-data[data-v-6ef749], .license-change-details-houses-registry-status-cell-data[data-v-6ef749] {
  min-width: 5.875rem;
}

.license-change-details-houses-incoming-datenumber-cell-button[data-v-6ef749], .license-change-details-houses-registry-status-cell-button[data-v-6ef749] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-houses-incoming-datenumber-cell-button.disabled[data-v-6ef749], .license-change-details-houses-registry-status-cell-button.disabled[data-v-6ef749] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.license-change-details-houses-incoming-datenumber-cell-button.button-undo[data-v-6ef749], .license-change-details-houses-registry-status-cell-button.button-undo[data-v-6ef749] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.license-change-details-houses-registry-status-cell-button[data-v-6ef749] {
  margin-top: .5rem;
}

.employee-col[data-v-6ef749] {
  width: 14rem;
}

.word-break-all[data-v-6ef749] {
  word-break: break-all;
}

.confirm-col[data-v-6ef749] {
  text-align: right;
}

.service-col[data-v-6ef749], .status-col[data-v-6ef749] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-6ef749] {
  width: 15rem;
  justify-content: flex-start !important;
}

.license-change-details-houses-incoming-datenumber-cell[data-v-6ef749] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-6ef749] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-87102a] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-change-details-result-pagination[data-v-87102a] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.license-change-details-result .icon[data-v-87102a] {
  margin-left: .5rem;
  margin-right: .5rem;
}

.license-change-details-result .icon-green[data-v-87102a] {
  color: #00ae7a;
  font-size: 1.25rem;
}

.license-change-details-result .icon-red[data-v-87102a] {
  color: #ff3666;
  font-size: 1.25rem;
}

.license-change-details-result .icon-yellow[data-v-87102a] {
  color: #f9a602;
  font-size: 1.25rem;
}

.license-change-details-result .icon-gray[data-v-87102a] {
  color: #556584;
  font-size: 1.25rem;
}

.license-change-details-result .icon-clickable[data-v-87102a] {
  cursor: pointer;
}

.license-change-details-result .page-subtitle[data-v-87102a] {
  flex-direction: column;
  display: flex;
}

.license-change-details-result .page-subtitle-high[data-v-87102a] {
  color: #fff;
  font-size: 2rem;
}

.license-change-details-result .page-subtitle-low[data-v-87102a] {
  color: #fff;
  font-size: .875rem;
}

.license-change-details-result .page-subtitle[data-v-87102a] > * {
  margin-bottom: .875rem;
}

.license-change-details-result .page-subtitle[data-v-87102a] > :last-child {
  margin-bottom: 0;
}

.license-change-details-result .page-add-protocol[data-v-87102a] {
  flex-direction: column;
  gap: .75rem;
  margin-left: auto;
  display: flex;
}

.license-change-details-result .page-add-protocol[data-v-87102a] > * {
  margin-bottom: 0;
}

.license-change-details-result .page-content[data-v-87102a] {
  background: #fff;
}

.license-change-details-result .page-content .container[data-v-87102a] {
  padding-right: 1.875rem;
}

.license-change-details-result .page-content .content-title-block[data-v-87102a] {
  justify-content: space-between;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-result .page-content .content-title-block .content-title[data-v-87102a] {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  font-weight: bold;
}

.license-change-details-result .page-content .content-title-block .content-subtitle-red[data-v-87102a] {
  color: #ff3666;
}

.license-change-details-result .page-content .content-title-block .content-subtitle-green[data-v-87102a] {
  color: #00ae7a;
}

.license-change-details-result .page-content .block-result[data-v-87102a] {
  background-color: #e5eaf0;
  border: 3px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 60%;
  margin-bottom: 2.25rem;
}

.license-change-details-result .page-content .inputs-block[data-v-87102a] {
  background-color: #f5f7fb;
  border-top: 1px solid #e5eaf0;
  border-radius: 1rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.license-change-details-result .page-content .inputs-block .link[data-v-87102a] {
  color: #506bfa;
  cursor: pointer;
}

.license-change-details-result .page-content .inputs-block-documents[data-v-87102a] {
  color: #556584;
  flex-direction: column;
  display: flex;
}

.license-change-details-result .page-content .inputs-block-documents-block[data-v-87102a] {
  background-color: #f2f5f8;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 50px #0c325a29;
}

.license-change-details-result .page-content .inputs-block-documents-block-title[data-v-87102a] {
  margin-left: 1rem;
}

.license-change-details-result .page-content .inputs-block-documents-block-delete[data-v-87102a] {
  cursor: pointer;
  background-repeat: no-repeat;
  align-self: center;
  width: .75rem;
  height: .75rem;
  margin-left: auto;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-right[data-v-87102a] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-right[data-v-87102a] > * {
  margin-right: 2rem;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-right[data-v-87102a] > :last-child {
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  margin: 0;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-right-date[data-v-87102a] {
  margin-right: auto;
}

.license-change-details-result .page-content .inputs-block .inputs-block-tabs[data-v-87102a] {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row[data-v-87102a] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-dropdown[data-v-87102a] {
  max-width: 11.25rem;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row[data-v-87102a] > * {
  margin-right: 2rem;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row[data-v-87102a] > :last-child {
  margin: 0;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row .empty[data-v-87102a] {
  width: 100%;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row-input[data-v-87102a] {
  box-sizing: border-box;
  border: 1px solid #e5eaf0;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row .add-buttons[data-v-87102a] {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.license-change-details-result .page-content .inputs-block .inputs-block-row .add-button[data-v-87102a] {
  margin-left: 1rem;
}

.license-change-details-result .page-content .tabs[data-v-87102a] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.license-change-details-result .page-content .tabs-wrap[data-v-87102a] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.license-change-details-result-employee-display[data-v-87102a] {
  padding-left: .5rem;
}

.license-change-details-result-employee-display.disabled[data-v-87102a] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.license-change-details-result-employee-selection-dropdown[data-v-87102a] {
  min-width: 12.5rem;
}

.license-change-details-result-administrator-comment-cell-comment[data-v-87102a] {
  margin-bottom: .5rem;
  display: block;
}

.license-change-details-result-administrator-comment-cell-button[data-v-87102a] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-result-incoming-datenumber-cell[data-v-87102a], .license-change-details-result-registry-status-cell[data-v-87102a] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-change-details-result-incoming-datenumber-cell-data[data-v-87102a], .license-change-details-result-registry-status-cell-data[data-v-87102a] {
  min-width: 5.875rem;
}

.license-change-details-result-incoming-datenumber-cell-button[data-v-87102a], .license-change-details-result-registry-status-cell-button[data-v-87102a] {
  cursor: pointer;
  background: url("edit.337ae299.svg") center no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.license-change-details-result-incoming-datenumber-cell-button.disabled[data-v-87102a], .license-change-details-result-registry-status-cell-button.disabled[data-v-87102a] {
  cursor: auto;
  background: url("edit-disabled.bf1e1246.svg");
}

.license-change-details-result-incoming-datenumber-cell-button.button-undo[data-v-87102a], .license-change-details-result-registry-status-cell-button.button-undo[data-v-87102a] {
  cursor: pointer;
  background: url("undo.a1a1d96a.svg");
  width: 2.1875rem;
  height: 2.1875rem;
}

.license-change-details-result-registry-status-cell-button[data-v-87102a] {
  margin-top: .5rem;
}

.employee-col[data-v-87102a] {
  width: 14rem;
}

.word-break-all[data-v-87102a] {
  word-break: break-all;
}

.confirm-col[data-v-87102a] {
  text-align: right;
}

.service-col[data-v-87102a], .status-col[data-v-87102a] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-87102a] {
  width: 15rem;
  justify-content: flex-start !important;
}

.license-change-details-result-incoming-datenumber-cell[data-v-87102a] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-87102a] {
  width: 1rem;
  margin: 1rem auto;
}

.revoke-button-container[data-v-87102a], .complete-button-container[data-v-87102a] {
  align-self: flex-end;
  display: inline-block;
  position: relative;
}

.revoke-date-picker[data-v-87102a] {
  background-color: #fff;
  border: 2px solid #ff3666;
  border-radius: .5rem;
  align-items: center;
  gap: .75rem;
  min-width: 18.75rem;
  padding: .75rem;
  animation: .3s ease-out slideDown-87102a;
  display: flex;
  box-shadow: 0 4px 16px #dc354526;
}

.answer-button-container[data-v-87102a] {
  align-self: flex-end;
  display: inline-block;
  position: relative;
}

.answer-date-picker[data-v-87102a] {
  background-color: #fff;
  border: 2px solid #00ae7a;
  border-radius: .5rem;
  flex-direction: column;
  gap: .75rem;
  min-width: 25rem;
  padding: .75rem;
  animation: .3s ease-out slideDown-87102a;
  display: flex;
  box-shadow: 0 4px 16px #28a74526;
}

.answer-form-row[data-v-87102a] {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.revoke-actions[data-v-87102a] {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.answer-actions[data-v-87102a] {
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.error-message[data-v-87102a] {
  color: #ff3666;
  align-items: center;
  margin-top: .25rem;
  font-size: .6875rem;
  display: flex;
}

.error-message i[data-v-87102a] {
  margin-right: .25rem;
  font-size: .75rem;
}

.revoke-date-picker[data-v-87102a] .ui-date-picker {
  min-width: 9.375rem;
}

.revoke-date-picker[data-v-87102a] .ui-date-picker .datepicker-dropdown {
  z-index: 1001;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: 15.625rem;
  margin-top: .25rem;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 4px 16px #00000026;
}

.answer-date-picker[data-v-87102a] .ui-date-picker {
  min-width: 9.375rem;
}

.answer-date-picker[data-v-87102a] .ui-date-picker .datepicker-dropdown {
  z-index: 1001;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: 15.625rem;
  margin-top: .25rem;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 4px 16px #00000026;
}

@keyframes slideDown-87102a {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container[data-v-ceee14] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.regional-standard-standard-download[data-v-ceee14] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.regional-standard-standard-refresh[data-v-ceee14] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-cell-status[data-v-ceee14] {
  display: flex;
}

.regional-standard-standard-cell-status-value[data-v-ceee14] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

.regional-standard-standard-cell-status-value-green[data-v-ceee14] {
  color: #12b093;
}

.regional-standard-standard-cell-status-value-red[data-v-ceee14] {
  color: #ff3666;
}

.regional-standard-standard-cell-status-value-yellow[data-v-ceee14] {
  color: #d18d06;
}

.regional-standard-standard-pagination[data-v-ceee14] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.regional-standard-standard .page-subtitle[data-v-ceee14] {
  color: #fff;
  font-size: 2rem;
}

.regional-standard-standard .page-add-protocol[data-v-ceee14] {
  margin-left: auto;
}

.regional-standard-standard .page-content[data-v-ceee14] {
  background: #fff;
}

.regional-standard-standard .page-content .container[data-v-ceee14] {
  padding-right: 1.875rem;
}

.regional-standard-standard .page-content .content-title-block[data-v-ceee14] {
  justify-content: space-between;
  display: flex;
}

.regional-standard-standard .page-content .content-title-block .content-title[data-v-ceee14] {
  font-size: 1.25rem;
  font-weight: bold;
}

.regional-standard-standard .page-content .inputs-block[data-v-ceee14] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-ceee14] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-ceee14] > * {
  margin-right: 2rem;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row[data-v-ceee14] > :last-child {
  margin: 0;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .empty[data-v-ceee14] {
  width: 100%;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-ceee14] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.regional-standard-standard .page-content .inputs-block .inputs-block-row .filter-button[data-v-ceee14] {
  margin-left: 1rem;
}

.regional-standard-standard .page-content .tabs[data-v-ceee14] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.regional-standard-standard .page-content .tabs-wrap[data-v-ceee14] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.regional-standard-standard-employee-display[data-v-ceee14] {
  padding-left: .5rem;
}

.regional-standard-standard-employee-display.disabled[data-v-ceee14] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.regional-standard-standard-employee-selection-dropdown[data-v-ceee14] {
  min-width: 12.5rem;
}

.regional-standard-standard-administrator-comment-cell-comment[data-v-ceee14] {
  margin-bottom: .5rem;
  display: block;
}

.regional-standard-standard-administrator-comment-cell-button[data-v-ceee14] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-incoming-datenumber-cell[data-v-ceee14], .regional-standard-standard-registry-status-cell[data-v-ceee14] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regional-standard-standard-incoming-datenumber-cell-data[data-v-ceee14], .regional-standard-standard-registry-status-cell-data[data-v-ceee14] {
  min-width: 5.875rem;
}

.regional-standard-standard-incoming-datenumber-cell-button[data-v-ceee14], .regional-standard-standard-registry-status-cell-button[data-v-ceee14] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.regional-standard-standard-incoming-datenumber-cell-button.disabled[data-v-ceee14], .regional-standard-standard-registry-status-cell-button.disabled[data-v-ceee14] {
  cursor: auto;
}

.regional-standard-standard-incoming-datenumber-cell-button.button-undo[data-v-ceee14], .regional-standard-standard-registry-status-cell-button.button-undo[data-v-ceee14] {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.regional-standard-standard-registry-status-cell-button[data-v-ceee14] {
  margin-top: .5rem;
}

.employee-col[data-v-ceee14] {
  width: 14rem;
}

.word-break-all[data-v-ceee14] {
  word-break: break-all;
}

.confirm-col[data-v-ceee14] {
  text-align: right;
}

.service-col[data-v-ceee14], .status-col[data-v-ceee14] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-ceee14] {
  width: 15rem;
  justify-content: flex-start !important;
}

.regional-standard-standard-incoming-datenumber-cell[data-v-ceee14] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-ceee14] {
  width: 1rem;
  margin: 1rem auto;
}

.container[data-v-379d80] {
  max-width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.overhaul-kpkr-details .page-header-summary[data-v-379d80] {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  padding-right: 1.875rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-info[data-v-379d80] {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.overhaul-kpkr-details .page-header-info-wrap[data-v-379d80] {
  margin-bottom: 2rem;
}

.overhaul-kpkr-details .page-header-info-left[data-v-379d80] {
  color: #fff;
  width: 65%;
  display: block;
}

.overhaul-kpkr-details .page-header-info-left-subtitle[data-v-379d80], .overhaul-kpkr-details .page-header-info-left-standard-name[data-v-379d80] {
  display: block;
}

.overhaul-kpkr-details .page-header-info-left-subtitle[data-v-379d80] {
  color: #fff9;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.overhaul-kpkr-details .page-header-info-left-standard-name[data-v-379d80] {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.overhaul-kpkr-details .page-header-info-left-administrator-comment[data-v-379d80] {
  white-space: pre-wrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.overhaul-kpkr-details .page-header-info-right[data-v-379d80] {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-info-right-row[data-v-379d80] {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-info-right-row[data-v-379d80]:last-of-type {
  margin-bottom: 0;
}

.overhaul-kpkr-details .page-header-info-right-row-bold[data-v-379d80] {
  font-weight: bold;
}

.overhaul-kpkr-details .page-header-info-right-row[data-v-379d80] > * {
  white-space: nowrap;
  margin-left: .5rem;
}

.overhaul-kpkr-details .page-header-info-right-row.buttons[data-v-379d80] {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.overhaul-kpkr-details .page-header-info-right-row-download-buttons[data-v-379d80] {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: -.5rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-info-right-row-download-button[data-v-379d80] {
  color: #506bfa;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
  width: auto !important;
}

.overhaul-kpkr-details .page-header-info-right-row-download-button + .overhaul-kpkr-details .page-header-info-right-row-download-button[data-v-379d80] {
  margin-top: .5rem;
}

.overhaul-kpkr-details .page-header-info-right-row-download-button[data-v-379d80]:after {
  content: "";
  background-image: url("download-icon.a93f22a8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
}

.overhaul-kpkr-details .page-header-info-right-row-download-button[data-v-379d80]:hover {
  background: none;
  text-decoration: underline;
}

.overhaul-kpkr-details .page-header-info-right-label[data-v-379d80] {
  margin-right: .5rem;
  font-weight: 400;
}

.overhaul-kpkr-details .page-header-info-right-value[data-v-379d80] {
  font-weight: 500;
}

.overhaul-kpkr-details .page-header-info-right-value span.check-status[data-v-379d80] {
  margin-left: .5rem;
  font-weight: 500;
}

.overhaul-kpkr-details .page-header-info-right-value span.check-status.green[data-v-379d80] {
  color: #00fdce;
}

.overhaul-kpkr-details .page-header-info-right-value span.check-status.purple[data-v-379d80] {
  color: #ccc1f9;
}

.overhaul-kpkr-details .page-header-info-right-select[data-v-379d80] {
  width: 10rem;
  height: 2rem !important;
}

.overhaul-kpkr-details .page-header-panels[data-v-379d80] {
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.overhaul-kpkr-details .page-header-panels-wrap[data-v-379d80] {
  box-sizing: border-box;
  width: auto;
}

.overhaul-kpkr-details .page-header-panel[data-v-379d80] {
  background-color: #2d265d;
  flex-flow: row;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-panel-wide[data-v-379d80] {
  grid-column: auto / span 2;
  width: auto;
}

.overhaul-kpkr-details .page-header-panel-formal-details[data-v-379d80] {
  grid-gap: 2rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  display: grid;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}

.overhaul-kpkr-details .page-header-panel-formal-details-left[data-v-379d80] {
  grid-gap: 2rem;
  grid-column: 1 / span 3;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.overhaul-kpkr-details .page-header-panel-formal-details-right[data-v-379d80] {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.5rem .75rem;
  display: flex;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item[data-v-379d80] {
  box-sizing: border-box;
  padding: 1rem 1.5rem .75rem;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-values[data-v-379d80] {
  margin-top: .875rem;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-label[data-v-379d80], .overhaul-kpkr-details .page-header-panel-formal-details-item-value[data-v-379d80], .overhaul-kpkr-details .page-header-panel-formal-details-item-execution-mark[data-v-379d80] {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-label[data-v-379d80] {
  opacity: .8;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-value[data-v-379d80] {
  margin-right: .875rem;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-value[data-v-379d80]:last-of-type {
  margin-right: 0;
}

.overhaul-kpkr-details .page-header-panel-formal-details-item-execution-mark[data-v-379d80] {
  opacity: .8;
  width: auto;
  max-width: 18.4375rem;
  font-size: .6875rem;
  font-weight: normal;
}

.overhaul-kpkr-details .page-header-panel[data-v-379d80]:last-of-type {
  margin-right: 0;
}

.overhaul-kpkr-details .page-header-panel-content[data-v-379d80] {
  color: #fff;
  min-width: 13.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.overhaul-kpkr-details .page-header-panel-content + .overhaul-kpkr-details .page-header-panel-content[data-v-379d80] {
  margin-left: 2rem;
}

.overhaul-kpkr-details .page-header-panel-content-row[data-v-379d80] {
  margin-bottom: 1rem;
}

.overhaul-kpkr-details .page-header-panel-content-row[data-v-379d80]:last-of-type {
  margin-bottom: 0;
}

.overhaul-kpkr-details .page-header-panel-content-label[data-v-379d80] {
  margin-bottom: .375rem;
  font-weight: normal;
}

.overhaul-kpkr-details .page-header-panel-content-label .green[data-v-379d80] {
  color: #00ae7a;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-header-panel-content-label .blue[data-v-379d80] {
  color: #58cdf2;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-header-panel-content-label .purple[data-v-379d80] {
  color: #ccc1f9;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-header-panel-content-label.margin-top[data-v-379d80] {
  margin-top: .375rem;
}

.overhaul-kpkr-details .page-header-panel-content-value[data-v-379d80] {
  flex-direction: column;
  font-weight: 500;
  display: flex;
}

.overhaul-kpkr-details .page-header-panel-content-value-label[data-v-379d80] {
  font-weight: normal;
}

.overhaul-kpkr-details .page-header-panel-content-value span[data-v-379d80] {
  margin-top: .375rem;
  margin-bottom: 1rem;
}

.overhaul-kpkr-details .page-header-panel-content-value-document-download-link[data-v-379d80] {
  color: #9babff;
}

.overhaul-kpkr-details .page-header-panel-content-value-document-download-link a[data-v-379d80]:after {
  content: url("subsidy-document-download-icon.27d00a0f.svg");
  vertical-align: middle;
  width: .875rem;
  height: 1rem;
  margin-left: .375rem;
  display: inline-block;
}

.overhaul-kpkr-details .page-header-panel-content .red_header[data-v-379d80] {
  color: #ff3666;
}

.overhaul-kpkr-details .page-header-panel-value-link[data-v-379d80] {
  color: #9babff;
}

.overhaul-kpkr-details-download[data-v-379d80] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.overhaul-kpkr-details-icon[data-v-379d80] {
  cursor: pointer;
  width: 2rem;
  height: 1.125rem;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-cold-water[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("cold-water.df10066c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-hot-water[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("hot-water.a695545c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-drainage[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("drainage.e2c0ff02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-power-supply[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("power-supply.f71d04ee.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-heating[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("heating.30769284.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-gas[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("gas-equipment.c2909f14.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-tko[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("garbage-chute.3dc91acd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-management[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("control.1c071e6b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-rent[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("rent.b1f5a323.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-capital-repair[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fixing.be6e7c33.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-fluid-trash[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("fluid-trash.e79af05e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-construction-elements[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("construction-elements.c89dd6c7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-icon-union[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("union.d408e212.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  color: #556584 !important;
}

.overhaul-kpkr-details-pagination[data-v-379d80] {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.overhaul-kpkr-details .page-subtitle-title[data-v-379d80], .overhaul-kpkr-details .page-subtitle-value[data-v-379d80] {
  dislpay: block;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
}

.overhaul-kpkr-details .row-dropdown[data-v-379d80] {
  z-index: 95;
}

.overhaul-kpkr-details .page-download-button[data-v-379d80] {
  margin-left: auto;
}

.overhaul-kpkr-details .page-content[data-v-379d80] {
  background: #fff;
}

.overhaul-kpkr-details .page-content .container[data-v-379d80] {
  padding-right: 1.875rem;
}

.overhaul-kpkr-details .page-content .content-title-block[data-v-379d80] {
  justify-content: flex-start;
  display: flex;
}

.overhaul-kpkr-details .page-content .content-title-block .content-title[data-v-379d80] {
  margin-right: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
}

.overhaul-kpkr-details .page-content .content-title-block .content-date[data-v-379d80] {
  margin-right: 1.25rem;
  font-size: .75rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-content .content-title-block .content-date .date[data-v-379d80] {
  font-size: .875rem;
  font-weight: normal;
}

.overhaul-kpkr-details .page-content .content-title-block .content-date .green[data-v-379d80] {
  color: #00ae7a;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-content .content-title-block .content-date .blue[data-v-379d80] {
  color: #58cdf2;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-content .content-title-block .content-date .red[data-v-379d80] {
  color: #ff3666;
  font-size: .875rem;
  font-weight: bold;
}

.overhaul-kpkr-details .page-content .inputs-block[data-v-379d80] {
  border-top: 1px solid #e5eaf0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row[data-v-379d80] {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row[data-v-379d80] > * {
  margin-right: 2rem;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row[data-v-379d80] > :last-child {
  margin: 0;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row .empty[data-v-379d80] {
  width: 100%;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row .filter-buttons[data-v-379d80] {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.overhaul-kpkr-details .page-content .inputs-block .inputs-block-row .filter-button[data-v-379d80] {
  margin-left: 1rem;
}

.overhaul-kpkr-details .page-content .tabs[data-v-379d80] {
  max-width: 1280px;
  height: 3rem;
  display: flex;
}

.overhaul-kpkr-details .page-content .tabs-wrap[data-v-379d80] {
  background-color: #e5eaf0;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
}

.overhaul-kpkr-details-employee-display[data-v-379d80] {
  padding-left: .5rem;
}

.overhaul-kpkr-details-employee-display.disabled[data-v-379d80] {
  color: #556584;
  background-color: #98a7b64d;
  border-radius: .25rem;
  padding: .5rem !important;
}

.overhaul-kpkr-details-employee-selection-dropdown[data-v-379d80] {
  min-width: 12.5rem;
}

.overhaul-kpkr-details-details-snackbar[data-v-379d80] {
  width: 2%;
  transition-duration: .3s;
  position: fixed;
  bottom: 2%;
  left: 2%;
  transform: translate(-50%);
}

.overhaul-kpkr-details-details-snackbar-hidden[data-v-379d80] {
  transform: translate(-50%, 100%);
}

.overhaul-kpkr-details-standard-details-snackbar[data-v-379d80] {
  z-index: 999;
  width: 45%;
  transition-duration: .3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.overhaul-kpkr-details-standard-details-snackbar-hidden[data-v-379d80] {
  transform: translate(-50%, 100%);
}

.overhaul-kpkr-details-details-table-header-question[data-v-379d80] {
  position: absolute;
}

.overhaul-kpkr-details-details-table-header-question-name[data-v-379d80] {
  margin: auto;
}

.overhaul-kpkr-details-details-table-header-question-info[data-v-379d80] {
  color: #556584;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("question.aa1b3a35.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto auto auto .875rem;
  display: inline-block;
}

.overhaul-kpkr-details-details-table-cell.green[data-v-379d80] {
  color: #00ae7a;
}

.overhaul-kpkr-details-details-table-cell.red[data-v-379d80] {
  color: #ff3666;
}

.overhaul-kpkr-details-details-table-cell.yellow[data-v-379d80] {
  color: #f9a602;
}

.overhaul-kpkr-details-details-table-cell-button-edit[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.0625rem !important;
  height: 2rem !important;
}

.overhaul-kpkr-details-details-table-cell-comment[data-v-379d80] {
  margin-bottom: .5rem;
  display: block;
}

.overhaul-kpkr-details-details-table-cell-button-add[data-v-379d80] {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("plus.969cd9d4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.overhaul-kpkr-details-incoming-datenumber-cell[data-v-379d80], .overhaul-kpkr-details-registry-status-cell[data-v-379d80] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overhaul-kpkr-details-incoming-datenumber-cell-data[data-v-379d80], .overhaul-kpkr-details-registry-status-cell-data[data-v-379d80] {
  min-width: 5.875rem;
}

.overhaul-kpkr-details-incoming-datenumber-cell-button[data-v-379d80], .overhaul-kpkr-details-registry-status-cell-button[data-v-379d80] {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2rem;
}

.overhaul-kpkr-details-incoming-datenumber-cell-button.disabled[data-v-379d80], .overhaul-kpkr-details-registry-status-cell-button.disabled[data-v-379d80] {
  cursor: auto;
}

.overhaul-kpkr-details-incoming-datenumber-cell-button.button-undo[data-v-379d80], .overhaul-kpkr-details-registry-status-cell-button.button-undo[data-v-379d80] {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
}

.overhaul-kpkr-details-registry-status-cell-button[data-v-379d80] {
  margin-top: .5rem;
}

.overhaul-kpkr-details-select[data-v-379d80] {
  margin-left: auto;
  margin-right: auto;
}

.employee-col[data-v-379d80] {
  width: 14rem;
}

.word-break-all[data-v-379d80] {
  word-break: break-all;
}

.confirm-col[data-v-379d80] {
  text-align: right;
}

.service-col[data-v-379d80], .status-col[data-v-379d80] {
  width: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-start !important;
}

.rso-incoming-coll[data-v-379d80] {
  width: 15rem;
  justify-content: flex-start !important;
}

.overhaul-kpkr-details-incoming-datenumber-cell[data-v-379d80] {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.loader[data-v-379d80] {
  width: 2rem;
  margin: 1rem auto;
}

.table-footer[data-v-379d80] {
  margin-top: 1rem;
  margin-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.license-change-navigation[data-v-92fe5b] {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.license-change-navigation-wrapper[data-v-92fe5b] {
  background: #313877;
}

.license-change-navigation-empty[data-v-92fe5b] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-bottom: 2.1875rem;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}

.license-change-navigation-link[data-v-92fe5b] {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  margin-right: 2.1875rem;
  padding: .75rem 0;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-flex;
  position: relative;
}

.license-change-navigation-link-icon-back[data-v-92fe5b] {
  opacity: .5;
  background: url("arrow.fc102939.svg") center / contain no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .6875rem;
  transform: rotateY(180deg);
}

.license-change-navigation-link-active[data-v-92fe5b] {
  opacity: 1;
}

.license-change-navigation-link-active[data-v-92fe5b]:after {
  content: "";
  border-top: 2px solid #ff3666;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.license-change .container[data-v-92fe5b] {
  width: 86.75rem;
  margin: auto;
  padding-left: 4rem;
}

.license-change .page-main-title[data-v-92fe5b] {
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
}

.license-change .footer[data-v-92fe5b] {
  color: #556584;
  background: #e5eaf0;
  align-items: center;
  height: 4rem;
  display: flex;
}

.license-change .footer .container[data-v-92fe5b] {
  justify-content: space-between;
  display: flex;
}

.license-change .footer .container .copyright span[data-v-92fe5b] {
  margin-right: 1.375rem;
}

.passport-summary {
  justify-content: space-between;
  min-width: 60rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem 2rem;
  display: flex;
}

.passport-summary-wrapper {
  background: #fff;
}

.passport-summary-close {
  color: #fff;
  cursor: pointer;
  background: #0c325a;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
}

.passport-summary-hidden .passport-summary-close, .passport-summary-close display none, .passport-summary-close-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("arrow.fc102939.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: translate(50%, 50%)rotate(180deg);
}

.passport-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.passport-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.passport-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.passport-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.houses-passport {
  min-width: 60rem;
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.houses-passport-passport-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("settings.8a081adb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.houses-passport-subtitle {
  color: #98a7b6;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
}

.houses-passport-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.houses-passport-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-passport-summary, .houses-passport-summary-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.houses-passport-summary-item-value {
  font-size: 2.5rem;
  font-weight: bold;
}

.houses-passport-summary-item-icon {
  text-align: center;
  color: #98a7b6;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.houses-passport-summary-item-label {
  max-width: 7rem;
  margin: 0 1rem;
  font-weight: bold;
}

.houses-passport-controls {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  display: flex;
}

.houses-passport-controls-filter {
  margin-right: 1rem;
}

.houses-passport-controls-select {
  margin-right: auto;
}

.houses-passport-controls-button {
  color: #fff;
  background: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.houses-passport-controls-button:disabled {
  background-color: #55658480;
}

.houses-passport-controls-button-icon {
  opacity: .6;
  margin-left: 1rem;
}

.houses-passport-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.houses-passport-table-filter-organizations {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.houses-passport-table-filter-organizations-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-passport-table-filter-organizations-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.houses-passport-table thead th {
  background: #fff;
}

.houses-passport-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.houses-passport-table-link {
  color: #3259e5;
}

.houses-passport-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.houses-passport-table-row:last-of-type {
  border-bottom: none;
}

.houses-passport-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.houses-passport-table-row-header-narrow {
  width: 3.75rem;
}

.houses-passport-table-row-empty {
  text-align: center;
}

.houses-passport-table-cell {
  vertical-align: top;
  padding: 1rem;
  position: relative;
}

.houses-passport-table-cell-action-title {
  padding-bottom: 1rem;
}

.houses-passport-table-cell span {
  padding-right: 1rem;
  display: inline-block;
}

.houses-passport-table-cell-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}

.houses-passport-table-cell-icon-info {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("info.bbd05069.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-passport-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.houses-passport-table-cell-nowrap {
  white-space: nowrap;
}

.houses-passport-table-cell-wrap {
  overflow-wrap: break-word;
}

.houses-passport-table-cell-right {
  text-align: right;
}

.houses-passport-table-cell-bold {
  font-weight: bold;
}

.houses-passport-smb {
  color: #00ae7a;
}

.houses-passport-name-liquidated {
  color: #98a7b6;
  text-decoration: line-through;
}

.houses-passport-status-liquidated {
  color: #98a7b6;
}

.houses-passport-status-liquidating {
  color: #ff3666;
}

.houses-passport-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 2.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: .125rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle !important;
}

.houses-passport-item-type-green {
  background: #c8f9c1;
}

.houses-passport-item-type-purple {
  background: #ccc1f9;
}

.houses-passport-item-type-yellow {
  background: #ffe9be;
}

.houses-passport-item-type-blue {
  background: #58cdf2;
}

.houses-passport-item-type-red {
  background: #efa4b6;
}

.houses-passport-header-icon {
  width: 1rem;
  height: 1rem;
}

.houses-passport-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.houses-passport-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-passport-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.houses-passport-footer-button {
  cursor: pointer;
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.houses-passport-footer-button-left {
  transform: rotate(180deg);
}

.houses-passport-busy {
  text-align: center;
}

.houses-passport-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.houses-passport-empty {
  text-align: center;
}

.snow-roof-tabs {
  border-bottom: 1px solid #98a7b6;
}

.snow-roof-summary {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.snow-roof-summary-wrapper {
  background: #fff;
}

.snow-roof-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.snow-roof-content:after {
  content: "";
  opacity: 0;
  background: #55658466;
  height: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.snow-roof-content-shade:after {
  opacity: 1;
  height: auto;
  bottom: 0;
}

.snow-roof-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.snow-roof-filter-subfilter {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.snow-roof-filter-subfilter-label {
  max-width: 7.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
}

.snow-roof-filter-subfilter-slider {
  width: 15rem;
  margin-bottom: 1.5rem;
}

.snow-roof-filter-subfilter-slider-subrange {
  z-index: 3;
  bottom: 1px;
  transform: translate(0, 50%);
}

.snow-roof-filter-subfilter-slider-subrange-red {
  border-top: 3px solid red;
}

.snow-roof-filter-subfilter-slider-subrange-yellow {
  border-top: 3px solid orange;
}

.snow-roof-filter-subfilter-slider-subrange-green {
  border-top: 3px solid green;
}

.snow-roof-filter-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.snow-roof-filter-row > * {
  margin-bottom: 1rem;
  margin-right: 1.875rem;
}

.snow-roof-filter-row > :last-child {
  min-width: 12rem;
}

.snow-roof-filter-row .slider-knobs {
  min-width: 16rem;
}

.snow-roof-filter-row .filter-buttons {
  width: 100%;
  display: flex;
}

.snow-roof-filter-row .filter-buttons > * {
  margin-left: auto;
}

.snow-roof-filter-row .filter-buttons > :last-child {
  margin-left: 1rem;
  margin-right: 0;
}

.snow-roof-filter-wrapper {
  background: #fff;
  position: relative;
}

.snow-roof-filter-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.snow-roof-filter-item:last-of-type {
  margin-right: 0;
}

.snow-roof-filter-item-active {
  color: #0c325a;
}

.snow-roof-filter-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.houses-filter-modal {
  user-select: none;
  padding: 3rem 4rem;
}

.houses-filter-modal-mc-info {
  text-align: center;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  padding: .5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  display: flex;
}

.houses-filter-modal-mc-info-subtitle {
  font-size: 1rem;
  font-weight: normal;
}

.houses-filter-modal-mc-info i.fas.fa-building {
  align-self: center;
  margin-right: .5rem;
  font-size: 1.125rem;
}

.houses-filter-modal-toggle {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .125rem;
  display: inline-flex;
}

.houses-filter-modal-toggle-item {
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: .625rem 1rem;
}

.houses-filter-modal-toggle-item-active {
  background: #fff;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.houses-filter-modal-clearance {
  flex-grow: 1;
  align-self: flex-start;
}

.houses-filter-modal-clearance-items {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: calc(100% - 8rem);
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden auto;
}

.houses-filter-modal-clearance-items h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.houses-filter-modal-clearance-items-empty {
  color: #98a7b6;
}

.houses-filter-modal-clearance-items-item-preview {
  text-align: center;
  cursor: pointer;
  line-height: 1.5rem;
}

.houses-filter-modal-clearance-items-item-preview-icon {
  font-size: 2rem;
}

.houses-filter-modal-clearance-item {
  border-bottom: 2px solid #556584;
  margin-bottom: 1rem;
}

.houses-filter-modal-clearance-item:last-of-type {
  border-bottom: none;
}

.houses-filter-modal-clearance-item-heading {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.houses-filter-modal-clearance-item-text {
  margin-bottom: .5rem;
}

.houses-filter-modal-clearance-item-attachment {
  background: #5565844d center / contain no-repeat;
  border-radius: .5rem;
  width: 11.25rem;
  height: 8.125rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.houses-filter-modal-clearance-item-attachment:last-of-type {
  margin-right: 0;
}

.houses-filter-modal-clearance-item-attachment-name {
  color: #fff;
  background: #556584b3;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.houses-filter-modal-filter {
  margin-bottom: 1rem;
  display: inline-flex !important;
}

.houses-filter-modal-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
}

.houses-filter-modal-table thead th {
  background: #fff;
}

.houses-filter-modal-table tbody tr:hover {
  color: #fff;
  background: #98a7b6;
}

.houses-filter-modal-table tbody .selected {
  color: #fff;
  background-color: #3259e5 !important;
}

.houses-filter-modal-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.houses-filter-modal-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.houses-filter-modal-table-row:last-of-type {
  border-bottom: none;
}

.houses-filter-modal-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.houses-filter-modal-table-cell {
  padding: 1rem;
  position: relative;
}

.houses-filter-modal-table-cell .green {
  color: #00ae7a;
}

.houses-filter-modal-table-cell .red {
  color: #ff3666;
}

.houses-filter-modal-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.houses-filter-modal-table-cell-nowrap {
  white-space: nowrap;
}

.houses-filter-modal-table-cell-right {
  text-align: right;
}

.houses-filter-modal-table-cell-bold {
  font-weight: bold;
}

.houses-filter-modal-table-cell-empty, .houses-filter-modal-table-cell-center {
  text-align: center;
}

.houses-filter-modal-table-cell-button {
  display: inline-block;
}

.houses-filter-modal-table-cell-button-download {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
}

.houses-filter-modal-table-filter {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.houses-filter-modal-table-filter-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.houses-filter-modal-table-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-filter-modal-table-header-icon {
  width: 1rem;
  height: 1.5rem;
}

.houses-filter-modal-table-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.houses-filter-modal-table-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.houses-filter-modal-table-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.houses-filter-modal-table-footer {
  justify-content: flex-end;
  display: flex;
}

.houses-filter-modal-table-footer > * {
  margin-left: 1rem;
}

.houses-filter-modal-table-subtable {
  min-width: 75%;
}

.houses-filter-modal-table-subtable-cell {
  padding: .25rem 1rem .25rem 0;
}

.houses-filter-modal-table-subtable-cell-heading {
  text-align: left;
  font-weight: bold;
}

.houses-filter-modal-table-subtable-cell-right {
  text-align: right;
}

.houses-filter-modal-table-subtable-cell-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: radial-gradient(#f0f, #f0f0 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
}

.houses-filter-modal-table-subtable-link {
  color: #133dd0;
  text-decoration: underline;
}

.houses-filter-modal-table-link {
  color: #133dd0;
}

.houses-filter-modal-table-pagination {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}

.houses-filter-modal-table-empty {
  text-align: center;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.houses-filter-modal-table-busy {
  text-align: center;
}

.houses-filter-modal-table-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.houses-filter-modal-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.houses-filter-modal-top-block {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: calc(100% - 8rem);
  margin-bottom: 1rem;
  padding: 1rem;
}

.houses-filter-modal-top-block-buttons {
  justify-content: flex-end;
  display: flex;
}

.houses-filter-modal-top-block-buttons > * {
  align-self: center;
  margin-left: 1rem;
}

.houses-filter-modal-top-block-row {
  justify-content: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.houses-filter-modal-top-block-row > * {
  align-self: center;
  margin-left: 1rem;
}

.houses-filter-modal-top-block-row > :first-child {
  flex-grow: 1;
  margin-left: 0;
}

.houses-filter-modal-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-filter-modal-subheading {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.houses-filter-modal-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 78vh;
  display: flex;
}

.houses-filter-modal-section .icon {
  cursor: pointer;
  font-size: 3rem;
}

.houses-filter-modal-section .preview {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.houses-filter-modal-section-heading {
  text-align: center;
  margin-right: 1rem;
  font-weight: bold;
  line-height: 2rem;
}

.houses-filter-modal-section-heading.rotate {
  writing-mode: vertical-rl;
  max-width: 3rem;
  transform: rotate(-180deg);
}

.houses-filter-modal-legend {
  background: #e5eaf0;
  border-radius: .5rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
}

.houses-filter-modal-legend-indicator {
  background: #0500ff;
  border-radius: .8125rem;
  width: .1875rem;
  height: .625rem;
  margin-right: .5rem;
  display: inline-block;
}

.houses-filter-modal-container {
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}

.houses-filter-modal-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: 50%;
  margin-bottom: 2.5rem;
  display: flex;
}

.houses-filter-modal-row-tight {
  margin-bottom: 1.25rem;
}

.houses-filter-modal-value {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  width: 5.5rem;
  padding: .4375rem 1rem;
  line-height: 1.5rem;
}

.houses-filter-modal-select {
  width: 100%;
}

.houses-filter-modal-slider {
  flex: 1;
}

.houses-filter-modal-label-indicator {
  background: #3259e5;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  margin-right: .25rem;
  display: inline-block;
}

.houses-filter-modal-footer {
  justify-content: flex-end;
  display: flex;
}

.houses-filter-modal-footer > * {
  margin-left: 1rem;
}

.houses-filter-modal-button {
  background: none;
  border: none;
  border-radius: .5rem;
  outline: none;
  margin-right: 1rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
}

.houses-filter-modal-button-primary {
  background: #fff;
}

.houses-filter-modal-button:last-of-type {
  margin-right: 0;
}

.page-layout-modal-aside {
  min-width: 80% !important;
  max-width: 78vh !important;
}

.snow-roof-plan-create {
  padding: 3rem 4rem;
}

.snow-roof-plan-create-header {
  margin-bottom: 2rem;
}

.snow-roof-plan-create-title {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-plan-create-form-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.snow-roof-plan-create-form-row:last-child {
  margin-bottom: 0;
}

.snow-roof-plan-create-form-label {
  min-width: 12.5rem;
  margin-right: 1rem;
  font-weight: bold;
}

.snow-roof-plan-create-form-value {
  flex: 1;
  min-width: 0;
}

.snow-roof-plan-create-form-value .ui-text-editor, .snow-roof-plan-create-form-value .ui-dropdown, .snow-roof-plan-create-form-value .ui-datepicker, .snow-roof-plan-create-form-value .ui-input-light {
  width: 100%;
}

.snow-roof-plan-create-form-actions {
  border-top: 1px solid #e5eaf0;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
}

.snow-roof-plan-create-houses-search {
  margin-bottom: 1rem;
}

.snow-roof-plan-create-houses-table-wrapper {
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  max-height: 25rem;
  overflow-y: auto;
}

.snow-roof-plan-create-houses-table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}

.snow-roof-plan-create-houses-table th, .snow-roof-plan-create-houses-table td {
  text-align: left;
  border-bottom: 1px solid #e5eaf0;
  padding: .75rem;
}

.snow-roof-plan-create-houses-table th {
  background: #f5f7fb;
  font-weight: bold;
}

.snow-roof-plan-create-houses-table tr:hover {
  background: #5565840d;
}

.snow-roof-plan-create-houses-table input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}

.snow-roof-plan-create-houses-selected {
  background: #5565840d;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 1rem;
}

.snow-roof-plan-create-houses-selected-title {
  margin-bottom: .5rem;
  font-weight: bold;
}

.snow-roof-plan-create-houses-selected-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.snow-roof-plan-create-houses-selected-item {
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: .25rem;
  align-items: center;
  gap: .5rem;
  padding: .25rem .5rem;
  display: flex;
}

.snow-roof-plan-create-houses-selected-item i.fas {
  cursor: pointer;
  color: #ff3666;
}

.snow-roof-plan-create-houses-selected-item i.fas:hover {
  color: #ff174e;
}

.snow-roof-plan-create-busy {
  text-align: center;
  background: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.snow-roof-plan-create-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-plan-select {
  padding: 3rem 4rem;
}

.snow-roof-plan-select-header {
  margin-bottom: 2rem;
}

.snow-roof-plan-select-title {
  color: #0c325a;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
}

.snow-roof-plan-select-search {
  margin-bottom: 1.5rem;
}

.snow-roof-plan-select-table {
  border-collapse: collapse;
  width: 100%;
}

.snow-roof-plan-select-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-plan-select-table-row:last-child {
  border-bottom: none;
}

.snow-roof-plan-select-table-cell {
  vertical-align: middle;
  text-align: center;
  padding: .75rem 1rem;
}

.snow-roof-plan-select-status {
  border-radius: 1rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: bold;
  display: inline-block;
}

.snow-roof-plan-select-status-new {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plan-select-status-active {
  color: #2aca13;
  background: #c8f9c1;
}

.snow-roof-plan-select-status-completed {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plan-select-status-finished {
  color: #3713ca;
  background: #ccc1f9;
}

.snow-roof-plan-select-empty {
  text-align: center;
  color: #98a7b6;
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  padding: 2rem;
}

.snow-roof-plan-select-busy {
  text-align: center;
  background: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.snow-roof-plan-select-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses {
  padding-left: 1rem;
  padding-right: 1rem;
}

.snow-roof-houses-plan-button-fixed {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background: #00ae7a;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: bold;
  transition: opacity .3s ease-in-out, transform .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px #0003;
}

.snow-roof-houses-plan-button-fixed i.fas {
  margin-right: .5rem;
  font-size: 1.125rem;
}

.snow-roof-houses-create-plan-button-fixed {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background: #3259e5;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: bold;
  transition: opacity .3s ease-in-out, transform .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  left: calc(50% - 260px);
  transform: translateX(-50%);
  box-shadow: 0 4px 10px #0003;
}

.snow-roof-houses-create-plan-button-fixed i.fas {
  margin-right: .5rem;
  font-size: 1.125rem;
}

.snow-roof-houses-create-plan-button-fixed:hover {
  background: #1c47df;
}

.snow-roof-houses-expand-button-fixed {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background: #3259e5;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  left: calc(50% + 195px);
  transform: translateX(-50%);
  box-shadow: 0 4px 10px #0003;
}

.snow-roof-houses-expand-button-fixed i.fas {
  font-size: 1.125rem;
}

.snow-roof-houses-expand-button-fixed:hover {
  background: #1c47df;
}

.snow-roof-houses-selection-list {
  background: #fff;
  border-radius: .5rem;
  width: 60%;
  max-width: 500px;
  max-height: 300px;
  padding: 1rem;
  transition: all .3s ease-in-out;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  overflow-y: auto;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px #0003;
}

.snow-roof-houses-selection-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.snow-roof-houses-selection-list li {
  border-bottom: 1px solid #e5eaf0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.snow-roof-houses-selection-list li:last-child {
  border-bottom: none;
}

.snow-roof-houses-selection-list li span {
  flex-grow: 1;
  font-size: .875rem;
}

.snow-roof-houses-selection-list li button {
  color: #ff3666;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1rem;
  transition: color .2s;
}

.snow-roof-houses-selection-list li button:hover {
  color: #ff174e;
}

.snow-roof-houses-selection-list ::-webkit-scrollbar {
  width: 8px;
}

.snow-roof-houses-selection-list ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.snow-roof-houses-selection-list ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.snow-roof-houses-selection-list ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.snow-roof-houses .transition-expand {
  transition: all .3s ease-in-out;
}

.snow-roof-houses-row {
  margin-bottom: 1rem;
}

.snow-roof-houses-passport-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("settings.8a081adb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.snow-roof-houses-subtitle {
  color: #98a7b6;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
}

.snow-roof-houses-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.snow-roof-houses-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-houses-summary, .snow-roof-houses-summary-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.snow-roof-houses-summary-item-value {
  font-size: 2.5rem;
  font-weight: bold;
}

.snow-roof-houses-summary-item-icon {
  text-align: center;
  color: #98a7b6;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.snow-roof-houses-summary-item-label {
  max-width: 7rem;
  margin: 0 1rem;
  font-weight: bold;
}

.snow-roof-houses-controls {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  display: flex;
}

.snow-roof-houses-controls-filter {
  margin-right: 1rem;
}

.snow-roof-houses-controls-select {
  margin-right: auto;
}

.snow-roof-houses-controls-button {
  color: #fff;
  background: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-controls-button:disabled {
  background-color: #55658480;
}

.snow-roof-houses-controls-button-icon {
  opacity: .6;
  margin-left: 1rem;
}

.snow-roof-houses-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.snow-roof-houses-table-filter-organizations {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.snow-roof-houses-table-filter-organizations-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-table-filter-organizations-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.snow-roof-houses-table thead th {
  z-index: 2;
  background: #f5f7fb;
  position: sticky;
  top: 0;
}

.snow-roof-houses-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.snow-roof-houses-table-link {
  color: #3259e5;
  cursor: pointer;
}

.snow-roof-houses-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-houses-table-row:last-of-type {
  border-bottom: none;
}

.snow-roof-houses-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.snow-roof-houses-table-row-header:first-of-type {
  border-radius: 1rem 0 0;
}

.snow-roof-houses-table-row-header:last-of-type {
  border-radius: 0 1rem 0 0;
}

.snow-roof-houses-table-row-header-narrow {
  width: 3.75rem;
}

.snow-roof-houses-table-row-empty {
  text-align: center;
}

.snow-roof-houses-table-cell {
  vertical-align: top;
  padding: 1rem;
  position: relative;
}

.snow-roof-houses-table-cell-action-title {
  padding-bottom: 1rem;
}

.snow-roof-houses-table-cell span {
  padding-right: 1rem;
  display: inline-block;
}

.snow-roof-houses-table-cell-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}

.snow-roof-houses-table-cell-icon-info {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("info.bbd05069.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-table-cell-icon-edit {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.snow-roof-houses-table-cell-nowrap {
  white-space: nowrap;
}

.snow-roof-houses-table-cell-wrap {
  overflow-wrap: break-word;
}

.snow-roof-houses-table-cell-right {
  text-align: right;
}

.snow-roof-houses-table-cell-bold {
  font-weight: bold;
}

.snow-roof-houses-table-cell-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.snow-roof-houses-table-cell-left {
  text-align: left;
}

.snow-roof-houses-smb {
  color: #00ae7a;
}

.snow-roof-houses-name-liquidated {
  color: #98a7b6;
  text-decoration: line-through;
}

.snow-roof-houses-status-liquidated {
  color: #98a7b6;
}

.snow-roof-houses-status-liquidating {
  color: #ff3666;
}

.snow-roof-houses-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 10rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: .125rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle !important;
}

.snow-roof-houses-item-type-green {
  background: #c8f9c1;
}

.snow-roof-houses-item-type-purple {
  background: #ccc1f9;
}

.snow-roof-houses-item-type-yellow {
  background: #ffe9be;
}

.snow-roof-houses-item-type-blue {
  background: #58cdf2;
}

.snow-roof-houses-item-type-red {
  background: #efa4b6;
}

.snow-roof-houses-header-icon {
  width: 1rem;
  height: 1rem;
}

.snow-roof-houses-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.snow-roof-houses-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.snow-roof-houses-footer-button {
  cursor: pointer;
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.snow-roof-houses-footer-button-left {
  transform: rotate(180deg);
}

.snow-roof-houses-busy {
  text-align: center;
}

.snow-roof-houses-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-empty {
  text-align: center;
}

.snow-roof-houses-inspection-icon {
  color: #3259e5;
  cursor: help;
  vertical-align: middle;
  margin-left: .25rem;
  font-size: .875rem;
}

.snow-roof-houses-map {
  padding-left: 1rem;
  padding-right: 1rem;
}

.snow-roof-houses-map-back {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.snow-roof-houses-map-bottom-legend {
  background: #fff;
  border-radius: 8px;
  align-items: flex-end;
  display: flex;
  box-shadow: 0 4px 16px #23508629;
}

.snow-roof-houses-map-bottom-legend-item {
  height: inherit;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: .0625rem;
  margin-bottom: .0625rem;
  margin-left: .5rem;
  display: flex;
}

.snow-roof-houses-map-bottom-legend-item:last-child {
  margin-right: .5rem;
}

.snow-roof-houses-map-bottom-legend-item-text {
  padding-left: .25rem;
  padding-right: .25rem;
  font-weight: bold;
}

.snow-roof-houses-map-bottom-legend-item-heading {
  font-weight: bold;
  line-height: 1rem;
}

.snow-roof-houses-map-bottom-legend-item-green {
  background: #c7f0ce;
}

.snow-roof-houses-map-bottom-legend-item-yellow {
  background: #ffe0c0;
}

.snow-roof-houses-map-bottom-legend-item-red {
  background: #fbbeaf;
}

.snow-roof-houses-map-bottom-legend-item-blue {
  background: #9bb1ff;
}

.snow-roof-houses-map-info-legend {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  height: 45vh;
  display: flex;
  overflow-y: auto;
}

.snow-roof-houses-map-info-legend-table {
  border-collapse: collapse;
  width: 100%;
  height: inherit;
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
  display: table;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.snow-roof-houses-map-info-legend-table-row {
  border-bottom: 1px solid #e5eaf0;
  display: table-row;
}

.snow-roof-houses-map-info-legend-table-row:last-of-type {
  border-bottom: none;
}

.snow-roof-houses-map-info-legend-table-row-heading {
  border-bottom: 2px solid #556584;
}

.snow-roof-houses-map-info-legend-table-row-link {
  cursor: pointer;
}

.snow-roof-houses-map-info-legend-table-heading {
  font-weight: bold;
  display: table-cell;
}

.snow-roof-houses-map-info-legend-table-cell {
  max-width: 14.375rem;
  padding: .625rem;
  display: table-cell;
  position: relative;
}

.snow-roof-houses-map-info-legend-table-cell-item {
  overflow-wrap: break-word;
  padding-bottom: .5rem;
}

.snow-roof-houses-map-info-legend-table-cell-nowrap {
  white-space: nowrap;
}

.snow-roof-houses-map-info-legend-table-cell-right {
  text-align: right;
}

.snow-roof-houses-map-info-legend-table-cell-left {
  text-align: left;
}

.snow-roof-houses-map-info-legend-table-cell-note {
  text-align: center;
  padding: 1.25rem;
}

.snow-roof-houses-map-info-legend-table-cell a:hover {
  color: #3259e5;
}

.snow-roof-houses-map-info-legend-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.snow-roof-houses-map-info-legend-row > * {
  margin-right: 1.875rem;
}

.snow-roof-houses-map-info-legend-row > :first-child {
  margin-left: 1rem;
}

.snow-roof-houses-map-info-legend-row > :last-child {
  min-width: 12rem;
}

.snow-roof-houses-map-info-legend-row .slider-knobs {
  min-width: 16rem;
}

.snow-roof-houses-map-info-legend-row .filter-buttons {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.snow-roof-houses-map-info-legend-row .filter-buttons > * {
  margin-left: auto;
}

.snow-roof-houses-map-info-legend-row .filter-buttons > :first-child {
  align-self: flex-start;
  margin-left: 0;
}

.snow-roof-houses-map-info-legend-row .filter-buttons > :last-child {
  margin-left: 1rem;
  margin-right: 0;
}

.snow-roof-houses-map-info-legend-wrapper {
  background: #fff;
  position: relative;
}

.snow-roof-houses-map-info-legend-item {
  color: #98a7b6;
  margin-right: 3rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.snow-roof-houses-map-info-legend-item:last-of-type {
  margin-right: 0;
}

.snow-roof-houses-map-info-legend-item-active {
  color: #0c325a;
}

.snow-roof-houses-map-info-legend-item-active:after {
  content: "";
  border-bottom: 2px solid #0c325a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.snow-roof-houses-map-filters {
  width: 96vw;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.snow-roof-houses-map-filters > * {
  flex-grow: 1;
}

.snow-roof-houses-map-row {
  margin-bottom: 1rem;
}

.snow-roof-houses-map-passport-filter-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("settings.8a081adb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.snow-roof-houses-map-subtitle {
  color: #98a7b6;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: bold;
}

.snow-roof-houses-map-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.snow-roof-houses-map-heading {
  color: #0c325a;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-houses-map-summary, .snow-roof-houses-map-summary-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.snow-roof-houses-map-summary-item-value {
  font-size: 2.5rem;
  font-weight: bold;
}

.snow-roof-houses-map-summary-item-icon {
  text-align: center;
  color: #98a7b6;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.snow-roof-houses-map-summary-item-label {
  max-width: 7rem;
  margin: 0 1rem;
  font-weight: bold;
}

.snow-roof-houses-map-controls {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  display: flex;
}

.snow-roof-houses-map-controls-filter {
  margin-right: 1rem;
}

.snow-roof-houses-map-controls-select {
  margin-right: auto;
}

.snow-roof-houses-map-controls-button {
  color: #fff;
  background: #00ae7a;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-map-controls-button:disabled {
  background-color: #55658480;
}

.snow-roof-houses-map-controls-button-icon {
  opacity: .6;
  margin-left: 1rem;
}

.snow-roof-houses-map-table {
  border-collapse: collapse;
  width: 100%;
  height: inherit;
  background: #fff;
  border-radius: .5rem;
  margin-bottom: 2rem;
  overflow-y: scroll;
}

.snow-roof-houses-map-table-filter-organizations {
  background: #f5f7fb;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.snow-roof-houses-map-table-filter-organizations-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-map-table-filter-organizations-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-width: 5rem;
}

.snow-roof-houses-map-table thead th {
  background: #f5f7fb;
}

.snow-roof-houses-map-table-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("search.115d5421.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .5rem;
  display: inline-block;
}

.snow-roof-houses-map-table-link {
  color: #3259e5;
  cursor: pointer;
}

.snow-roof-houses-map-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-houses-map-table-row:last-of-type {
  border-bottom: none;
}

.snow-roof-houses-map-table-row-header {
  border-bottom: 2px solid #98a7b6 !important;
}

.snow-roof-houses-map-table-row-header:first-of-type {
  border-radius: 1rem 0 0;
}

.snow-roof-houses-map-table-row-header:last-of-type {
  border-radius: 0 1rem 0 0;
}

.snow-roof-houses-map-table-row-header-narrow {
  width: 3.75rem;
}

.snow-roof-houses-map-table-row-empty {
  text-align: center;
}

.snow-roof-houses-map-table-cell {
  vertical-align: top;
  padding: 1rem;
  position: relative;
}

.snow-roof-houses-map-table-cell-action-title {
  padding-bottom: 1rem;
}

.snow-roof-houses-map-table-cell span {
  padding-right: 1rem;
  display: inline-block;
}

.snow-roof-houses-map-table-cell-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}

.snow-roof-houses-map-table-cell-icon-info {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("info.bbd05069.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-map-table-cell-icon-edit {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  cursor: pointer;
  background-image: url("edit.337ae299.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-map-table-cell-header {
  text-align: left;
  font-weight: bold;
}

.snow-roof-houses-map-table-cell-nowrap {
  white-space: nowrap;
}

.snow-roof-houses-map-table-cell-wrap {
  overflow-wrap: break-word;
}

.snow-roof-houses-map-table-cell-right {
  text-align: right;
}

.snow-roof-houses-map-table-cell-bold {
  font-weight: bold;
}

.snow-roof-houses-map-table-cell-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.snow-roof-houses-map-smb {
  color: #00ae7a;
}

.snow-roof-houses-map-name-liquidated {
  color: #98a7b6;
  text-decoration: line-through;
}

.snow-roof-houses-map-status-liquidated {
  color: #98a7b6;
}

.snow-roof-houses-map-status-liquidating {
  color: #ff3666;
}

.snow-roof-houses-map-item-type {
  text-align: center;
  background: #f0f0f0;
  border-radius: 1rem;
  width: 10rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: .125rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle !important;
}

.snow-roof-houses-map-item-type-green {
  background: #c8f9c1;
}

.snow-roof-houses-map-item-type-purple {
  background: #ccc1f9;
}

.snow-roof-houses-map-item-type-yellow {
  background: #ffe9be;
}

.snow-roof-houses-map-item-type-blue {
  background: #58cdf2;
}

.snow-roof-houses-map-item-type-red {
  background: #efa4b6;
}

.snow-roof-houses-map-header-icon {
  width: 1rem;
  height: 1rem;
}

.snow-roof-houses-map-header-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.snow-roof-houses-map-header-icon-up {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.snow-roof-houses-map-header-icon-down {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("angle-up.a0e58176.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}

.snow-roof-houses-map-footer-button {
  cursor: pointer;
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.snow-roof-houses-map-footer-button-left {
  transform: rotate(180deg);
}

.snow-roof-houses-map-busy {
  text-align: center;
}

.snow-roof-houses-map-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-houses-map-empty {
  text-align: center;
}

.page-layout-content[data-v-36f2de] {
  min-height: calc(100vh - 72px);
  position: relative;
}

.page-layout-content-fixed[data-v-36f2de] {
  overflow: hidden !important;
}

.page-layout-modal-popup[data-v-36f2de] {
  z-index: 110;
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-popup-close[data-v-36f2de] {
  cursor: pointer;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.page-layout-modal-popup-close-icon[data-v-36f2de] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-aside[data-v-36f2de] {
  opacity: 1;
  background: #fefefe;
  min-width: 52.5rem;
  max-width: 50vw;
  padding: 1.5rem 2rem;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-layout-modal-aside-content[data-v-36f2de] {
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100vh;
  overflow: hidden scroll;
}

.page-layout-modal-aside-content[data-v-36f2de]::-webkit-scrollbar {
  display: none;
}

.page-layout-modal-aside-close[data-v-36f2de] {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: #333;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 10rem;
  left: 0;
  transform: translate(-50%, -50%);
}

.page-layout-modal-aside-close-icon[data-v-36f2de] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-layout-modal-aside-wrapper[data-v-36f2de] {
  z-index: 1001;
  width: 100vw;
  max-width: 100vw;
  transition-duration: .3s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.page-layout-modal-aside-wrapper[data-v-36f2de]:after {
  content: "";
  opacity: 1;
  z-index: -1;
  background: #0006;
  transition-duration: .3s;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.page-layout-modal-aside-wrapper-hidden[data-v-36f2de] {
  width: 0;
  max-width: 0;
}

.page-layout-modal-aside-wrapper-hidden[data-v-36f2de]:after {
  opacity: 0;
  height: 0;
}

.page-layout-version-wrapper[data-v-36f2de] {
  text-align: right;
  min-width: 8rem;
  position: fixed;
  bottom: .25rem;
  right: .25rem;
}

.page-layout-version-wrapper .page-layout-version[data-v-36f2de] {
  opacity: .8;
  background: #fff;
  border-radius: .25rem;
  padding: .25rem;
  font-size: .75rem;
  display: inline-block;
}

.page-layout-top-bar[data-v-36f2de] {
  color: #fff;
  background-color: #007bff;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.page-layout-top-bar-logo[data-v-36f2de] {
  background: url("logo.4d4db967.svg") center / contain no-repeat;
  width: 2.6875rem;
  height: 2.0625rem;
  margin-right: .75rem;
}

.page-layout-top-bar-logo.tumen[data-v-36f2de] {
  background-image: url("tumen.4d4db967.svg");
}

.page-layout-top-bar-logo.yamal[data-v-36f2de] {
  background-image: url("yamal.173ba06a.png");
}

.page-layout-top-bar-logo.hmao[data-v-36f2de] {
  background-image: url("hmao.585b7ab0.png");
}

.page-layout-top-bar-logo.krasnodar[data-v-36f2de] {
  background-image: url("krasnodar.368d7723.png");
}

.page-layout-top-bar-logo.sverd[data-v-36f2de] {
  background-image: url("sverd.613a01c0.png");
}

.page-layout-top-bar-logo.chuv[data-v-36f2de] {
  background-image: url("chuv.04015f42.png");
}

.page-layout-top-bar-logo.lipetsk[data-v-36f2de] {
  background-image: url("lipetsk.c09563a7.png");
}

.page-layout-top-bar-logo.spb[data-v-36f2de] {
  background-image: url("spb.0074a393.png");
}

.page-layout-top-bar-logo.perm[data-v-36f2de] {
  background-image: url("perm.504633d1.png");
}

.page-layout-top-bar-logo.demo[data-v-36f2de] {
  background-image: url("demo.c5aa3d79.png");
}

.page-layout-top-bar-title[data-v-36f2de], .page-layout-top-bar-subtitle[data-v-36f2de] {
  color: $ color-white;
}

.page-layout-top-bar-title[data-v-36f2de] {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-right: .875rem;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.0625rem;
}

.page-layout-top-bar-subtitle[data-v-36f2de] {
  font-size: .875rem;
  font-weight: normal;
}

@media (width <= 576px) {
  .page-layout-content[data-v-36f2de] {
    min-height: calc(100vh - 56px);
  }

  .page-layout-top-bar[data-v-36f2de] {
    height: 56px;
  }
}

.miniapp-login[data-v-d03cd1] {
  background: #f2f2f2;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.miniapp-login-header[data-v-d03cd1] {
  color: #fff;
  background-color: #007bff;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.miniapp-login-header .miniapp-login-logo[data-v-d03cd1] {
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

.miniapp-login-header .miniapp-login-logo.tumen[data-v-d03cd1] {
  background-image: url("tumen.4d4db967.svg");
}

.miniapp-login-header .miniapp-login-logo.yamal[data-v-d03cd1] {
  background-image: url("yamal.173ba06a.png");
}

.miniapp-login-header .miniapp-login-logo.hmao[data-v-d03cd1] {
  background-image: url("hmao.585b7ab0.png");
}

.miniapp-login-header .miniapp-login-logo.krasnodar[data-v-d03cd1] {
  background-image: url("krasnodar.368d7723.png");
}

.miniapp-login-header .miniapp-login-logo.sverd[data-v-d03cd1] {
  background-image: url("sverd.613a01c0.png");
}

.miniapp-login-header .miniapp-login-logo.chuv[data-v-d03cd1] {
  background-image: url("chuv.04015f42.png");
}

.miniapp-login-header .miniapp-login-logo.lipetsk[data-v-d03cd1] {
  background-image: url("lipetsk.c09563a7.png");
}

.miniapp-login-header .miniapp-login-logo.spb[data-v-d03cd1] {
  background-image: url("spb.0074a393.png");
}

.miniapp-login-header .miniapp-login-logo.perm[data-v-d03cd1] {
  background-image: url("perm.504633d1.png");
}

.miniapp-login-header .miniapp-login-logo.demo[data-v-d03cd1] {
  background-image: url("demo.c5aa3d79.png");
}

.miniapp-login-header .miniapp-login-title[data-v-d03cd1] {
  margin-right: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.miniapp-login-header .miniapp-login-subtitle[data-v-d03cd1] {
  font-size: 1rem;
}

.miniapp-login-body[data-v-d03cd1] {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.miniapp-login-body .miniapp-login-stats[data-v-d03cd1] {
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.miniapp-login-body .miniapp-login-stats .stats-item[data-v-d03cd1] {
  background: #fff;
  border-radius: 4px;
  padding: .5rem 1rem;
  box-shadow: 0 0 4px #0000001a;
}

.miniapp-login-body .miniapp-login-content[data-v-d03cd1] {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.miniapp-login-footer[data-v-d03cd1] {
  text-align: center;
  background-color: #eee;
  padding: .5rem;
  font-size: .875rem;
}

@media (width >= 768px) {
  .miniapp-login[data-v-d03cd1] {
    min-width: 60rem;
  }
}

.miniapp-login-form[data-v-14b81f] {
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
}

.miniapp-login-form .text-center[data-v-14b81f] {
  text-align: center;
}

.miniapp-login-form label[data-v-14b81f] {
  font-weight: 600;
}

.miniapp-login-form input[type="email"][data-v-14b81f], .miniapp-login-form input[type="password"][data-v-14b81f] {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: .5rem;
}

.miniapp-login-form button.btn.btn-blue[data-v-14b81f] {
  color: #fff;
  cursor: pointer;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  padding: .75rem;
}

.miniapp-login-form button.btn.btn-blue[data-v-14b81f]:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.miniapp-login-form .miniapp-login-form-error[data-v-14b81f] {
  color: #dc3545;
  font-weight: bold;
}

.miniapp-login-form .miniapp-login-form-forgot[data-v-14b81f] {
  text-align: right;
}

.miniapp-login-form .miniapp-login-form-forgot a[data-v-14b81f] {
  color: #007bff;
  font-size: .875rem;
  text-decoration: none;
}

@media (width <= 576px) {
  .miniapp-login-form[data-v-14b81f] {
    max-width: 90%;
    padding: .5rem;
  }
}

.system-service[data-v-52fe7a] {
  text-align: center;
  color: #333;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .3s;
  display: flex;
}

.system-service-caption[data-v-52fe7a] {
  vertical-align: middle;
  color: inherit;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: table-cell;
}

.system-service[data-v-52fe7a]:hover {
  opacity: .9;
}

.system-service.green[data-v-52fe7a] {
  color: #556584;
  background-color: #c1f8b9;
}

.system-service.blue[data-v-52fe7a] {
  color: #fff;
  background-color: #0a7fa8;
}

.system-service.blue[data-v-52fe7a]:before {
  content: url("icon-default-white.22e17dfd.svg");
}

.system-service.yellow[data-v-52fe7a] {
  color: #0c325a;
  background-color: #ffe5b6;
}

.system-service[data-v-52fe7a]:before {
  content: url("icon-default.eb6f4089.svg");
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.system-service.icon-analog-search[data-v-52fe7a]:before {
  content: url("icon-analog-search.f91018a3.svg");
}

.system-service.icon-cost-compare[data-v-52fe7a]:before {
  content: url("icon-cost-compare.5aea7ef2.svg");
}

.system-service.icon-links-map[data-v-52fe7a]:before {
  content: url("icon-links-map.66e532ea.svg");
}

.system-service.icon-residents-check[data-v-52fe7a]:before {
  content: url("icon-residents-check.fe43543e.svg");
}

.system-service.icon-overhaul-execution[data-v-52fe7a]:before {
  content: url("icon-overhaul-execution.2f26a262.svg");
}

.system-service.icon-overhaul-suppliers-rating[data-v-52fe7a]:before {
  content: url("icon-overhaul-suppliers-rating.e5088eee.svg");
}

.system-service.icon-overhaul-cost-compare[data-v-52fe7a]:before {
  content: url("icon-overhaul-cost-compare.8ff830e0.svg");
}

.system-service.icon-overhaul-suppliers-monitoring[data-v-52fe7a]:before {
  content: url("icon-overhaul-suppliers-monitoring.ba55c839.svg");
}

.system-service.icon-management-company-rating[data-v-52fe7a]:before {
  content: url("icon-management-company-rating.6d85f903.svg");
}

.system-service.icon-maps-overhaul[data-v-52fe7a]:before {
  content: url("icon-maps_overhaul_icon.ae2e3ef8.svg");
}

.system-service.icon-management-undisclosure-report[data-v-52fe7a]:before {
  content: url("icon-management-undisclosure-report.3b130855.svg");
}

.system-service.icon-inspection-precepts[data-v-52fe7a]:before {
  content: url("icon-inspection-precepts.84f0cb62.svg");
}

.system-service.icon-inspection-precepts-residents-check[data-v-52fe7a]:before {
  content: url("icon-inspection-precepts-residents-check.95d9e63f.svg");
}

.system-service.icon-members-monitoring[data-v-52fe7a]:before {
  content: url("icon-members-monitoring.40605ca9.svg");
}

.system-service.icon-residents-payments[data-v-52fe7a]:before {
  content: url("icon-residents-payments.095e89a5.svg");
}

.system-service.icon-subsidies-control[data-v-52fe7a]:before {
  content: url("icon-subsidies-control.b29e2c3b.svg");
}

.system-service.icon-meeting[data-v-52fe7a]:before {
  content: url("icon-meeting.5442c707.svg");
}

.system-service.icon-regional-standard[data-v-52fe7a]:before {
  content: url("icon-regional-standard.67c85051.svg");
}

.system-service.icon-passport[data-v-52fe7a]:before {
  content: url("icon-passport.bdf1463a.svg");
}

.system-service.icon-snow-roof[data-v-52fe7a]:before {
  content: url("icon-snow-roof.75a69b97.svg");
}

.system-service-label[data-v-52fe7a] {
  word-break: break-word;
  font-size: 1rem;
  font-weight: 500;
}

.miniapp-services[data-v-100f1e] {
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.miniapp-services-title[data-v-100f1e] {
  text-align: center;
  margin-bottom: 1rem;
}

.miniapp-services-grid[data-v-100f1e] {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.miniapp-services-block[data-v-100f1e] {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  min-width: 180px;
  min-height: 100px;
  padding: .5rem;
}

.miniapp-services-list[data-v-100f1e] {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

@media (width <= 576px) {
  .miniapp-services-grid[data-v-100f1e] {
    flex-direction: column;
    align-items: center;
  }
}

.intro-miniapp[data-v-03c128] {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.intro-miniapp-shade[data-v-03c128] {
  opacity: .7;
  pointer-events: none;
}

.intro-miniapp-header[data-v-03c128] {
  color: #fff;
  text-align: center;
  background-color: #007bff;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.intro-miniapp-title[data-v-03c128] {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.intro-miniapp-subtitle[data-v-03c128] {
  margin-top: .5rem;
  font-size: .875rem;
}

.intro-miniapp-body[data-v-03c128] {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
}

.intro-miniapp-grid[data-v-03c128] {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.intro-miniapp-grid-cell[data-v-03c128] {
  box-sizing: border-box;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 4px;
  flex: calc(50% - 1rem);
  min-width: 140px;
  padding: 1rem;
}

@media (width <= 576px) {
  .intro-miniapp-grid-cell[data-v-03c128] {
    flex: 100%;
  }
}

.snow-roof-plans[data-v-12d4d1] {
  background-color: #f9f9f9;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.title[data-v-12d4d1] {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}

.plan[data-v-12d4d1] {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  position: relative;
  box-shadow: 0 4px 8px #0000001a;
}

.plan[data-v-12d4d1]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px #00000026;
}

.plan-new[data-v-12d4d1] {
  background-color: #e3f2fd;
}

.plan-in-progress[data-v-12d4d1] {
  background-color: #fff3e0;
}

.plan-completed[data-v-12d4d1] {
  background-color: #e8f5e9;
}

.plan-inspection-finished[data-v-12d4d1] {
  background-color: #ede7f6;
}

.plan-header[data-v-12d4d1] {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

button[data-v-12d4d1] {
  color: #fff;
  cursor: pointer;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

button[data-v-12d4d1]:hover {
  background-color: #0056b3;
}

.plan-info[data-v-12d4d1] {
  flex-grow: 1;
}

.plan-title[data-v-12d4d1] {
  font-size: 18px;
  font-weight: bold;
}

.plan-meta[data-v-12d4d1] {
  margin-top: 8px;
}

.meta-grid[data-v-12d4d1] {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.meta-item[data-v-12d4d1] {
  align-items: center;
  gap: 8px;
  display: flex;
}

.plan-status[data-v-12d4d1] {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 8px;
}

.status-new[data-v-12d4d1] {
  color: #00f;
}

.status-in-progress[data-v-12d4d1] {
  color: orange;
}

.status-completed[data-v-12d4d1] {
  color: green;
}

.status-inspection-finished[data-v-12d4d1] {
  color: purple;
}

.plan-actions[data-v-12d4d1] {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.plan-houses[data-v-12d4d1] {
  margin-top: 16px;
}

.house-icon[data-v-12d4d1] {
  margin-right: 8px;
}

.title-line[data-v-12d4d1] {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.house-status[data-v-12d4d1] {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  display: inline-block;
}

.left-part[data-v-12d4d1] {
  align-items: center;
  gap: 8px;
  display: flex;
}

.left-part i[data-v-12d4d1] {
  margin-right: 8px;
}

.right-part[data-v-12d4d1] {
  margin-left: auto;
}

.house-plan-review[data-v-a3b268] {
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.plan-summary[data-v-a3b268] {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  box-shadow: 0 4px 8px #0000001a;
}

.plan-new[data-v-a3b268] {
  background-color: #e3f2fd;
}

.plan-in-progress[data-v-a3b268] {
  background-color: #fff3e0;
}

.plan-completed[data-v-a3b268] {
  background-color: #e8f5e9;
}

.plan-inspection-finished[data-v-a3b268] {
  background-color: #ede7f6;
}

.plan-title[data-v-a3b268] {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.plan-status-badge[data-v-a3b268] {
  color: #666;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
}

.plan-info .plan-meta[data-v-a3b268] {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.plan-info .plan-meta .meta-item[data-v-a3b268] {
  align-items: center;
  gap: 8px;
  display: flex;
}

.filters[data-v-a3b268] {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  display: flex;
}

.tabs[data-v-a3b268] {
  gap: 8px;
  display: flex;
}

.tab-button[data-v-a3b268] {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
}

.tab-button.active[data-v-a3b268] {
  outline: 2px solid #999;
}

.search-box[data-v-a3b268] {
  position: relative;
}

.search-box i[data-v-a3b268] {
  color: #888;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.search-box input[data-v-a3b268] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 30px 8px 28px;
}

.geo-sort-button[data-v-a3b268] {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
}

.geo-sort-button[data-v-a3b268]:hover {
  background: #0056b3;
}

.houses-list[data-v-a3b268] {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.house-card[data-v-a3b268] {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  box-shadow: 0 2px 4px #0000001a;
}

.house-card[data-v-a3b268]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px #00000026;
}

.house-status[data-v-a3b268] {
  color: #fff;
  background: #333;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.status-remaining[data-v-a3b268] {
  background: #e3f2fd;
}

.status-inspected[data-v-a3b268] {
  background: #e8f5e9;
}

.status-impossible[data-v-a3b268] {
  background: #ede7f6;
}

.house-header[data-v-a3b268] {
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.house-icon[data-v-a3b268] {
  color: #888;
  font-size: 18px;
}

.house-address[data-v-a3b268] {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.copy-icon[data-v-a3b268] {
  color: #666;
  cursor: pointer;
  margin-left: 6px;
}

.copy-icon[data-v-a3b268]:hover {
  color: #000;
}

.remove-icon[data-v-a3b268] {
  color: #f44336;
  cursor: pointer;
  margin-left: 6px;
}

.remove-icon[data-v-a3b268]:hover {
  color: #d32f2f;
}

.house-meta[data-v-a3b268] {
  justify-content: flex-start;
  gap: 20px;
  display: flex;
}

.meta-left[data-v-a3b268], .meta-right[data-v-a3b268] {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.meta-item[data-v-a3b268] {
  color: #333;
  align-items: center;
  gap: 8px;
  display: flex;
}

.no-houses[data-v-a3b268] {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.house-survey[data-v-2a8819] {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.house-summary-row[data-v-2a8819] {
  background: #fff;
  border-radius: 8px;
  gap: 2rem;
  padding: 16px;
  box-shadow: 0 2px 4px #0000001a;
}

.house-title[data-v-2a8819] {
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 20px;
  display: flex;
}

.house-icon[data-v-2a8819] {
  color: #888;
  font-size: 22px;
}

.house-info[data-v-2a8819] {
  margin-top: 8px;
}

.house-info .meta-item[data-v-2a8819] {
  margin-bottom: 4px;
}

.house-info .meta-item b[data-v-2a8819] {
  margin-right: 6px;
}

.house-attachments[data-v-2a8819] {
  margin-top: 16px;
}

h3[data-v-2a8819] {
  margin-bottom: 12px;
  font-size: 18px;
}

.attachments-container[data-v-2a8819] {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.attachment-item[data-v-2a8819] {
  flex-direction: column;
  align-items: center;
  width: 120px;
  display: flex;
  position: relative;
}

.attachment-preview[data-v-2a8819] {
  cursor: pointer;
  background: #cccccc4d center / cover no-repeat;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  transition: transform .2s ease-in-out;
  position: relative;
}

.attachment-preview[data-v-2a8819]:hover {
  transform: scale(1.1);
}

.attachment-preview .delete-attachment[data-v-2a8819] {
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background .2s;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

.attachment-preview .delete-attachment i[data-v-2a8819] {
  color: #888;
  font-size: 18px;
  transition: color .2s;
}

.attachment-preview .delete-attachment:hover i[data-v-2a8819] {
  color: #f44336;
}

.attachment-preview .delete-attachment[data-v-2a8819]:hover {
  background: #ff000014;
}

.attachment-name[data-v-2a8819] {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
}

.download-link[data-v-2a8819] {
  color: #007bff;
  cursor: pointer;
  margin-top: 4px;
  font-size: 14px;
}

.download-link i[data-v-2a8819] {
  margin-left: 4px;
}

.image-preview-modal[data-v-2a8819] {
  z-index: 1000;
  background: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.image-preview-modal img[data-v-2a8819] {
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
}

.general-block[data-v-2a8819] {
  background: #fff;
  border-radius: 8px;
  margin-bottom: .25rem;
  padding: 16px;
  box-shadow: 0 2px 4px #0000001a;
}

.general-block[data-v-2a8819] > *, .general-block h3[data-v-2a8819] {
  margin-bottom: .5rem;
}

.survey-form[data-v-2a8819] {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px #0000001a;
}

.survey-form h3[data-v-2a8819] {
  margin-bottom: 1rem;
}

.snow-cleared-block[data-v-2a8819] {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.snow-cleared-block label[data-v-2a8819] {
  vertical-align: center;
}

.snow-cleared-block select[data-v-2a8819] {
  border: 1px solid #ccc;
  border-radius: 4px;
  align-self: center;
  width: 50%;
  padding: 4px;
}

.survey-field[data-v-2a8819] {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.survey-field label[data-v-2a8819] {
  margin-bottom: .5rem;
  font-weight: 600;
}

.survey-field select[data-v-2a8819] {
  border: 1px solid #ccc;
  border-radius: 4px;
  align-self: center;
  width: 50%;
  padding: 4px;
}

.survey-toggle[data-v-2a8819] {
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  display: flex;
}

.survey-toggle i[data-v-2a8819] {
  margin-left: .5rem;
}

.survey-result[data-v-2a8819] {
  margin-top: 16px;
  font-weight: 600;
}

.additional-section[data-v-2a8819] {
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.attachments[data-v-2a8819] {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

ul[data-v-2a8819] {
  margin: 0;
  padding-left: 16px;
}

.house-status-buttons[data-v-2a8819] {
  margin-top: 1rem;
  display: flex;
}

.house-status-buttons[data-v-2a8819] > * {
  margin-right: 1rem;
}

.green-button[data-v-2a8819] {
  color: #fff;
  cursor: pointer;
  background-color: #4caf50;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
}

.red-button[data-v-2a8819] {
  color: #fff;
  cursor: pointer;
  background-color: #f44336;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
}

.snow-roof-plan-add-house {
  padding: 3rem 4rem;
}

.snow-roof-plan-add-house-header {
  margin-bottom: 2rem;
}

.snow-roof-plan-add-house-title {
  color: #0c325a;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
}

.snow-roof-plan-add-house-search {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.snow-roof-plan-add-house-search > * {
  margin-right: 1rem;
}

.snow-roof-plan-add-house-search:last-child {
  margin-right: 0;
}

.snow-roof-plan-add-house-table {
  border-collapse: collapse;
  width: 100%;
}

.snow-roof-plan-add-house-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-plan-add-house-table-row:last-child {
  border-bottom: none;
}

.snow-roof-plan-add-house-table-cell {
  vertical-align: middle;
  padding: .75rem 1rem;
}

.snow-roof-plan-add-house-empty {
  text-align: center;
  color: #98a7b6;
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  padding: 2rem;
}

.snow-roof-plan-add-house-busy {
  text-align: center;
  background: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.snow-roof-plan-add-house-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-plan-details {
  padding: 3rem 4rem;
}

.snow-roof-plan-details-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.snow-roof-plan-details-title {
  color: #0c325a;
  margin-right: auto;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-plan-details-status {
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: bold;
  display: inline-block;
}

.snow-roof-plan-details-status-new {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plan-details-status-active {
  color: #2aca13;
  background: #c8f9c1;
}

.snow-roof-plan-details-status-completed {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plan-details-status-finished {
  color: #3713ca;
  background: #ccc1f9;
}

.snow-roof-plan-details-status-cancelled {
  color: #ab1e40;
  background: #efa4b6;
}

.snow-roof-plan-details-info {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.snow-roof-plan-details-info-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.snow-roof-plan-details-info-title {
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.snow-roof-plan-details-info-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.snow-roof-plan-details-info-row:last-child {
  margin-bottom: 0;
}

.snow-roof-plan-details-info-label {
  min-width: 12.5rem;
  margin-right: 1rem;
  font-weight: bold;
}

.snow-roof-plan-details-info-actions {
  border-top: 1px solid #e5eaf0;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
}

.snow-roof-plan-details-info-value {
  flex: 1;
  min-width: 0;
}

.snow-roof-plan-details-info-value .ui-text-editor, .snow-roof-plan-details-info-value .ui-dropdown, .snow-roof-plan-details-info-value .ui-datepicker {
  width: 100%;
}

.snow-roof-plan-details-progress {
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.snow-roof-plan-details-progress-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.snow-roof-plan-details-progress-title {
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.snow-roof-plan-details-progress-content {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.snow-roof-plan-details-progress-oktmo {
  background: #ffffff80;
  border-radius: .5rem;
  padding: 1rem;
}

.snow-roof-plan-details-progress-oktmo-title {
  color: #0c325a;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.snow-roof-plan-details-progress-oktmo-content {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.snow-roof-plan-details-progress-oktmo-absent {
  border-top: 1px solid #e5eaf0;
  margin-top: 1rem;
  padding-top: 1rem;
}

.snow-roof-plan-details-progress-oktmo-absent-header {
  cursor: pointer;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.snow-roof-plan-details-progress-oktmo-absent-header:hover {
  background: #5565840d;
}

.snow-roof-plan-details-progress-oktmo-absent-header.is-expanded {
  background: #5565841a;
}

.snow-roof-plan-details-progress-oktmo-absent-header i {
  color: #98a7b6;
  transition: transform .2s ease-in-out;
}

.snow-roof-plan-details-progress-oktmo-absent-header.is-expanded i {
  transform: rotate(180deg);
}

.snow-roof-plan-details-progress-oktmo-absent-title {
  color: #0c325a;
  font-size: .875rem;
  font-weight: 500;
}

.snow-roof-plan-details-progress-oktmo-absent-content {
  margin-top: .5rem;
}

.snow-roof-plan-details-progress-oktmo-absent-group {
  background: #5565840d;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  padding: .75rem;
  display: flex;
}

.snow-roof-plan-details-progress-oktmo-absent-group:last-child {
  margin-bottom: 0;
}

.snow-roof-plan-details-progress-oktmo-absent-group-info {
  flex: 1;
  margin-right: 1rem;
}

.snow-roof-plan-details-progress-oktmo-absent-group-label {
  color: #0c325a;
  margin-bottom: .25rem;
  font-size: .875rem;
}

.snow-roof-plan-details-progress-oktmo-absent-group-address {
  color: #98a7b6;
  font-size: .75rem;
}

.snow-roof-plan-details-houses-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.snow-roof-plan-details-houses-title {
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: bold;
}

.snow-roof-plan-details-houses-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.snow-roof-plan-details-houses-table thead {
  background: #f5f7fb;
}

.snow-roof-plan-details-houses-table-row {
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-plan-details-houses-table-row:last-child {
  border-bottom: none;
}

.snow-roof-plan-details-houses-table-cell {
  vertical-align: middle;
  text-align: left;
  padding: .75rem 1rem;
}

.snow-roof-plan-details-houses-table-cell:first-child {
  padding-left: 1.5rem;
}

.snow-roof-plan-details-houses-table-cell:last-child {
  text-align: right;
  padding-right: 1.5rem;
}

.snow-roof-plan-details-houses-table-cell-right {
  text-align: right;
}

.snow-roof-plan-details-houses-table-cell .address-cell {
  cursor: pointer;
}

.snow-roof-plan-details-houses-table-cell .address-cell:hover {
  color: #3259e5;
}

.snow-roof-plan-details-houses-empty {
  text-align: center;
  color: #98a7b6;
  background: #5565841a;
  border: 1px solid #e5eaf0;
  border-radius: .5rem;
  padding: 2rem;
}

.snow-roof-plan-details-houses-status {
  text-align: center;
  border-radius: 1rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: bold;
  display: inline-block;
}

.snow-roof-plan-details-houses-status-pending {
  color: #df9300;
  background: #ffe9be;
}

.snow-roof-plan-details-houses-status-done {
  color: #2aca13;
  background: #c8f9c1;
}

.snow-roof-plan-details-houses-status-skipped {
  color: #ab1e40;
  background: #efa4b6;
}

.snow-roof-plan-details-busy {
  text-align: center;
  background: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.snow-roof-plan-details-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-plans {
  padding-left: 1rem;
  padding-right: 1rem;
}

.snow-roof-plans-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.snow-roof-plans-header-title {
  color: #0c325a;
  margin-right: auto;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2rem;
}

.snow-roof-plans-header-actions {
  margin-left: auto;
}

.snow-roof-plans-table {
  border-collapse: collapse;
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.snow-roof-plans-table-row {
  cursor: pointer;
  border-bottom: 1px solid #e5eaf0;
}

.snow-roof-plans-table-row:hover:not(.snow-roof-plans-table-row-header) {
  background: #5565840d;
}

.snow-roof-plans-table-row:last-of-type {
  border-bottom: none;
}

.snow-roof-plans-table-row-header {
  cursor: default;
  border-bottom: 2px solid #98a7b6 !important;
}

.snow-roof-plans-table-cell {
  vertical-align: middle;
  padding: 1rem;
  position: relative;
}

.snow-roof-plans-table-cell-left {
  text-align: left;
}

.snow-roof-plans-table-cell-nowrap {
  white-space: nowrap;
}

.snow-roof-plans-table-cell-wrap {
  overflow-wrap: break-word;
}

.snow-roof-plans-table-cell-right {
  text-align: right;
}

.snow-roof-plans-table-cell-bold {
  font-weight: bold;
}

.snow-roof-plans-table-cell-center {
  text-align: center;
  vertical-align: middle;
}

.snow-roof-plans-status {
  border-radius: 1rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: bold;
  display: inline-block;
}

.snow-roof-plans-status-new {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plans-status-active {
  color: #2aca13;
  background: #c8f9c1;
}

.snow-roof-plans-status-completed {
  color: #0c7799;
  background: #58cdf2;
}

.snow-roof-plans-status-finished {
  color: #3713ca;
  background: #ccc1f9;
}

.snow-roof-plans-empty {
  text-align: center;
  color: #98a7b6;
  background: #fff;
  border-radius: .5rem;
  padding: 2rem;
}

.snow-roof-plans-busy {
  text-align: center;
}

.snow-roof-plans-busy-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.snow-roof-plans-footer-button {
  cursor: pointer;
  background: #fff url("arrow.fc102939.svg") center no-repeat;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
}

.snow-roof-plans-footer-button-left {
  transform: rotate(180deg);
}

.snow-roof-plans-delete-button {
  color: #98a7b6;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .25rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: 1.25rem;
}

.snow-roof-plans-delete-button:hover {
  color: #0c325a;
  background: #5565841a;
}

.snow-roof-plans-status-action {
  color: #1976d2;
  cursor: pointer;
  vertical-align: middle;
  background: none;
  border: none;
  margin-left: 8px;
  font-size: 16px;
  transition: color .2s;
}

.snow-roof-plans-status-action:hover {
  color: #0d47a1;
}

.ui-filter {
  background: #e5eaf0;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: .125rem;
  display: flex;
}

.ui-filter-option {
  text-align: center;
  white-space: nowrap;
  padding: .5rem 1rem;
  line-height: 1.25rem;
}

.ui-filter-option-active {
  background: #fff;
  border-radius: .375rem;
  box-shadow: 0 .125rem .1875rem #0c325a29;
}

.ui-input[data-v-f270a6] {
  vertical-align: top;
  background: #e5eaf0;
  border: none;
  border-radius: 1.5rem;
  outline: none;
  min-width: 0;
  height: 2.25rem;
  padding: 0 1rem;
  display: inline-block;
}

.ui-input[data-v-f270a6]::placeholder {
  color: #556584;
}

.ui-input-readonly[data-v-f270a6], .ui-input-readonly[data-v-f270a6]:hover, .ui-input-readonly[data-v-f270a6]:focus, .ui-input-readonly[data-v-f270a6]:focus:hover {
  color: #e5eaf0;
  background: #fff;
  border-color: #e5eaf0;
}

.ui-input[data-v-f270a6]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-input[data-v-f270a6]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-button[data-v-e2c7db] {
  color: #fff;
  background-color: #556584;
  border: none;
  border-radius: .5rem;
  outline: none;
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.ui-button[data-v-e2c7db]:disabled {
  background-color: #55658480;
}

.ui-button-green[data-v-e2c7db] {
  background: #00ae7a;
}

.ui-button-red[data-v-e2c7db] {
  background: #ff3666;
}

.ui-button-gray[data-v-e2c7db] {
  background: $ color-gray;
}

.ui-button-greenwhite[data-v-e2c7db] {
  color: #00ae7a;
  background: #fff;
  border: 2px solid #00ae7a;
}

.ui-checkbox {
  vertical-align: top;
  cursor: pointer;
  margin-top: .375rem;
  margin-bottom: .375rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
}

.ui-checkbox-icon {
  background: #556584;
  width: .625rem;
  height: .625rem;
  font-size: .875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ui-checkbox-disabled .ui-checkbox-icon {
  background: #98a7b680;
}

.ui-checkbox-icon-wrapper {
  background: #e5eaf0;
  border: 1px solid #5565844d;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  padding: .125rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(-50%, -50%);
}

.ui-checkbox-disabled .ui-checkbox-icon-wrapper {
  background: none;
  border-color: #98a7b680;
}

.ui-checkbox-label {
  vertical-align: top;
  transition-duration: .3s;
  display: inline-block;
}

.ui-busy {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("loading.486af230.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.ui-error {
  color: #ff3666;
  text-align: center;
  background: #ff36661a;
  border-radius: .25rem;
  margin: 1rem 0;
  padding: .5rem;
  line-height: 1.25rem;
}

.image-gallery {
  z-index: 1000;
  background: #55658480;
  position: fixed;
  inset: 0;
}

.image-gallery-control {
  color: #fff;
  line-height: ;
  text-align: center;
  z-index: 10;
  background: #0c325a;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.image-gallery-control-disabled {
  background: #98a7b6;
}

.image-gallery-control-close {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-gallery-control-close-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("cross.3a1a7e4b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-gallery-control-left {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.image-gallery-control-left-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("arrow.fc102939.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(180deg);
}

.image-gallery-control-disabled .image-gallery-control-left-icon {
  opacity: .5;
}

.image-gallery-control-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.image-gallery-control-right-icon {
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  line-height: inherit;
  background-image: url("arrow.fc102939.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-gallery-control-disabled .image-gallery-control-right-icon {
  opacity: .5;
}

.image-gallery-content {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.image-gallery-content-wrapper {
  background: #fff;
  border-radius: .5rem;
  position: absolute;
  inset: 4rem;
}

.image-gallery-content-item {
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: calc(100vh - 8rem);
  transition-duration: .3s;
  display: inline-block;
}
