@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ty40ro175p] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-ty40ro175p] {
  flex: 1;
}

.sidebar[b-ty40ro175p] {
  border-right: 1px solid #eaeaea;
}

.top-row[b-ty40ro175p] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-ty40ro175p]  a, .top-row[b-ty40ro175p]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-ty40ro175p]  a:hover, .top-row[b-ty40ro175p]  .btn-link:hover {
      text-decoration: underline;
    }

    .top-row[b-ty40ro175p]  a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }


.page[b-ty40ro175p] {
  flex-direction: row;
}

.sidebar[b-ty40ro175p] {
  width: 4.5rem;
  height: 100vh;
  position: sticky;
  top: 0;
}

.top-row[b-ty40ro175p] {
  position: sticky;
  top: 0;
  z-index: 1;
}

  .top-row.auth[b-ty40ro175p]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
/* _content/WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-c5lx9n4elx] {
  height: 3.5rem;
  background-color: rgba(0,0,0,0.4);
}


.nav-item[b-c5lx9n4elx] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

  .nav-item[b-c5lx9n4elx]  .nav-link {
    color: black;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
  }

  .nav-item[b-c5lx9n4elx]  a.active {
    background-color: #D9ECED;
    color: #007D88;
  }


  .nav-item[b-c5lx9n4elx]  .nav-link:hover {
    background-color: #D9ECED;
    color: #007D88;
  }
/* _content/WebUI/Components/Pages/Account/Login.razor.rz.scp.css */
.divider[b-1bby8wz915]:after,
.divider[b-1bby8wz915]:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom[b-1bby8wz915] {
  height: calc(100% - 73px);
}

@media(max-width: 450px) {
  .h-custom[b-1bby8wz915] {
    height: 100%;
  }
}
/* _content/WebUI/Components/Pages/Home.razor.rz.scp.css */
/* Custom styles for the calendar */
table.table-bordered[b-p4cqgwj4ai] {
  border: 1px solid #dee2e6;
}

table th[b-p4cqgwj4ai], table td[b-p4cqgwj4ai] {
  text-align: center;
  padding: 10px;
}

.clickable-day[b-p4cqgwj4ai] {
  cursor: pointer;
  background-color: #f8f9fa;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

  .clickable-day:hover[b-p4cqgwj4ai] {
    background-color: #007bff;
    color: white;
  }

button.btn-info[b-p4cqgwj4ai] {
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 5px;
}

/* Responsive behavior for small screens */
@media (max-width: 576px) {
  table.table-bordered[b-p4cqgwj4ai] {
    font-size: 12px;
  }

  button.btn-secondary[b-p4cqgwj4ai] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  table.table-bordered[b-p4cqgwj4ai] {
    font-size: 14px;
  }
}
