@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap");
.greyed {
  color: #9b9b9f !important;
}

.light-grey {
  color: #717174;
}

.highlighted {
  color: #213fdc;
}

.successed {
  color: #28b839;
}

.errored {
  color: #f41206;
}

.bold {
  font-weight: 500;
}

.pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.cursor-auto {
  cursor: auto !important;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

.flex-gap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.flex-small {
  display: flex;
  align-items: center;
  gap: 16px;
}
.flex-small.items-stratched {
  align-items: stretch;
}
.flex-small.items-stratched #combo-space-select-0 div {
  height: 100%;
}
.flex-small.items-stratched #combo-space-select-0 div select {
  border-radius: 4px;
}

.flex-gap-tiny {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flex-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.flex-list-gap {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-selection {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-shrink {
  flex-shrink: 0;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.disabled {
  pointer-events: none;
  color: #9b9b9f;
}

.inline {
  display: inline;
}

.inline-clock {
  display: inline-block;
  height: 100%;
}

.hidden {
  display: none !important;
}

.full-width {
  width: 100%;
}

.page {
  padding: 82px 105px 38px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.no-min-height {
  min-height: 0 !important;
}

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

.reset-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.reset-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.reset-button:hover {
  background-color: transparent;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
}

button,
.file-upload-button {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background-color: #ededee;
  padding: 14px 16px 14px 16px;
  color: #000000;
  font-family: inherit;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 20px;
}
button:disabled,
.file-upload-button:disabled {
  background-color: #d2d2d3;
  color: #ffffff;
}
button:hover,
.file-upload-button:hover {
  background-color: #d3d3d5;
}
button.important,
.file-upload-button.important {
  background-color: #213fdc;
  color: #ffffff;
}
button.important:disabled,
.file-upload-button.important:disabled {
  background-color: #ededee;
  color: #717174;
  cursor: default;
}
button.important:hover:is(:not(:disabled)),
.file-upload-button.important:hover:is(:not(:disabled)) {
  background-color: #1a32b0;
}
button.icon-add::before,
.file-upload-button.icon-add::before {
  content: "+ ";
}
button.icon-edit,
.file-upload-button.icon-edit {
  display: flex;
  align-items: center;
  gap: 8px;
}
button.icon-edit::before,
.file-upload-button.icon-edit::before {
  content: url("/public/img/edit.svg");
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 320px;
  border: none;
  border-radius: 4px;
  background: url(/public/img/select-dropdown-icon.svg) no-repeat right #f7f7f8;
  background-position-x: calc(100% - 16px);
  padding: 13px 43px 12px 16px;
}

.search-select select {
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  background: url(/public/img/select-dropdown-icon.svg) no-repeat right white;
  background-position-x: calc(100% - 16px);
  padding: 6px 43px 6px 12px;
}

input {
  border: none;
  border-radius: 4px;
  background-color: #f7f7f8;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding: 13px 16px 13px 16px;
}
input:disabled {
  color: #9b9b9f;
}

textarea {
  resize: none;
  border: none;
  border-radius: 4px;
  background-color: #f7f7f8;
  padding: 13px 16px 13px 16px;
}
textarea:disabled {
  color: #9b9b9f;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid #213fdc;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

input[type=checkbox]::before {
  content: "";
  background: none;
}

input[type=checkbox]:checked::before {
  background: url("/public/img/checkbox.svg") no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #213fdc;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
}

input[type=radio]:checked {
  background-color: #213fdc;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table-residents thead.scrollable {
  top: 227px;
  z-index: 9;
}
table.table-residents thead.scrollable.full {
  top: 299px;
}
table thead.scrollable {
  position: sticky;
  top: 227px;
  background-color: white;
  transition: top 0.2s ease;
}
table thead.scrollable.single {
  top: 0 !important;
}

th {
  font-weight: 500;
  background-color: rgba(0, 141, 181, 0.0588235294);
}

th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

tbody tr {
  border-bottom: rgba(111, 111, 114, 0.1803921569) solid 1px;
  transition: background-color 0.2s ease;
  height: 52px;
}
@media (hover: hover) {
  tbody tr:hover {
    background-color: #f7f7f8;
    cursor: pointer;
  }
  tbody tr.resident {
    cursor: auto;
  }
}
@media (hover: none) {
  tbody tr:active {
    background-color: #f7f7f8;
  }
  tbody tr.resident {
    cursor: auto;
  }
}

thead {
  border-radius: 8px;
}

th,
td {
  padding: 11px 17px;
  min-width: 125px;
  max-width: 350px;
}

.table-residents__header #number {
  min-width: 75px;
  width: 65px;
}

.resident-flat-number {
  max-width: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resident-flat-cell {
  min-width: 75px;
  width: 65px;
}

.resident-info {
  min-width: 200px;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
  margin: 0;
  white-space: pre-line;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

th {
  text-align: left;
  cursor: pointer;
  text-wrap: nowrap;
}
th.active {
  color: #213fdc;
}
th.ascending::after {
  content: " ↓";
}
th.descending::after {
  content: " ↑";
}

#table-residents.hidden {
  display: none;
}

.filter-bar {
  background-color: #f7f7f8;
  border-radius: 8px;
}
.filter-bar_opd {
  padding-inline: 16px;
}
.filter-bar .objects-input {
  font-size: 16px;
}
.filter-bar .objects-input:focus-within span {
  top: -14px;
  font-size: 11px;
  line-height: 14px;
}
.filter-bar .objects-input label {
  position: relative;
}
.filter-bar .objects-input span {
  position: absolute;
  top: -4px;
  left: 16px;
  font-size: 16px;
  line-height: 20px;
  cursor: text;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  text-wrap: nowrap;
}
.filter-bar .objects-input span.typed {
  top: -14px;
  font-size: 11px;
  line-height: 14px;
}
.filter-bar .objects-input input {
  padding-top: 20px;
  padding-bottom: 8px;
}
.filter-bar .objects-input input.typed + span {
  background-color: red;
}
.filter-bar .objects-input:not(:last-of-type) input, .filter-bar .objects-input:not(:first-of-type) input {
  border-radius: 0;
}
.filter-bar .objects-input:first-of-type input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.filter-bar .objects-input:last-of-type input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.filter-bar input {
  border: none;
  background-color: #f7f7f8;
  font-size: 16px;
}
.filter-bar input:focus {
  outline: 1px solid #213fdc;
}
.filter-bar input#place-number {
  width: 122px;
}
.filter-bar input#organisation {
  width: 250px;
}
.filter-bar input#phone-number {
  width: 215px;
}
.filter-bar input#name {
  width: 350px;
}
.filter-bar input#am-number {
  width: clamp(130px, 5vw, 180px);
}
.filter-bar input.tiny-input {
  width: clamp(95px, 10vw, 200px);
}
.filter-bar input[type=checkbox] {
  border: 1.5px solid rgba(111, 111, 114, 0.1803921569);
  border-radius: 4px;
  cursor: pointer;
}
.filter-bar select {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.filter-bar label {
  color: #9b9b9f;
  font-size: 17px;
  line-height: 20px;
}
.filter-bar button {
  color: #213fdc;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}
.filter-bar button:disabled {
  opacity: 0.6;
  cursor: auto;
}

.registry-filters__input {
  width: clamp(95px, 10vw, 200px);
}
.registry-filters__number {
  width: 122px;
}
.registry-filters__name {
  width: 250px;
}
.registry-filters__phone {
  width: 215px;
}
.registry-filters__phone input {
  border-radius: 0 !important;
}

#input-w-label {
  display: flex;
  flex-direction: column;
  padding: 4px 16px;
  background-color: #f7f7f8;
  border-radius: 0 8px 8px 0;
  width: 202px;
  box-sizing: border-box;
}
#input-w-label label {
  text-wrap: nowrap;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.27;
}
#input-w-label select {
  max-width: 170px;
  padding: 0;
  background-position-x: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
}

h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.200000003px;
}

h4 {
  font-size: 22px;
  line-height: 24px;
}

h5 {
  font-size: 17px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  margin: 0;
}

.font-middle {
  font-size: 17px;
  line-height: 1.17;
  letter-spacing: 0.2px;
}

.font-small {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1000000015px;
}

input,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.200000003px;
}

label {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1000000015px;
}

span {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1000000015px;
}

.popup-font {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.200000003px;
}

select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
}

form {
  margin: 0;
}

hr {
  width: 100%;
  color: rgba(111, 111, 114, 0.1803921569);
  background-color: rgba(111, 111, 114, 0.1803921569);
  height: 1px;
  border: none;
}
hr.separator {
  margin: 32px 0;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.space {
  justify-content: space-between;
}
.flex.justify-center {
  justify-content: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.no-wrap {
  flex-wrap: nowrap;
}
.flex.gap2 {
  gap: 2px;
}
.flex.gap4 {
  gap: 4px;
}
.flex.gap8 {
  gap: 8px;
}
.flex.gap12 {
  gap: 12px;
}
.flex.gap16 {
  gap: 16px;
}
.flex.gap20 {
  gap: 20px;
}
.flex.gap24 {
  gap: 24px;
}
.flex.gap32 {
  gap: 32px;
}
.flex.gap48 {
  gap: 58px;
}
.flex.gap58 {
  gap: 58px;
}
.flex.gap119 {
  gap: 119px;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-center {
  align-items: center;
}
.flex.flex1 {
  flex: 1;
}

.flex-column .flex {
  flex-direction: column;
}

.flex-gap24 .flex {
  gap: 24px;
}

a {
  text-decoration: none;
}

.navigation {
  padding: 22px 16px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  color: #000000;
  text-wrap: nowrap;
}
.navigation.selected {
  color: #213fdc;
  border-bottom: 1px solid #213fdc;
}

.border {
  z-index: 5;
  position: fixed;
  width: 100%;
  border-image: linear-gradient(291.46deg, #1575b7 14.11%, #06306a 85.89%) 1;
  border-top-width: 4px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-style: solid;
}

#top-menu {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(65, 66, 67, 0.0784313725);
  box-sizing: border-box;
  padding-left: 105px;
  padding-right: 105px;
  z-index: 9;
}
#top-menu.absolute {
  position: absolute;
}
#top-menu.fixed {
  position: fixed;
}

#user-card-display {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
#user-card-display div {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
}
#user-card-display p {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
}

