/* /Components/ApplicationLinksComponent.razor.rz.scp.css */
.page[b-0rf1jbd004] {
  background-color: #F5F9FB;
  height: 100%;
  box-sizing: border-box;
}

[b-0rf1jbd004] .mud-paper.home-mud-paper {
  background-color: #F5F9FB;
  border-color: #d3d7db;
  width: 60%;
  min-width: 490px;
  /*margin-bottom: 73px;*/
}

[b-0rf1jbd004] .menu-container {
  height: calc(100% - 0px) !important;
  padding: 0px !important;
}

[b-0rf1jbd004] .apps-container {
  height: calc(100% - 80px) !important;
}

[b-0rf1jbd004] .menu-item {
  color: #0C60A5;
  background-color: #F5F9FB;
  border-color: transparent;
  transition: all 0.3s ease;
  font-family: var(--co-font-family);
  font-size: var(--co-font-size-22);
  z-index: 1;
  font-weight: 400 !important;
}

  /* Hover effect for all */
  [b-0rf1jbd004] .menu-item:hover,
  [b-0rf1jbd004] .menu-item.default-hover {
    background-color: #e1ecf9;
  }

  /* Colored left border */
  [b-0rf1jbd004] .menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    z-index: -1;
  }

  /* Apply color and round corners on hover */
  [b-0rf1jbd004] .menu-item:hover::before,
  [b-0rf1jbd004] .menu-item.default-hover::before {
    background-color: #0C60A5;
  }

  /* Round top-left corner if first */
  [b-0rf1jbd004] .menu-item.first:hover::before,
  [b-0rf1jbd004] .menu-item.first.default-hover::before {
    border-top-left-radius: 8px;
  }

  /* Round bottom-left corner if last */
  [b-0rf1jbd004] .menu-item.last:hover::before,
  [b-0rf1jbd004] .menu-item.last.default-hover::before {
    border-bottom-left-radius: 8px;
  }

[b-0rf1jbd004] .arrow-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #0C60A5;
}

[b-0rf1jbd004] .menu-item:hover .arrow-icon,
[b-0rf1jbd004] .menu-item.default-hover .arrow-icon {
  opacity: 1;
}

[b-0rf1jbd004] .mud-nav-item.menu-link {
  padding: 6px 26px 6px 12px;
  background: none !important;
}

[b-0rf1jbd004] .mud-nav-link {
  background: none !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

[b-0rf1jbd004] .menu-divider {
  border-color: #e1e4e8 !important;
}


[b-0rf1jbd004] .module-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f4f8;
  border-radius: 10px;
  overflow: hidden;
}

[b-0rf1jbd004] .mud-input {
  height: 30px !important;
}

[b-0rf1jbd004] .module-table th {
  /*background-color: #d0dce7;Previous color*/
  background-color: #0C60A5;
  padding: 12px;
  text-align: left;
}

[b-0rf1jbd004] .mud-th {
  color: #f0f4f8 !important;
  font-weight: 800 !important;
  font-size: var(--co-font-size-21);
}

[b-0rf1jbd004] .mud-td {
  color: black !important;
  font-weight: 500 !important;
  font-size: var(--co-font-size-21);
}


[b-0rf1jbd004] .module-table td {
  padding: 12px;
  border-top: 1px solid #ccc;
  vertical-align: top;
}

[b-0rf1jbd004] .module-table a {
  color: #0C60A5 !important;
  font-weight: 600;
}

.module-table a:hover[b-0rf1jbd004] {
  text-decoration: underline;
}
/* /Components/CorporateUserComponent.razor.rz.scp.css */
.page[b-ks5dz4ngi3] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}
[b-ks5dz4ngi3] .menu-container {
    height: calc(100% - 0px) !important;
    padding: 0px !important;
}
/* /Components/MenuItem.razor.rz.scp.css */
[b-nb47tcdh3s] .menu-item {
  color: #0C60A5;
  background-color: #F5F9FB;
  border-color: transparent;
  transition: all 0.3s ease;
  font-family: var(--co-font-family);
  font-size: var(--co-font-size-18);
  z-index: 1;
}

  /* Hover effect for all */
  [b-nb47tcdh3s] .menu-item:hover,
  [b-nb47tcdh3s] .menu-item.default-hover {
    background-color: #e1ecf9;
  }

  /* Colored left border */
  [b-nb47tcdh3s] .menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    z-index: -1;
  }

  /* Apply color and round corners on hover */
  [b-nb47tcdh3s] .menu-item:hover::before,
  [b-nb47tcdh3s] .menu-item.default-hover::before {
    background-color: #0C60A5;
  }

  /* Round top-left corner if first */
  [b-nb47tcdh3s] .menu-item.first:hover::before,
  [b-nb47tcdh3s] .menu-item.first.default-hover::before {
    border-top-left-radius: 8px;
  }

  /* Round bottom-left corner if last */
  [b-nb47tcdh3s] .menu-item.last:hover::before,
  [b-nb47tcdh3s] .menu-item.last.default-hover::before {
    border-bottom-left-radius: 8px;
  }

