/*body {
  min-height: 100vh;
}*/
/*
html {
}*/
/**
main {
    padding-top: 4.5rem;
  display: flex;
  flex-wrap: nowrap;
  min-height: 100vh;
}*/

.nav {
    --bs-nav-link-padding-x: 0.5rem;
    --bs-nav-link-padding-y: 0.25rem;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*
#userdropdown {
    position: absolute; inset: auto auto 0px 0px; margin: 0px; transform: translate(0px, -32px);
}*/

.navbar {
    padding: 0.1rem;
}

.bg-light {
    background-color: #e9ecef !important;
}

.navbar-nav .dropdown-menu li .dropdown-item:hover {
    background-color: #e9ecef !important;
}

.dropdown-menu {
    --bs-dropdown-spacer: 0;
}
    
.navbar-nav {
    --bs-nav-link-padding-y: 0.5rem;
}
        


/*.typeahead,*/
.tt-query,
.tt-hint-- {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
/*  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;*/
  outline: none;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 225px;
  margin: 0px 0;
  margin-top: -14px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #006fe6;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #006fe6;

}

.tt-suggestion p {
  margin: 0;
}

.dropzone {
  border: 2px dashed #ccc;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  cursor: pointer;
}
.gallery-img {
  height: 150px;
  object-fit: cover;
  cursor: pointer;
}