/* /Pages/Event/Components/EventSlot.razor.rz.scp.css */
.event-slot[b-lbxxzhp3qp]{width:100%}.event-slot-hover[b-lbxxzhp3qp]{background-color:rgba(43,43,43,0.64)}
/* /Pages/Event/Components/FlexGridV2/Components/ActionMenu.razor.rz.scp.css */
.action-menu[b-bbhvdqsllo] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    animation: actionMenuFadeIn-b-bbhvdqsllo 0.15s ease-out;
    overflow: hidden;
}

.action-menu-header[b-bbhvdqsllo] {
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-menu-time[b-bbhvdqsllo] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: normal;
}

.action-menu-items[b-bbhvdqsllo] {
    padding: 4px 0;
}

.action-menu-item[b-bbhvdqsllo] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.1s;
}

.action-menu-item:hover:not(:disabled)[b-bbhvdqsllo] {
    background: #e9ecef;
}

.action-menu-item:disabled[b-bbhvdqsllo] {
    opacity: 0.5;
    cursor: not-allowed;
}

.action-menu-item i[b-bbhvdqsllo] {
    width: 20px;
    text-align: center;
    color: #6c757d;
}

.action-menu-divider[b-bbhvdqsllo] {
    height: 1px;
    background: #e9ecef;
    margin: 4px 0;
}

@keyframes actionMenuFadeIn-b-bbhvdqsllo {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Event/Components/FlexGridV2/Components/DraggableEvent.razor.rz.scp.css */
.draggable-event[b-wq7bwyeknp] {
  position: absolute;
  border-radius: 4px;
  cursor: grab;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s, opacity 0.2s, transform 0.2s;
  z-index: 10;
}

.draggable-event-content[b-wq7bwyeknp] {
  position: relative;
  pointer-events: none;
  z-index: 3;
}

.draggable-event-content *[b-wq7bwyeknp] {
  pointer-events: none;
}

.event-lesson-section[b-wq7bwyeknp] {
  border-radius: 4px;
  pointer-events: none;
}

.event-break-section[b-wq7bwyeknp] {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.draggable-event:hover[b-wq7bwyeknp] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 30;
}

.draggable-event.dragging[b-wq7bwyeknp] {
  opacity: 0.4;
  cursor: grabbing;
  transform: scaleY(0.5);
  transform-origin: top;
}

.draggable-event.dragging.copy-mode[b-wq7bwyeknp] {
  cursor: copy;
  border: 2px dashed #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
}

.draggable-event-header[b-wq7bwyeknp] {
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  padding-left: 0.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 2;
}

.draggable-event-time[b-wq7bwyeknp] {
  padding-left: 0.2rem;
  font-size: 0.85rem;
  opacity: 0.8;
}

.draggable-event-body[b-wq7bwyeknp] {
  padding-left: 0.2rem;
  font-size: 0.85rem;
  margin-top: 2px;
}

/* Unpaid event indicator - diagonal stripes overlay */
.draggable-event.unpaid[b-wq7bwyeknp]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.25) 0px 1px,
    transparent 0px 50%
  );
  background-size: 10px 10px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 1;
}
/* /Pages/Event/Components/FlexGridV2/Components/EventContextMenu.razor.rz.scp.css */
.action-menu[b-jdme7swqz9] {
  position: fixed;
  z-index: 1000;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  animation: actionMenuFadeIn-b-jdme7swqz9 0.15s ease-out;
  overflow: hidden;
}

.action-menu-header[b-jdme7swqz9] {
  padding: 10px 14px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-menu-time[b-jdme7swqz9] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: normal;
}

.action-menu-items[b-jdme7swqz9] {
  padding: 4px 0;
}

.action-menu-item[b-jdme7swqz9] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.1s;
}

.action-menu-item:hover:not(:disabled)[b-jdme7swqz9] {
  background: #e9ecef;
}

.action-menu-item:disabled[b-jdme7swqz9] {
  opacity: 0.5;
  cursor: not-allowed;
}

.action-menu-item i[b-jdme7swqz9] {
  width: 20px;
  text-align: center;
  color: #6c757d;
}

.action-menu-divider[b-jdme7swqz9] {
  height: 1px;
  background: #e9ecef;
  margin: 4px 0;
}