#exit-app {
  cursor: pointer;
}

#top-menu-button-row {
  display: flex;
  align-items: end;
}

.top-menu-select {
  position: relative;
}
.top-menu-select:hover .top-menu-select__list {
  display: flex;
}
.top-menu-select::after {
  content: "";
  position: absolute;
  height: 4px;
  top: 100%;
  left: 0;
  width: 100%;
}
.top-menu-select__item {
  cursor: default !important;
}
.top-menu-select__item.selected {
  color: #000000;
}
.top-menu-select__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  z-index: 20;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  padding: 16px;
}
.top-menu-select__list .navigation {
  padding: 0;
}
.top-menu-select__list .navigation.selected {
  border-bottom: none;
}

#popup-container {
  pointer-events: none;
  position: fixed;
  top: 0;
  padding-top: 36px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100vw;
}

.popup {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 688px;
  height: 68px;
  padding: 12px 24px 12px 24px;
  gap: 88px;
  opacity: 0;
  background: linear-gradient(0deg, rgba(80, 80, 83, 0.72), rgba(80, 80, 83, 0.72)), linear-gradient(0deg, #2d2d2e, #2d2d2e);
  border: 1px solid rgba(80, 80, 83, 0.7215686275);
  border-radius: 8px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1607843137);
  animation: fade-away 5s ease-in;
  color: white;
}
.popup.error {
  background-color: chocolate;
}
.popup.info {
  background-color: aqua;
}

.popup-component {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
  border-radius: 12px;
  border: none;
  outline: none;
  padding: 0;
}

.popup-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-close-button .loader {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: loader-filling 5s ease-in;
  box-sizing: border-box;
}

.tooltip span {
  color: #ffffff;
  background-color: #d2d2d3;
  border-radius: 16px;
  padding: 6px;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.tooltip:hover span {
  visibility: visible;
}
.tooltip-info {
  position: relative;
}
.tooltip-info:hover .tooltip-content,
.tooltip-info .tooltip-content:hover {
  visibility: visible;
  z-index: 10;
}
.tooltip-content {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 145px;
  min-width: 32px;
  border-radius: 2px;
  background-color: white;
  padding: 12px;
  visibility: hidden;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.0784313725);
  font-size: 13px;
}
.tooltip-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid transparent;
  border-top-color: white;
}
.tooltip-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tooltip-icon.info {
  background: url("/public/img/info.svg") no-repeat center;
}
.tooltip-wrapper svg {
  width: 100%;
  height: 100%;
  max-height: 16px;
}

.vertical-divider {
  border: 1px solid rgba(111, 111, 114, 0.1803921569);
  height: 24px;
  margin-left: 8px;
}
.vertical-divider.mi-16 {
  margin-inline: 16px;
}

.horizontal-divider {
  border: 1px solid rgba(111, 111, 114, 0.1803921569);
  margin-left: 16px;
  margin-right: 16px;
}

.checkbox-button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 0;
}
.checkbox-button input {
  display: none;
}
.checkbox-button > label {
  cursor: pointer;
  border-radius: 16px;
  padding: 6px 16px 6px 16px;
  font-size: 16px;
  background-color: #f7f7f8;
  text-wrap: nowrap;
}
.checkbox-button input[type=checkbox]:checked + label {
  color: #ffffff;
  background-color: black;
}
.checkbox-button_unlink {
  padding: 0;
}
.checkbox-button_unlink > label {
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 17px;
}

.label-pair {
  display: flex;
  gap: 16px;
  align-items: center;
}
.label-pair > label {
  display: inline-block;
  width: 148px;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.200000003px;
}
.label-pair > label > span {
  font-size: 13px;
  color: #9b9b9f;
  display: block;
  font-weight: 400;
}
.label-pair input:not([type]),
.label-pair input[type=text],
.label-pair input[type=number],
.label-pair textarea,
.label-pair select {
  width: 320px;
}
.label-pair.error label {
  color: red;
}
.label-pair.error input:not([type=radio]),
.label-pair.error select,
.label-pair.error textarea {
  border: 2px solid red;
}
.label-pair .field-note {
  color: #9b9b9f;
  margin-top: 4px;
}

.add-progress {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.add-progress-step {
  position: relative;
  width: 100%;
}
.add-progress-step:before, .add-progress-step:after {
  content: "";
  height: 4px;
  background-color: rgba(111, 111, 114, 0.1803921569);
  position: absolute;
  z-index: 1;
  width: 200%;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.add-progress-step:first-child:before, .add-progress-step:first-child:after {
  display: none;
}
.add-progress-step:after {
  background-color: #34c759;
  width: 50%;
}
.add-progress-step.is-complete + .add-progress-step.is-current:after, .add-progress-step.is-complete + .add-progress-step.is-complete:after {
  width: 100%;
}

.add-progress-icon {
  bottom: 3px;
  width: 4px;
  height: 4px;
  background-color: rgb(155, 155, 159);
  fill: rgb(155, 155, 159);
  border-radius: 50%;
  max-width: 100%;
  z-index: 3;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-current .add-progress-icon {
  fill: #000;
  background-color: #000;
}
.is-complete .add-progress-icon {
  fill: #000;
  background-color: #000;
}

.add-progress-label {
  display: block;
  color: rgb(155, 155, 159);
  position: absolute;
  bottom: 24px;
  width: 100%;
  transition: all 0.25s ease-out;
  font-weight: 500;
  font-size: 16px;
}
.is-current > .add-progress-label, .is-complete > .add-progress-label {
  color: #000;
}

.add-fixed-container {
  position: fixed;
  right: 105px;
}

.radio-custom {
  display: flex;
}
.radio-custom input[type=radio] {
  position: relative;
  border-color: rgba(111, 111, 114, 0.1803921569);
}
.radio-custom input[type=radio]:checked {
  background: none;
  border-color: #213fdc;
}
.radio-custom input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #213fdc;
  position: absolute;
  top: 2px;
  left: 2px;
}
.radio-custom label {
  margin-left: 8px;
  font-size: 17px;
}

.fancy-label {
  display: inline-block;
  width: 148px;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 17px;
  line-height: 48px;
  letter-spacing: 0.200000003px;
}

.edit-button-dots {
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #000;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}
.edit-button-dots.active {
  color: white;
  background-color: #213fdc;
  box-shadow: none;
}

.edit-button-list {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.text-button {
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-button.highlight {
  color: #213fdc;
}
.text-button.warning {
  color: #ff3b30;
}
.text-button.add::before {
  content: "+";
}
.text-button.delete {
  color: #ff3b30;
}
.text-button.delete::before {
  background-size: 16px 16px;
  content: url("/public/img/delete.svg");
}
.text-button.trashcan::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/public/img/delete.svg") no-repeat center center;
}
.text-button.trashcan.lg::before {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.text-button.evict {
  color: #ff3b30;
}
.text-button.evict::before {
  content: url("/public/img/evict.svg");
}
.text-button.edit::before {
  content: url("/public/img/edit.svg");
}

.primary-link {
  color: #000000;
}

.radio-checkbox-wrapper.disabled {
  opacity: 0.7;
  cursor: default;
}
.radio-checkbox-wrapper > label {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.200000003px;
}
.radio-checkbox-wrapper.radio-checkbox-wrapper--settings {
  margin-left: -16px;
}

.checkbox-label-on {
  cursor: pointer;
  color: black;
  margin-right: 16px;
  margin-left: 16px;
}

.checkbox-label-off {
  cursor: pointer;
  color: grey;
  margin-left: 16px;
  margin-right: 16px;
}

.left-label {
  margin-right: 16px;
}

.right-label {
  margin-left: 16px;
  margin-right: 16px;
}

.checkbox-radio {
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 14px;
  background: #213fdc;
  opacity: 0.16;
  border-radius: 5px;
}
.checkbox-radio.checkbox-radio--notActive {
  background: rgb(210, 210, 211);
}

.checkbox-radio-knob {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -1px;
  background: #213fdc;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.237602);
  margin-left: -40px;
}
.checkbox-radio-knob.checkbox-radio-knob--notActive {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.2376);
}

.checkbox-radio.checked ~ .checkbox-radio-knob {
  margin-left: -20px;
}

.history {
  width: 100%;
  border-radius: 10px;
  background-color: #f7f7f8;
}

.history-header {
  padding: 20px 20px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ff9500;
}
.history-header svg {
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 149, 0, 0.1215686275);
}
.history-header h3 {
  font: 500 22px/1.09 "Roboto", sans-serif;
}

.history-content {
  overflow-y: auto;
  overflow-x: clip;
  padding: 0 24px 24px;
  height: 411px;
}
.history-content p,
.history-content span {
  font: 500 16px/1.19 "Roboto", sans-serif;
}
.history-content span {
  font-weight: 400;
  color: #9b9b9f;
}
.history-content span.action {
  color: #000000;
}
.history-content hr {
  margin-block: 12px !important;
}

.multiple-select {
  width: 228px;
}

.multiple-select-tags {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  min-height: 46px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.multiple-select-selected {
  display: flex;
  align-content: center;
  gap: 5px;
  padding: 12px;
  min-height: 46px;
  background-color: #f7f7f8;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.multiple-select-container {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: white;
  padding: 6px;
  width: 228px;
  border: 1px solid;
  border-radius: 8px;
  box-sizing: border-box;
}

.round-button {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  background-color: #e6e6e6;
  border-radius: 25px;
  padding: 5px 10px;
}

.filter-select .multiple-select {
  background: white;
}
.filter-select .multiple-select-selected {
  border: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1215686275);
  background: url("../../../../public/img/select-dropdown-icon.svg") no-repeat right white;
  background-position-x: calc(100% - 16px);
  padding: 6px 43px 6px 12px;
}

.form-select .multiple-select {
  background-color: #f7f7f8;
  width: 320px;
}
.form-select .multiple-select-selected {
  background: url("../../../../public/img/select-dropdown-icon.svg") no-repeat right #f7f7f8;
  width: 300px;
}
.form-select .multiple-select-selected .round-button {
  background-color: #213fdc;
  color: #ffffff;
}
.form-select .multiple-select-options .multiple-select-container {
  border: none;
  background: #f7f7f8;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-select .multiple-select-container {
  width: 320px;
}

.round-remove-btn {
  content: url("/public/img/delete-cross-black.svg");
}

.round-close-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbdb;
  border-radius: 50%;
}
.round-close-btn:hover {
  background-color: #dbdbdb;
}

.universal-select {
  width: 240px;
  height: 34px;
  background: url(/public/img/select-dropdown-icon.svg) no-repeat right white;
  background-position-x: calc(100% - 16px);
  box-sizing: border-box;
  border: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1215686275);
}

.universal-select-selected {
  display: flex;
  align-items: start;
  min-height: 34px;
  padding: 4px 43px 2px 12px;
  overflow: hidden;
  width: 150px;
}
.universal-select-selected .select-default-text {
  text-wrap: nowrap;
  padding: 5px 5px;
}
.universal-select-selected .universal-select-option {
  color: black;
}

.universal-select-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: white;
  padding: 6px;
  min-width: 228px;
  border: 1px solid;
  border-radius: 8px;
  box-sizing: border-box;
}

