/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
}
main {
  flex: 1;
  flex-basis: auto;
}

a {
  color: #000000
}

/*colors: #af9b90 brown beige: #efece4  dark brown arrows and text: #493e39 #ebe7dd for the kettler background*/

.brown-beam {
  background: #af9b90;
}

.brown-beam-button {
  background: #c8b6aa !important;

  color: #fff;
  border: none;
  transition: background 0.2s;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.brown-beam-button:hover,
.brown-beam-button:focus,
.brown-beam-button.selected {
  background: #af9b90 !important;
  color: #fff;
}


.brown-category {
  color: #493e39;
}

.media-list li::marker {
  font-family: "bootstrap-icons", serif;
  content: "\F231";
  font-size: 1rem;
}

.nav-link.active {
  border-top: 3px solid #af9b90;
  padding-top: 5px;
}

.border-breadcrumb {
  border-color: #af9b90;
}

.foreground {
  z-index: 9999 !important;
}

.admin-suggestions {
    z-index: 9999 !important;
    top: 100%;
}

.satin-background {
  background: #ebe7dd;
}

.armadillo-background {
  background: #493e39;
}

.word-break {
  word-break: break-all;
}

.pointer {
  cursor:pointer;
}

.thumbnail-wrapper {
  width:150px;
  height:150px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.svg-thumb {
  width:100%;
  height:100%;
  object-fit:contain;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.home-card-hover:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  z-index: 2;
}
.admin-hero {
  background: linear-gradient(120deg, #f8f9fa 0%, #fff 100%);
  border-radius: 1.1rem;
  box-shadow: 0 2px 10px rgba(220,180,80,0.07);
}
.admin-menu-icon {
  font-size: 2.2rem;
  color: #af9b90;
}
.admin-menu-card:hover .admin-menu-icon {
  color:   #493e39;
}

.no-bullets {
  list-style: none;
  padding-left: 1.5rem;
}

.active-collapse {
  color: #af9b90 !important;
}

.toggle-view-button {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  transition: background .2s;
}