.screen-fill{
    height: calc(100vh - 56px);
}
.card-login{
    margin: auto 0px;
}
#layoutSidenav #layoutSidenav_content {
    /*max-height: calc(100vh - 56px);*/
    max-height: calc(1448px - 56px);
}

#layoutSidenav_content .container-fluid{
    /*max-height: calc(100vh - 56px);*/
    max-height: calc(1448px - 56px);
    overflow-y: auto;
}
.large-arrow{
    font-size: 40px;
}
.chip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fcfdff;
    border: 1px  solid #dfe4f2;
    border-radius: 12px;
    height: 24px;
    min-width: 100px;
    padding: 0 16px 2px 8px;
    -webkit-transition: 50ms;
    transition: 50ms;
    margin-right: 4px;
}

.chip.chip-lg {
    height: 32px;
    min-width: 120px;
    border-radius: 16px;
    padding: 2px 24px 0 16px;
    margin: 4px 8px 4px auto;
}

.chip.chip-simple {
    padding-right: 8px;
    margin: 4px auto;
}

.chip.chip-lg.chip-simple {
    padding-right: 16px;
}
.chip-group{
    height: auto;
}
.chip button, .chip span {
    padding: 0;
    background: 0 0;
    border: none;
    margin-left: auto;
    width: 8px;
    height: 8px;
    position: relative;
}
.chip.chip-lg button .icon, .chip.chip-lg span .icon {
    width: 20px;
    height: 20px;
    top: -6px;
    left: 4px;
}
.chip button .icon, .chip span .icon {
    width: 22px;
    height: 22px;
    fill: #5c6f82;
    position: absolute;
    top: -6px;
    left: 0;
    -webkit-transition: fill 50ms;
    transition: fill 50ms;
}
.form-control.editable{
    min-height: 200px;
    height: auto;
}
#DetailClassContent{
    display: none;
}
.popover {
    max-width: 1000px;
}
td.select-checkbox:after{
    font-size: 17px!important;
}
input.clickable {
    cursor: pointer;
}
.green {
    color: green;
}
.orange {
    color: orangered;
}
#reregistration_list tbody td{
    display: none;
}
#reregistration_list tbody th {
    font-weight: normal;
    background-color: transparent;
}
table.dataTable tr.dtrg-group th.dt-right{
    text-align: right;
}
span.circle-icon {
    padding: 3px 5px;
    color: white;
    background-color: black;
    border-radius: 23px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}
span.circle-icon .tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
span.circle-icon .tooltip-right {
    top: -5px;
    left: 125%;
}
span.circle-icon .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
table.dataTable tbody tr.odd{
    background-color: #f9f9f9;
}
table.dataTable tbody tr.even{
    background-color: #ffffff;
}
#classestimate_list{
    width: 800px;
}
#classestimate_list th[data-col="docente"]{
    width: 200px;
}
#classestimate_list th[data-col="classi"]{
    width: 100px;
}
#classestimate_list input{
    padding: 0;
    height: 30px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
   -webkit-appearance: none;
   margin: 0;
}
.circle {
    width: 30px; /* Imposta la larghezza */
    height: 30px; /* Imposta l'altezza */
    border-radius: 50%; /* Rende il div un cerchio */
    display: flex; /* Allinea il testo al centro */
    justify-content: center; /* Allinea il testo orizzontalmente al centro */
    align-items: center; /* Allinea il testo verticalmente al centro */
    font-weight: bold; /* Grassetto per il testo */
}
.nav-link.hidden, svg.hidden{
    display: none!important;
}
.filters-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.filter-item{
    padding: 20px;
    background-color: #eee;
}
.select2-container {
  width: 100% !important;
}
.select2-results {
  width: auto !important; /* o 300px se vuoi forzarlo */
}
.sb-sidenav-menu-heading{
    cursor: pointer;
}
.filter-item input[type='date']{
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px;
}