@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);
.hideLicense {
    display: none !important;
}
.rs-picker-popup {
    z-index: 2000 !important;
}

.highcharts-legend-item {
    font-size: 1rem;
}

.highcharts-legend-item > span {
    position: relative;
    overflow: visible !important;
    font-size: 1rem;
    align-items: center;
}

.highcharts-legend-item > span:after {
    content: '';
    position: absolute;
    /* width: calc(100% + 50px); */
    /* height: 33px; */
    /* border: 1px solid rgba(33, 33, 33, 0.15); */
    /* padding: 15px 1em 10px; */
    /* top: -8px; */
    /* left: -33px; */
    /* border-radius: 5px; */
}

.hideLicense {
    display: none !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;
}

