

/* Start:/services/eisot-xml/assets/style.css?17858301024526*/
.eisot-xml-page .eisot-card {
    background: #f7f8fa;
    border: 1px solid #e3e5e9;
    border-radius: 8px;
    padding: 16px 18px;
}

.eisot-xml-page .eisot-program-legend-list {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 1;
}

.eisot-xml-page .eisot-program-legend-list li {
    padding: 4px 0;
    border-bottom: 1px solid #e9eaec;
    font-size: 13px;
}

.eisot-xml-page .eisot-program-legend-list li:last-child {
    border-bottom: none;
}

@media (min-width: 900px) {
    .eisot-xml-page .eisot-program-legend-list {
        columns: 2;
        column-gap: 24px;
    }

    .eisot-xml-page .eisot-program-legend-list li {
        break-inside: avoid;
    }
}

.eisot-xml-page .b-btn:disabled,
.eisot-xml-page .b-btn[disabled] {
    opacity: .45;
    filter: grayscale(40%);
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.eisot-xml-page .eisot-card_promo {
    background: #eef6ff;
    border-color: #cfe4fb;
}

.eisot-xml-page .eisot-card-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.eisot-xml-page .eisot-label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.eisot-xml-page .eisot-hint {
    font-size: 12px;
    color: #8a8f98;
}

.eisot-xml-page .eisot-link {
    font-size: 14px;
}

.eisot-xml-page .eisot-upload-btn {
    cursor: pointer;
    margin-bottom: 0;
}

.eisot-xml-page .eisot-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.eisot-xml-page .eisot-toolbar-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.eisot-xml-page .eisot-btn-muted {
    background: #eceef1;
    border: 1px solid #d7dade;
    color: #4b5563;
}

.eisot-xml-page .eisot-btn-muted:hover {
    background: #e2e4e8;
    color: #333;
}

.eisot-suggest-box {
    position: fixed;
    z-index: 2000;
    background: #fff;
    border: 1px solid #d7dade;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    max-height: 260px;
    overflow-y: auto;
    font-size: 13px;
}

.eisot-suggest-box .eisot-suggest-item {
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #f0f1f3;
}

.eisot-suggest-box .eisot-suggest-item:last-child {
    border-bottom: none;
}

.eisot-suggest-box .eisot-suggest-item:hover {
    background: #f2f6fc;
}

.eisot-suggest-box .eisot-suggest-error {
    color: #b42318;
    cursor: default;
}

.eisot-suggest-box .eisot-suggest-error:hover {
    background: none;
}

.eisot-suggest-box .eisot-suggest-name {
    flex: 1 1 auto;
}

.eisot-suggest-box .eisot-suggest-inn {
    flex: 0 0 auto;
    color: #8a8f98;
}

.eisot-xml-page .eisot-table {
    font-size: 13px;
    min-width: 1400px;
}

.eisot-xml-page .eisot-table td {
    vertical-align: middle;
    padding: 4px;
}

.eisot-xml-page .eisot-table input,
.eisot-xml-page .eisot-table select {
    min-width: 110px;
}

.eisot-xml-page .eisot-table input.is-invalid,
.eisot-xml-page .eisot-table select.is-invalid,
.eisot-xml-page .eisot-table button.is-invalid {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.eisot-xml-page .eisot-table .js-row-remove,
.eisot-xml-page .eisot-table .js-row-duplicate {
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.4;
}

.eisot-xml-page .eisot-table .eisot-program-picker {
    min-width: 160px;
    max-width: 220px;
    text-align: left;
    background: #fff;
    border: 1px solid #ced4da;
    color: #212529;
    font-size: 13px;
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.eisot-program-box {
    padding: 6px 0;
    max-height: 340px;
}

.eisot-program-box .eisot-program-option {
    display: block;
    padding: 5px 12px;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.eisot-program-box .eisot-program-option:hover {
    background: #f2f6fc;
}

.eisot-program-box .eisot-program-option input {
    margin-right: 6px;
}

.eisot-program-box-footer {
    padding: 8px 12px 2px;
    text-align: right;
    border-top: 1px solid #f0f1f3;
    margin-top: 4px;
}

.eisot-xml-page .eisot-errors {
    background: #fff5f5;
    border: 1px solid #f3c2c2;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 14px;
    color: #b42318;
    font-size: 13px;
}

.eisot-xml-page .eisot-errors ul {
    margin: 4px 0 0;
    padding-left: 18px;
}

/* End */
/* /services/eisot-xml/assets/style.css?17858301024526 */