@keyframes actionMenuFadeIn-b-jdme7swqz9 {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Pages/Event/Components/FlexGridV2/Components/GridToolbar.razor.rz.scp.css */
.grid-toolbar[b-0m028193qq] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.toolbar-section[b-0m028193qq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toolbar-label[b-0m028193qq] {
    font-size: 0.85rem;
    color: #6c757d;
}

.zoom-display[b-0m028193qq] {
    min-width: 50px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
}

.view-toggle[b-0m028193qq] {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.view-toggle-btn[b-0m028193qq] {
    padding: 4px 12px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.1s;
}

.view-toggle-btn:hover[b-0m028193qq] {
    background: #e9ecef;
}

.view-toggle-btn.active[b-0m028193qq] {
    background: #0d6efd;
    color: #fff;
}

.view-toggle-btn+.view-toggle-btn[b-0m028193qq] {
    border-left: 1px solid #dee2e6;
}

.toolbar-date[b-0m028193qq] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #212529;
    min-width: 140px;
    text-align: center;
}

[b-0m028193qq] .toolbar-datepicker {
    width: 160px;
}

[b-0m028193qq] .toolbar-datepicker input {
    font-size: 0.9rem;
    padding: 4px 8px;
    height: 32px;
    text-align: center;
}
/* /Pages/Event/Components/FlexGridV2/Components/InstructorLane.razor.rz.scp.css */
.instructor-lane[b-8awtv33uwj] {
    position: relative;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.shift-overlay-container[b-8awtv33uwj],
.flex-grid-v2-shift-overlay[b-8awtv33uwj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.shift-available[b-8awtv33uwj],
.flex-grid-v2-shift[b-8awtv33uwj] {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(13, 110, 253, 0.06) 0%,
            rgba(13, 110, 253, 0.03) 10%,
            rgba(13, 110, 253, 0.03) 90%,
            rgba(13, 110, 253, 0.06) 100%);
    pointer-events: none;
    border-left: 2px solid rgba(13, 110, 253, 0.25);
    border-right: 2px solid rgba(13, 110, 253, 0.25);
}

/* Event Slots (clickable grid cells) */
.event-slot-grid[b-8awtv33uwj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 1;
    pointer-events: none;
}

.event-slot[b-8awtv33uwj] {
    flex: 0 0 auto;
    border-left: 1px solid transparent;
    transition: background 0.1s;
    height: 100%;
    pointer-events: auto;
}

.event-slot.major[b-8awtv33uwj] {
    border-left: 1px solid silver;
}

.event-slot.minor[b-8awtv33uwj] {
    border-left: 1px dashed silver;
}

.event-slot:hover[b-8awtv33uwj] {
    background: rgba(13, 110, 253, 0.15);
    cursor: pointer;
}

.event-slot.drop-target[b-8awtv33uwj] {
    background: rgba(13, 110, 253, 0.2);
    outline: 2px dashed #0d6efd;
    outline-offset: -2px;
}
/* /Pages/Event/Components/FlexGridV2/Components/InstructorRow.razor.rz.scp.css */
.instructor-row[b-yzowrn7y10] {
    /*display: flex;
    align-items: center;
    gap: 12px;*/
    padding-left: 4px;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
}

.instructor-name[b-yzowrn7y10] {
    flex: 0 0 120px;
    font-weight: 500;
}

.instructor-name-link[b-yzowrn7y10] {
    color: #0d6efd;
    text-decoration: none;
}

.instructor-name-link:hover[b-yzowrn7y10] {
    text-decoration: underline;
}

.instructor-languages[b-yzowrn7y10] {
    flex: 0 0 80px;
    display: flex;
    gap: 4px;
}

.instructor-phone[b-yzowrn7y10] {
    flex: 0 0 120px;
    font-size: 0.875rem;
}

.instructor-phone a[b-yzowrn7y10] {
    color: inherit;
    text-decoration: none;
}

.instructor-phone a:hover[b-yzowrn7y10] {
    text-decoration: underline;
}

.instructor-skills[b-yzowrn7y10] {
    flex: 1;
    min-width: 0;
}

.instructor-row.ghost[b-yzowrn7y10] {
    opacity: 0.6;
}

.instructor-row.planned[b-yzowrn7y10] {
    background-color: #e7f3ff;
}
/* /Pages/Event/Components/FlexGridV2/Components/InstructorSidebar.razor.rz.scp.css */
.instructor-sidebar[b-yg9eyofijk] {
    position: sticky;
    left: 0;
    z-index: 100;
    background: #f8f9fa;
    border-right: 2px solid #dee2e6;
    overflow-y: visible;
    flex-shrink: 0;
    width: 180px;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}

.instructor-header[b-yg9eyofijk] {
    position: sticky;
    top: 0;
    z-index: 101;
    background: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-row[b-yg9eyofijk] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background 0.15s;
}

.instructor-row:hover[b-yg9eyofijk] {
    background: #f8f9fa;
}

.instructor-row.ghost[b-yg9eyofijk] {
    background: rgba(255, 64, 64, 0.1);
}

.instructor-row.planned[b-yg9eyofijk] {
    font-weight: 600;
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.05) 0%, transparent 100%);
}

.instructor-name[b-yg9eyofijk] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.instructor-name-link[b-yg9eyofijk] {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.instructor-name-link:hover[b-yg9eyofijk] {
    color: #0a58ca;
    text-decoration: underline;
}

.instructor-phone[b-yg9eyofijk] {
    font-size: 0.75rem;
    color: #6c757d;
}

.instructor-skills[b-yg9eyofijk] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
/* /Pages/Event/Components/FlexGridV2/Components/TimeHeader.razor.rz.scp.css */
.time-header[b-zvjl6z7bny] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    display: flex;
    border-bottom: 2px solid #dee2e6;
    flex-shrink: 0;
}

.day-header[b-zvjl6z7bny] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 48px;
}

