/* _content/OfficePortal/Pages/Activities/ActivitiesGrid.razor.rz.scp.css */
.calendar-nav-header[b-rhnfaac2zx] {
  background-color: var(--mud-palette-secondary-two);
  border-radius: 10px;
  margin: -12px -12px 0 -12px; }

.calendar-container[b-rhnfaac2zx] {
  display: flex;
  margin: -12px;
  margin-top: 0px; }

.activities-table[b-rhnfaac2zx] {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed; }
  .activities-table__row[b-rhnfaac2zx] {
    height: 60px; }
  .activities-table__hours-column[b-rhnfaac2zx] {
    width: 60px; }
  .activities-table__activities-column[b-rhnfaac2zx] {
    width: calc((100% - 60px) / 7); }
  .activities-table__cell[b-rhnfaac2zx] {
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-left: 0;
    border-color: var(--mud-palette-secondary-three);
    padding: 2px 2px 2px 0;
    vertical-align: top; }
  .activities-table__cell:nth-child(2)[b-rhnfaac2zx] {
    border-left: 2px solid;
    border-color: var(--mud-palette-secondary-three); }
  .activities-table__hour-cell[b-rhnfaac2zx] {
    position: relative;
    vertical-align: top; }
  [b-rhnfaac2zx] .activities-table__hour-text {
    white-space: nowrap;
    position: absolute;
    line-height: 0;
    right: 0.75rem; }
  .activities-table__activity[b-rhnfaac2zx] {
    height: 60px;
    width: 100%;
    border: 2px solid var(--mud-palette-secondary-three);
    display: flex;
    align-items: center;
    cursor: pointer; }
    .activities-table__activity--no-double-border:not(:last-child)[b-rhnfaac2zx] {
      border-bottom: 0; }
  .activities-table__priority-bar[b-rhnfaac2zx] {
    height: 100%;
    width: 6px;
    margin-right: 6px;
    border-radius: 3px; }
  .activities-table__activity-title-container[b-rhnfaac2zx] {
    width: calc(100% - 12px);
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 0; }
  [b-rhnfaac2zx] .activities-table__activity-title {
    line-height: 25px;
    color: var(--mud-palette-primary); }

/*# sourceMappingURL=ActivitiesGrid.razor.css.map */
