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

.container[data-v-1e0787b2] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.analysis-container[data-v-1e0787b2] {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.pencil-btn[data-v-1e0787b2]{
  border:none !important;     
  background:transparent;    
  padding:4px;               
  line-height:1;
}
.pencil-btn[data-v-1e0787b2]:hover{
  background:#f0f6ff;      
  box-shadow:0 0 0 1px #0d6efd40 inset;
}
table tr.row-new[data-v-1e0787b2] {
  background: #e8f6ff;
}
table tr.row-deleted[data-v-1e0787b2] {
  opacity: .45;
  text-decoration: line-through;
}
table tr.row-sublevel[data-v-1e0787b2] {
  font-style: italic;
}
.hover-scale[data-v-1e0787b2] {
  transition: .1s transform
}
.hover-scale[data-v-1e0787b2]:hover {
  transform: scale(1.15)
}
header[data-v-1e0787b2] {
  padding: 24px 48px;
  font-size: 24px;
  font-weight: 600;
  background: #f7f7f8;
  border-bottom: 1px solid #e5e5e5;
}
.flex-grid[data-v-1e0787b2] {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 30px;
}
.w300[data-v-1e0787b2] {
  flex: 1 1 300px;
}
.w600[data-v-1e0787b2] {
  flex: 1 1 600px;
}
.mt40[data-v-1e0787b2] {
  margin-top: 40px;
}
.field[data-v-1e0787b2] {
  margin: 8px 0;
}
.field label[data-v-1e0787b2] {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #666;
}
.field input[data-v-1e0787b2],
.field textarea[data-v-1e0787b2] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}
.tag[data-v-1e0787b2] {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #f9f9f9;
}
table[data-v-1e0787b2] {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
table th[data-v-1e0787b2],
td[data-v-1e0787b2] {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
}
table th[data-v-1e0787b2] {
  background: #fafafa;
  font-weight: 600;
  font-size: 14px;
}
.sub-row td[data-v-1e0787b2] {
  font-style: italic;
}
.doc-row[data-v-1e0787b2] {
  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-1e0787b2] {
  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;
}


.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;
}

.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;  
  }
}