.day-label[b-zvjl6z7bny] {
    text-align: center;
    font-weight: 600;
    padding: 2px 0;
    border-left: 1px solid silver;
    flex-shrink: 0;
    font-size: 0.875rem;
    line-height: 1.2;
}

.time-slots[b-zvjl6z7bny] {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-height: 0;
}

.time-slot-header[b-zvjl6z7bny] {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    border-left: 1px solid transparent;
    border-top: 1px solid #dee2e6;
    flex: 0 0 auto;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
}

.time-slot-header.major[b-zvjl6z7bny] {
    border-left: 1px solid silver;
    font-weight: 600;
    color: #495057;
}

.time-slot-header.minor[b-zvjl6z7bny] {
    border-left: 1px dashed silver;
}

.time-label[b-zvjl6z7bny] {
    padding-left: 6px;
    position: relative;
    z-index: 10;
    white-space: nowrap;
}
/* /Pages/Event/Components/FlexGridV2/Components/TimeSlot.razor.rz.scp.css */
.time-slot[b-f2yij7si2w] {
    flex: 0 0 auto;
    border-left: 1px solid transparent;
    transition: background 0.1s;
    height: 100%;
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-slot.major[b-f2yij7si2w] {
    border-left: 1px solid silver;
}

.time-slot.minor[b-f2yij7si2w] {
    border-left: 1px dashed rgba(192, 192, 192, 0.5);
}

.time-slot:hover[b-f2yij7si2w] {
    background: rgba(13, 110, 253, 0.15);
    cursor: pointer;
}

.time-slot.drop-target[b-f2yij7si2w] {
    background: rgba(13, 110, 253, 0.2);
    outline: 2px dashed #0d6efd;
    outline-offset: -2px;
}

.time-slot.cannot-drop[b-f2yij7si2w] {
    background: rgba(220, 53, 69, 0.1);
    cursor: not-allowed;
}

.time-slot-add-icon[b-f2yij7si2w] {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.9);
    color: white;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* /Pages/Event/Components/FlexGridV2/FlexGridV2.razor.rz.scp.css */
/*# sourceMappingURL=FlexGridV2.razor.css.map */

/* Grid Container */
.grid-scroll-container[b-1zt51f44el] {
    overflow-y: auto;
    max-height: 80vh;
    display: flex;
    position: relative;
}

.flex-grid-v2:has(.single-day) .grid-scroll-container[b-1zt51f44el] {
    overflow-x: hidden;
}

.flex-grid-v2:has(.multi-day) .grid-scroll-container[b-1zt51f44el] {
    overflow-x: auto;
}

/* Single instructor mode - everything scrolls together */
.grid-scroll-container.single-instructor-scroll[b-1zt51f44el] {
    overflow-y: auto;
    overflow-x: hidden;
}

.grid-content[b-1zt51f44el] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
    overflow: visible;
}

