@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


.ricerca {
  height: 30px;
  align-self: center;
}

.form-control:focus {
  color: black;
  background-color: white;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .15rem #FFAA00;
}

.form-select:focus {
  color: black;
  background-color: white;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .15rem #FFAA00;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .15rem #FFAA00;
}

.form-check-input:checked {
  background-color: coral;
  border-color: coral;
}

#search-addon {
  background-color: #FFAA00;

}

.notifi-box {
  z-index: 999;
}

.grossi {
  font-size: 30px;
}

:root {
  --Playfair: 'Playfair Display', serif;
  --Quicksand: 'Quicksand', sans-serif;
  --Open: 'Open Sans', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --dark: #3c393d;
  --exDark: #2b2b2b;
}

p {
  font-family: var(--Quicksand);
}

h1 {
  font-family: var(--Quicksand);
}

h2 {
  font-family: var(--Quicksand);
}

h3 {
  font-family: var(--Quicksand);
}

h4 {
  font-family: var(--Quicksand);
}

h5 {
  font-family: var(--Quicksand);
}

h6 {
  font-family: var(--Quicksand);
}




.navbar {

  font-family: var(--Open) !important;
}

.footer {

  font-family: var(--Quicksand);

}

@media(max-width: 1400px) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.66) !important;
    backdrop-filter: blur(10px);
  }

}

body {

  background-color: #ffffffe0 !important;

}

html,
body {
  height: 100% !important;
  overflow-x: hidden !important;
  /* Evita lo scorrimento orizzontale */
}


.logo {
  width: 7rem;
}

.dropdown-menu {
  display: none;
}


#menu-products:hover .dropdown-menu {
  display: block;
}


.button1:hover {
  color: #FAAD06 !important;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: white !important;
}

.dropdown-menu {
  background-color: #6c757dc8 !important;

}

.dropdown-menu li a {
  color: white !important;
}

.dropdown-menu li a:hover {
  background-color: #FAAD06 !important;
}

@media(max-width: 577px) {
  .home {
    display: none;
  }

}

@media(min-width: 577px) {
  .homeSmall {
    display: none;
  }

}


.containerMappa #map {
  width: 100%;
  height: 100%;
}





.immagineFinale img {
  border: solid 0.3rem #FAAD06;
}



ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #1B2023;
  position: relative;
}

