    .nowrap-col {
        white-space: nowrap;
    }

    .datum-col {
        min-width: 120px;
    }
html {

  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
    .col-lg-6 {
        padding-right: 24px;
        padding-left: 24px;
    }
}
/* Override Bootstrap table padding */
.table > :not(caption) > * > * {
    padding: 0.25rem 0.75rem;
}
.inlist {
    padding: 0.1rem 0.7rem;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.header-logo {
  max-height: 50px; /* Adjust the height to fit the header */
  max-width: 100%; /* Ensure the logo maintains aspect ratio */
  object-fit: contain; /* Ensure the logo fits within the container */
}

.user-info-container {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-info-container span {
  font-weight: bold;
}

.user-info-container button {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

.user-info-container button:hover {
  text-decoration: underline;
}

/* Center-align labels beside dropdowns */
.d-flex .form-label {
  display: flex;
  align-items: center;
  margin-bottom: 0; /* Ensure consistent alignment */
}
.text-danger {
    color: #258cfb !important;
}

.lagerfraga-blue-label {
    color: #007bff !important;
}

#panelBorrowedItems {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.btn-primary {
    color: #000000;
    background-color: #E0E0E0
    ;
    border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #B0B0B0;
    border-color: #000000;
    color: #000000;
}

.btn-secondary {
    color: #fff;
    background-color: #e41819;
    border-color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #f02a2a;
    border-color: #000000;
    color: #fff;
}