[b-nb47tcdh3s] .mud-nav-item.menu-link {
  padding: 6px 26px 6px 12px;
  background: none !important;
}

[b-nb47tcdh3s] .mud-nav-link {
  background: none !important;
}
[b-nb47tcdh3s] .menu-link-text{
    font-weight:500 !important
}
.custom-tooltip[b-nb47tcdh3s] {
  background-color: transparent !important; /* Remove black background */
  color: blue !important; /* Set text color to blue */
  font-size: 16px;
}

/* /Components/StoreSelector.razor.rz.scp.css */

.store-dropdown-container[b-s544sd3sbv] {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

[b-s544sd3sbv] .mud-input.mud-input-outlined {
  position: relative;
  border-width: 0px;
  width: 120px !important;
  height: 38px !important;
}

[b-s544sd3sbv] .mud-list-item-text-extended {
  text-align: center !important;
}

[b-s544sd3sbv] .mud-popover .mud-list .mud-list-item {
  justify-content: center !important;
  text-align: center !important;
}
/* /Components/StoreUserComponent.razor.rz.scp.css */
.page[b-gsq03wm3s8] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}
[b-gsq03wm3s8] .menu-container {
    height: calc(100% - 0px) !important;
    padding: 0px !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.global-error-bar[b-bv2se4d8b0] {
  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-bv2se4d8b0] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  min-width: 500px;
}

.header[b-bv2se4d8b0] {
  height: 64px;
  width: 100%;
}

.bodyContainer[b-bv2se4d8b0] {
  height: calc(100vh - 64px);
  background-color: #F5F9FB;
}

@media (max-width: 599px) {
  .page[b-bv2se4d8b0] {
    padding-top: 60px;
  }
  /* Styles for Xs */
  .header[b-bv2se4d8b0] {
    height: 44px;
  }

  .bodyContainer[b-bv2se4d8b0] {
    height: calc(100vh - 44px);
  }

  .userName[b-bv2se4d8b0] {
    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-bv2se4d8b0] {
    height: 46px;
  }

  .bodyContainer[b-bv2se4d8b0] {
    height: calc(100vh - 46px);
  }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
  /* Styles for Md */
  .header[b-bv2se4d8b0] {
    height: 64px;
  }

  .bodyContainer[b-bv2se4d8b0] {
    height: calc(100vh - 64px);
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-rijl4lvua7] .mud-nav-link{
    padding : 0;
}
[b-rijl4lvua7] .mud-nav-item.image  {
    padding: 0;
    width: 150px;
    height: 64px;
}
.userName[b-rijl4lvua7] {
    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-rijl4lvua7] {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
}

.navbar[b-rijl4lvua7] {
    padding: 0;
    background-color: #0C60A5;
    height: 64px;
}

.container-fluid[b-rijl4lvua7] {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-text[b-rijl4lvua7] {
    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-rijl4lvua7] {
        height: 44px;
    }
    [b-rijl4lvua7] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 44px;
    }
    .meijerLogo[b-rijl4lvua7] {
        width: 88px;
        height: 44px;
    }
    .userName[b-rijl4lvua7] {
        font-size: var(--co-font-size-14);
    }
    .navbar[b-rijl4lvua7] {
        height: 44px;
    }
    .navbar-text[b-rijl4lvua7] {
        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-rijl4lvua7] {
        height: 46px;
    }
    [b-rijl4lvua7] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 46px;
    }
    .userName[b-rijl4lvua7] {
        font-size: var(--co-font-size-16);
    }
    .meijerLogo[b-rijl4lvua7] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-rijl4lvua7] {
        height: 46px;
    }
    .navbar-text[b-rijl4lvua7] {
        font-size: var(--co-font-size-22);
    }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
    /* Styles for Md */
    [b-rijl4lvua7] .mud-nav-item .meijerLogo {
        width: 118px;
        height: 64px;
    }

    .header[b-rijl4lvua7] {
        height: 64px;
    }
    .userName[b-rijl4lvua7] {
        font-size: var(--co-font-size-18);
    }
    [b-rijl4lvua7] .mud-nav-item.image {
        padding: 0;
        width: 150px;
        height: 64px;
    }
    .meijerLogo[b-rijl4lvua7] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-rijl4lvua7] {
        height: 64px;
    }
    .navbar-text[b-rijl4lvua7] {
        font-size: var(--co-font-size-26);
    }
}
/* /Pages/Home.razor.rz.scp.css */
.progress-bar-container[b-odk0g8l6gk] {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh; /* Example: Occupy full viewport height */
}