.grid-content.single-day[b-1zt51f44el] {
    width: 100%;
}

.grid-content.multi-day[b-1zt51f44el] {
    min-width: fit-content;
    overflow-x: visible;
}
/* /Pages/Event/Components/FlexTimeTable.razor.rz.scp.css */
.main-container[b-wrfftk0mgn] {
  position: relative;
  margin-left: 150px;
}

.time-container[b-wrfftk0mgn] {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.time-header-container[b-wrfftk0mgn] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  background-color: white;
  border-top-right-radius: 4px;
}

.event-lane-container[b-wrfftk0mgn] {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.event-lane[b-wrfftk0mgn] {
  width: 100%;
  border-top: 1px solid silver;
}

.outer-container[b-wrfftk0mgn] {
  position: relative;
  border: 1px solid gray;
  border-radius: 4px;
}

.time-col[b-wrfftk0mgn] {
  height: 100%;
}
.time-col-major[b-wrfftk0mgn] {
  border-left: 1px solid silver;
}
.time-col-minor[b-wrfftk0mgn] {
  border-left: 1px dashed silver;
}
.time-col-header[b-wrfftk0mgn] {
  height: unset;
}

.free-busy-container[b-wrfftk0mgn] {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.free-time[b-wrfftk0mgn] {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}

/*# sourceMappingURL=FlexTimeTable.razor.css.map */
/* /Pages/Event/ListV2.razor.rz.scp.css */
.lane-header[b-bjem3ji9gt] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    gap: 4px;
    box-sizing: border-box;
}

.lane-header-name[b-bjem3ji9gt] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #212529;
}

.lane-header-info[b-bjem3ji9gt] {
    font-size: 0.75rem;
    color: #6c757d;
}

.lane-header-badge[b-bjem3ji9gt] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    background: #e9ecef;
    font-size: 0.7rem;
    margin-right: 4px;
}

