@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
.editable-cell {
    position: relative;
}

.editable-cell-value-wrap {
    padding: 5px 12px;
    cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
    padding: 4px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    min-height: 32px;
}

.ant-select-tree-treenode-disabled > span {
    color: black !important;
}

/* Иконки в suffix: копировать + стрелка */
.essence-tree-select-suffix {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.essence-tree-select-suffix-copy {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.essence-tree-select-suffix-copy:hover {
    color: rgba(0, 0, 0, 0.88);
}

.essence-tree-select-suffix-arrow {
    color: rgba(0, 0, 0, 0.45);
}

/* Разрешаем выделение текста в самом селекте */
.essence-tree-select .ant-select-selector,
.essence-tree-select .ant-select-selection-item {
    user-select: text;
    -webkit-user-select: text;
}

/* Разрешаем выделение текста внутри выпадающего списка */
.ant-select-dropdown .ant-select-tree-node-content-wrapper,
.ant-select-dropdown .ant-select-item-option-content {
    user-select: text;
    -webkit-user-select: text;
}
.ant-select-tree-treenode-disabled > span {
    color: black !important;
}

.schema-tree-select-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Иконки в suffix: копировать + стрелка */
.schema-tree-select-suffix {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.schema-tree-select-suffix-copy {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.schema-tree-select-suffix-copy:hover {
    color: rgba(0, 0, 0, 0.88);
}

.schema-tree-select-suffix-arrow {
    color: rgba(0, 0, 0, 0.45);
}

/* Разрешаем выделение текста в самом селекте */
.schema-tree-select-wrapper .ant-select-selector,
.schema-tree-select-wrapper .ant-select-selection-item {
    user-select: text;
    -webkit-user-select: text;
}

/* Разрешаем выделение текста внутри выпадающего списка */
.ant-select-dropdown .ant-select-tree-node-content-wrapper,
.ant-select-dropdown .ant-select-item-option-content {
    user-select: text;
    -webkit-user-select: text;
}
/* html,
body {
  margin: 0;
  font-family: sans-serif;
  box-sizing: border-box;
}

#root {
  width: 100vw;
  height: 100vh;
} */

.dndflow {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    height: calc(100% - 60px);
    overflow: hidden;
}

.dndflow aside {
    border-right: 1px solid #eee;
    /* padding: 15px 10px; */
    font-size: 12px;
    background: #fcfcfc;
    overflow: overlay;
    height: 100%;
}

.dndflow aside .description {
    margin-bottom: 10px;
}

.dndflow .dndnode {
    height: 20px;
    padding: 4px;
    border: 1px solid #1a192b;
    border-radius: 2px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.dndflow .dndnode.input {
    border-color: #0041d0;
}

.dndflow .dndnode.output {
    border-color: #ff0072;
}

.dndflow .reactflow-wrapper {
    flex-grow: 1;
    border-radius: 5;
    height: 100%;
}

.dndflow .selectall {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .dndflow {
        flex-direction: row;
    }

    .dndflow aside {
        /* width: 20%; */
        /* max-width: 250px; */
    }
}

.myInvalidClass {
    background-color: rgba(255, 196, 196, 0.593) !important;
}

/* Подсветка невалидных строк (частично заполненных) */
.invalidRow {
    background-color: rgba(255, 196, 196, 0.6) !important;
}

/* Многострочный текст в выпадающем списке autocomplete */
.handsontable .autocompleteEditor .handsontableInputHolder {
    min-width: 400px !important;
}

.handsontable .autocompleteEditor .htCore td {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 400px;
    line-height: 1.4;
    padding: 6px 8px !important;
}
.select-essence-suffix {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.select-essence-suffix-copy {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.select-essence-suffix-copy:hover {
    color: rgba(0, 0, 0, 0.88);
}

.select-essence-suffix-arrow {
    color: rgba(0, 0, 0, 0.45);
}

/* Разрешаем выделение текста в самом селекте */
.select-essence .ant-select-selector,
.select-essence .ant-select-selection-item {
    user-select: text;
    -webkit-user-select: text;
}

/* Разрешаем выделение текста внутри выпадающего списка */
.ant-select-dropdown .ant-select-item-option-content {
    user-select: text;
    -webkit-user-select: text;
}



.cell-edit {
    background-color: rgba(255, 0, 0, 0.1) !important;
} 
.sample-drag-bar {
    flex-shrink: 0;
    width: 5px;
    background-color: #d1d5db;
    cursor: col-resize;
    transition: background-color 0.15s 0.15s ease-in-out;
}

.sample-drag-bar.sample-drag-bar--dragging,
.sample-drag-bar:hover {
    background-color: #63b3ed;
}

.sample-drag-bar.sample-drag-bar--horizontal {
    height: 5px;
    width: 100%;
    cursor: row-resize;
}

.flex {
    display: flex;
}

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

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

.grow {
    flex-grow: 1;
}

.h-screen {
    height: 100vh;
}

.bg-darker {
    background-color: rgba(5,5,15,1);
}

.bg-dark {
    background-color: rgba(5,5,15,1);
}

.font-mono {
    font-family: monospace;
}

.color-white {
    color: white;
}

.overflow-hidden {
    overflow: hidden;
}

.contents {
    display: grid;
    place-items: center;
    transition: filter 0.2s ease-out, background-color 0.2s ease-out;
    font-size: 16px;
}

.dragging {
    filter: blur(5px);
    /* background-color: #555555; */
}

html,
body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Roboto, sans-serif !important;
    font-size: 14px;
    --radial-menu-background: #fff;
    --radial-menu-color: #000;
    --radial-menu-border: #aacbd2;
    --radial-menu-active-color: #000;
    --radial-menu-active-background: #d8e6ea;
}

#root {
    height: 100%;
    display: flex;
    flex-direction: column;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}

*,
html * /* override x.xhtml.ru style */ {
    scrollbar-width: thin;
    /* scrollbar-color: #fafafa21 #191932; */
}

.rs-picker-daterange-menu {
    z-index: 10000;
}

