/* _content/A1M/Shared/Components/Block.razor.rz.scp.css */
.Block[b-4cuw735n1x] {
  margin-top: 2em;
  margin-bottom: 1em;
}
.Block .VideoContainer[b-4cuw735n1x] {
  position: absolute;
  z-index: 1;
  height: 360px;
  background-color: #2c5175;
  overflow: hidden;
  width: 100%;
}
.Block .VideoContainer video[b-4cuw735n1x] {
  opacity: 0.7;
  min-width: 800px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Block .VideoContainer .Onde[b-4cuw735n1x] {
  bottom: 0;
}
.Block .VideoContainer .Onde .OceanOnde > use[b-4cuw735n1x] {
  animation: move-forever-b-4cuw735n1x 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.Block .VideoContainer .Onde .OceanOnde > use:nth-child(1)[b-4cuw735n1x] {
  animation-delay: -2s;
  animation-duration: 7s;
}
.Block .VideoContainer .Onde .OceanOnde > use:nth-child(2)[b-4cuw735n1x] {
  animation-delay: -3s;
  animation-duration: 11s;
}
.Block .VideoContainer .Onde .OceanOnde > use:nth-child(3)[b-4cuw735n1x] {
  animation-delay: -4s;
  animation-duration: 6s;
}
.Block .VideoContainer .Onde .OceanOnde > use:nth-child(4)[b-4cuw735n1x] {
  animation-delay: -5s;
  animation-duration: 17s;
}
.Block .VideoContainer .OndeTop[b-4cuw735n1x] {
  top: 0;
}
.Block .VideoContainer .OndeTop .OceanOnde > use[b-4cuw735n1x] {
  animation: move-forever-b-4cuw735n1x 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.Block .VideoContainer .OndeTop .OceanOnde > use:nth-child(1)[b-4cuw735n1x] {
  animation-delay: -2s;
  animation-duration: 6s;
}
.Block .VideoContainer .OndeTop .OceanOnde > use:nth-child(2)[b-4cuw735n1x] {
  animation-delay: -3s;
  animation-duration: 10s;
}
.Block .VideoContainer .OndeTop .OceanOnde > use:nth-child(3)[b-4cuw735n1x] {
  animation-delay: -4s;
  animation-duration: 7s;
}
.Block .VideoContainer .OndeTop .OceanOnde > use:nth-child(4)[b-4cuw735n1x] {
  animation-delay: -5s;
  animation-duration: 15s;
}
.Block .VideoContainer .Onde[b-4cuw735n1x],
.Block .VideoContainer .OndeTop[b-4cuw735n1x] {
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 100;
}
.Block .VideoContainer .Onde svg[b-4cuw735n1x],
.Block .VideoContainer .OndeTop svg[b-4cuw735n1x] {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.Block .container[b-4cuw735n1x] {
  padding-top: 3rem;
  text-align: center;
  position: relative;
  z-index: 200;
}
.Block .container .Block_TextContainer[b-4cuw735n1x] {
  padding: 1em 0em 0 0em;
  color: white;
  text-align: center;
  text-shadow: 0 0 2px #000000, 0 0 4px #000000, 0 0 7px blue;
  margin: auto;
}
.Block .container .Block_TextContainer .TopImg[b-4cuw735n1x] {
  width: 10%;
  max-width: 360px;
}
.Block .container .Block_TextContainer .Title[b-4cuw735n1x] {
  font-size: 200%;
  font-weight: 200;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}
.Block .container .Block_TextContainer .Body[b-4cuw735n1x] {
  font-size: 100%;
  margin-bottom: 3em;
}
@keyframes move-forever-b-4cuw735n1x {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/************************************************************************/
/* LE IMPOSTAZIONI QUI SOPRA valgono SEMPRE - MA QUANDO SI SUPERA IL    */
/* VALORE SOGLIA DELLA DIMENSIONE, ENTRANO IN AZIONE QUESTE MEDIA QUERY */
/* QUINDI - IL CSS VA PENSATO, IN CASI DI VARIABILITA', PER LE DIM. MINIME */
/************************************************************************/
/************************************************************************/
/* solo per XS e maggiori */
/************************************************************************/
/************************************************************************/
/*solo per SM e maggiori */
/************************************************************************/
@media (min-width: 768px) {
  .Block .VideoContainer[b-4cuw735n1x] {
    height: 460px;
  }
  .Block .Onde[b-4cuw735n1x],
  .Block .OndeTop[b-4cuw735n1x] {
    height: 60px;
  }
  .Block .container[b-4cuw735n1x] {
    min-height: 400px;
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .Block .VideoContainer[b-4cuw735n1x] {
    height: 530px;
  }
  .Block .Onde[b-4cuw735n1x],
  .Block .OndeTop[b-4cuw735n1x] {
    height: 70px;
  }
  .Block .container[b-4cuw735n1x] {
    min-height: 470px;
    padding-top: 90px;
  }
}
/************************************************************************/
/*solo per MD e maggiori */
/************************************************************************/
@media (min-width: 1024px) {
  .Block .VideoContainer[b-4cuw735n1x] {
    height: 590px;
  }
  .Block .container[b-4cuw735n1x] {
    min-height: 530px;
    padding-top: 90px;
  }
}
/************************************************************************/
/*solo per LG in su */
/************************************************************************/
@media (min-width: 1280px) {
  .Block .VideoContainer[b-4cuw735n1x] {
    height: 560px;
  }
  .Block .Onde[b-4cuw735n1x],
  .Block .OndeTop[b-4cuw735n1x] {
    height: 80px;
  }
  .Block .container[b-4cuw735n1x] {
    min-height: 550px;
  }
}
/************************************************************************/
/*solo per XL in su */
/************************************************************************/
@media (min-width: 1920px) {
  .Block .container[b-4cuw735n1x] {
    min-height: 600px;
  }
}
/************************************************************************/
/*solo per XX in su */
/************************************************************************/
/* _content/A1M/Shared/Components/Footer.razor.rz.scp.css */
.Footer[b-0gtolanbzq] {
  margin-top: 2em;
  margin-bottom: 1em;
}
.Footer .VideoContainer[b-0gtolanbzq] {
  position: absolute;
  z-index: 1;
  height: 360px;
  background-color: #0071BC;
  overflow: hidden;
  width: 100%;
}
.Footer .VideoContainer .OndeTop[b-0gtolanbzq] {
  top: 0px;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 100;
}
.Footer .VideoContainer .OndeTop .OceanOnde > use[b-0gtolanbzq] {
  animation: move-forever-b-0gtolanbzq 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.Footer .VideoContainer .OndeTop .OceanOnde > use:nth-child(1)[b-0gtolanbzq] {
  animation-delay: -2s;
  animation-duration: 26s;
}
.Footer .VideoContainer .OndeTop .OceanOnde > use:nth-child(2)[b-0gtolanbzq] {
  animation-delay: -3s;
  animation-duration: 20s;
}
.Footer .VideoContainer .OndeTop .OceanOnde > use:nth-child(3)[b-0gtolanbzq] {
  animation-delay: -4s;
  animation-duration: 17s;
}
.Footer .VideoContainer .OndeTop .OceanOnde > use:nth-child(4)[b-0gtolanbzq] {
  animation-delay: -5s;
  animation-duration: 15s;
}
.Footer .VideoContainer .OndeTop svg[b-0gtolanbzq] {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.Footer[b-0gtolanbzq]  .container {
  color: #fff;
  min-height: 266px;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 200;
}
.Footer[b-0gtolanbzq]  .container .FooterArea {
  width: 80%;
  margin: auto;
  bottom: 0;
}
.Footer[b-0gtolanbzq]  .container .FooterArea .SocialButton {
  width: 48px;
}
.Footer[b-0gtolanbzq]  .container .FooterArea .SocialButton img.rzi {
  height: 32px;
  width: 32px;
}
.Footer[b-0gtolanbzq]  .container .footertext {
  top: 2px;
  text-align: center;
}
.Footer[b-0gtolanbzq]  .container .footertext a {
  color: white;
}
.Footer[b-0gtolanbzq]  .container .footertextsmall {
  top: 2px;
  text-align: center;
  font-size: 80%;
}
.Footer[b-0gtolanbzq]  .container .footertextsmall a {
  color: white;
}
.Footer[b-0gtolanbzq]  .container .Image {
  height: 60px;
}
@keyframes move-forever-b-0gtolanbzq {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* _content/A1M/Shared/Components/Header.razor.rz.scp.css */
.Header[b-43oqomrpd1] {
  color: white;
  overflow: hidden;
  min-height: 360px;
}
.Header .VideoContainer[b-43oqomrpd1] {
  position: absolute;
  z-index: 1;
  height: 360px;
  background-image: linear-gradient(180deg, #343A40 0%, #0071BC 100%);
  overflow: hidden;
  width: 100%;
  transition: opacity 1000ms;
}
.Header .VideoContainer video[b-43oqomrpd1] {
  opacity: 0.7;
  min-width: 800px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Header .VideoContainer .Onde[b-43oqomrpd1] {
  position: relative;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.Header .VideoContainer .Onde svg[b-43oqomrpd1] {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.Header .VideoContainer .Onde .OceanOnde > use[b-43oqomrpd1] {
  animation: move-forever-b-43oqomrpd1 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.Header .VideoContainer .Onde .OceanOnde > use:nth-child(1)[b-43oqomrpd1] {
  animation-delay: -2s;
  animation-duration: 11s;
}
.Header .VideoContainer .Onde .OceanOnde > use:nth-child(2)[b-43oqomrpd1] {
  animation-delay: -3s;
  animation-duration: 14s;
}
.Header .VideoContainer .Onde .OceanOnde > use:nth-child(3)[b-43oqomrpd1] {
  animation-delay: -4s;
  animation-duration: 19s;
}
.Header .VideoContainer .Onde .OceanOnde > use:nth-child(4)[b-43oqomrpd1] {
  animation-delay: -5s;
  animation-duration: 26s;
}
.Header .container[b-43oqomrpd1] {
  background-size: cover;
  background-position-y: bottom;
  text-align: center;
  position: relative;
  z-index: 100;
  padding-top: 60px;
}
.Header .container .Image[b-43oqomrpd1] {
  width: 14%;
  margin: auto;
  margin-bottom: 3em;
}
.Header .container .Title[b-43oqomrpd1] {
  font-size: 350%;
  line-height: 0.9em;
  text-align: center;
  font-weight: 200;
}
.Header .container .Title .Tu[b-43oqomrpd1] {
  font-weight: 800;
}
.Header .container .Title .Mare[b-43oqomrpd1] {
  font-weight: 400;
  font-style: italic;
}
.Header .container .Title .Salute[b-43oqomrpd1] {
  font-weight: 400;
}
.Header .container .SubTitle[b-43oqomrpd1] {
  font-size: 150%;
  font-weight: 400;
  font-style: italic;
  line-height: 1em;
  margin-top: 1.2em;
  text-align: center;
}
@keyframes move-forever-b-43oqomrpd1 {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/************************************************************************/
/* LE IMPOSTAZIONI QUI SOPRA valgono SEMPRE - MA QUANDO SI SUPERA IL    */
/* VALORE SOGLIA DELLA DIMENSIONE, ENTRANO IN AZIONE QUESTE MEDIA QUERY */
/* QUINDI - IL CSS VA PENSATO, IN CASI DI VARIABILITA', PER LE DIM. MINIME */
/************************************************************************/
/************************************************************************/
/* solo per XS e maggiori */
/************************************************************************/
/************************************************************************/
/*solo per SM e maggiori */
/************************************************************************/
@media (min-width: 768px) {
  .Header .VideoContainer[b-43oqomrpd1] {
    height: 400px;
  }
  .Header .Onde[b-43oqomrpd1] {
    height: 60px;
  }
  .Header .container[b-43oqomrpd1] {
    min-height: 400px;
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .Header .VideoContainer[b-43oqomrpd1] {
    height: 480px;
  }
  .Header .Onde[b-43oqomrpd1] {
    height: 70px;
  }
}
/************************************************************************/
/*solo per MD e maggiori */
/************************************************************************/
@media (min-width: 1024px) {
  .Header .container[b-43oqomrpd1] {
    min-height: 500px;
  }
}
/************************************************************************/
/*solo per LG in su */
/************************************************************************/
@media (min-width: 1280px) {
  .Header .VideoContainer[b-43oqomrpd1] {
    height: 560px;
  }
  .Header .Onde[b-43oqomrpd1] {
    height: 80px;
  }
  .Header .container[b-43oqomrpd1] {
    min-height: 550px;
  }
}
/************************************************************************/
/*solo per XL in su */
/************************************************************************/
@media (min-width: 1920px) {
  .Header .container[b-43oqomrpd1] {
    min-height: 600px;
  }
}
/************************************************************************/
/*solo per XX in su */
/************************************************************************/
/* _content/A1M/Shared/Components/HeaderPiccolo.razor.rz.scp.css */
.HeaderPiccolo[b-ooy1jlw0ba] {
  color: white;
  overflow: hidden;
  min-height: 260px;
}
.HeaderPiccolo .VideoContainer[b-ooy1jlw0ba] {
  position: absolute;
  z-index: 1;
  height: 200px;
  background-color: #231d6c;
  overflow: hidden;
  width: 100%;
  background-image: linear-gradient(180deg, #343A40 0%, #0071BC 100%);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: opacity 400ms;
}
.HeaderPiccolo .VideoContainer video[b-ooy1jlw0ba] {
  opacity: 0.7;
  min-width: 800px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.HeaderPiccolo .VideoContainer .Onde[b-ooy1jlw0ba] {
  position: relative;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.HeaderPiccolo .VideoContainer .Onde svg[b-ooy1jlw0ba] {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.HeaderPiccolo .VideoContainer .Onde .OceanOnde > use[b-ooy1jlw0ba] {
  animation: move-forever-b-ooy1jlw0ba 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.HeaderPiccolo .VideoContainer .Onde .OceanOnde > use:nth-child(1)[b-ooy1jlw0ba] {
  animation-delay: -2s;
  animation-duration: 11s;
}
.HeaderPiccolo .VideoContainer .Onde .OceanOnde > use:nth-child(2)[b-ooy1jlw0ba] {
  animation-delay: -3s;
  animation-duration: 14s;
}
.HeaderPiccolo .VideoContainer .Onde .OceanOnde > use:nth-child(3)[b-ooy1jlw0ba] {
  animation-delay: -4s;
  animation-duration: 19s;
}
.HeaderPiccolo .VideoContainer .Onde .OceanOnde > use:nth-child(4)[b-ooy1jlw0ba] {
  animation-delay: -5s;
  animation-duration: 26s;
}
.HeaderPiccolo .container[b-ooy1jlw0ba] {
  background-size: cover;
  background-position-y: bottom;
  text-align: center;
  position: relative;
  z-index: 100;
  padding-top: 20px;
}
.HeaderPiccolo .container .Title[b-ooy1jlw0ba] {
  font-size: 350%;
  line-height: 0.9em;
  text-align: center;
  font-weight: 200;
}
.HeaderPiccolo .container .Title .Tu[b-ooy1jlw0ba] {
  font-weight: 800;
}
.HeaderPiccolo .container .Title .Mare[b-ooy1jlw0ba] {
  font-weight: 400;
  font-style: italic;
}
.HeaderPiccolo .container .Title .Salute[b-ooy1jlw0ba] {
  font-weight: 400;
}
.HeaderPiccolo .container .SubTitle[b-ooy1jlw0ba] {
  font-size: 150%;
  font-weight: 400;
  font-style: italic;
  line-height: 1em;
  margin-top: 1.2em;
  text-align: center;
}
@keyframes move-forever-b-ooy1jlw0ba {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/************************************************************************/
/* LE IMPOSTAZIONI QUI SOPRA valgono SEMPRE - MA QUANDO SI SUPERA IL    */
/* VALORE SOGLIA DELLA DIMENSIONE, ENTRANO IN AZIONE QUESTE MEDIA QUERY */
/* QUINDI - IL CSS VA PENSATO, IN CASI DI VARIABILITA', PER LE DIM. MINIME */
/************************************************************************/
/************************************************************************/
/* solo per XS e maggiori */
/************************************************************************/
/************************************************************************/
/*solo per SM e maggiori */
/************************************************************************/
@media (min-width: 768px) {
  .HeaderPiccolo .VideoContainer[b-ooy1jlw0ba] {
    height: 260px;
  }
  .HeaderPiccolo .Onde[b-ooy1jlw0ba] {
    height: 60px;
  }
  .HeaderPiccolo .container[b-ooy1jlw0ba] {
    min-height: 270px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .HeaderPiccolo .VideoContainer[b-ooy1jlw0ba] {
    height: 300px;
  }
  .HeaderPiccolo .Onde[b-ooy1jlw0ba] {
    height: 70px;
  }
  .HeaderPiccolo .container[b-ooy1jlw0ba] {
    min-height: 310px;
    padding-top: 30px;
  }
}
/************************************************************************/
/*solo per MD e maggiori */
/************************************************************************/
/************************************************************************/
/*solo per LG in su */
/************************************************************************/
@media (min-width: 1280px) {
  .HeaderPiccolo .VideoContainer[b-ooy1jlw0ba] {
    height: 300px;
  }
  .HeaderPiccolo .Onde[b-ooy1jlw0ba] {
    height: 70px;
  }
  .HeaderPiccolo .container[b-ooy1jlw0ba] {
    min-height: 310px;
    padding-top: 30px;
  }
}
/************************************************************************/
/*solo per XL in su */
/************************************************************************/
/************************************************************************/
/*solo per XX in su */
/************************************************************************/
/* _content/A1M/Shared/Components/Mappa.razor.rz.scp.css */
.FullMap[b-ekrra6lemu] {
  width: 100%;
  height: 80vh;
  margin: auto;
  background-color: #cedbef;
}
.FullMap .ol-zoom[b-ekrra6lemu] {
  top: 94vh;
  left: 48vw;
}
.FullMap .ol-zoom button.ol-zoom-in[b-ekrra6lemu],
.FullMap .ol-zoom button.ol-zoom-out[b-ekrra6lemu] {
  display: inline;
}
@media (max-width: 768px) {
  .FullMap .ol-zoom[b-ekrra6lemu] {
    top: 90vh;
    left: 44vw;
  }
}
/* _content/A1M/Shared/Components/TestoFoto.razor.rz.scp.css */
.TestoFoto[b-6owiphxnkl] {
  margin-top: 2em;
  margin-bottom: 1em;
  min-height: 280px;
}
.TestoFoto[b-6owiphxnkl]  .container .Title {
  font-size: 120%;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  color: #2f374e;
  text-align: center;
}
.TestoFoto[b-6owiphxnkl]  .container .TestoFoto_TextContainer {
  padding: 2em 5em 2em 5em;
  text-align: left;
  margin: auto;
}
.TestoFoto[b-6owiphxnkl]  .container .TestoFoto_TextContainer .Body .ListaMotivi {
  margin-top: 20px;
}
.TestoFoto[b-6owiphxnkl]  .container .TestoFoto_TextContainer .Body .ListaMotivi li {
  font-size: 100%;
}
.TestoFoto[b-6owiphxnkl]  .container .TestoFoto_TextContainer .Body .ListaMotivi li::marker {
  content: url(/images/CerchioVerde.png);
}
.TestoFoto[b-6owiphxnkl]  .container .TestoFoto_TextContainer .LinkButton {
  margin-top: 3em;
}
.TestoFoto[b-6owiphxnkl]  .container .FotoContainer {
  text-align: center;
  margin-bottom: -20px;
}
.TestoFoto[b-6owiphxnkl]  .container .FotoContainer .Image {
  margin: -10px;
  opacity: 0.8;
  box-shadow: rgba(128, 128, 128, 0.5) 10px 10px 10px;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .TestoFoto[b-6owiphxnkl]  .container .FotoContainer {
    text-align: center;
  }
  .TestoFoto[b-6owiphxnkl]  .container .FotoContainer .Image {
    margin: 10px;
    opacity: 1;
    box-shadow: rgba(128, 128, 128, 0.5) 10px 10px 10px;
    border-radius: 10px;
  }
}
/* _content/A1M/Shared/MainLayout.razor.rz.scp.css */
.page[b-hl56dvdscj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hl56dvdscj] {
    flex: 1;
}

.sidebar[b-hl56dvdscj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hl56dvdscj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hl56dvdscj]  a, .top-row .btn-link[b-hl56dvdscj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hl56dvdscj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hl56dvdscj] {
        display: none;
    }

    .top-row.auth[b-hl56dvdscj] {
        justify-content: space-between;
    }

    .top-row a[b-hl56dvdscj], .top-row .btn-link[b-hl56dvdscj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hl56dvdscj] {
        flex-direction: row;
    }

    .sidebar[b-hl56dvdscj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hl56dvdscj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hl56dvdscj], article[b-hl56dvdscj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/A1M/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6exc7ghbmi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6exc7ghbmi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6exc7ghbmi] {
    font-size: 1.1rem;
}

.oi[b-6exc7ghbmi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6exc7ghbmi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6exc7ghbmi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6exc7ghbmi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6exc7ghbmi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6exc7ghbmi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6exc7ghbmi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6exc7ghbmi] {
        display: none;
    }

    .collapse[b-6exc7ghbmi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6exc7ghbmi] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
