:root {
  --bs-body-font-size: 1.1rem;
}

body {
    background-color: #f8f9fa;
  }
  .menu-header {
    background-color: #486a8b;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
    position: relative;
  }
  .menu-header a {
    color: white !important;
  }
  .menu-icon {
    position: absolute;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .menu-icon.left {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-icon.right {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .menu-icons-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .menu-icons-right .menu-icon {
    position: static;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .scanner-info-icon {
    font-size: 1.2rem;
    opacity: 0.7;
    color: #e0e0e0;
    cursor: default;
  }
  .menu-container {
    padding: 20px;
    margin: auto;
  }
  .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
  }
  .menu-item:hover {
    background-color: #f9f9f9;
  }
  .menu-icon-item {
    font-size: 1.5rem;
  }
  .menu-label {
    margin-top: 5px;
    font-size: 0.9rem;
  }
  .menu-top-margin {
    margin-top: 20px;
  }
  .offcanvas .list-group-item a{
    text-decoration: none;
    color: inherit;
  }
  .card.image {
    width: 10rem;
  }

.form-control, .btn {
  font-size: var(--bs-body-font-size) !important;
}