
.gender-checkboxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gender-checkboxes label {
    margin-right: 10px;
}

.row {
    display: flex;
    justify-content: space-between;
  }
  
.input-field {
flex: 1;
margin: 10px 10px; /* Adjust spacing between fields */
}

.delete-event-btn {
    margin-top: 8px;
  }
  
.modal-content.center-align {
  text-align: center;
}

/* Adjust the top margin to center the title vertically */
.modal-content.center-align h4 {
  margin-top: 30px; /* You can adjust the margin as needed */
}

/* Add margin to the button */
.btn-margin {
  margin-bottom: 4px;
  margin-top: 24px;
}

/* Style the user info items for left alignment */
.user-info-container {
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: flex-start;
  align-items: center;
}

/* Style the user info container and items for left alignment */

.user-info-item {
  margin-bottom: 4px;
}

.addressCheckbox {
  margin-top: 3000px;
}

#modal-login {
  text-align: center;
}

.center-content {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.message {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.success {
  color: green;
}

.error {
  color: red;
}

#modal-create {
  width: 60%; /* or any specific size */
  max-height: 85%; /* Adjust the height as necessary */
}

/* Footer compact et fixe */
.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

/* Espacement pour éviter que le contenu soit caché par le footer */
body {
  padding-bottom: 50px;
}

/* Style du lien dans le footer */
.page-footer a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-footer a:hover {
  color: #424242 !important;
}

/* Amélioration du menu mobile */
.sidenav-trigger {
  margin: 0 15px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.sidenav-trigger:hover {
  background-color: rgba(0,0,0,0.1);
}

.sidenav-trigger i {
  font-size: 24px;
  line-height: 56px;
}

/* Style du menu mobile */
.sidenav {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sidenav .user-view {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
  margin-bottom: 0;
}

.sidenav .user-view .background img {
  opacity: 0.3;
}

.sidenav .user-view .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sidenav .user-view .email {
  font-size: 14px;
  opacity: 0.8;
}

.sidenav li a {
  padding: 0 20px;
  line-height: 48px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  color: #333;
  font-weight: 400;
}

.sidenav li a:hover {
  background-color: #f5f5f5;
}

.sidenav li a.red-text {
  color: #f44336 !important;
}

.sidenav li a.red-text:hover {
  background-color: #ffebee;
}

/* Styles pour les liens du menu mobile (sans icônes) */

.sidenav .divider {
  margin: 8px 0;
  background-color: #e0e0e0;
}

/* Animation du menu hamburger */
.sidenav-trigger i {
  transition: transform 0.3s ease;
}

.sidenav-trigger:hover i {
  transform: scale(1.1);
}

.flatpickr-wrapper {
  width: max-content; /* Adjust width as needed */
  height: max-content;
}


