.navbar {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 100;
  width: 100%;
  /* height: 57px; */
  height: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.testo-footer-titolo {
  color: var(--color-light-text-highlight);
  margin-left: 30px;
  display: block;
  margin-bottom: 16px;
}
[data-theme='dark'] .testo-footer-titolo {
  color: var(--color-dark-text-highlight);
}

.contatti-footer {
  display: block;
  font-size: small;
  margin-top: 8px;
  margin-left: 8px;
  width: 180px;
}

.contatti-footer-l2 {
  display: inline-block;
}

.contatti-footer > a {
  text-decoration: none;
  color: var(--color-light-text);
  display: block;
  margin-bottom: 10px;
}
[data-theme='dark'] .contatti-footer > a {
  text-decoration: none;
  color: var(--color-dark-text);
}

.contatti-footer > a:hover {
  text-decoration: none;
  color: var(--color-light-text-hover);
}
[data-theme='dark'] .contatti-footer > a:hover {
  color: var(--color-dark-text-hover);
}

.contatti-footer > a > svg {
  margin-right: 5px;
}

.icone-footer-social-div > a {
  color: var(--color-light-text);
  text-decoration: none;
}
[data-theme='dark'] .icone-footer-social-div > a {
  color: var(--color-dark-text);
}

.icone-footer-social-div > a:hover {
  color: var(--color-light-text-highlight);
}
[data-theme='dark'] .icone-footer-social-div > a:hover {
  color: var(--color-dark-text-highlight);
}

.icone-footer-cc-div {
  display: block;
  width: 210px;
  line-height: 33px;
  margin-top: 8px;
  margin-left: 8px;
}

.icone-footer-cc {
  height: 32px;
}

.icone-footer-hover:hover {
  opacity: 0.7;
}

.icone-footer-social-div {
  display: block;
  width: 260px;
  margin-top: 8px;
  margin-left: 8px;
  font-family: monospace;
}

.fa-tripadvisor {
  background-color: var(--color-light-text);
  -webkit-mask-image: url(../../../img/svg/tripadvisor.svg);
  display: inline-flex;
  width: 30px;
  height: 24px;
  position: absolute;
  margin-left: 8px;
}
[data-theme='dark'] .fa-tripadvisor {
  background-color: var(--color-dark-text);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
[data-theme='dark'] .fa-tripadvisor:hover {
  background-color: var(--color-dark-text-highlight);
}

.logo-footer {
  width: fit-content;
}

.lingue-footer {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.logo-footer-big {
  display: inline-block;
}

.logo-footer-small {
  display: none;
}

.navbar-footer-top {
  height: max-content;
  background-color: var(--color-light-white-back) !important;
  min-height: 300px;
}
[data-theme='dark'] .navbar-footer-top {
  background-color: var(--color-dark-white-back) !important;
}

.navbar-footer-bottom {
  height: var(--footer-bottom-height);
  background-color: #000000 !important;
  color: var(--color-dark-footer) !important;
}

.navbar-brand-dacos {
  right: 0;
  position: absolute;
  top: 5px;
}

.copyright-dacos {
  display: block;
  user-select: none;
}

.navbar-footer {
  position: relative;
  align-content: baseline;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.navbar-footer-top > .container-fluid {
  margin-top: 1.8rem;
}

#logoNavBar {
  user-select: none;
}

.lingue-footer,
.testo-footer-titolo,
.icone-footer-cc-div,
.icone-footer-social-div,
.contatti-footer {
  user-select: none;
  min-width: 15rem;
}

@media only screen and (max-width: 560px) {
  .d-not-flex {
    display: block !important;
  }

  .navbar-footer-top > .container-fluid {
    text-align: center;
    display: block;
    width: auto;
  }
}

.tooltip-inner {
  max-width: fit-content;
}
