@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/ScheduleCalendar/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-927m8fxykm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-927m8fxykm] {
    flex: 1;
}

.top-bar[b-927m8fxykm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.top-row[b-927m8fxykm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-927m8fxykm]  a,
.top-row[b-927m8fxykm]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-927m8fxykm]  a:hover,
.top-row[b-927m8fxykm]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-927m8fxykm]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-927m8fxykm] {
        justify-content: space-between;
    }

    .top-row[b-927m8fxykm]  a,
    .top-row[b-927m8fxykm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-927m8fxykm] {
        flex-direction: row;
    }

    .sidebar[b-927m8fxykm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-927m8fxykm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-927m8fxykm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-927m8fxykm],
    article[b-927m8fxykm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-927m8fxykm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-927m8fxykm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* _content/ScheduleCalendar/Components/Pages/Home.razor.rz.scp.css */
/* You can place this in Home.razor or your main CSS file */
.responsive-flex[b-o32mgj9dk6] {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

@media (max-width: 600px) {
  .responsive-flex[b-o32mgj9dk6] {
    flex-direction: column;
  }
}
/* _content/ScheduleCalendar/Components/ScheduleComponents/DayEventComponent.razor.rz.scp.css */
.schedule-card[b-n0a7bmg6vj] {
    display: flex;
    align-items: stretch;
    background-color: #e8f6ff; /* Light blue background */
    border: 2px solid #ffb400; /* Orange border */
    border-right: 0px;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.label[b-n0a7bmg6vj]{
    color: #003f5c;
}

.time-block[b-n0a7bmg6vj] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time[b-n0a7bmg6vj] {
    font-size: 18px;
    font-weight: bold;
    color: #003f5c; /* Darker blue */
}

.divider[b-n0a7bmg6vj] {
    border-left: 2px dashed #003f5c; /* Dashed line */
    height: 20px;
}

.content[b-n0a7bmg6vj] {
    margin-right: 60px; /* Space for right bar */
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description[b-n0a7bmg6vj] {
    font-size: 16px;
    color: #003f5c;
    font-weight: 500;
}

.right-bar[b-n0a7bmg6vj] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl; /* Text direction */
    text-orientation: mixed;
}
@media (max-width: 1000px) {
    .schedule-card[b-n0a7bmg6vj] {
        width: 100%;
    }
}
/* _content/ScheduleCalendar/Components/ScheduleComponents/FilterBarComponent.razor.rz.scp.css */
.filter-bar[b-mcrd0sas8o] {
  display: flex;
  background-color: transparent;
  border-radius: 25px;
  overflow-x: auto;
  white-space: nowrap;
}

.filter-button[b-mcrd0sas8o] {
  margin: 5px;
  padding: 10px 20px;
  background-color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.filter-button:hover[b-mcrd0sas8o] {
  background-color: #d6d6d6;
}

.filter-button.active[b-mcrd0sas8o] {
  background-color: #ff6d2e;
  color: white;
}
/* _content/ScheduleCalendar/Components/ScheduleComponents/SingleEventComponent.razor.rz.scp.css */
.schedule-card[b-arkfpa9bju] {
    display: flex;
    align-items: stretch;
    background-color: #e8f6ff; /* Light blue background */
    border: 2px solid #ffb400; /* Orange border */
    border-right: 0px;
    border-radius: 10px;
    padding: 10px;
    width:100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.label[b-arkfpa9bju]{
    color: #003f5c;
}

.time-block[b-arkfpa9bju] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time[b-arkfpa9bju] {
    font-size: 18px;
    font-weight: bold;
    color: #003f5c; /* Darker blue */
}

.divider[b-arkfpa9bju] {
    border-left: 2px dashed #003f5c; /* Dashed line */
    height: 20px;
}

.content[b-arkfpa9bju] {
    margin-right: 60px; /* Space for right bar */
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description[b-arkfpa9bju] {
    font-size: 16px;
    color: #003f5c;
    font-weight: 500;
}

.right-bar[b-arkfpa9bju] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl; /* Text direction */
    text-orientation: mixed;
}
/* @media (max-width: 1000px) {
    .schedule-card {
        width: 100%;
    }
} */