.universal-select-option {
  display: flex;
  text-overflow: ellipsis;
  border-radius: 25px;
  padding: 5px 5px;
}
.universal-select-option .option-text {
  font-size: 16px;
  width: 100%;
  text-wrap: nowrap;
}

.divider {
  padding: 5px 0 5px 0;
}

.default-option {
  color: gray;
}

.selected-option {
  color: #213FDC;
}

.selected-items {
  display: flex;
  align-self: center;
  gap: 5px;
}

.option-text {
  font-size: 16px;
  width: 100%;
  text-wrap: nowrap;
}

.datalist {
  position: absolute;
  flex-direction: column;
  gap: 6px;
  background-color: white;
  padding: 6px;
  min-width: 240px;
  border: 1px solid;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}
.datalist option {
  display: flex;
  text-overflow: ellipsis;
  border-radius: 25px;
  padding: 5px 5px;
  cursor: pointer;
}

.displayed {
  display: flex;
}

.image-upload {
  width: 320px;
  height: 200px;
  background-color: #f7f7f8;
  position: relative;
}
.image-upload .image-background {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.image-upload label {
  cursor: pointer;
}
.image-upload .file-upload-label-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f7f8;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  border-bottom: 2px dotted;
  color: #213fdc;
}
.image-upload .file-upload-label-full {
  background-color: #f7f7f8;
  bottom: 8px;
  right: 8px;
  position: absolute;
  background: #f7f7f8;
  border-radius: 8px;
  padding: 6px;
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}

.document-upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.document-upload-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-wrapper {
  height: 48px;
  width: 48px;
  background-color: #ededee;
  border-radius: 4px;
}

.icon-preview {
  display: flex;
  align-items: center;
  transform: translate(50%, 50%);
}

.document-upload-url {
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #213fdc;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.document-upload-url_filename {
  border-bottom: 1px dashed;
}

.remove-file-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

.remove-file-button img {
  width: 24px;
  height: 24px;
}

#blocking-shadow-element {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3137254902);
}

#blocking-popup-container {
  width: fit-content;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flat-type-selector {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.flat-type-options {
  display: flex;
}

.flat-type-option {
  padding: 8px 12px;
  margin-right: 15px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #e6e6e7;
  color: #717174;
}

.flat-type-option.selected {
  background-color: #213fdc;
  color: #ffffff;
}

.flat-type-option.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.navigate {
  cursor: pointer;
  color: #213fdc;
}

.to-top-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F0F8FB;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  transaction: opacity 0.4s ease-in-out;
}
.to-top-button.show {
  visibility: visible;
  opacity: 1;
}
.to-top-button svg {
  width: 12px;
  transition-duration: 0.3s;
}
.to-top-button svg path {
  fill: #1C1D21;
}

.icon-loader {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.icon-loader-preview {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/public/img/image-add.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}
.icon-loader-preview:hover {
  background-color: #ededee;
}
.icon-loader-preview.loaded {
  background-color: #ededee;
  background-image: none;
  position: relative;
}
.icon-loader-preview.loaded::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/public/img/close-button-popup.svg") no-repeat center center;
  background-color: #ededee;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 1;
}
.icon-loader-preview.loaded:hover::after {
  opacity: 1;
  visibility: visible;
}

.float-label-input {
  font-size: 16px;
  position: relative;
}
.float-label-input:focus-within .float-label-input__label {
  top: 5px;
  font-size: 11px;
  line-height: 14px;
}
.float-label-input__label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 16px;
  line-height: 20px;
  cursor: text;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  text-wrap: nowrap;
}
.float-label-input__label.typed {
  top: 5px;
  font-size: 11px;
  line-height: 14px;
}
.float-label-input__input {
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 8px;
  width: 100%;
}
.float-label-input:not(:last-of-type) input, .float-label-input:not(:first-of-type) input {
  border-radius: 0;
}
.float-label-input:first-of-type input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.float-label-input:last-of-type input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.float-label-input input[type=number]::-webkit-outer-spin-button,
.float-label-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.float-label-input input[type=number] {
  -moz-appearance: textfield;
}

.checkbox {
  font-size: 17px;
}

.date-input.error {
  border: 2px solid red;
}

.unlink-resident-popup {
  width: 584px;
  padding: 40px 32px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 12px;
}
.unlink-resident-popup__header {
  margin-bottom: 23px;
}
.unlink-resident-popup__item:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: rgba(111, 111, 114, 0.1803921569) 1px solid;
}
.unlink-resident-popup__list {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  flex-wrap: wrap;
}
.unlink-resident-popup__footer {
  margin-top: 32px;
}
.unlink-resident-popup .checkbox-button {
  display: inline-block;
}
.unlink-resident-popup h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.unlink-resident-popup h4 {
  font-size: 17px;
  line-height: 1.17;
  font-weight: 500;
}
.unlink-resident-popup p {
  font-size: 16px;
  color: #9b9b9f;
}
.unlink-resident-popup .unlink-button {
  margin-right: 31px;
  font-family: inherit;
}
.unlink-resident-popup .unlink-button:disabled {
  cursor: default;
  background-color: transparent;
  opacity: 0.5;
}
.unlink-resident-popup .unlink-button.save {
  color: #213fdc;
}

@keyframes fade-away {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader-filling {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.login-background {
  display: flex;
  background: radial-gradient(191.72% 290.47% at 50.1% 50.06%, #283d62 0%, #010e23 100%);
  width: 100%;
  height: 100%;
}
.login-background .login-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 58px;
  padding-left: 105px;
  padding-right: 105px;
  box-sizing: border-box;
  width: 43%;
  height: 100%;
  background-color: #ffffff;
}
.login-background .login-form .login-form-inner-form h2 {
  margin-top: 0;
  margin-bottom: 44px;
}
.login-background .login-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
.login-background .login-form form button {
  padding: 16px 40px 16px 40px;
  font-size: 16px;
}
.login-background .login-form form p {
  cursor: pointer;
  color: #213fdc;
}
.login-background .login-form form p:hover {
  color: #1a32b0;
}
.login-background .login-form form .tooltip {
  position: relative;
}
.login-background .login-form form .tooltip span {
  width: max-content;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.login-background .login-form form .login-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.input-wrap {
  position: relative;
  word-wrap: nowrap;
  border-radius: 4px;
}
.input-wrap.error {
  border: 2px solid red;
}
.input-wrap label {
  position: absolute;
  color: #9b9b9f;
  margin-top: 8px;
  margin-left: 16px;
}
.input-wrap input {
  height: 64px;
  width: 100%;
  max-width: 400px;
}
.input-wrap .label-pair {
  max-width: 220px;
  height: 100%;
}
.input-wrap .label-pair select {
  height: 100%;
}
.input-wrap .error {
  border: 2px solid red;
}

#marker-logo {
  display: flex;
  flex-direction: column;
  width: 121px;
}

#login-background-svg {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 70%;
  height: auto;
  pointer-events: none;
}

#footer-margin {
  margin-bottom: 18px;
}

#show-password-icon {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#login-errors {
  color: red;
}

#username-wrap {
  height: 64px;
  max-width: 400px;
  display: flex;
  column-gap: 4px;
  align-items: center;
  border-radius: 4px;
}
#username-wrap.error {
  border: 2px solid red;
}
#username-wrap label {
  margin-left: 16px;
  margin-bottom: 40px;
}
#username-wrap input {
  max-width: 250px;
}
#username-wrap input:focus-within {
  outline: 1px auto navy;
  outline: 1px auto -webkit-focus-ring-color;
}
#username-wrap input.single {
  max-width: none;
}

.password-reset-inner-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.password-reset-inner-form h2 {
  margin-top: 0;
  margin-bottom: 4px;
}

#password-reset-label {
  margin-bottom: 28px;
}

#workspace {
  padding-top: 58px;
}
#workspace.grey {
  background-color: #f7f7f8;
}

.frame {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  min-height: calc(100vh - 184px);
  box-sizing: border-box;
  background-color: white;
  border-radius: 14px 14px 0px 0px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1098039216);
}

.workspace-padding {
  padding-left: 105px;
  padding-right: 105px;
}

.workspace-header-padding {
  padding: 58px 0 10px 105px;
}

.workspace-padding-top {
  padding-top: 40px;
}

.workspace-padding-bottom {
  padding-bottom: 40px;
}

.workspace-header-subtitle {
  letter-spacing: 0.1px;
  line-height: 16px;
  font-size: 13px;
  color: #717174;
}
.workspace-header-subtitle span {
  color: #000000;
}

.space-card-workspace {
  padding-top: 40px;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.residents-registry__action-btns:empty {
  display: none;
}
.residents-registry__header {
  width: 100%;
}
.residents-registry__header.scrollable {
  position: fixed;
  top: 65px;
  background-color: #ffffff;
  padding-block: 24px;
  z-index: 9;
}
.residents-registry__message {
  margin-top: 58px;
}

#object-filter {
  height: auto;
}

