@import url(https://fonts.cdnfonts.com/css/mulish);
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}
.MuiDataGrid-columnHeaders {
  background: linear-gradient(180deg, rgba(248, 250, 252, 1) 0%, rgba(241, 245, 249, 1) 100%) !important;
  border-bottom: 2px solid rgba(0, 98, 160, 0.12) !important;
}

.MuiDataGrid-columnHeader {
  background: transparent !important;
}

.MuiDataGrid-root {
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.MuiDataGrid-main {
  border-radius: 0 0 12px 12px !important;
}

.MuiDataGrid-virtualScroller {
  background-color: #fff;
}

.MuiDataGrid-footerContainer {
  background: linear-gradient(180deg, rgba(248, 250, 252, 1) 0%, rgba(241, 245, 249, 1) 100%) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  min-height: 44px !important;
  font-size: 0.8125rem;
}

.MuiDataGrid-selectedRowCount {
  font-weight: 600 !important;
  color: #0062A0 !important;
}

.MuiDataGrid-cell {
  font-size: 0.8125rem !important;
  color: #334155 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding: 0 12px !important;
}

.MuiDataGrid-cell:focus,
.MuiDataGrid-cell:focus-within {
  outline: none !important;
}

.MuiDataGrid-columnHeader:focus,
.MuiDataGrid-columnHeader:focus-within {
  outline: none !important;
}

.MuiDataGrid-columnSeparator {
  color: rgba(0, 0, 0, 0.08) !important;
}

.MuiDataGrid-row:hover {
  background-color: rgba(0, 134, 202, 0.04) !important;
}

.MuiDataGrid-row.Mui-selected {
  background-color: rgba(0, 134, 202, 0.08) !important;
}

.MuiDataGrid-row.Mui-selected:hover {
  background-color: rgba(0, 134, 202, 0.12) !important;
}

.MuiDataGrid-toolbarContainer {
  padding: 8px 12px !important;
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, 1) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  gap: 8px !important;
}

