label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.input-pers {
  -webkit-appearance: none;
  appearance: none;
  border: solid thin #d1d1d1;
  padding: 5px;
  border-radius: 5px;
}

.btn-pers {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(0, 37, 72);
  color: white;
  font-size: 14px;
  border: solid thin rgb(0, 37, 72);
  border-radius: 5px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all ease 0.3s;
  text-transform: uppercase;
}

.btn-pers:hover {
  background-color: rgb(57, 189, 190);
  border-color: rgb(57, 189, 190);
}

.btn-disabled {
  background-color: #d1d1d1;
  color: black;
  border-color: #d1d1d1;
}

.topper {
  width: calc(100% - 200px);
  background-color: white;
  border-bottom: solid thin #d1d1d1;
  height: 50px;
  left: 200px;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}

.sfera-utente {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(57, 189, 190);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  font-weight: 500;
}

.header {
  width: 200px;
  position: fixed;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  border-right: solid thin #d1d1d1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-h {
  -webkit-appearance: none;
  appearance: none;
  width: 80%;
  border-radius: 5px;
  background-color: white;
  border: none;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px;
  transition: all ease 0.3s;
}

.btn-h .material-symbols-outlined {
  font-size: 20px;
}

.btn-h:hover {
  background-color: rgb(0, 37, 72);
  color: white;
}

.btn-h-attivo {
  background-color: rgb(0, 37, 72);
  color: white;
}

.int-h {
  width: 100%;
  border-bottom: solid thin #d1d1d1;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.int-h img {
  height: 40px;
}

.btn-topper {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: none;
  background-color: rgb(0, 37, 72);
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.cont-box {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.box {
  width: calc(33% - 5px);
  background-color: white;
  border-radius: 10px;
  border: solid thin #f1f1f1;
}

.box-full {
  width: 100%;
}

.box-half {
  width: calc(50% - 5px);
}

.box-34 {
  width: calc(67% - 5px);
}

.box-14 {
  width: calc(25% - 10px);
}

.b-box {
  padding: 10px;
}

.h-box {
  border-bottom: dashed thin #f1f1f1;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 50px;
}

.h-box-ico {
  background-color: darkorange;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.big-box {
  font-size: 30px;
  font-weight: 700;
}

.cont-table {
  border: solid thin #d1d1d1;
  border-radius: 5px;
  width: 100%;
}

.cont-table table {
  width: 100%;
}

.cont-table table th {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #d1d1d1;
}

.cont-table table td, th {
  padding: 5px;
}

.cont-table table td {
  font-size: 12px;
}

.cont-table table tr:nth-child(odd) {
  font-size: 12px;
  background-color: #f1f1f1;
}

.chip-tabella {
  background-color: #d1d1d1;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

body {
  font-family: "Montserrat";
  background-color: #f8f8f8;
}

.patina-login {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-login {
  width: 50%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.titolo-box-login {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: rgb(0, 37, 72);
}

.alert {
  width: 100%;
  background-color: darkorange;
  color: white;
  font-weight: 500;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagina {
  margin-top: 60px;
  margin-left: 210px;
  width: calc(100% - 220px);
  padding-bottom: 30px;
}

.titolo-pagina {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.paginatore {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.paginatore .material-symbols-outlined {
  font-size: 14px;
  cursor: pointer;
}

/*# sourceMappingURL=css.css.map */