#objects-workspace {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}

#object-menu-view {
  display: flex;
  gap: 32px;
}

#object-view-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#objects-grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
}

.locations-page select {
  height: 100%;
}

.house-plate {
  width: 607px;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f7f7f8;
  border-radius: 8px;
  word-wrap: break-word;
}
.house-plate img {
  width: 142px;
  min-width: 142px;
  height: 80px;
}
.house-plate .house-plate-records {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 245px;
  color: #717174;
}
.house-plate .house-plate-records .info {
  color: #000000;
}
.house-plate .house-plate-records span {
  color: #213fdc;
}
.house-plate .house-plate-header {
  font-size: 16px;
  font-weight: 500;
  color: #213fdc;
}
.house-plate .left-side {
  width: 272px;
}
.house-plate .right-side {
  width: 251px;
}

.location-plate {
  width: 607px;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f7f7f8;
  border-radius: 8px;
  word-wrap: break-word;
}
.location-plate img {
  width: 142px;
  min-width: 142px;
  height: 80px;
  border-radius: 8px;
}
.location-plate .location-plate-records {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 251px;
  color: #717174;
}
.location-plate .location-plate-records .info {
  color: #000000;
}
.location-plate .location-plate-records span {
  color: #213fdc;
}
.location-plate .location-plate-header {
  size: 16px;
}
.location-plate .location-plate-header span {
  color: black;
}

#flat-filters {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#flat-filters.scrollable {
  position: fixed;
  top: 62px;
  background-color: white;
  padding-block: 24px;
}

.objects-menu {
  color: #000000;
  font-weight: 500;
}
.objects-menu.selected {
  color: #213fdc;
}

.build-info {
  margin-left: auto;
  user-select: text !important;
}

h3.message {
  display: none;
  text-align: center;
  margin: 82px auto 0;
  font-size: 17px;
  line-height: 20px;
}
h3.message_alt {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.1;
}
h3.message.show {
  display: block;
}

#user-self-view {
  --fixed-width: 457px;
}
#user-self-view h2 {
  padding-top: 58px;
  padding-bottom: 28px;
}
#user-self-view .frame {
  padding-top: 40px;
}
#user-self-view .branch-input {
  width: var(--fixed-width);
}
#user-self-view textarea {
  width: var(--fixed-width);
  height: 145px;
}
#user-self-view .save-button {
  margin-left: 24px;
}
#user-self-view .change-password-button {
  margin-top: 40px;
  padding-inline: 40px;
}
#user-self-view .houses-list {
  background-color: #f7f7f8;
  border-radius: 4px;
  padding: 16px;
  gap: 16px;
}

#add-resident-view {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#add-resident-view .frame {
  padding-top: 32px;
}
#add-resident-view #warning-list {
  right: 20px;
  top: 260px;
  color: red;
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1000000015px;
}
#add-resident-view .remove-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#add-resident-view .remove-btn.confirm {
  color: #ff3b30;
}
#add-resident-view .space-link-block,
#add-resident-view .add-resident-link-doc {
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#add-resident-view .space-link-block.removing,
#add-resident-view .add-resident-link-doc.removing {
  opacity: 0;
}
#add-resident-view .space-link-block hr {
  margin-block: 16px;
}
#add-resident-view h2 {
  margin-bottom: 24px;
}
#add-resident-view h2 span {
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #9b9b9f;
}
#add-resident-view .text-button {
  padding: 14px;
}

.errors-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.errors-container_start {
  justify-content: flex-start;
}
.errors-container .errors {
  color: #ff3b30;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1000000015px;
}

#add-resident {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#add-resident-step2 .main-phone-input > .phone-input-container {
  position: relative;
}
#add-resident-step2 .phone-icon {
  position: absolute !important;
  top: 16px;
  right: 16px;
}
#add-resident-step2 .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #213fdc;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#add-resident-step2 .checkmark {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #28b839;
}
#add-resident-step2 .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 0;
  left: 6px;
}
#add-resident-step2 .checkmark::before {
  top: -2px;
}
#add-resident-step2 .errors-container .errors {
  max-width: 311px;
}
#add-resident-step2 .existing-resident-link {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  column-gap: 15px;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f8;
}
#add-resident-step2 .existing-resident-link h3 {
  font-size: 17px;
}
#add-resident-step2 .resident-managers h3,
#add-resident-step2 .existing-resident h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
#add-resident-step2 .resident-managers {
  width: 584px;
  box-sizing: border-box;
  padding: 32px 40px;
}
#add-resident-step2 .resident-managers__description {
  margin-block: 16px 20px;
}
#add-resident-step2 .resident-managers__list {
  margin-bottom: 32px;
}
#add-resident-step2 .existing-resident {
  width: clamp(450px, 40vw, 650px);
  box-sizing: border-box;
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 10px;
}
#add-resident-step2 .existing-resident__name {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.17;
  margin-block: 32px 4px;
}
#add-resident-step2 .existing-resident__subtitle {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.17;
  margin-block: 28px 16px;
}
#add-resident-step2 .existing-resident__buttons {
  margin-top: 24px;
}
#add-resident-step2 .existing-resident__button {
  flex: 1;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  color: #213fdc;
}
#add-resident-step2 .existing-resident__button.agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#add-resident-step2 .existing-resident__button.cancel {
  background-color: #ededee;
}
#add-resident-step2 .existing-resident .checkmark {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #213fdc;
}
#add-resident-step2 .existing-resident .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 0;
  left: 6px;
}
#add-resident-step2 .compare-button {
  color: #213fdc;
  text-decoration: underline;
  font-size: 17px;
  text-align: left;
}

#add-resident-step1,
#add-resident-step2 {
  width: 100%;
}

#add-resident-step1 h3 {
  font-size: 22px;
}

#resident-delete-btn {
  color: #000000;
}

.resident-prop-toggle {
  margin-top: 6px;
}

.instance-card_type_resident {
  position: relative;
}
.instance-card_type_resident .workspace-header-subtitle {
  position: absolute;
  top: -70px;
  left: 0;
}
.instance-card__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}
.instance-card__data-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: flex-start;
}
.instance-card__header-span {
  font-size: inherit;
  line-height: inherit;
}
.instance-card .info-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(295px, 1fr));
  gap: 16px;
}
.instance-card .info-row span {
  color: #9b9b9f;
  font-size: 17px;
}
.instance-card h2 {
  font-size: 22px;
  line-height: 1.1;
}
.instance-card label {
  line-height: 1.18;
  font-size: 17px;
  color: #9b9b9f;
}
.instance-card hr {
  margin: 0;
}
.instance-card div {
  font-size: 17px;
}
.instance-card .flex-list {
  align-items: flex-start;
}
.instance-card .comment {
  margin-top: 10px;
  word-break: break-all;
}
.instance-card__btn {
  padding: 0;
  font-family: inherit;
  font-size: 16px;
}
.instance-card__add-resident-button {
  max-width: max-content;
  border-radius: 4px;
  padding: 8px 12px;
}
.instance-card__add-resident-button:hover {
  background-color: #ededee;
}
.instance-card .instance-card__info,
.instance-card .history {
  flex: 1;
}
.instance-card .registered-resident {
  width: calc(100% - 16px);
  padding: 0;
  position: relative;
  z-index: 1;
}
.instance-card .registered-resident:hover::before {
  visibility: visible;
}
.instance-card .registered-resident::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  z-index: -1;
  display: block;
  width: calc(100% + 32px);
  height: calc(100% + 16px);
  background-color: #f7f7f8;
  border-radius: 8px;
  visibility: hidden;
}
.instance-card .registered-resident .owner-info-container {
  margin: 0;
}
.instance-card .registered-resident .owner-info-container h5 {
  font-weight: 400;
  margin-bottom: 4px;
  cursor: pointer;
}

#edit-location-view {
  padding-top: 24px;
}
#edit-location-view h1 {
  margin-bottom: 48px;
}
#edit-location-view #edit-location-space {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#edit-location-view #edit-location-space .label-pair input:not([type]) {
  width: 400px;
}
#edit-location-view #edit-location-space select {
  width: 400px;
}
#edit-location-view #edit-location-space textarea {
  width: 400px;
}

#users-table-view {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 24px;
}
#users-table-view label {
  margin-left: 16px;
}
#users-table-view a {
  font-weight: 500;
  color: #213fdc;
}
#users-table-view .inactive-user {
  color: #9b9b9f;
}
#users-table-view .inactive-user .navigate a {
  color: #9b9b9f;
}
#users-table-view .users-table-filter__house label {
  min-width: fit-content;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}
#users-table-view .users-table-filter__name {
  min-width: 200px;
  margin-right: 16px;
}
#users-table-view .users-table-filter__name input {
  border-radius: 8px !important;
}
#users-table-view .users-table-filter__branch select {
  width: clamp(200px, 18vw, 320px);
}
#users-table-view .users-table-filter__role select {
  width: auto !important;
}

#edit-flat-space h4 {
  margin-bottom: 16px;
}

.edit-flat-flex {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.edit-flat-content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 296px;
}

.edit-flat-grey {
  color: #9B9B9F;
}

#reports-workspace {
  padding-top: 32px;
}
#reports-workspace .tiny-input {
  width: 40px;
  padding: 6px 0 6px 0;
  border: none;
  background-color: white;
}
#reports-workspace input:not([type=checkbox]):not(.tiny-input) {
  width: 240px;
  border: none;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  padding: 6px 43px 6px 12px;
}
#reports-workspace .fake-input {
  display: inline-block;
  width: 240px;
  border: none;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  padding: 0px 0px 0px 12px;
  box-sizing: border-box;
}
#reports-workspace .fake-input p {
  display: inline-block;
}
#reports-workspace .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000000;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#reports-workspace .checkmark {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #000000;
}
#reports-workspace .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 0;
  left: 6px;
}
#reports-workspace select {
  width: 240px;
}
#reports-workspace .spaces {
  display: flex;
  gap: 10px;
}
#reports-workspace .submit-button:disabled {
  background-color: #c8c8c9;
  color: #000000;
  cursor: auto;
}
#reports-workspace .universal-select-container {
  z-index: 1;
}

