/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
    Created on : 8. 9. 2025, 18:12:20
    Author     : egrat
*/

.att-none {
    color: darkgrey;
}
.att-presence {
    color: green;
}
.att-absence {
    color: red;
}
.att-confirmed {
    color: blue;
}
.att-late {
    color: pink;
}
.att-icon {
    font-size: 20px;
}
.attendance-toolbar {
    display: flex;
    margin: 20px;
    width:90vw;
    overflow-x: hidden;
}
.attendance-buttons {

    left: 0;
    z-index: 10;
}
.attendance-scroll{
    overflow-x: scroll;
}
.att-stats{
    border: 1px darkgrey dotted;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 0.7em;
    width: 100%;
    justify-items: start;
    align-items: center;

}
.att-stats i{
    font-size: 1.2em;
}