/* src/custom-theme.scss */
/* src/styles.css */
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
html,
body {
  height: 100%;
}
.initial-text,
.loading-text {
  color: darkgray;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 45vh;
}
.initial-display-area {
  justify-items: center;
}
.loading-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-message {
  color: darkgray;
  font-size: 12px;
  font-weight: 500;
}
.planning-view-content {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}
.status-message-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-workspace {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}
.scrollable-workspaces {
  overflow-y: auto;
}
.tabs-and-workspace-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.workspace-container {
  flex: 1;
  overflow: auto;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.p-1 {
  padding: 0.5rem;
}
.p-2 {
  padding: 1rem;
}
.border-bottom {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.border-top {
  border-top: 1px solid rgb(230, 230, 230);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-1000 {
  z-index: 1000;
}
.z-1500 {
  z-index: 1500;
}
.z-2000 {
  z-index: 2000;
}
bads-app-menu-v1 {
  z-index: 2000 !important;
}
bads-app-menu-v1 .dropdown,
bads-app-menu-v1 .menu-dropdown,
bads-app-menu-v1 [role=menu],
bads-app-menu-v1 .bads-dropdown,
bads-app-menu-v1 .dropdown-menu,
bads-app-menu-v1 ul,
bads-app-menu-v1 .menu-content {
  z-index: 2001 !important;
  position: absolute !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
