@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);

.modal-xxl {
  max-width: min(1200px, 95vw);
}


.container[data-v-b03b4d12] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.analysis-container[data-v-b03b4d12] {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.pencil-btn[data-v-b03b4d12] {
  border: none !important;
  background: transparent;
  padding: 4px;
  line-height: 1;
}
.pencil-btn[data-v-b03b4d12]:hover {
  background: #f0f6ff;
  box-shadow: 0 0 0 1px #0d6efd40 inset;
}
table tr.row-new[data-v-b03b4d12] {
  background: #e8f6ff;
}
table tr.row-deleted[data-v-b03b4d12] {
  opacity: .45;
  text-decoration: line-through;
}
table tr.row-sublevel[data-v-b03b4d12] {
  font-style: italic;
}
.hover-scale[data-v-b03b4d12] {
  transition: .1s transform
}
.hover-scale[data-v-b03b4d12]:hover {
  transform: scale(1.15)
}
header[data-v-b03b4d12] {
  padding: 24px 48px;
  font-size: 24px;
  font-weight: 600;
  background: #f7f7f8;
  border-bottom: 1px solid #e5e5e5;
}
.flex-grid[data-v-b03b4d12] {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 30px;
}
.w100[data-v-b03b4d12] {
  flex: 1 1 100%;
}
.inline-flags[data-v-b03b4d12] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.w300[data-v-b03b4d12] {
  flex: 1 1 300px;
}
.w600[data-v-b03b4d12] {
  flex: 1 1 600px;
}
.mt40[data-v-b03b4d12] {
  margin-top: 40px;
}
.field[data-v-b03b4d12] {
  margin: 8px 0;
}
.field label[data-v-b03b4d12] {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #666;
}
.field input[data-v-b03b4d12]:not([type="checkbox"]):not([type="radio"]),
.field textarea[data-v-b03b4d12],
.field select[data-v-b03b4d12] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}

/* Возвращаем нормальный вид чекбоксам (bootstrap) */
.field .form-check[data-v-b03b4d12] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.field .form-check-input[data-v-b03b4d12] {
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  cursor: pointer;
  accent-color: #0d6efd;
  /* цвет галочки под bootstrap */
}
.inline-flags .form-check[data-v-b03b4d12] {
  margin: 0;
}
.field .form-check-label[data-v-b03b4d12] {
  cursor: pointer;
}
.tag[data-v-b03b4d12] {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #f9f9f9;
}
table[data-v-b03b4d12] {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
table th[data-v-b03b4d12],
td[data-v-b03b4d12] {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
}
table th[data-v-b03b4d12] {
  background: #fafafa;
  font-weight: 600;
  font-size: 14px;
}
.sub-row td[data-v-b03b4d12] {
  font-style: italic;
}
.doc-row[data-v-b03b4d12] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 10px 14px;
  border-radius: 6px;
  margin: 6px 0;
  font-size: 14px;
  background: #fafafa;
}
.download-icon[data-v-b03b4d12] {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M12 3v12m0 0l-4-4m4 4l4-4M5 19h14\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/%3E%3C/svg%3E") no-repeat center/contain;
}


.kp[data-v-464c1928] {
  position: relative;
}
.kp-field[data-v-464c1928] {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  min-height: 38px;
  padding: .375rem .5rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}
.kp-field.open[data-v-464c1928] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.kp-value[data-v-464c1928] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kp-dd[data-v-464c1928] {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1050;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  max-height: 340px;
  overflow: auto;
}
.kp-list[data-v-464c1928] {
  list-style: none;
  padding: .25rem 0;
  margin: 0;
}
.kp-row[data-v-464c1928] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .4rem .6rem;
}
.kp-row[data-v-464c1928]:hover {
  background: #f8f9fa;
}
.kp-name[data-v-464c1928] {
  border: 0;
  background: transparent;
  text-align: left;
  flex: 1;
  cursor: pointer;
}
.kp-actions[data-v-464c1928] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.icon-btn[data-v-464c1928] {
  border: 0;
  background: transparent;
  cursor: pointer;
}


