@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/ApiReference/Pages/LiveUpdates.razor.rz.scp.css */
.loader[b-iq43e61ead] {
    width: 24px;
    height: 24px;
    background: black;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader-b-iq43e61ead 1s ease-in infinite;
}

@keyframes animloader-b-iq43e61ead {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.log-container[b-iq43e61ead] {
    background-color: #1e1e1e;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    height: 50vh;
}

.log-header[b-iq43e61ead],
.log-entry[b-iq43e61ead] {
    display: grid;
    grid-template-columns: 180px minmax(150px, calc(20%)) 100px 250px auto;
}

.log-header[b-iq43e61ead] {
    font-weight: bold;
    background-color: #333;
    padding: 10px;
    border-bottom: 2px solid #555;
}

.log-entry[b-iq43e61ead] {
    padding: 8px 10px;
    border-bottom: 1px solid #444;
    align-items: center;
}

.timestamp[b-iq43e61ead] {
    color: #bbb;
}

.status[b-iq43e61ead] {
    text-align: center;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 4px;
    margin-right:5px;
}

.success[b-iq43e61ead] {
    background-color: #4caf50;
    color: white;
}

.failure[b-iq43e61ead] {
    background-color: #f44336;
    color: white;
}

.event-name[b-iq43e61ead] {
    font-weight: bold;
    color: #90caf9;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.event-description[b-iq43e61ead] {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar {
    width: 8px;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.log-container[b-iq43e61ead]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
/* /Pages/Insurances/Form/InsuranceTemplateForm.razor.rz.scp.css */

.footer[b-beo2riejc5] {
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid var(--remundo-primary-color);
    display:flex;
    justify-content: space-between;
    padding: 0.5rem;
}

@media (min-width: 1161px) {

    .form-container[b-beo2riejc5] {
        max-width: 50rem;
        min-width: 50rem;
    }
}

@media (max-width: 1160px) {
    .form-container[b-beo2riejc5] {
        max-width: 50rem;
        min-width: 50rem;
    }
}
/* /Pages/Insurances/View/InsuranceTemplateView.razor.rz.scp.css */
@media (min-width: 1161px) {

    .form-card[b-bqnwyjcycw] {
        max-width: 50rem;
        min-width: 50rem;
    }
}

@media (max-width: 1160px) {

    .form-card[b-bqnwyjcycw] {
        max-width: 40.625rem;
        min-width: 40.625rem;
    }
}
/* /Pages/Invoicing/InvoiceReportDetails.razor.rz.scp.css */
th[b-zw0m8gp4xq] {
    color: #6c757d !important;
}

td[b-zw0m8gp4xq] {
    color: var(--remundo-primary-color) !important;
}

.total-amount-section[b-zw0m8gp4xq] {
    background-color: #e8edf3;
    font-weight: bold;
    padding-top: 0.5rem;
    border-radius: 0.2rem;
    margin: 0.1rem;
}

.approve-button[b-zw0m8gp4xq] {
    background-color: #34c38f !important;
}

.reject-button[b-zw0m8gp4xq] {
    background-color: #bd1f37 !important;
}

.equal-width-table[b-zw0m8gp4xq] {
    table-layout: fixed;
    width: 100%;
}

.equal-width-table th[b-zw0m8gp4xq],
.equal-width-table td[b-zw0m8gp4xq] {
    width: 25%;
    word-break: break-word;
}

.invoice-file-preview-button[b-zw0m8gp4xq] {
    display: block;
    width: 50%;
    margin: auto;
    padding: 0.2rem;
    background: none !important;
    border: 2px solid #c3c3c3;
}

.pdf-icon[b-zw0m8gp4xq] {
    width: 30%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

@media (min-width: 1593px){
    .card[b-zw0m8gp4xq], .buttons-container[b-zw0m8gp4xq], .invoice-header-container[b-zw0m8gp4xq] {
        width: 90rem;
        margin: auto;
    }
}
/* /Pages/Invoicing/InvoiceReportsTable.razor.rz.scp.css */

.file-link-table[b-xtl4yq63ta] {
    color: #35A0D7;
}

.file-link-table:hover[b-xtl4yq63ta] {
    color: white;
}

.file-link-disabled[b-xtl4yq63ta] {
    color: #999;
    cursor: not-allowed;
}

@media (min-width: 1593px) {
    .invoice-header-container[b-xtl4yq63ta] {
        width: 90rem;
        margin: auto;
    }
}
/* /Pages/Organisations/View/WorkersAvailability/Stepper.razor.rz.scp.css */
.stepper-root button[b-wjw26brvi0] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.step-backwards-timesheet:disabled[b-wjw26brvi0] {
    fill: var(--remundo-secondary-color);
}

.step-backwards-timesheet[b-wjw26brvi0] {
    fill: var(--remundo-primary-color);
}

.step-forwards-timesheet[b-wjw26brvi0] {
    fill: var(--remundo-primary-color) !important;
}

.chevron.left[b-wjw26brvi0] {
    transform: scale(-1, 1);
    transform-origin: center;
}
/* /Pages/Organisations/View/WorkersAvailability/WorkerAvailabilityCalendar.razor.rz.scp.css */
.outer-container[b-w2avg6of2h] {
  max-width: fit-content;
}

.calendar-table[b-w2avg6of2h] {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  --first-col-width: 15.625rem;
}

.gap-row[b-w2avg6of2h] {
  height: 8px;
}

.gap-row th[b-w2avg6of2h],
.gap-row td[b-w2avg6of2h] {
  padding: 0;
  height: 8px;
  position: sticky;
  top: 2.75rem;
}

.gap-row .first-col[b-w2avg6of2h] {
  border-right: none;
  left: 0;
}

th[b-w2avg6of2h],
td[b-w2avg6of2h] {
  padding: 0;
  margin: 0;
}

th[b-w2avg6of2h] {
  font-weight: 600;
  height: 2.75rem;
  border-right: 1px solid var(--availability-border);
  border-bottom: 1px solid var(--availability-border);
}

.header-row th[b-w2avg6of2h] {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--availability-bg);
}

.header-row .first-col[b-w2avg6of2h] {
  z-index: 4;
  background: var(--availability-bg);
}

.first-col[b-w2avg6of2h] {
  border-top: none;
  border-bottom: none;
  width: var(--first-col-width);
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--availability-bg);
}

col.first-col-width[b-w2avg6of2h] {
  width: var(--first-col-width);
  min-width: var(--first-col-width);
}

col.day-col-width[b-w2avg6of2h] {
  min-width: 2.25rem;
}

.day-header[b-w2avg6of2h] {
  min-width: 2.25rem;
  border-top: 1px solid var(--availability-border);
}

.day-text[b-w2avg6of2h] {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.day-number[b-w2avg6of2h] {
  font-size: 13px;
  color: var(--remundo-primary-color);
  margin-top: 2px;
}

.worker-cell[b-w2avg6of2h] {
  padding: 0.625rem;
  position: sticky;
  border-right: 1px solid var(--availability-border);
}

.worker-cell:not(.last)[b-w2avg6of2h]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  height: 1px;
  background: var(--availability-border);
}

.worker-card[b-w2avg6of2h] {
  gap: 0.625rem;
  min-width: 0;
}

.meta[b-w2avg6of2h] {
  min-width: 0;
}

.sub[b-w2avg6of2h] {
  margin-top: 2px;
  font-size: 12px;
  min-width: 0;
  white-space: nowrap;
}

.day-cell[b-w2avg6of2h] {
  border-right: 1px solid var(--availability-border);
  border-bottom: 1px solid var(--availability-border);
  background: var(--availability-cell-bg);
  height: 3.375rem;
  overflow: visible;
}

.day-cell.no-border-right[b-w2avg6of2h] {
  border-right: none;
}

.day-cell.weekend[b-w2avg6of2h] {
  background: var(--weekend-bg);
}

.day-cell.first-row[b-w2avg6of2h] {
  border-top: 1px solid var(--availability-border);
}

.calendar-table[b-w2avg6of2h] {
  position: relative;
}

.calendar-colours[b-w2avg6of2h] {
  --weekend-bg: #dee6ee;
  --public-holiday-bg: #b8d4e3;
  --annual-leave-bg: #9796f2;
  --medical-leave-bg: #c899a2;
  --unpaid-leave-bg: #f5c6aa;
  --bonus-day-bg: #a5d6a7;
  --special-event-bg: inherit;
  --special-event-border: #2f93b1;
  --rejected-border: #bd1f37;
  --pending-border: #f1ad0e;
  --availability-today-accent: red;
}

.calendar-table.current-month[b-w2avg6of2h]::after {
  content: '';
  position: absolute;
  top: 3.25rem;
  bottom: 0;
  left: calc(
          var(--first-col-width) + ((100% - var(--first-col-width)) / var(--day-count)) *
          (var(--today-index) + 0.5)
  );
  width: 2px;
  background: var(--availability-today-accent);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.calendar-table.current-month[b-w2avg6of2h]::before {
  content: '';
  position: absolute;
  top: 3.25rem;
  left: calc(
          var(--first-col-width) + ((100% - var(--first-col-width)) / var(--day-count)) *
          (var(--today-index) + 0.5)
  );
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--availability-today-accent);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 560px) {
  .calendar-table[b-w2avg6of2h] {
    --first-col-width: 10rem;
  }

  .worker-cell[b-w2avg6of2h] {
    padding: 8px;
  }

  .worker-card[b-w2avg6of2h] {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .calendar-table[b-w2avg6of2h] {
    --first-col-width: 8rem;
  }
}
/* /Pages/Organisations/View/WorkersAvailability/WorkerDay.razor.rz.scp.css */
 .worker-availability-day[b-kmxykuwik2] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.continuous-right[b-kmxykuwik2] {
    width: calc(100% + 1px);
    margin-right: -1px;
    z-index: 1;
}

.half[b-kmxykuwik2] {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.half-top[b-kmxykuwik2] {
    border-bottom: none;
}

.half-bottom[b-kmxykuwik2] {
    border-top: none;
}

.icon-slot-half[b-kmxykuwik2] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-slot-full[b-kmxykuwik2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.icon-slot-half i[b-kmxykuwik2],
.icon-slot-full i[b-kmxykuwik2] {
    font-size: 1.1em;
    color: #222;
}
/* /Pages/PricingCalculator/Index.razor.rz.scp.css */
.divider[b-nf0a7ackth] {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    margin: 2rem 0;
    border: none;
}
/* /Pages/Workers/CandidateProcessor/Components/ImportStagingArea.razor.rz.scp.css */
/* /Pages/Workers/WorkerCalendar/WorkerCalendar.razor.rz.scp.css */
.year-calendar[b-l1sc2dc0cc] {
    display: block;
    background: #F7F7FB;
    border: 3px solid #F3B82F;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.month-calendar[b-l1sc2dc0cc] {
    display: none;
}

@media (max-width: 1024px) {
    .year-calendar[b-l1sc2dc0cc] {
        display: none !important;
    }

    .month-calendar[b-l1sc2dc0cc] {
        display: block !important;
    }
}

.calendar-header-row[b-l1sc2dc0cc] {
    display: grid;
    grid-template-columns: 120px 1fr;
    background-color: #F7F7FB;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.month-label-spacer[b-l1sc2dc0cc] {
    width: 30px;
    height: 100%;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 8px;
}

.calendar-navigation[b-l1sc2dc0cc] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-chevron[b-l1sc2dc0cc] {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 1.2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-chevron:hover[b-l1sc2dc0cc] {
    color: var(--remundo-primary-color);
}

.calendar-title[b-l1sc2dc0cc] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #555;
    min-width: 60px;
    text-align: center;
}

.calendar-title.current-year[b-l1sc2dc0cc] {
    color: var(--remundo-primary-color);
}

.header-weekdays[b-l1sc2dc0cc] {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 2px 8px;
    align-items: center;
}

.header-weekday[b-l1sc2dc0cc] {
    width: 35px;
    flex-shrink: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: var(--remundo-primary-color);
}

.calendar-month-row[b-l1sc2dc0cc] {
    display: grid;
    grid-template-columns: 120px 1fr;
    border-bottom: 1px solid var(--remundo-secondary-color-light);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.calendar-month-row:last-child[b-l1sc2dc0cc] {
    border-bottom: none;
}

.month-label[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--remundo-primary-color);
    background-color: var(--remundo-secondary-color-light);
    position: relative;
}

.month-label span[b-l1sc2dc0cc] {
    display: inline-block;
    text-align: center;
}

.month-label[b-l1sc2dc0cc]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.month-days-container[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    padding: 2px 8px;
    background-color: #F7F7FB;
}

.month-days-grid[b-l1sc2dc0cc] {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
}

.calendar-day-card[b-l1sc2dc0cc] {
    background-color: #F7F7F7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    height: 60px;
    width: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.calendar-day-card.empty[b-l1sc2dc0cc] {
    background-color: transparent;
    border: none;
    cursor: default;
    pointer-events: none;
}

.calendar-day-card.weekend[b-l1sc2dc0cc] {
    background-color: #DEE6EE;
}

/* Day content layout - icon at top, number at bottom for ALL cards */
.calendar-day-card .day-content[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 4px 2px;
}

.day-icon-area[b-l1sc2dc0cc] {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
}

.day-icon-area i[b-l1sc2dc0cc] {
    font-size: 0.85rem;
}

.day-number-area[b-l1sc2dc0cc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: auto;
}

.day-number[b-l1sc2dc0cc] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--remundo-primary-color);
    line-height: 1;
}

.day-number-light[b-l1sc2dc0cc] {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.today-indicator[b-l1sc2dc0cc] {
    font-size: 0.7rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.today-arrow[b-l1sc2dc0cc] {
    font-size: 0.6rem;
    color: #000;
    line-height: 1;
}

/* Split day styling (AM and PM different events) */
.split-day-container[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}

.split-day-half[b-l1sc2dc0cc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.split-day-top[b-l1sc2dc0cc] {
    border-radius: 3px 3px 0 0;
}

.split-day-bottom[b-l1sc2dc0cc] {
    border-radius: 0 0 3px 3px;
}

.split-icon[b-l1sc2dc0cc] {
    font-size: 0.65rem;
    color: white;
}

.split-day-number[b-l1sc2dc0cc] {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Half day styling (only AM or PM has event) */
.half-day-container[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.half-day-top[b-l1sc2dc0cc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.half-day-bottom[b-l1sc2dc0cc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 0 3px 3px;
}

.half-day-top-empty[b-l1sc2dc0cc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
}

.half-day-bottom-empty[b-l1sc2dc0cc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
}

.half-day-icon[b-l1sc2dc0cc] {
    font-size: 0.7rem;
    color: white;
}

/* Today styling */
.calendar-day-card.today[b-l1sc2dc0cc] {
    border: 2px solid #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

/* Selected day styling */
.calendar-day-card.selected[b-l1sc2dc0cc] {
    border-color: var(--remundo-primary-color);
    box-shadow: 0 0 0 2px var(--remundo-primary-color);
}

/* Has event styling */
.calendar-day-card.has-event[b-l1sc2dc0cc] {
    border-color: transparent;
}

/* Selected day details popup */
.calendar-details[b-l1sc2dc0cc] {
    animation: slideDown-b-l1sc2dc0cc 0.3s ease;
    max-width: 500px;
}

.calendar-details .card[b-l1sc2dc0cc] {
    border: 2px solid var(--remundo-primary-color);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.selected-day-header[b-l1sc2dc0cc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.selected-day-header .card-title[b-l1sc2dc0cc] {
    color: var(--remundo-primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.day-info-section[b-l1sc2dc0cc] {
    padding: 8px 0;
}

.info-table[b-l1sc2dc0cc] {
    width: 100%;
    border-collapse: collapse;
}

.info-table td[b-l1sc2dc0cc] {
    padding: 6px 0;
    vertical-align: top;
}

.info-table .info-label[b-l1sc2dc0cc] {
    font-weight: 600;
    color: #555;
    width: 100px;
    padding-right: 16px;
}

.info-table .info-value[b-l1sc2dc0cc] {
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-details-card[b-l1sc2dc0cc] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 12px 16px;
    border-left: 4px solid var(--remundo-primary-color);
}

.event-details-card.event-past[b-l1sc2dc0cc] {
    background-color: #f0f1f2;
    border-left-color: #b0b0b0;
}

.event-indicator[b-l1sc2dc0cc] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.no-events-message[b-l1sc2dc0cc] {
    padding: 12px;
    background-color: #f8f9fa;
    border-radius: 6px;
    text-align: center;
}

@keyframes slideDown-b-l1sc2dc0cc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Overflow day styling */
.calendar-day-card.overflow[b-l1sc2dc0cc] {
    border: none !important;
    color: #b0b0b0 !important;
    background: #f7f7f7 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.calendar-day-card.overflow .day-number[b-l1sc2dc0cc] {
    color: #b0b0b0 !important;
    font-weight: normal;
}

/* Calendar container and colours */
.worker-calendar-container[b-l1sc2dc0cc] {
    width: 100%;
    box-sizing: border-box;
    max-width: 1700px;
    padding-bottom: 50px;
}

.calendar-colours[b-l1sc2dc0cc] {
    --weekend-bg: #dee6ee;
    --public-holiday-bg: #b8d4e3;
    --annual-leave-bg: #9796f2;
    --medical-leave-bg: #c899a2;
    --unpaid-leave-bg: #f5c6aa;
    --bonus-day-bg: #a5d6a7;
    --special-event-bg: inherit;
    --special-event-border: #2f93b1;
    --rejected-border: #bd1f37;
    --pending-border: #f1ad0e;
}

/* Legend styling */
.calendar-legend[b-l1sc2dc0cc] {
    padding: 10px;
    background-color: #f7f7fb;
    border-radius: 8px;
}

.legend-item[b-l1sc2dc0cc] {
    font-size: 0.85rem;
}

.legend-color[b-l1sc2dc0cc] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.legend-text[b-l1sc2dc0cc] {
    color: #555;
}

/* Month Calendar View (Mobile) */
.month-calendar[b-l1sc2dc0cc] {
    background: #F7F7FB;
    border: 3px solid #F3B82F;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.month-calendar-header[b-l1sc2dc0cc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F3B82F;
}

.month-calendar-title[b-l1sc2dc0cc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.month-name[b-l1sc2dc0cc] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--remundo-primary-color);
}

.year-name[b-l1sc2dc0cc] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #555;
}

.month-calendar-weekdays[b-l1sc2dc0cc] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
    justify-items: center;
}

.month-weekday[b-l1sc2dc0cc] {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: var(--remundo-primary-color);
    padding: 10px 0 14px 0;
    margin-bottom: 2px;
}

.month-weekday[b-l1sc2dc0cc]::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #d1d1d1;
    margin: 6px auto 0 auto;
    border-radius: 1px;
}

.month-calendar-grid[b-l1sc2dc0cc] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    justify-items: center;
}

.month-calendar-grid .calendar-day-card[b-l1sc2dc0cc] {
    width: 100%;
    max-width: 60px;
    height: 60px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .calendar-header-row[b-l1sc2dc0cc] {
        grid-template-columns: 100px 1fr;
    }

    .calendar-month-row[b-l1sc2dc0cc] {
        grid-template-columns: 100px 1fr;
    }

    .month-label[b-l1sc2dc0cc] {
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .calendar-header-row[b-l1sc2dc0cc] {
        grid-template-columns: 80px 1fr;
    }

    .calendar-month-row[b-l1sc2dc0cc] {
        grid-template-columns: 80px 1fr;
    }

    .calendar-day-card[b-l1sc2dc0cc] {
        height: 50px;
        width: 30px;
    }

    .header-weekday[b-l1sc2dc0cc] {
        width: 30px;
        font-size: 0.9rem;
    }

    .day-number[b-l1sc2dc0cc] {
        font-size: 0.85rem;
    }

    .calendar-title[b-l1sc2dc0cc] {
        font-size: 1rem;
        min-width: 50px;
    }

    .calendar-navigation[b-l1sc2dc0cc] {
        gap: 5px;
    }

    .month-label[b-l1sc2dc0cc] {
        padding: 8px;
        font-size: 0.85rem;
    }

    .month-days-container[b-l1sc2dc0cc] {
        padding: 5px;
    }

    .month-days-grid[b-l1sc2dc0cc] {
        gap: 1px;
    }

    .header-weekdays[b-l1sc2dc0cc] {
        gap: 1px;
    }

    /* Month calendar responsive */
    .month-calendar[b-l1sc2dc0cc] {
        padding: 15px;
    }

    .month-name[b-l1sc2dc0cc] {
        font-size: 1.4rem;
    }

    .year-name[b-l1sc2dc0cc] {
        font-size: 1rem;
    }

    .month-weekday[b-l1sc2dc0cc] {
        font-size: 0.85rem;
        padding: 8px 0;
    }

    .month-calendar-grid .calendar-day-card[b-l1sc2dc0cc] {
        height: 50px;
    }
}

/* Calendar loading state */
.calendar-loading[b-l1sc2dc0cc] {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.calendar-loading-overlay[b-l1sc2dc0cc] {
    position: absolute;
    top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* /Shared/Components/Timeline.razor.rz.scp.css */
  .title[b-yoq2koehae] {
    margin-bottom: 1.5rem;
  }

  .timeline[b-yoq2koehae] {
    margin-left: 3rem;
  }

  .card[b-yoq2koehae] {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: var(--remundo-border-radius-l);
    padding: 2rem;
    width: fit-content;
  }

  .remundo-primary[b-yoq2koehae] {
    color: var(--remundo-color-primary);
  }

  .header-container[b-yoq2koehae] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }

  .body-container[b-yoq2koehae] {
    padding-left: 1.5rem;
    border-left: 1px solid lightgray;
    padding-top: 1rem;
    margin-left: 0.5rem;
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .header[b-yoq2koehae] {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
  }

  .body[b-yoq2koehae] {
    padding-left: 1rem;
    font-weight: 500;
  }

  .colour-green[b-yoq2koehae] {
    color: rgb(2, 202, 2);
  }

  .colour-yellow[b-yoq2koehae] {
    color: var(--remundo-accent-color);
  }

  .colour-red[b-yoq2koehae] {
    color: var(--remundo-error-color);
  }

  .colour-default[b-yoq2koehae] {
     color: var(--remundo-primary-color);
   }

  .link[b-yoq2koehae] {
    color: #556ee6;
    margin-right: 1rem;
    text-decoration: underline !important;
  }

  .btn-primary[b-yoq2koehae] {
    background-color: var(--remundo-primary-color);
    color: white;
    border: none;
    border-radius: 2rem;
  }

  p[b-yoq2koehae] {
    margin-bottom: -0.5rem;
  }
/* /Shared/Form/Edit/ReadinessToggle.razor.rz.scp.css */
.vertical-center[b-salidq9rhp] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container[b-salidq9rhp] {
    position: relative;
    display: flex;
    justify-content: center;
}

input:checked + div #inactive[b-salidq9rhp] {
    background-color: WhiteSmoke;
    stroke: black;
    fill: black;
}

input:checked + div #active[b-salidq9rhp] {
    background-color: #03C03C;
    stroke: white;
    fill: white;
}

input + div #inactive[b-salidq9rhp] {
    background-color: red;
    stroke: white;
    fill: white;
}

input + div #active[b-salidq9rhp] {
    background-color: WhiteSmoke;
    stroke: black;
    fill: black;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8v9o9cmyjp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8v9o9cmyjp] {
    flex: 1;
}

.sidebar[b-8v9o9cmyjp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8v9o9cmyjp] {
        display: none;
    }

    .top-row.auth[b-8v9o9cmyjp] {
        justify-content: space-between;
    }

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

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

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

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

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

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

.fab[b-8v9o9cmyjp] {
    position: fixed;
    top: 55px;
    right: 20px;
    z-index: 1000;
    width: 46px;
    height: 46px;
}

.liveupdates-sidebar[b-8v9o9cmyjp] {
    width: 55vw !important; /* Set width to 40% of viewport */
    max-width: none; /* Ensure Bootstrap�s max-width doesn�t override it */
}

.liveupdates-sidebar.fullscreen[b-8v9o9cmyjp]{
    width: 100vw !important;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jsuvu0djby] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jsuvu0djby] {
    height: 3.5rem;
    background-color: whitesmoke;
}

.navbar-brand[b-jsuvu0djby] {
    /*font-size: 1.1rem;*/
    /*background-image: url(/images/remundo-logo-with-text-color.svg);*/
    height: 3.5rem;
}

.remundo-nav[b-jsuvu0djby] {
    background-image: url(/images/cropped-logo.svg);
    background-size: 30vh;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fafbfd;
}

.oi[b-jsuvu0djby] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jsuvu0djby] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-jsuvu0djby] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-jsuvu0djby] {
    padding-bottom: 1rem;
}

.nav-item[b-jsuvu0djby]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-jsuvu0djby]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: grey;
}

.nav-item[b-jsuvu0djby]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: grey;
}
.customerNavItem[b-jsuvu0djby] {
    width: max-content;
    font-size: small !important;
    color: black !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jsuvu0djby] {
        display: none;
    }

    .collapse[b-jsuvu0djby] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jsuvu0djby] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
