.uk-logo img{
  height: 50px;
  width: auto;
}

footer {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background-color: #f1f1f1;
  border-top: 1px solid #e1e1e1;
}

footer .footer_logo {
  height: 60px;
  margin-top: 10px;
}


nav {
  border-top: 1px solid #e1e1e1 !important;
}

.index_div {
  text-align: center;
  margin-bottom: 20px;
  
}

.index_div ul {
  list-style-type: none;
  padding: 0;
}

.index_div a {
  text-decoration: none;
  color: #333;
}

.index_div

h1 {
  text-align: center;
  margin-top: 20px;
}
h2 {
  text-align: center;
  margin-top: 20px;
}

.export_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}



.export_table {
  height: auto;
  width: 80% !important;
  margin: auto;
}

.uk-button a {
  color: white;
  text-decoration: none;
}

.export_div {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px;
}

.absences_form {
display: flex;
flex-direction: column;
  align-items: center;
  margin: auto; 

}

.absences_table {
  height: auto;
  width: 80% !important;
  margin: auto;
}

.form_login {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 50px;
  align-items: center;
}

.vehicle_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto; 

  background-color: #F8F8F8;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.vehicle_table {
  height: auto;
  width: 80% !important;
  margin: auto;
  margin-bottom: 50px;
}

#calendar {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 10px;
}

#updateModal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
#updateModal h2 {
  color: white;
}
body.modal-open {
  overflow: hidden;
}

#add-employee-form {
    display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}