#add-space-view h1 {
  margin-top: 24px;
  margin-bottom: 48px;
}
#add-space-view .combo-space-select.error .label-pair:has(select#house) label {
  color: red;
}
#add-space-view .combo-space-select.error .label-pair:has(select#house) select {
  border: 2px solid red;
}

.admin-records-view {
  padding-top: 11px;
  display: flex;
  gap: 120px;
  align-items: flex-start;
}
.admin-records-view_cities .record-value {
  max-width: 510px !important;
}
.admin-records-view .record-menu {
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.200000003px;
  border-radius: 8px;
}
.admin-records-view .record-menu .record-menu-line {
  cursor: pointer;
  padding: 12px 16px 12px 16px;
}
.admin-records-view .record-menu .record-menu-line.selected {
  color: #213fdc;
}
.admin-records-view .record-value {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f7f7f8;
}

.field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.field #input-value {
  border: 1px solid;
  text-overflow: ellipsis;
}

#add-button {
  margin-top: 10px;
}

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

#documentsOPD-table-view {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.opd-version {
  color: #213fdc;
  cursor: pointer;
}

.document-opd-upload-label {
  font-size: 16px;
  color: #213fdc;
  cursor: pointer;
}

.opd-filter {
  column-gap: 16px;
}
.opd-filter__input {
  width: 100%;
}
.opd-filter__input-wrapper {
  width: clamp(265px, 30vw, 360px);
}

#table-opd-documents .inactive {
  color: #9b9b9f;
}
#table-opd-documents td {
  word-wrap: break-word;
}
#table-opd-documents .resident-name {
  max-width: 250px;
}

.unclickable {
  pointer-events: none;
}

.registered-residents-container {
  max-width: 600px;
  margin: auto;
  border: none;
}

.registered-residents-info {
  padding: 24px;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275), 0 2px 2px 0 rgba(0, 0, 0, 0.1098039216);
}

.registered-residents-header {
  font-size: 20px;
  margin: 0 6px 20px;
}

.registered-residents-section {
  margin-bottom: 20px;
}
.registered-residents-section h5 {
  margin: 0 6px;
}

.registered-resident {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: none;
  border-radius: 8px;
  width: 300px;
}
.registered-resident:hover {
  background-color: #ffffff;
}
.registered-resident:hover h5 {
  color: #ff3b30;
  text-decoration: none;
}
.registered-resident:hover .edit-registered-resident,
.registered-resident:hover .unlink-registered-resident {
  visibility: visible;
  opacity: 1;
}
.registered-resident h5 {
  color: #213fdc;
  text-decoration: none;
  font-weight: 400;
  cursor: default;
}
.registered-resident .edit-registered-resident,
.registered-resident .unlink-registered-resident {
  visibility: hidden;
  opacity: 0;
}
.registered-resident .edit-registered-resident:hover,
.registered-resident .unlink-registered-resident:hover {
  cursor: pointer;
}
.registered-resident .unlink-registered-resident_full {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 4px;
  color: #ff3b30;
  background-color: #ffffff;
}
.registered-resident .edit-icon {
  cursor: pointer;
}

.owner-info-container {
  margin: 0 6px;
}
.owner-info-container h5 {
  margin: 0;
}

.owner-info {
  margin-top: 4px;
  font-size: 13px;
  color: #9b9b9f;
}

.archived {
  color: #9b9b9f;
}

.note {
  font-size: 12px;
  color: #9b9b9f;
  text-align: left;
}

.house-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: flex-start;
  width: 100%;
}

#house-card-plate {
  width: 607px;
  height: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #ededee;
  display: flex;
  flex-direction: column;
}

.house-content {
  display: flex;
  justify-content: space-between;
}
.house-content .content-left,
.house-content .content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.house-content .content-left {
  flex: 1;
}
.house-content .content-right {
  flex: 0.5;
}
.house-content h4 {
  font-size: 16px;
}
.house-content p {
  margin: 5px 0;
  color: #717174;
  font-size: 13px;
}
.house-content p .info {
  color: #000000;
}
.house-content p .value {
  color: #213fdc;
}

.button-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.2s ease-in-out;
}
.button-container.faded {
  opacity: 0.4;
}
.button-container.faded:hover {
  opacity: 1;
}

.container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: flex-start;
  width: 100%;
}

#location-card-plate {
  width: 607px;
  height: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #ededee;
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.content h4 {
  font-size: 16px;
}
.content .top-container {
  display: flex;
  gap: 32px;
  align-items: center;
  padding-bottom: 10px;
}
.content .top-container img {
  width: 142px;
  height: 80px;
}
.content .top-container .location-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content .top-container .location-info p {
  color: #717174;
  font-size: 13px;
}
.content .top-container .location-info p .value {
  color: #213fdc;
}
.content .bottom-comtainer {
  display: flex;
  flex-direction: column;
}

.archived-resident-box {
  color: #9B9B9F;
}

.resident-box h5 {
  color: #213FDC;
}
.resident-box span {
  color: #9B9B9F;
}

.text-regular {
  font: 400 17px/1.18 "Roboto", sans-serif;
}

.notifications-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notifications-info__form {
  display: grid;
  row-gap: 24px;
  grid-template-columns: 650px;
}
.notifications-info__form_type_useful {
  row-gap: 32px;
}
.notifications-info__form-wrapper {
  display: grid;
  row-gap: 16px;
  padding-bottom: 16px;
  border-bottom: rgba(111, 111, 114, 0.18) 1px solid;
}
.notifications-info__form-wrapper_type_useful {
  padding-bottom: 0;
  border-bottom: none;
}
.notifications-info__form-wrapper_type_useful input:not(.file-loader-input),
.notifications-info__form-wrapper_type_useful textarea {
  width: 100%;
  flex: 1;
}
.notifications-info__form-wrapper_type_useful textarea {
  min-height: 92px;
}
.notifications-info__form-wrapper_type_useful .label-pair {
  gap: 8px;
}
.notifications-info__form-title {
  font: 500 22px/1.09 "Roboto", sans-serif;
}
.notifications-info__form-content {
  display: flex;
  column-gap: 80px;
  align-items: center;
}
.notifications-info__form-document-label {
  font: 500 17px/1.18 "Roboto", sans-serif;
}
.notifications-info__form-document-list {
  padding-left: 140px;
}
.notifications-info__form .document-upload {
  max-width: 450px;
}
.notifications-info__form-file {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.notifications-info__form-file-name {
  text-decoration: underline dotted;
  text-underline-offset: 4px;
}
.notifications-info__form-file-btn {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  background: url("/public/img/delete.svg") no-repeat center;
  background-size: contain;
}
.notifications-info__form-file-btn:hover {
  background-color: transparent;
  opacity: 0.7;
}
.notifications-info hr {
  margin: 0;
}
.notifications-info__question-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 156px;
}
.notifications-info__question-label label {
  font: 500 17px/1.18 "Roboto", sans-serif;
}
.notifications-info__add-btn {
  padding: 16px 0 16px 165px;
}
.notifications-info__save-btn {
  margin-top: 32px;
}

.pass-page__export-btn {
  font-family: inherit;
}
.pass-page__traffic {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 20;
  visibility: hidden;
}
.pass-page__traffic-wrapper {
  position: relative;
  visibility: hidden;
}
.pass-page__traffic-wrapper.active {
  visibility: visible;
}
.pass-page__traffic-wrapper:hover .pass-page__traffic {
  visibility: visible;
}
.pass-page__traffic-status {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 14px 16px;
}
.pass-page__traffic-status::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
}
.pass-page__traffic-circle {
  width: 8px;
  aspect-ratio: 1;
  margin-right: 8px;
  border-radius: 50%;
}
.pass-page__traffic-icon {
  margin-left: 12px;
  color: #000000;
}

.pass-guests {
  table-layout: fixed;
}
.pass-guests #period {
  width: 130px;
}
.pass-guests #is-used {
  width: clamp(100px, 6.25vw, 120px);
}
.pass-guests #status-act {
  width: clamp(90px, 6.7708333333vw, 130px);
}
.pass-guests__header th {
  cursor: auto;
}
.pass-guests__row {
  word-break: break-all;
}

