

/* Start:/local/components/custom/requisite.analyzer/templates/.default/style.css?17792872444154*/
/* Полностью скрываем блок "распознанные данные" */
.c-convert-result__expand,
.c-convert-result__original {
    display: none !important;
}
.c-convert-result__empty {
    margin-top: 20px;
}
.c-convert-result__empty svg {
    opacity: 0.6;
}
.c-convert-result__empty p {
    font-size: 16px;
}
#price-analysis-result{
    margin-top: 30px;
}
.ui-uploader__item{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.c-card-document__preview-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}
.c-card-document__preview-in img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.c-convert-result__box-in {
    overflow-x: auto;
    padding: 0;
    margin: 0;
}

.ui-table {
    min-width: 800px;
    white-space: nowrap;
}

.ui-table th,
.ui-table td {
    /*text-align: center;*/
    padding: 8px 12px;
    min-width: 120px;
}
.ui-button__loader {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.c-convert-result {
    max-width: 1400px;
}

.s-convert__excel-only .ui-uploader__label {
    border: 2px dashed #4caf50;
    background-color: #f8fff8;
}
.s-convert__excel-only .ui-uploader__text-heading {
    color: #2e7d32;
}
.excel-header {
    margin: 16px 0;
    color: #666;
    text-align: center;
}
.s-convert__excel-only {
    margin-bottom: 24px;
}

.legal-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.legal-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.legal-card-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    flex: 1;
}

.status {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.status-active { background: #e8f5e8; color: #2e7d32; }
.status-expired { background: #ffebee; color: #c62828; }
.status-pending { background: #fff8e1; color: #ff8f00; }
.status-unknown { background: #f5f5f5; color: #666; }

.doc-info {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}

.doc-info p {
    margin: 4px 0;
}

.parties-section h4 {
    margin: 16px 0 12px;
    color: #333;
    font-size: 16px;
}

.party-item {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.party-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.party-type {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 500;
}

.type-legal { background: #2196F3; color: white; }
.type-individual { background: #9C27B0; color: white; }

.party-name {
    font-size: 15px;
    margin-bottom: 6px;
}

.party-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #555;
}

.party-meta div {
    margin: 2px 0;
}

.legal-results-list{
    padding: 10px;
}

.dadata-panel {
    margin-top: 12px;
    padding: 12px;
    background: #f0f8ff;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    font-size: 13px;
    color: #0d47a1;
}

.dadata-field {
    margin: 4px 0;
}

.dadata-field strong {
    color: #1565c0;
}

.recommendations-panel {
    margin-top: 16px;
    padding: 12px;
    background: #fff8f8;
    border: 1px solid #ffcdd2;
    border-radius: 6px;
    font-size: 13px;
    color: #c62828;
}
.recommendations-panel h5 {
    margin: 0 0 8px;
}

/* End */
/* /local/components/custom/requisite.analyzer/templates/.default/style.css?17792872444154 */
