body {
  font-family: "Noto Sans", sans-serif !important;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.row {
  --bs-gutter-x: 0 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/* CENTRALE */
#sfondo_login,
#sfondo_tabella {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sfondo_tabella {
  background-image: url("asset/sfondo.jpg");
}

#sfondo_login {
  background-image: url("asset/sfondo.jpg");
}

#text-presentazione h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12%;
  text-align: center;
}

#text-presentazione span {
  font-size: 26px;
  font-weight: 400;
}

#col_login,
#col_tabella {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 30px 0 90px 0;
  -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

#form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 0 10%;
}

.logo-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.logo-container > img {
  width: 60%;
}

form {
  width: 100%;
}

.form-label {
  margin-bottom: 2px !important;
}

form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

form button {
  width: 100%;
  font-size: 17px !important;
  background-color: #fef2e7 !important;
  border: 1px solid #fec695 !important;
  color: #000000 !important;
}

form button:hover {
  background-color: #fec695 !important;
  border: 1px solid #fec695 !important;
}

/* TABELLA */
#tabella_dati {
  padding: 0 4%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#tabella_dati .table {
  margin-bottom: 0px !important;
}

#logo_tabella_container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#logo_tabella_container > img {
  width: 20%;
}

#tabella_dati h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#tabella_dati h1 span {
  font-weight: 400;
  font-size: 26px;
}

#data_aggiornamento {
  font-size: 14px;
  text-align: right;
  margin: 4px 0 0 0;
}

#data_aggiornamento span {
  font-weight: bold;
}

footer {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 1;
  margin-bottom: 18px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

footer p {
  margin: 0;
  padding-top: 2px;
}

footer a {
  padding-top: 2px;
  cursor: pointer;
}

footer a span {
  color: #212529;
}

#sfondo_tabella {
  display: flex;
  justify-content: center;
}

#table-container {
  padding: 14px 30px;
  background-color: #fef2e7;
  border-radius: 12px;
  border: 1px solid #fec695;
}

#table-container table {
  --bs-table-bg: #00000000 !important;
}

#table-container table tbody tr:not(:last-of-type) {
  border-bottom-width: 1px;
  border-bottom-color: #0000002d;
}

#table-container table tbody tr td {
  padding: 12px 8px !important;
  font-size: 18px;
}

.dato {
  font-weight: bold;
}

/* MEDIA QUERIES */
@media screen and (max-width: 575px) {
  #table-container {
    padding: 6px 14px;
  }

  #table-container table tbody tr td {
    font-size: 16px;
  }

  #tabella_dati h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
  }

  #logo_tabella_container > img {
    width: 40%;
  }

  #text-presentazione h1 {
    font-size: 24px;
  }

  form h3 {
    font-size: 22px;
  }

  #tabella_dati h1 span {
    font-size: 22px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #logo_tabella_container > img {
    width: 45%;
  }

  #text-presentazione h1 {
    font-size: 28px;
  }

  form h3 {
    font-size: 24px;
  }

  #tabella_dati h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #logo_tabella_container > img {
    width: 36%;
  }

  #tabella_dati h1 {
    font-size: 28px;
  }

  #text-presentazione h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #logo_tabella_container > img {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #logo_tabella_container > img {
    width: 28%;
  }
}
