.header-detail-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-detail-wrapper .header-button-title-wrapper,
.header-detail-wrapper .header-button-wrapper{
    display: flex;
}

.header-detail-wrapper .header-button-wrapper button:last-child{
    margin-left: 10px;
}

.header-detail-wrapper .header-button-title-wrapper button{
    border: none;
    background: none;
}
.header-detail-wrapper .header-button-title-wrapper button:hover i{
    color: #3F80FF;
}
.header-detail-wrapper .header-button-title-wrapper button i{
    width: 32px;
}
.header-detail-wrapper .button-detail-default{
    padding: 5px;
    background: #4585D0;
    border: 1px solid #4585D0;
    color: white;
    border-radius: 4px;
}

body .containerabsent, div .containerabsent {
    all: unset;
    display: flex !important;
    flex-wrap: wrap;
}

body .containerabsent .columns, div .containerabsent .columns {
    display: flex !important;
    flex-wrap: wrap;
}

body .containerabsent .absentlcolumn, div .containerabsent .absentlcolumn {
    flex: 1 !important;
    min-width: 250px;
    max-width: fit-content;
}

body .containerabsent .absentitem, div .containerabsent .absentitem {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    margin: 5px !important;
    background-color: #fff !important;
    font-family: Mulish;
    font-size: 16px;
    display: flex !important;
    flex-direction: row;
}
body .containerabsent .absentitem .number, div .containerabsent .absentitem .number{
    margin-right: 10px;
}
.no-data-text{
    font-family: Mulish;
    font-weight: 500;
    font-size: 18px;
    color: #2F1C6A;
    text-align: center;
}


/*Media Query*/
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    body .containerabsent, div .containerabsent {
        all: unset;
        display: flex !important;
        flex-wrap: wrap;
    }

    body .containerabsent .columns, div .containerabsent .columns {
        display: flex !important;
        flex-wrap: wrap;
    }

    body .containerabsent .absentlcolumn, div .containerabsent .absentlcolumn {
        flex: 1 !important;
        min-width: 100px !important;
    }

    body .containerabsent .absentitem, div .containerabsent .absentitem {
        padding: 10px !important;
        border: 1px solid #ddd !important;
        margin: 5px !important;
        background-color: #fff !important;
        font-family: Mulish;
        font-size: 14px !important;
        display: flex !important;
        flex-direction: row;
    }

    body .containerabsent .absentitem .number, div .containerabsent .absentitem .number {
        margin-right: 10px;
    }
}