.pass-auto {
  table-layout: fixed;
}
.pass-auto__btn {
  height: 24px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  border-radius: 4px;
}
.pass-auto__header {
  display: grid;
  grid-template-columns: 130px 200px 90px minmax(90px, 110px) 30px minmax(100px, 110px) minmax(140px, 180px) minmax(190px, 220px) minmax(20px, auto);
  column-gap: 24px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(0, 141, 181, 0.0588235294);
  font-weight: 500;
}
.pass-auto__body {
  display: flex;
  flex-direction: column;
}
.pass-auto__time {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.pass-auto__time.out {
  flex-direction: column;
  align-items: flex-start;
}
.pass-auto__time-arrival {
  font-size: 16px;
  white-space: pre-line;
}
.pass-auto__time-arrival.late {
  color: #ff3b30;
}
.pass-auto__row {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 16px;
  border-bottom: rgba(111, 111, 114, 0.1803921569) solid 1px;
}
.pass-auto__row:hover {
  background-color: #f7f7f8;
  cursor: pointer;
}
.pass-auto__row.late {
  background-color: rgba(244, 18, 6, 0.0509803922);
}
.pass-auto__row-content {
  display: grid;
  grid-template-columns: 130px 200px 90px minmax(90px, 110px) 30px minmax(100px, 110px) minmax(140px, 180px) minmax(190px, 220px) minmax(20px, auto);
  column-gap: 24px;
  align-items: center;
}
.pass-auto__row-extra {
  display: none;
  grid-template-columns: 354px 90px minmax(90px, 110px) auto;
  column-gap: 24px;
}
.pass-auto__row-extra_visible {
  display: grid;
}
.pass-auto__row-extra-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pass-auto__row.canceled:hover,
.pass-guests__row.canceled:hover {
  background-color: transparent;
}
.pass-auto__row.canceled td:not(.pass-guests__actions),
.pass-auto__row.canceled div:not(.pass-auto__row-content):not(.pass-auto__row-extra):not(.pass-auto__actions):not(.timeout-loader),
.pass-guests__row.canceled td:not(.pass-guests__actions),
.pass-guests__row.canceled div:not(.pass-auto__row-content):not(.pass-auto__row-extra):not(.pass-auto__actions):not(.timeout-loader) {
  opacity: 0.3;
}
.pass-auto__status,
.pass-guests__status {
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
}
.pass-auto__status.canceled,
.pass-guests__status.canceled {
  color: inherit !important;
}
.pass-auto__status.active,
.pass-guests__status.active {
  color: #28b839;
}
.pass-auto__actions,
.pass-guests__actions {
  height: 100%;
  position: relative;
}
.pass-auto__actions:hover > .pass-actions_collapsed,
.pass-guests__actions:hover > .pass-actions_collapsed {
  visibility: visible;
}
.pass-auto__actions button,
.pass-guests__actions button {
  color: #213fdc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pass-auto__actions .timeout-loader,
.pass-guests__actions .timeout-loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #213fdc;
  animation: loader-filling 5s ease-in;
  box-sizing: border-box;
}

.pass-actions {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.pass-actions_collapsed {
  column-gap: 4px;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff;
  visibility: hidden;
}
.pass-actions_collapsed .pass-actions__item {
  padding: 4px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pass-actions_collapsed .pass-actions__item:hover {
  opacity: 1;
  background-color: #ededee;
}
.pass-actions__item {
  position: relative;
}
.pass-actions__item:hover {
  opacity: 0.7;
}
.pass-actions__item:hover > .pass-actions__label {
  visibility: visible;
}
.pass-actions__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 4px);
  z-index: 10;
  background-color: #ededee;
  color: #000000;
  padding: 4px 8px;
  border-radius: 4px;
  visibility: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  font-size: 13px !important;
  font-weight: 400 !important;
  white-space: nowrap;
}
.pass-actions span {
  font-size: 16px;
  font-weight: 500;
}

.notifications-table__button {
  max-width: 250px;
}
.notifications-table__input {
  flex-grow: 1;
}
.notifications-table__input input {
  width: 100%;
}
.notifications-table__checkbox {
  margin-inline: 24px;
}
.notifications-table thead {
  width: 100%;
}
.notifications-table__house {
  max-width: 180px;
}
.notifications-table__subject {
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifications-table__author {
  min-width: 143px;
  max-width: 160px;
}
.notifications-table .no-wrap {
  text-wrap-mode: nowrap;
}
.notifications-table .error-block .error-number {
  height: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #007aff;
}
.notifications-table .error-block .error-header {
  margin-top: 20px;
  height: 60px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.notifications-table .error-block .error-text {
  margin-top: -10px;
  height: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #717174;
}
.notifications-table .loader {
  margin: 50px auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #213fdc;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.blue-text {
  color: #213fdc;
}

.notification {
  padding: 82px 105px;
  display: flex;
  justify-content: space-between;
}
.notification .button-container button {
  min-width: 125px;
}
.notification__title {
  font: 600 16px/1.25 "Roboto", sans-serif;
  padding-bottom: 10px;
  border-bottom: rgba(111, 111, 114, 0.18) 1px solid;
}
.notification__content {
  width: 655px;
  background-color: #f7f7f8;
  border-radius: 8px;
  display: grid;
  row-gap: 20px;
  padding: 24px;
}
.notification__wrapper {
  display: flex;
  justify-content: space-between;
}
.notification__caret.open {
  transform: rotate(-180deg);
}
.notification__floor {
  margin-left: 16px;
}
.notification__flat {
  margin-left: 32px;
  max-width: max-content;
}
.notification .multiple-select-tags {
  gap: 8px;
  margin-top: 8px;
  min-height: auto;
}
.notification__locations {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-width: 290px;
  width: 100%;
}
.notification__locations-item .round-button {
  max-width: max-content;
}
.notification__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0;
}
.notification__white-block {
  background-color: #ffffff;
  display: grid;
  row-gap: 4px;
  padding: 12px 24px;
  border-radius: 8px;
  word-break: all;
}
.notification__html-text img {
  width: 100%;
}
.notification__action-block {
  margin-top: 72px;
}
.notification-form h1 {
  font: 500 22px/1.1 "Roboto", sans-serif;
  margin-bottom: 24px;
}
.notification-form__wrapper {
  max-width: 645px;
}
.notification-form #mobile-text {
  border-radius: 4px;
  background-color: #f7f7f8;
  padding: 13px 16px 13px 16px;
  width: 480px;
  box-sizing: border-box;
  min-height: 240px;
}
.notification-form__field-note {
  margin-top: 4px;
}
.notification-form textarea {
  height: 240px;
  width: 480px;
  box-sizing: border-box;
}
.notification-form input:not([type=date], [type=checkbox]) {
  width: 480px;
}
.notification-form input[type=date] {
  width: 320px;
}
.notification-form__locations {
  margin-left: 164px;
}
.notification-form__locations:not(:has(.notification-form__locations-porch)) {
  display: none;
}
.notification-form__locations-porch {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.notification-form__locations-content {
  flex-wrap: wrap;
}
.notification-form__locations-child {
  background-color: #213fdc;
  border-radius: 25px;
}
.notification-form__locations-child-label {
  color: #ffffff;
}
.notification-form__divider {
  border-bottom: 1px solid rgba(111, 111, 114, 0.18);
}

.file-loader-input {
  width: 320px;
}

.char-limiter {
  margin-left: auto;
}

.select-element__tree-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-element__tree-wrapper {
  display: flex;
  column-gap: 8px;
  flex-grow: 1;
  justify-content: flex-start;
  padding-block: 12px;
}
.select-element__tree-input {
  display: block;
  width: 16px;
  height: 16px;
  border-color: rgba(111, 111, 114, 0.18) !important;
  position: relative;
}
.select-element__tree-input:checked {
  border-color: #213fdc !important;
}
.select-element__tree-input.indeterminated::before {
  content: "–" !important;
  background: none !important;
  font-size: 18px;
  color: #213fdc;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-element__tree-label {
  width: 100%;
}
.select-element__tree-caret {
  padding-inline: 16px;
}

@media (min-width: 651px) {
  .ce-block__content {
    max-width: calc(100% - 120px) !important;
    margin: 0 60px;
  }
}
@media (min-width: 651px) {
  .ce-toolbar__content {
    width: 0px !important;
    margin: 0 50px;
  }
}
.cdx-block {
  max-width: 100% !important;
}

.codex-editor__redactor {
  padding-bottom: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 651px) {
  .codex-editor--narrow .ce-toolbox .ce-popover {
    left: 0;
    right: 0;
  }
}
@media (min-width: 651px) {
  .codex-editor--narrow .ce-settings .ce-popover {
    right: 0;
    left: 0;
  }
}
.ce-block__content {
  max-width: none !important;
  margin: 0 0 0 60px !important;
}
.ce-block__content h1 {
  font-size: 2em !important;
}
.ce-block__content h2 {
  font-size: 1.5em !important;
}
.ce-block__content h3 {
  font-size: 1.17em !important;
}
.ce-block__content h4 {
  font-size: 1em !important;
}
.ce-block__content h5 {
  font-size: 0.83em !important;
}
.ce-block__content h6 {
  font-size: 0.67em !important;
}

.ce-popover__container {
  overflow: visible;
}

.paging {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paging .paging-edge {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-color: rgba(111, 111, 114, 0.18);
}
.paging .paging-edge .paging-icon {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.paging .paging-prev {
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
}
.paging .paging-prev .paging-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 0.5L1.88137 3.86863C1.48535 4.26465 1.28735 4.46265 1.21316 4.69098C1.1479 4.89183 1.1479 5.10817 1.21316 5.30902C1.28735 5.53735 1.48535 5.73535 1.88137 6.13137L5.25 9.5" stroke="rgb(33, 63, 220)" /></svg>');
}
.paging .paging-prev_disabled {
  cursor: default;
  user-select: none;
  pointer-events: none;
}
.paging .paging-prev_disabled .paging-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 0.5L1.88137 3.86863C1.48535 4.26465 1.28735 4.46265 1.21316 4.69098C1.1479 4.89183 1.1479 5.10817 1.21316 5.30902C1.28735 5.53735 1.48535 5.73535 1.88137 6.13137L5.25 9.5" stroke="rgb(208, 208, 212)" /></svg>');
}
.paging .paging-next {
  border-width: 1px;
  border-radius: 0px 4px 4px 0px;
}
.paging .paging-next .paging-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.5L4.11863 3.86863C4.51465 4.26465 4.71265 4.46265 4.78684 4.69098C4.8521 4.89183 4.8521 5.10817 4.78684 5.30902C4.71265 5.53735 4.51465 5.73535 4.11863 6.13137L0.75 9.5" stroke="rgb(33, 63, 220)" /></svg>');
}
.paging .paging-next_disabled {
  cursor: default;
  user-select: none;
  pointer-events: none;
}
.paging .paging-next_disabled .paging-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.5L4.11863 3.86863C4.51465 4.26465 4.71265 4.46265 4.78684 4.69098C4.8521 4.89183 4.8521 5.10817 4.78684 5.30902C4.71265 5.53735 4.51465 5.73535 4.11863 6.13137L0.75 9.5" stroke="rgb(208, 208, 212)" /></svg>');
}
.paging .paging-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 28px;
  border: rgba(111, 111, 114, 0.18) 1px solid;
  font-size: 16px;
  line-height: 20px;
  color: #213fdc;
}
.paging .paging-item_active {
  background: #213fdc;
  border: 1px solid #213fdc;
  color: #ffffff;
}
.paging .paging-item:not(.paging .paging-item_active):hover {
  cursor: pointer;
  background: rgba(33, 63, 220, 0.1);
}
.paging .paging-ellipsis {
  cursor: default;
  user-select: none;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 28px;
}
.paging .paging-ellipsis .paging-icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.49963 9.49927C3.10181 9.49927 2.72028 9.34123 2.43897 9.05993C2.15767 8.77862 1.99963 8.39709 1.99963 7.99927C1.99963 7.60144 2.15767 7.21991 2.43897 6.93861C2.72028 6.6573 3.10181 6.49927 3.49963 6.49927C3.89746 6.49927 4.27899 6.6573 4.56029 6.93861C4.8416 7.21991 4.99963 7.60144 4.99963 7.99927C4.99963 8.39709 4.8416 8.77862 4.56029 9.05993C4.27899 9.34123 3.89746 9.49927 3.49963 9.49927ZM8.49963 9.49927C8.10181 9.49927 7.72028 9.34123 7.43897 9.05993C7.15767 8.77862 6.99963 8.39709 6.99963 7.99927C6.99963 7.60144 7.15767 7.21991 7.43897 6.93861C7.72028 6.6573 8.10181 6.49927 8.49963 6.49927C8.89746 6.49927 9.27899 6.6573 9.56029 6.93861C9.8416 7.21991 9.99963 7.60144 9.99963 7.99927C9.99963 8.39709 9.8416 8.77862 9.56029 9.05993C9.27899 9.34123 8.89746 9.49927 8.49963 9.49927ZM13.4996 9.49927C13.1018 9.49927 12.7203 9.34123 12.439 9.05993C12.1577 8.77862 11.9996 8.39709 11.9996 7.99927C11.9996 7.60144 12.1577 7.21991 12.439 6.93861C12.7203 6.6573 13.1018 6.49927 13.4996 6.49927C13.8975 6.49927 14.279 6.6573 14.5603 6.93861C14.8416 7.21991 14.9996 7.60144 14.9996 7.99927C14.9996 8.39709 14.8416 8.77862 14.5603 9.05993C14.279 9.34123 13.8975 9.49927 13.4996 9.49927Z" fill="rgb(208, 208, 212)" /></svg>');
}

