html,
body {
  height: 100%
}

.vertical-input-group {
  flex: 1 1 auto;
}

.vertical-input-group .input-group:first-child {
  padding-bottom: 0;
}
.vertical-input-group .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;    
}
.vertical-input-group .input-group:last-child {
  padding-top: 0;
}
.vertical-input-group .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vertical-input-group .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}
.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}  
.vertical-input-group .input-group:not(:first-child) * {
  border-top: 0;
}



.docenti-table-scrollbar {
  position: relative;
  max-height: 600px;
  overflow: auto;
  }
.storico-compenso-table-scrollbar {
  position: relative;
  max-height: 150px;
  overflow: auto;
  }
.table-wrapper-scroll-y {
display: block;
}

.input-header-70{
  width: 70px;
}
.input-header-100{
  width: 100px;
}

.docenti-note, .studenti-note {
height: 292px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.table tbody tr.highlight td {
  background-color: var(--bs-blue);
  color: var(--bs-white);
}




.pacchetto-note {
  height: 150px;
  }









.materie-table-scrollbar {
  position: relative;
  max-height: 600px;
  overflow: auto;
  }
.docenti-correlati-table-scrollbar {
    position: relative;
    max-height: 500px;
    overflow: auto;
    }