.single-cta i {
  color: #FAAD06;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}





.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  padding: 0px 10px 10px 0px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 2px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-social-icon i:hover {

  color: #FAAD06 !important;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #000000;
}

.instagram-bg {
  background: #C34271;
}

.tiktok-bg {
  background: #05092a;
}

.youtube-bg {
  background: red;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #FAAD06;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #FAAD06;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #FAAD06;
  padding: 13px 20px;
  border: 1px solid #FAAD06;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background-color: #c0c0c00d;
  padding: 25px 0;
  border-top: solid 3px #FAAD06;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}



.copyright-text p a {
  color: #FAAD06;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #FAAD06;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.leaflet-control-zoom-in {
  display: none !important;
}

.leaflet-control-zoom-out {
  display: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #6c757dc8 !important;
}

.bottonozzo {
  background-color: #FAAD06 !important;
  color: #000000;
}

.separazione {

  border: solid 1px black;

}

hr {
  box-sizing: inherit !important;
}

.titolo {
  align-items: center;
}

@media(min-width: 992px) {
  .flex-lg-row {
    flex-direction: column !important;
    padding: 1.5rem !important;
  }

}

@media(min-width: 1400px) {
  .flex-lg-row {
    flex-direction: row !important;
    padding: 0 !important;
  }


}

@media(max-width: 1400px) {

  .button1 {
    color: #1B2023 !important;
  }

  .login {
    color: #1B2023 !important;
  }

  .logout {
    color: #1B2023 !important;
  }

  .user {
    color: #1B2023 !important;
  }

  .notifi-box {
    top: 770px !important;
    right: -300px !important;
  }

  .bella {
    color: black !important;
    /* margin-left: 20px !important; */
  }

  .badge {
    position: static !important;
    
  }

}


@media(max-width: 700px) {
  .notifi-box{
    right: 60px !important;
    top: 300px !important;
  }
}

@media(max-width: 400px) {
  .notifi-box{
    width: 290px !important;
    height: 200px !important;
    right: 10px !important;
    top: 300px !important;
  }
}

.closed {
  cursor: pointer;
}

.partner {
  display: flex;
  justify-content: center;
  background-color: #1B2023;
  border: 0.3rem solid #FAAD06;
  margin-bottom: 2rem;
}


.league-spartan-sponsor {
  font-family: "League Spartan", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 4rem;
  text-decoration: none;
  color: #FAAD06;
  margin-top: 1rem !important;
  padding: 10px;
}

@media(max-width: 556px) {
  .league-spartan-sponsor {
    font-family: "League Spartan", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 3rem;
    text-decoration: none;
    color: #FAAD06;
  }
}

@media(max-width: 767px) {
  .container-finale {
    padding-left: 5rem;
    padding-right: 5rem;

  }

  .partnerImage {
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cod {
    font-size: 1rem;
  }
}

@media(max-width: 1256px) {
  .partnerDati {
    padding-left: 3rem;

  }
}

@media(min-width:768px) and (max-width: 1256px) {
  .immaginePartner {
    width: 10rem;
    height: 10rem;
  }

}


a {
  text-decoration: none;
}

.checkboxs {
  width: 100% !important;
}

#registrati {
  margin-top: 2rem;
}

.desc {
  font-size: 1.4rem;
}

.containerImg {
  height: 100%;
  padding-right: 20px !important;
}

.containerImg img {
  height: 100%;
  width: 100%;
}


@media(max-width:768px) {

  .footer-social-icon i {
    height: 30px;
    width: 30px;
  }

  .footer-social-icon {
    padding: 0px 40px 10px 0px;

  }

  .soc {
    height: 30px !important;
    width: 30px !important;
    padding-bottom: 35px;
  }


}

.visualizzaUser {
  list-style: none;
  text-align: center;
  color: black;

}

.visualizzaUser:hover {
  color: black !important;
}

.visualizzaRichiesteAll {
  background-color: rgb(255, 193, 7);
  text-align: center;
  color: black;
  padding: 0.5rem;
  border-radius: 0.375rem !important;
}

.visualizzaRichiesteAll:hover {
  border-radius: 0% !important;
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.drop3 {
  display: none;
  list-style: none;
  text-align: center;
  color: black;
  background-color: rgb(240, 240, 240) !important;
  padding: 0.5rem;
  position: relative;
  border: 0 !important;
  border-radius: 0%;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: 0.1rem solid rgba(128, 128, 128, 0.301) !important;
}


.drop3 li a:hover {
  background-color: rgba(0, 0, 0, 0.692) !important;
  color: white !important;


}


.drop3 li a {
  color: black !important;
}


#menu-products:hover .visualizzaRichiesteAll,
.drop3 li a:hover ~ .visualizzaRichiesteAll {
  border-radius: 0% !important;
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.icona{
  cursor: pointer;
  margin-right: 50px;
  line-height: 60px;
}

.icon a span{
  background: #f00;
  padding: 7px;
  border-radius: 50%;
  color: #fff;
  vertical-align: top;
  margin-left: -25px;
}

.icon img{
  display: inline-block;
  width: 40px;
  margin-top: 20px;
}


.icon:hover{
  opacity: .7; 
}

.logo{
  flex: 1;
  /* margin-right: 50px; */
  color: #eee;
  font-size: 20px;
  font-family: monospace;
}

.notifi-box {
  width: 300px;
  height: 300px; /* You can adjust this height based on your preference */
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 35px;
  box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  background-color: white;
  transition: 1ms opacity, 250ms height;
  overflow-y: auto; /* Enable vertical scrolling */
  padding-right: 10px; /* Optional: to add space for the scrollbar */
}


.notifi-box h2{
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #999;
}

.notifi-box h2 span{
  color: #f00 !important;
}

.notifi-item{
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.notifi-item:hover{
  background-color: #eee;
}

.notifi-item img{
  display: block;
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  height: 60px;
}

.notifi-item .text h4{
 color: #777;
  font-size: 16px;
  margin-top: 10px;
}

.notifica{
  cursor: pointer;
}

.amicomio{
  display: flex;
      align-items: center !important;
      padding: 1rem;
}