.tabs-panel {
  display: flex;
  column-gap: 32px;
  margin: 0;
}
.tabs-panel__tab {
  cursor: pointer;
}

.time-input {
  max-width: 156px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}
.time-input__input {
  width: 100% !important;
  padding-right: 40px;
}
.time-input__icon {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 20px;
  height: 20px;
}
.time-input.error {
  border: 2px solid red;
}

.traffic {
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 10px;
  width: 650px;
  box-sizing: border-box;
  --bar-width: 34px;
}
.traffic h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.traffic__message {
  display: block;
  margin-bottom: 12px;
}
.traffic__chart {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 24px 36px;
}
.traffic__chart-wrapper {
  height: 56px;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  align-items: end;
  padding-bottom: 2px;
  border-bottom: rgba(111, 111, 114, 0.18) 1px solid;
  box-sizing: border-box;
  position: relative;
}
.traffic__chart-item {
  width: var(--bar-width);
  box-sizing: border-box;
  position: relative;
  transition: height 0.1s ease;
}
.traffic__chart-item:first-child {
  margin-left: 2px;
}
.traffic__chart-item:first-child .traffic__chart-item-key {
  left: -14px;
}
.traffic__chart-item:last-child {
  margin-right: 2px !important;
}
.traffic__chart-item-key {
  position: absolute;
  top: calc(100% + 8px);
  left: -18px;
}
.traffic__chart-final-key {
  position: absolute;
  right: 9px;
  bottom: 15px;
}
.traffic__chart-item-key::before, .traffic__chart-final-key::before {
  content: "";
  display: block;
  height: 4px;
  width: 1px;
  background-color: rgba(111, 111, 114, 0.18);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
}

.current-timeline {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(100% - 2px);
  width: 2px;
  border-left: #213fdc 2px dashed;
}
.current-timeline::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #213fdc;
  position: absolute;
  top: 0;
  right: 0;
}

.toggle.filter-toggle .checkbox-label {
  margin-inline: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  color: #000000;
}
.toggle .checkbox-radio {
  opacity: 1;
  position: relative;
  background: #d2d2d3;
  transition: background 0.2s;
}
.toggle .checkbox-radio.checked {
  background: rgba(33, 63, 220, 0.16);
}
.toggle .checkbox-radio.checked .checkbox-radio-knob {
  left: 15px;
  background: #213fdc;
}
.toggle .checkbox-radio-knob {
  margin: 0;
  top: -3px;
  left: -3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2392156863);
  background: #f7f7f8;
  transition: background 0.2s, left 0.2s;
}

.snackbar {
  width: 90%;
  max-width: 400px;
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2d2d2d;
  color: #7a7a7a;
  padding: 15px 16px;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.snackbar.visible {
  opacity: 1;
  visibility: visible;
}

.content-container {
  padding-top: 120px;
  background-color: #f7f7f8;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.content-container h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  margin-left: 105px;
}
.content-container__inner {
  flex: 1;
  background-color: #ffffff;
  padding: 32px 105px;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1215686275);
}

.image-cropper {
  max-width: 400px;
}

.side-menu {
  width: 818px;
  height: calc(100vh - 40px);
  padding: 40px 40px 0;
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 305;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.0509803922), 0 10px 22px 0 rgba(0, 0, 0, 0.0509803922), 0 28px 71px 0 rgba(0, 0, 0, 0.0392156863);
  border-radius: 8px;
  overflow: hidden;
  transform: translateX(calc(100% + 20px));
  transition: transform 0.3s ease-out;
  pointer-events: none;
}
.side-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.side-menu h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
}

.badge {
  padding: 4px 8px;
  border-radius: 14px;
  text-wrap: no-wrap;
  font-size: 13px;
  line-height: 1.23;
  max-width: fit-content;
}
.badge.info {
  background-color: #f7f7f8;
}
.badge.success {
  color: #28b839;
  background-color: #eaf8eb;
}
.badge.tag {
  background-color: #e6e6e6;
}
.badge.error {
  color: #f41206;
  background-color: rgba(244, 18, 6, 0.1019607843);
}

.pass-form__divider {
  font-size: 20px;
}
.pass-form__date-time input {
  width: 156px;
}
.pass-form__date-time-wrapper {
  position: relative;
}
.pass-form__vehicle-checkbox {
  position: relative;
  margin-bottom: 52px;
}
.pass-form__vehicle-checkbox .left-label {
  margin-left: 0;
}
.pass-form__textarea {
  min-height: 100px;
}
.pass-form__message {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
}
.pass-form__action-btn {
  padding: 6px 12px;
  border-radius: 24px;
  color: #213fdc;
}
.pass-form__action-btn.important {
  color: #ffffff;
}
.pass-form input[type=number]::-webkit-inner-spin-button,
.pass-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pass-form__footer {
  max-width: 310px;
}
.pass-form__footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.pass-form__traffic {
  margin-top: 20px;
}
.pass-form #warning-list ul:last-child {
  margin-bottom: 0;
}
.pass-form__btns button {
  min-width: 143px;
}

.pass-filter__row {
  display: flex;
  column-gap: 20px;
}
.pass-filter__inputs {
  display: flex;
  column-gap: 2px;
}
.pass-filter__creator {
  min-width: 250px;
}
.pass-filter__space {
  width: 100%;
  max-width: 126px;
}
.pass-filter__name {
  width: 100%;
  max-width: 250px;
}
.pass-filter__name input {
  border-radius: 0 !important;
}
.pass-filter__auto {
  width: 100%;
  max-width: 125px;
}
.pass-filter__auto input {
  border-radius: 0 !important;
}
.pass-filter__btn {
  color: #213fdc;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
  padding: 0;
  font-size: 16px;
}
.pass-filter__btn:enabled:hover {
  background-color: transparent;
}
.pass-filter__btn:disabled {
  opacity: 0.6;
  cursor: auto;
  background-color: unset;
  color: #213fdc;
}

html:has(.pass-item) {
  scroll-behavior: smooth;
}

