/* /Layout/MainLayout.razor.rz.scp.css */
.global-error-bar[b-focas0f240] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  border-radius: 0;
  box-shadow: var(--mud-elevation-4);
  /* Ensure text wraps nicely */
  white-space: pre-line;
}
.page[b-focas0f240] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    min-width : 500px;
}
.header[b-focas0f240] {
    height: 64px;
    width: 100%;  
}

.bodyContainer[b-focas0f240] {
    height: calc(100vh - 64px);
    background-color: #F5F9FB;
}

@media (max-width: 599px) {
    /* Styles for Xs */
    .header[b-focas0f240] {
        height: 44px;
    }
    .bodyContainer[b-focas0f240] {
        height: calc(100vh - 44px);
    }
    .userName[b-focas0f240] {
        font-size: var(--co-font-size-14);
    }
}

/* Small devices (tablets) 600px to 959px */
@media (min-width: 600px) and (max-width: 959px) {
    /* Styles for Sm */
    .header[b-focas0f240] {
        height: 46px;
    }

    .bodyContainer[b-focas0f240] {
        height: calc(100vh - 46px);
    }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
    /* Styles for Md */
    .header[b-focas0f240] {
        height: 64px;
    }

    .bodyContainer[b-focas0f240] {
        height: calc(100vh - 64px);
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-7obqx2u1jd] .mud-nav-link{
    padding : 0;
}
[b-7obqx2u1jd] .mud-nav-item.image  {
    padding: 0;
    width: 150px;
    height: 64px;
}
.userName[b-7obqx2u1jd] {
    font-size: var(--co-font-size-22);
    font-weight: var(--co-font-weight-400);
    font-family: var(--co-font-family);
    line-height: var( --co-line-height-15);
    margin-right: 18px;
    white-space: nowrap;
    margin-left: 10px;
}

.user-profile-info[b-7obqx2u1jd] {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
}

.navbar[b-7obqx2u1jd] {
    padding: 0;
    background-color: #0C60A5;
    height: 64px;
}

.container-fluid[b-7obqx2u1jd] {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-text[b-7obqx2u1jd] {
    font-weight: 650;
    font-size: 30px;
    white-space: nowrap;
    font-size: var(--co-font-size-26);
    text-align: center;
}

@media (max-width: 599px) {
    /* Styles for Xs */
    .header[b-7obqx2u1jd] {
        height: 44px;
    }
    [b-7obqx2u1jd] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 44px;
    }
    .meijerLogo[b-7obqx2u1jd] {
        width: 88px;
        height: 44px;
    }
    .userName[b-7obqx2u1jd] {
        font-size: var(--co-font-size-14);
    }
    .navbar[b-7obqx2u1jd] {
        height: 44px;
    }
    .navbar-text[b-7obqx2u1jd] {
        font-size: var(--co-font-size-18);
    }
}

/* Small devices (tablets) 600px to 959px */
@media (min-width: 600px) and (max-width: 959px) {
    /* Styles for Sm */
    .header[b-7obqx2u1jd] {
        height: 46px;
    }
    [b-7obqx2u1jd] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 46px;
    }
    .userName[b-7obqx2u1jd] {
        font-size: var(--co-font-size-16);
    }
    .meijerLogo[b-7obqx2u1jd] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-7obqx2u1jd] {
        height: 46px;
    }
    .navbar-text[b-7obqx2u1jd] {
        font-size: var(--co-font-size-22);
    }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
    /* Styles for Md */
    [b-7obqx2u1jd] .mud-nav-item .meijerLogo {
        width: 118px;
        height: 64px;
    }

    .header[b-7obqx2u1jd] {
        height: 64px;
    }
    .userName[b-7obqx2u1jd] {
        font-size: var(--co-font-size-18);
    }
    [b-7obqx2u1jd] .mud-nav-item.image {
        padding: 0;
        width: 150px;
        height: 64px;
    }
    .meijerLogo[b-7obqx2u1jd] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-7obqx2u1jd] {
        height: 64px;
    }
    .navbar-text[b-7obqx2u1jd] {
        font-size: var(--co-font-size-26);
    }
}
/* /Pages/Home.razor.rz.scp.css */
.progress-bar-container[b-opw3uiebpt] {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh; /* Example: Occupy full viewport height */
}
.page[b-opw3uiebpt] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
}

[b-opw3uiebpt] .add-tier {
    background-color: #0C60A5;
    color: white;
}

[b-opw3uiebpt] .edit-button {
    color: #0C60A5;
    border-color: #0C60A5;
}

[b-opw3uiebpt] .co-table th,
[b-opw3uiebpt] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
}

[b-opw3uiebpt] .co-table th {
    background-color: #0C60A5;
    color: #E6F0FA !important;
}

[b-opw3uiebpt] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}

[b-opw3uiebpt] .mud-table-head th {
    background-color: #0C60A5 !important;
    color: #E6F0FA !important;
    font-family: "Source Sans Pro", Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px !important;
}

.footer-buttons[b-opw3uiebpt] {
  position: sticky;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 1rem 1.5rem; /* top/bottom = 1rem, left/right = 1.5rem */
  border-top: 1px solid #ddd;
  z-index: 10;
}

/* /Pages/PageName.razor.rz.scp.css */
[b-phow80vzpp] .page-name {
    color: #0C60A5;
    font-size: var(--co-font-size-22);
    font-weight: var(--co-font-weight-400);
    font-family: var(--co-font-family);
    line-height: var(--co-line-height-15);
    white-space: nowrap;
    background-color: #F5F9FB;
}
