﻿  .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: inherit;
  }

.mud-list {
  border: 1px solid var(--mud-palette-lines-default);
}

  .pre-order-color:disabled {
    /*  color: red !important;*/
    background: #7ba9ff !important;
  }

  .pre-order-color {
    /*  color: red !important;*/
    background: #7ba9ff !important;
  }

  .cart-color:disabled {
    /*  color: red !important;*/
    background: #ffb682 !important;
  }

  .cart-color {
    /*  color: red !important;*/
    background: #ffb682 !important;
  }

.mud-selected {
  /*  border: 1px solid black !important;*/
  background-color: #4caf50 !important;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.logo-center {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