@keyframes dot-flashing {
  0% {
    background-color: #000000;
  }
  50%, 100% {
    background-color: #cccccc;
  }
}
.pass-item {
  min-height: 100dvh;
  padding-top: 20px;
  box-sizing: border-box;
  background-color: #ededee;
  font-synthesis: none;
}
.pass-item__actions, .pass-item__schema, .pass-item__title_heading, .pass-item__data {
  padding-inline: 12px;
}
.pass-item__wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.pass-item__icon {
  color: #000000;
}
.pass-item__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 20px;
}
.pass-item__title span {
  font-size: inherit;
  line-height: inherit;
  color: #213fdc;
}
@media screen and (max-width: 600px) {
  .pass-item__title span {
    display: block;
  }
}
.pass-item__block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 16px;
  font-weight: 600;
}
.pass-item__block span {
  font-weight: 16px;
}
.pass-item__block_heading {
  margin-inline: 12px;
  padding-bottom: 13px;
  border-bottom: #000000 1px solid;
}
.pass-item__block_heading span {
  font-size: 13px;
}
.pass-item__block_heading p {
  font-size: 22px;
}
.pass-item__description {
  margin-block: 8px 12px;
  padding: 12px 16px;
  background-color: #ffffff;
  text-align: center;
}
.pass-item__description p {
  font-weight: 600;
}
.pass-item__description span {
  font-size: 15px;
  line-height: 1.33;
}
.pass-item__column {
  display: grid;
  row-gap: 30px;
}
.pass-item__data {
  display: grid;
  row-gap: 12px;
}
.pass-item__data-wrapper {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.pass-item__link {
  display: flex;
  justify-content: space-between;
  padding-block: 16px;
  color: #213fdc;
  font-weight: 600;
  cursor: pointer;
}
.pass-item__error {
  padding-top: 20px;
  text-align: center;
  font-weight: 600;
}
.pass-item__error h2 {
  font-size: 20px;
  margin-block: 16px 4px;
}
.pass-item__img {
  width: 100%;
  max-height: 80vh;
}
.pass-item__img_schema {
  max-height: none;
  height: 624px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.pass-item__img-popup-wrapper {
  padding: 12px;
  color: #000000;
  min-height: 280px;
  box-sizing: border-box;
}
.pass-item__img-container-wrapper {
  position: relative;
}
.pass-item__img-container-icon {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 11px 12px 12px 11px;
  box-shadow: 0 4.5px 13px 0 rgba(0, 0, 0, 0.1882352941);
}
.pass-item__schema {
  padding-block: 40px 80px;
  background-color: #ffffff;
}
.pass-item .popup-component {
  max-width: 700px;
  width: 100%;
}
.pass-item .popup-component button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pass-item .popup-component::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.pass-entrances {
  margin-top: 20px;
}
.pass-entrances__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
}
.pass-entrances__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pass-entrance {
  width: 160px;
  height: 178px;
  display: grid;
  align-content: space-between;
  background-color: #d2d2d3;
  padding: 12px;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.pass-entrance.open {
  pointer-events: none;
  user-select: none;
}
.pass-entrance.disabled {
  pointer-events: none;
  user-select: none;
  background-color: #e6e6e6;
}
.pass-entrance.errored {
  color: #f41206;
}
.pass-entrance__counter {
  margin-bottom: 4px;
  font-weight: 400;
}
.pass-entrance__counter-wrapper {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
}
.pass-entrance__counter-used {
  font-size: 28px;
  line-height: 1.07;
}
.pass-entrance__counter-total {
  font-size: 20px;
  line-height: 1.2;
}
.pass-entrance__counter-text {
  color: #000000;
}
.pass-entrance__timer {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.pass-entrance__timer-value {
  font-size: 34px;
  line-height: 1.18;
}
.pass-entrance__timer-open {
  margin-top: 4px;
  color: #28b839;
  font-size: inherit;
  line-height: inherit;
}
.pass-entrance__name {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
}
.pass-entrance__loader {
  --size: 8px;
  position: relative;
  width: var(--size);
  height: var(--size);
  margin-left: 15px;
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.pass-entrance__loader::before, .pass-entrance__loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.pass-entrance__loader::before {
  left: -15px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.pass-entrance__loader::after {
  left: 15px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

.new-pass {
  padding: 32px;
  width: 545px;
}
.new-pass__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.09;
  text-align: center;
}
.new-pass__subtitle {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.18;
}
.new-pass__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.new-pass__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.new-pass__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.new-pass__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-pass__item span,
.new-pass__item p {
  font-size: 17px;
  line-height: 1.18;
  word-break: break-all;
}
.new-pass__item p {
  white-space: pre-line;
}
.new-pass__link {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  height: 40px;
  background-color: rgba(33, 63, 220, 0.05);
  color: #213fdc;
}
.new-pass__link_ready {
  justify-content: space-between;
}
.new-pass__link .loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #213fdc;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new-pass__link .checkmark {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  color: #213fdc;
}
.new-pass__link .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 0;
  left: 6px;
}
.new-pass__link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-pass__link-btn {
  color: inherit;
}
.new-pass__link-message {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
}

.pass-report {
  max-width: 570px;
  display: grid;
  row-gap: 32px;
  padding: 32px;
  box-sizing: border-box;
}
.pass-report h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.pass-report__fieldset {
  display: flex;
  justify-content: space-between;
}
.pass-report__fieldset p {
  font-size: 17px;
  font-weight: 500;
  max-width: 90px;
}
.pass-report__divider {
  font-size: 20px;
}
.pass-report__input {
  max-width: 156px;
}
.pass-report__error {
  color: #ff3b30;
}
.pass-report__btn {
  background-color: #c8c8c9;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.pass-report__btn:disabled {
  color: unset;
  background-color: #c8c8c9;
  cursor: default;
}
.pass-report .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000000;
  border-bottom-color: transparent;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pass-report .checkmark {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #000000;
}
.pass-report .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  top: 0;
  left: 6px;
}
.pass-report__download {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  color: #213fdc;
}

.promos-form h1 {
  font-size: 22px;
  line-height: 1.1;
}
.promos-form__char-limiter {
  margin-left: auto;
}
.promos-form .text-button.add {
  max-width: max-content;
  padding-block: 14px;
}
.promos-form .wide-label {
  margin-top: 14px;
}
.promos-form hr {
  margin: 0;
}
.promos-form input[type=text],
.promos-form textarea,
.promos-form .phone-input {
  width: 100%;
  flex: 1;
}
.promos-form .document-upload-url_filename {
  max-width: 450px;
}
.promos-form .document-upload-url {
  color: #213fdc !important;
}
.promos-form__input-file {
  align-items: flex-start;
}
.promos-form__input-file .document-upload-url_filename {
  max-width: 146px;
}
.promos-form__input-file .document-upload {
  margin-top: 14px;
}
.promos-form__img-uploader {
  width: 375px;
  height: 170px;
  border-radius: 4px;
}
.promos-form__img-uploader_thumbnail {
  width: 120px;
  height: 120px;
}
.promos-form__img-uploader_cropped {
  background-color: transparent;
}
.promos-form__btns {
  justify-content: flex-end;
}
.promos-form .errors-container {
  margin-block: 12px 23px;
}
.promos-form__delete-btn {
  padding-block: 14px;
}

.promos-table__header {
  display: grid;
  grid-template-columns: 55px 140px repeat(2, minmax(130px, 1fr)) repeat(2, minmax(200px, 400px)) 100px;
  column-gap: 24px;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: rgba(0, 141, 181, 0.0588235294);
  font-weight: 500;
}
.promos-table__body {
  display: flex;
  flex-direction: column;
}
.promos-table__row {
  display: grid;
  grid-template-columns: 55px 140px repeat(2, minmax(130px, 1fr)) repeat(2, minmax(200px, 400px)) 100px;
  column-gap: 24px;
  align-items: center;
  background-color: #ffffff;
  word-wrap: break-word;
  position: relative;
  padding: 16px 24px;
  border-bottom: rgba(111, 111, 114, 0.1803921569) solid 1px;
  cursor: pointer;
}
.promos-table__row:hover {
  background-color: #f7f7f8;
}
.promos-table__row:has(.promos-table__drag-handle:hover) {
  background-color: transparent;
}
.promos-table__partner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.promos-table__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.promos-table__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.promos-table__view-counter {
  width: 51px;
  margin-left: auto;
}
.promos-table .tooltip-info {
  display: flex;
  justify-content: center;
}
.promos-table__drag-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  cursor: grab;
}

.promos-preview {
  width: 375px;
  word-break: break-word;
}
.promos-preview h2 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.promos-preview h3 {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
}
.promos-preview h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.promos-preview__wrapper {
  box-sizing: border-box;
  border: rgba(111, 111, 114, 0.1803921569) 1px solid;
}
.promos-preview__cover {
  height: 170px;
  padding: 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
  background-color: #ededee;
  background-size: 100%;
  background-repeat: no-repeat;
}
.promos-preview__cover-title {
  max-width: 170px;
  margin-bottom: 4px;
}
.promos-preview__main {
  margin-top: 8px;
  padding: 0 12px 24px;
}
.promos-preview__partner {
  margin-bottom: 12px;
}
.promos-preview__label {
  color: #9b9b9f;
  display: block;
  margin-bottom: 4px;
}
.promos-preview__qr-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 14px;
  color: #213fdc;
  cursor: pointer;
}
.promos-preview__link {
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.promos-preview__grey-block {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 12px;
  background-color: #f7f7f8;
  color: #213fdc;
  border-radius: 2px;
}

.counter {
  width: 16px;
  height: 17px;
  border-radius: 50%;
  background-color: #213fdc;
  font-size: 7px;
  color: #ffffff;
}

.registry-requests-filter__number {
  width: 102px;
}
.registry-requests-filter__space {
  width: 122px;
}
.registry-requests-filter__name {
  width: 250px;
}
.registry-requests-filter__phone {
  width: 213px;
}
.registry-requests-filter__types {
  margin-left: 20px;
}
.registry-requests-filter__type input[type=checkbox]:checked + label {
  color: #ffffff;
  background-color: #213fdc;
}
.registry-requests-filter__type label {
  font-size: 13px;
  line-height: 16px;
}

.registry-request-side-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow-y: auto;
  flex: 1;
  padding-bottom: 90px;
}
.registry-request-side-menu .diff {
  background-color: rgba(247, 91, 25, 0.3019607843);
}
.registry-request-side-menu__data {
  padding: 12px;
  background-color: #f7f7f8;
  border-radius: 8px;
}
.registry-request-side-menu__data li {
  max-width: fit-content;
}
.registry-request-side-menu__space {
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 368px;
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.registry-request-side-menu__space::-webkit-scrollbar {
  display: none;
}
.registry-request-side-menu__registered-res-list .registered-resident {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 10px 20px;
}
.registry-request-side-menu__registered-res-list .registered-resident:hover {
  background-color: transparent;
}
.registry-request-side-menu__registered-res-list .registered-resident:hover h5 {
  color: #213fdc;
}
.registry-request-side-menu__registered-res-list .registered-resident .unlink-registered-resident {
  visibility: visible;
  opacity: 1;
}
.registry-request-side-menu__actions {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: rgba(111, 111, 114, 0.1803921569) 1px solid;
  background-color: #ffffff;
}
.registry-request-side-menu__reason-textarea {
  height: 100px;
}

.action-button {
  padding: 14px 36px 14px 24px;
}

.reject-button {
  padding: 12px 36px 12px 24px;
  color: #ffffff;
  background-color: #f41206;
}
.reject-button:hover {
  background-color: #c20e05;
}

.registry-request-history .history-header {
  padding-bottom: 20px;
}
.registry-request-history .history-content {
  height: auto;
  max-height: 130px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.registry-request-history .history-content::-webkit-scrollbar {
  display: none;
}
.registry-request-history p {
  text-wrap-mode: nowrap;
}

.registry-requests-table {
  table-layout: fixed;
}
.registry-requests-table #createdAt {
  width: clamp(80px, 8vw, 130px);
}
.registry-requests-table #number {
  width: 81px;
}
.registry-requests-table #house {
  width: clamp(150px, 11vw, 250px);
}
.registry-requests-table #flatNum {
  width: 100px;
}
.registry-requests-table #fullname {
  width: 100%;
}
.registry-requests-table #mainPhone {
  width: 150px;
}
.registry-requests-table #ownershipType {
  width: 120px;
}
.registry-requests-table #type {
  width: 110px;
}
.registry-requests-table #wasAccess {
  width: 140px;
}

.registry-request-row {
  word-break: break-all;
}

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