.daily-report-box{
    position: absolute;
    margin-top: -24px;
    left: calc(55% - 45px);
    /* width: 10%; */
}

.home.menu-item{
    border-color: transparent;
    box-shadow: 6px 5px 8px 0px #b9b9b9;
    background-color: #84bd0014;
    border-color: #c5c5c5;
    font-size: 16px;
}
.title-header{
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin-top: -10px;
}

.home.menu-item.present{
    background-color: var(--base-color);
    color: white;

}
.date-reference-cmd{
    background-color: #dadada1b;
    border-radius: 5px;
    padding: 8px;
    /* puntatore*/
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.info-access{
    font-size: 40px;
    font-weight: bold;
    color: white;
    background-color: #45823a;
    border-radius: 12px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    display: block;
    text-decoration: none !important;
}
.info-access.badges-nc{
    background-color: #e9d11d;
    color: black;
    display: block;
    text-align: center;
}

.time-input{
    font-weight: bold;
}
.time-input.in{
    float: left;
    width: 70%;

}
.time-input.out{
    float: left;
    width: 70%;

}

/* Selezionabili */
.in-out.selectable:hover{
    cursor: pointer;
    background-color: rgb(209, 246, 154);
    border-radius: 6px;
}
.info-details.selectable:hover{
    cursor: pointer;
    background-color: rgb(209, 246, 154);
    border-radius: 6px;
}

.delete-access{
    float: left;
    text-align: center;
   
}

.time-input.recorded{
    transition: background-color 2s ease;
    background-color: #82ef6f;
}

.child-accesses-container.updated{
    transition: background-color 2s ease-out;
    background-color: #efdc6f;
    border-radius: 3px;
}
.educator-accesses-container.updated{
    transition: background-color 2s ease-out;
    background-color: #efdc6f;
    border-radius: 3px;
}

.prepare-add-time-input:hover{
    cursor: pointer;
    background-color: rgb(209, 246, 154);
    border-radius: 6px;
}
.icon-requests{
    background-color: #cdcdcde6;
    border-radius: 5px;
    padding: 1px;
}

.child-group{
    border-radius: 10px;
    position: absolute;
    left: 94%;
    margin-top: -20px;
}
.child-group-unit{
    border-radius: 10px;
    width: 16px ;
    height: 16px;
    float: left;
    z-index: 100;
    position: relative;
}
.child-group-unit.lt{
    margin-left: -5px;
    z-index: 99;
}

.child-group-index{
    border-radius: 18px;
    width: 30px ;
    height: 30px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;

    text-align: center;
    font-size: 12px;
    padding-top: 4px;
    font-weight: bold;
 }
 .child-group-index.active{
    border: dotted 2px rgb(101, 101, 101);
    box-shadow: 0px 0px 10px 0px #000000;
 }
  .child-group-index:hover{
    cursor: pointer;
  }
  
 .child-group-index-all{
    border-radius: 18px;
    border:solid 1px gray;
    font-size: 10px;
    text-align: center;
    width: 30px ;
    height: 30px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 6px;
 }
@media (max-width: 768px) {
    .child-group {
        left: 90%;
    }
}
@media (min-width: 1520px) {
    .child-group {
        left: 85%;
    }
}
@media (min-width: 1800px) {
    .child-group {
        left: 80%;
    }
}