.MuiDataGrid-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.15) transparent;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.measurementLabel {
  background: rgba(26, 26, 46, 0.88);
  padding: 4px 12px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.positionLabel {
  background: rgba(26, 26, 46, 0.88);
  padding: 4px 12px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.text-field {
  width: 100%;
  height: 64px;
}

.Auth-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.Auth-form-popup {
  width: 100vw;
  height: 100vh;
}

.e-toast-container .e-toast {
  background-color: navy;
}

.Auth-form {
  width: 420px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.06);
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.logo-up {
  text-align: center;
  margin-bottom: 32px;
}

.Auth-form-content {
  padding-left: 12%;
  padding-right: 12%;
  overflow-x: auto;
}

.Auth-form-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 24px;
  color: rgb(34, 34, 34);
  font-weight: 660;
}

label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(34, 34, 34);
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.react-draggable {
  min-height: 180px;
  min-width: 200px;
}

.react-draggable.react-draggable-dragged {
  min-height: 180px;
  min-width: 200px;
}

.cube-scene {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 180px;
  height: 240px;
  /* background-color: #FFF; */
}

.MuiDataGrid-columnHeaderTitle {
  font-weight: 700 !important;
  overflow: visible !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  color: #64748B !important;
}

.datagrid-row {
  border-bottom: none;
  transition: background-color 0.15s ease;
}

.datagrid-row-italic {
  border-bottom: none;
  font-style: italic;
}

.datagrid-row-shadow {
  box-shadow: none;
}

.datagrid-row-error {
  box-shadow: none;
  background-color: rgba(221, 64, 58, 0.05) !important;
  border-left: 3px solid #DC2626 !important;
}

.MuiDataGrid-columnHeaderCheckbox {
  background: transparent !important;
}

g:focus,
path:focus {
  outline: none !important;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.centered-div {
    width: 25%;
    padding: 30px;
    min-width: 300px;
    background: var(--brand-surface, white);
    color: var(--brand-text-primary, #404040);
    position: absolute;
    min-height: 400px;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: 'Mulish';
}
.splitter-container {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}
  
.splitter-pane {
    overflow: auto;
    min-width: 0;
    min-height: 0;
    flex-shrink: 0;
}
  
.splitter-divider {
    width: 5px;
    cursor: col-resize;
    background-color: #ffffff;
    z-index: 1;
}
.left-wrapper {
    text-align: start;
    padding: 10px;
}

.chart-wrapper {
    display: flex;
    margin-left: 4px;
    align-items: end;
}

.chart-bar {
    position: relative;
    margin: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.chart-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));

    /* background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent); */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.chart-bar:hover::before {
    opacity: 1;
    animation: shine 1s infinite;

}
.no-condition-button {
    display: flex;
    border: 1px solid #888;
    color: #888;
    align-items: center;
    font-size: 0.8125rem;
    border-radius: 4px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin: 6px;
    margin-top: 10px;
    justify-content: center;
}
/* 
.chart-bar-custom {
    position: relative;
    width: 44px;
    margin: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
  }
  
  .chart-bar-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
  
  .chart-bar-custom:hover::before {
    opacity: 1;
    animation: shine 1s infinite;
  }
   */



@keyframes shine {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
.wrapper {
    border: 1px solid #C3C3C3;
    text-align: start;
    padding: 10px;
    margin: 10px;
}
.wrapper-last {
    width: 20%;
    border: 1px solid #C3C3C3;
    text-align: start;
    padding: 10px;
    margin: 10px;
    height: 300px;
}
.inner-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: stretch;
}
.caption-wrapper {
    margin-left: 8px;
    align-self: start;
    font-weight: bold;
}

.chart-wrapper {
    display: flex;
    margin-left: 4px;
    align-items: end;
}
.chart-wrapper-mobile {
    display: flex;
    margin-left: 4px;
    align-items: start;
   
    flex-direction: column;
}
.title-wrapper {
    display: flex;
    margin-left: 4px;
    text-align: center;
    align-items: center;
}

.chart-bar-summary {
    position: relative;
    margin: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.chart-bar-summary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));

    /* background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent); */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.chart-bar-summary:hover::before {
    opacity: 1;
    animation: shine 1s infinite;

}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.centered-div {
    width: 25%;
    padding: 30px;
    background: var(--brand-surface, white);
    color: var(--brand-text-primary, #404040);
    position: absolute;
    min-height: 400px;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: 'Mulish';
}
.flex-container {
    display: flex;
    background-color: var(--brand-surface, white);
    flex-direction: row;
  }
  
  .flex-item {
    background-color: var(--brand-surface, white);
    min-width: 250px;
    height: '100%';
    border-color: var(--brand-divider, gray);
    border-style: groove;
    border-width: 0 0.5px 0px 0;
  }
  
  .flex-item-no-border {
    background-color: var(--brand-surface, white);
    width: 350px;
    height: '100%';
    border: 0px;
  }
  .circle {
    display: inline-block;
      background-color: var(--brand-primary, #0086CA);
      margin: 8px;
      border-radius: 50%;
  }
  
  .circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 22px;
    width: 22px;  
    font-size: 9px;
    caret-color: transparent;
  }
  .circle-big {
    display: inline-block;
      background-color: var(--brand-primary, #0086CA);
      margin: 20px 10px;
      border-radius: 50%;
  }
  
  .circle-big-inner {
    color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 100px;
    width: 100px;  
    font-size: 40px;
    caret-color: transparent;
  }
.selectable {
    /* width: 200px; */
    height: 25px;
    padding: 4px;
    width: 100% - 60px;
    min-width: 350px;
    border: 1px solid #ddd;
    cursor: pointer;
  }
.user-button {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--brand-primary, #0086CA) 0%, var(--brand-primary-light, #0BD1E0) 100%);
    cursor: pointer;
    border: 2px solid color-mix(in srgb, var(--brand-surface, #ffffff) 60%, transparent);
    color: white;
    border-radius: 10px;
    line-height: 32px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px var(--brand-primary, rgba(0, 134, 202, 0.25));
}
.user-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px var(--brand-primary-dark, rgba(0, 134, 202, 0.35));
    border-color: color-mix(in srgb, var(--brand-surface, #ffffff) 80%, transparent);
}

.user-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px var(--brand-primary-dark, rgba(0, 134, 202, 0.2));
}
.hero-img {
    background:url('http://localhost:8080/images/footer_sudop.png');
    background-size:cover;
    width: 120px;
    height: 160px;
  }
.header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background-color: #FFF; /* Toto nastavte dle vašeho designu */ 
    z-index: 999;
 } 
    
.header-logo { 
    /* Tady přidejte styly pro logo, například šířku, výšku, obrázky atd. */ 
    width: '100%'
} 

.header-nav .nav-button { 
    margin-left: 10px; 
    padding: 10px 20px; 
    border: none; 
    background-color: blue; /* Vyberte barvu dle designu */ 
    color: white; cursor: pointer; 
} 
/* Další styly pro písmo, mezery, hover efekty atd. */

.list-style-none {
    list-style: none;
  }
  
  .list-check:before {
    list-style: none;
    content: '✓  ';
  }
  
  .list-nocheck:before {
    list-style: none;
    content: '✖  ';
    color: lightgray
  }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Global CSS */

.ifc-container {
  position: relative;
  width: 95vw;
 /*  height: calc(100vh - 4px); */
  overflow: hidden;
}

.ifc-container-full {
  position: relative;
  width: calc(100vw - 60px);
  /* height: calc(100vh - 4px); */
  overflow: hidden;
}
body > #root > div {
  height: 100vh;
}

::-webkit-scrollbar {
  width: 7px; /* set to a smaller value */
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--brand-primary, #0086CA);
  border-radius: 10px;
}


::-webkit-scrollbar-track {
  background-color: var(--brand-primary-light, #B1E5FF);
  border-radius: 10px;
}

svg#hsbarRounded {
 
  border-radius: 5px;
}
