
.layout-container {max-width: 5000px !important;}

.fc-view-container{
  position: absolute !important;
  z-index: 0 !important;
}

iframe {
  midn-height: 800px !important; /* Set your desired height */
}

[id^="htmlElement_window_"]{
  min-height: 870px !important;
}

[id^="riversun_window_"]{
  min-height: 830px !important;
}

.fc-day-grid{
  display: none !important;
}


ul.nav-menu1 {
  list-style-type: none; /* Remove default list markers */
  padding: 0;
  margin: 0;
  display: flex; /* Display items in a row */
}

/* Ensure items are displayed in a row and add spacing */
.nav-item1 {
  margin: 0;
}

/* Add a vertical bar and some space between items */
.nav-item1 + .nav-item1::before {
  content: "|";
  margin: 0 10px;
  color: black; /* You can change the color of the bar if needed */
}

#anaplyroseis-table {
  border-collapse: separate;
  border-spacing: 0;
}
#anaplyroseis-table thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