.okpd-item+.okpd-item[data-v-5dd5e1ef] {
  margin-top: .25rem;
}
.okpd-row[data-v-5dd5e1ef] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.okpd-title[data-v-5dd5e1ef] {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.okpd-title:hover .okpd-text[data-v-5dd5e1ef] {
  text-decoration: underline;
}
.okpd-code[data-v-5dd5e1ef] {
  font-weight: 600;
}
.okpd-sep[data-v-5dd5e1ef] {
  margin: 0 .35rem;
  color: #adb5bd;
}


.okpd-overlay[data-v-0856d065] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.okpd-panel[data-v-0856d065] {
  width: min(980px, 95vw);
  max-height: 88vh;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.okpd-header[data-v-0856d065],
.okpd-footer[data-v-0856d065] {
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.okpd-header[data-v-0856d065] {
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
}
.okpd-footer[data-v-0856d065] {
  border-top: 1px solid #dee2e6;
  justify-content: flex-end;
}
.okpd-body[data-v-0856d065] {
  padding: 1rem;
  overflow: auto;
}


.rsel[data-v-46689762] {
  position: relative;
}
.rsel-field[data-v-46689762] {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .375rem .5rem;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  background: #fff;
}
.rsel-field.open[data-v-46689762] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.rsel-tags[data-v-46689762] {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
  flex-wrap: wrap;
}
.tag[data-v-46689762] {
  background: #e7f1ff;
  color: #0d6efd;
  border: 1px solid #cfe2ff;
  padding: .15rem .35rem;
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.tag button[data-v-46689762] {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}
.rsel-input[data-v-46689762] {
  border: 0;
  outline: 0;
  min-width: 140px;
  flex: 1;
}
.rsel-fo-btn[data-v-46689762] {
  margin-left: auto;
  white-space: nowrap;
  border: 0;
  background: transparent;
  color: #0d6efd;
}
.rsel-fo-btn[data-v-46689762]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rsel-dropdown[data-v-46689762],
.rsel-fo[data-v-46689762] {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  max-height: 320px;
  overflow: auto;
  z-index: 1050;
}
.rsel-dropdown[data-v-46689762] {
  right: 0;
}
.rsel-fo[data-v-46689762] {
  width: 360px;
}
.fo-header[data-v-46689762] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  border-bottom: 1px solid #f1f3f5;
}
.btn-link[data-v-46689762] {
  border: 0;
  background: transparent;
  color: #0d6efd;
  cursor: pointer;
}
.list[data-v-46689762] {
  list-style: none;
  padding: .25rem 0;
  margin: 0;
}
.list li[data-v-46689762] {
  padding: .4rem .75rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  cursor: pointer;
}
.list li[data-v-46689762]:hover {
  background: #f8f9fa;
}
.list input[type="checkbox"][data-v-46689762] {
  pointer-events: none;
}
.name[data-v-46689762] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.muted[data-v-46689762] {
  color: #6c757d;
}
.p-2[data-v-46689762] {
  padding: .5rem;
}
.country[data-v-46689762] {
  background: #f8f9fa;
  border-radius: .375rem;
  margin: .25rem .5rem;
  padding: .35rem .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country-label[data-v-46689762] {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
}
.chevron[data-v-46689762] {
  border: 0;
  background: transparent;
  color: #0d6efd;
  cursor: pointer;
  padding: 0 .25rem;
  font-size: 16px;
  line-height: 1;
}
.indent[data-v-46689762] {
  padding-left: 1.25rem;
  margin-left: .5rem;
  border-left: 2px solid #eef2f6;
}
.divider[data-v-46689762] {
  height: 1px;
  background: #e9ecef;
  margin: .25rem .5rem;
}


.industry-overlay[data-v-74a3568c] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-panel[data-v-74a3568c] {
  width: min(980px, 95vw);
  max-height: 85vh;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.industry-header[data-v-74a3568c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
}
.industry-body[data-v-74a3568c] {
  padding: 1rem;
  overflow: auto;
  flex: 1;
}
.industry-footer[data-v-74a3568c] {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  text-align: right;
  background: #fff;
}


.table-heading[data-v-0f0394c1] {
  position: relative;
  cursor: default;
}
.row-click[data-v-0f0394c1] {
  cursor: pointer;
}
.heading-trigger[data-v-0f0394c1] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  cursor: pointer;
}
.rotate-180[data-v-0f0394c1] {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.table-heading .dropdown-menu[data-v-0f0394c1] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 220px;
  overflow: auto;
  min-width: 280px;
}
.toast-stack[data-v-0f0394c1] {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  z-index: 3000;
}
.toast-stack .alert[data-v-0f0394c1] {
  margin: 0;
  padding: .5rem .75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.tp-filter small code[data-v-0f0394c1] {
  background: #f8f9fa;
  padding: .1rem .25rem;
  border-radius: .25rem;
}


.login-page[data-v-440ebfc8] {
  min-height: 100vh;    
  padding: 1.5rem;
}
.login-card[data-v-440ebfc8] {
  width: 100%;
  max-width: 480px;               
  border: none;
  border-radius: 1rem;
  background: #ffffff;
}
.fade-slide-enter-active[data-v-440ebfc8] {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-slide-leave-active[data-v-440ebfc8] {
  transition: all 0.3s ease;
}
.fade-slide-enter-from[data-v-440ebfc8],
.fade-slide-leave-to[data-v-440ebfc8] {
  opacity: 0;
  transform: translateY(18px);
}
.input-group > .input-group-text[data-v-440ebfc8] {
  border-right: 0;
  background: transparent;
  padding-inline: 0.75rem;
}
.password-group .btn[data-v-440ebfc8] {
  border-left: 0;
}
.password-group .btn[data-v-440ebfc8]:focus {
  box-shadow: none;
}


.win-crit[data-v-087f63b2] {
  font-size: 0.98rem;
}
.win-crit .table thead th[data-v-087f63b2] {
  vertical-align: middle;
}
.win-crit .table td[data-v-087f63b2],
.win-crit .table th[data-v-087f63b2] {
  vertical-align: top;
}
.name-cell[data-v-087f63b2] {
  font-weight: 600;
}
.desc-cell[data-v-087f63b2] {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  white-space: pre-wrap;
  word-break: break-word;
}
.desc-editor[data-v-087f63b2] {
  min-height: 96px;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
}
.win-crit .btn-sm[data-v-087f63b2] {
  border-radius: 10px;
}

.btn-primary {
    background: linear-gradient(90deg, #1161ee 0%, #4886ff 100%);
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    filter: brightness(0.95);
}

.card {
    border-radius: 0.75rem;
}

.analyzed-row > td {
  background-color: #FFD700 !important;
}

.deleted-row > td {
  background: #ffe6e6 !important;
}

.deleted-row{ 
    background: #ffe6e6 !important; 
} 
.table-danger{ 
    background: #f8d7da !important; 
} 

.id-col {          
  max-width: 140px; 
  word-break: break-all;
  font-size: .875rem;    
}


.wide-container {
    max-width: 1650px;     
    margin-inline: auto;  
    padding-inline: 1.25rem;  
}

.wide-container .table {
    width: 100%;
}

.wide-container .table-responsive {
    overflow-x: visible;
}

.table-heading{
    font-size: 1.75rem; 
    font-weight: 700;     
    text-align: center;    
    margin: 1.5rem auto 1rem;   
}


.heading-label{
    position:relative;
    display:inline-block;     
    padding-bottom:.25rem;   
}

.heading-label::after{
    content:"";
    position:absolute;
    left:0;
    right:0;               
    bottom:0;
    height:3px;
    border-radius:2px;
    background:linear-gradient(90deg,#1161ee 0%,#4886ff 100%);
}

@media (min-width: 1400px) {
  main.container.my-4 {
      min-width: 1600px;  
  }
}


