body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f2f2f2;
}
#sessionePage {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.form-wrapper {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 450px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 12px #005091;
    border: 1px solid #005091;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  width: 100%;
}

.fullscreen-image{
  width: 50%;
  margin-left: 480px;
}

footer {
    color: black;
    text-align: center;
    padding: 10px 0;
}



.btn-primary {
  background-color: #005091 !important;  /* Colore di sfondo personalizzato */
  color: rgb(255, 255, 255) !important; /* Colore del testo */
  border: none; /* Rimuovi il bordo */
  padding: 10px 20px; /* Padding interno */
  cursor: pointer; /* Cambia il cursore al passaggio sopra il pulsante */
}

.offcanvas {
    width: 250px; /* larghezza della sidebar */
    
  }
  /* Header centrato */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: rgb(255, 255, 255)!important;
  }

  .bg-custom {
    background-color: #005091; /* Colore di sfondo personalizzato */
  }
  
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; /* Aggiunge spazio sopra i nav item */
  }
  .navbar-nav .nav-item .btn {
    width: 300px; /* Larghezza dei pulsanti */
    font-size: 18px; /* Dimensione del testo */
  }
  
  .btn-close.custom-white {
    filter: invert(100%) !important;
  }



  .navbar-toggler{
    background-color: white !important;
  }

  .navbar-app{
    margin-right: 10px !important;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none; /* Rimuove la sottolineatura */
  }

  .offcanvas-header{
    color: white !important;
  }
  #offcanvasRight {
    background-color: #005091; /* Sfondo blu dal logo myitaly */
  }

  /* Stile per i pulsanti */
  .btn-light {
    background-color: #ffffff; /* Sfondo bianco */
  }

  /* Stile per il footer */
  .sidebar-footer {
    padding: 10px;
    background-color: #ffffff; /* Sfondo azzurrino */
    text-align: center;
    margin-top: auto; /* Posizionamento al fondo della sidebar */
    
  }

footer {
    text-align: center;
    position: static;
    width: 100%;
}

footer {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-top: 20px;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
}

.footer-section p {
    font-size: 14px;
    color: black;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    color: black;
}

.footer-section ul li {
    margin-bottom: 5px;
    color: black;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    color: black;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-section button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
}

.footer-section button:hover {
    background-color: #45a049;
}

.containersession {
  text-align: center;
  background-color: #ffffff; /* Sfondo bianco per il contenitore */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombra leggera per l'effetto card */
}

#SessionPage h1 {
  color: #005091;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.btn-login {
  background-color: #005091;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-login:hover {
  background-color: #003b6b;
}

.containersession {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 600px;
}



  @media
	only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		table, thead, tbody, th, td, tr {
			display: block;
		}

		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }

    
		td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
      padding: 16px;
		}

		td:before {
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
		td:nth-of-type(1):before { content: attr(title); }
		td:nth-of-type(2):before { content: attr(title); }
		td:nth-of-type(3):before { content: attr(title); }
		td:nth-of-type(4):before { content: attr(title); }
		td:nth-of-type(5):before { content: attr(title); }
		td:nth-of-type(6):before { content: attr(title); }
		td:nth-of-type(7):before { content: attr(title); }
		td:nth-of-type(8):before { content: attr(title); }
		td:nth-of-type(9):before { content: attr(title); }
	}
  
  .footer {
    margin-top: auto; /* Aggiungi spazio sopra il footer */
  }

  .footer-logo {
    width: 150px; /* dimensione img footer */
    height: auto;
  }
  
  