.lane-events-row[b-bjem3ji9gt] {
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

.shift-availability-overlay[b-bjem3ji9gt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.shift-available[b-bjem3ji9gt] {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(40, 167, 69, 0.15) 0%,
            rgba(40, 167, 69, 0.08) 10%,
            rgba(40, 167, 69, 0.08) 90%,
            rgba(40, 167, 69, 0.15) 100%);
    border-left: 3px solid rgba(40, 167, 69, 0.6);
    border-right: 3px solid rgba(40, 167, 69, 0.6);
    pointer-events: none;
}
/* /Pages/ShiftPlan/Planner.razor.rz.scp.css */
.deleted-overlay[b-l0enzm6src]{position:absolute;top:0;left:0;width:100%;z-index:10000;height:100%;background-color:rgba(0,0,0,0.5)}
/* /Shared/Components/Calendar/Calendar.razor.rz.scp.css */
.calendar-daycontainer[b-5op680f3zz] {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
}

.calendar-month[b-5op680f3zz] {
  border: 1px solid silver;
  border-radius: 4px;
  margin-bottom: 10px;
}

.multicalendar-container[b-5op680f3zz] {
  width: 270px;
  border: 1px solid #ddd;
}

.multicalendar-day[b-5op680f3zz] {
  flex-basis: 14.28571428%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  display: inline-block;
  position: relative;
  width: 14.28571428%;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 150px;
  cursor: pointer;
}

.multicalendar-othermonthday[b-5op680f3zz] {
  color: gray;
}

.multicalendar-day.selected[b-5op680f3zz] {
  background: #569ff7;
  color: white;
  border-color: #569ff7;
}

.calendar-weekday[b-5op680f3zz] {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex-basis: 14.2871%;
  font-weight: bolder;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calendar-weekday:nth-of-type(1)[b-5op680f3zz] {
  border-left: 0;
}

.calendar-weekdaycontainer[b-5op680f3zz] {
  display: flex;
  flex: 1;
}

.multicalendar-monthnav[b-5op680f3zz] {
  display: flex;
  flex: 1;
}

.calendar-monthname[b-5op680f3zz] {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid silver;
  background-color: #d6d8db;
}

/*# sourceMappingURL=Calendar.razor.css.map */
/* /Shared/Components/Calendar/CalendarDay.razor.rz.scp.css */
.calendar-day[b-iaexbc3ii9]{flex-basis:14.28571428%;display:inline-block;position:relative;width:14.28571428%;border-left:1px solid silver;border-bottom:1px solid silver;min-height:50px}.calendar-day:nth-of-type(7n+1)[b-iaexbc3ii9]{border-left:0}.calendar-day:nth-of-type(7n+6)[b-iaexbc3ii9],.calendar-day:nth-of-type(7n+7)[b-iaexbc3ii9]{background-color:rgba(177,195,226,0.25)}.calendar-day:nth-last-of-type(7)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(6)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(5)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(4)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(3)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(2)[b-iaexbc3ii9],.calendar-day:nth-last-of-type(1)[b-iaexbc3ii9]{border-bottom:0}
/* /Shared/Components/ConfirmationOverlay.razor.rz.scp.css */
.confirmation-container[b-sc21b09402]{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.8);text-align:center;margin:0;border-radius:3px;z-index:1000}.confirmation-content[b-sc21b09402]{background-color:white;margin:0.5rem;border-radius:3px;border:1px solid #bbbbbb}.confirmation-title[b-sc21b09402]{padding:0.5rem;margin-bottom:0.5rem !important;background-color:#dddddd;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom:1px solid #bbbbbb}.confirmation-body[b-sc21b09402]{padding:0.5rem;font-size:large}.confirmation-buttons[b-sc21b09402]{display:flex;flex-direction:row;justify-content:center;padding:0.5rem}
/* /Shared/Components/Loading.razor.rz.scp.css */
#overlay[b-32c6gz8aqs]{position:fixed;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(60,138,255,0.1);z-index:2;cursor:progress}.loading-content[b-32c6gz8aqs]{position:absolute;top:50%;left:50%;font-size:50px;color:white;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}
/* /Shared/Components/MultiCalendar.razor.rz.scp.css */
.multicalendar-month[hv-multicalendar] {
    /*width: 270px;*/
    border-top: 1px solid #ddd;
}

.multicalendar-month:first-child[hv-multicalendar] {
    border-top: 0px;
}

.multicalendar-daycontainer[hv-multicalendar] {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    /*width: 300px;*/
}

.multicalendar-container[hv-multicalendar] {
    width: 270px;
    border: 1px solid #ddd;
}

.multicalendar-day[hv-multicalendar] {
    flex-basis: 14.28571428%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    position: relative;
    width: 14.28571428%;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 150px;
    cursor: pointer;
}

.multicalendar-othermonthday[hv-multicalendar] {
    color: gray;
}

.multicalendar-today[hv-multicalendar] {
}

.multicalendar-day.enabled[hv-multicalendar] {
    background-color: silver;
    border-color: silver;
}

.multicalendar-day.selected[hv-multicalendar] {
    background: #569ff7;
    color: white;
    border-color: #569ff7;
}

.multicalendar-weekday[hv-multicalendar] {
    cursor: default;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder;
}

.multicalendar-weekdaycontainer[hv-multicalendar] {
    display: flex;
    flex: 1;
}

.multicalendar-monthnav[hv-multicalendar] {
    display: flex;
    justify-content: center;
}

.multicalendar-monthname[hv-multicalendar] {
    display: flex;
    text-align: center;
}
/* /Shared/Components/SubLoading.razor.rz.scp.css */
.overlay[b-f5tletvk1p]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5);text-align:center;font-size:50px;color:white;z-index:99}.loading-content[b-f5tletvk1p]{position:absolute;top:50%;left:50%;font-size:50px;color:gray;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}
/* /Shared/Components/TimePicker2.razor.rz.scp.css */
.time[hv-timepicker]{width:94px !important;text-align:center}@media (max-width: 576px){.time[hv-timepicker]{width:80px !important}}
