tr {
    max-height: 35px !important;
    height: 35px !important;
    overflow: auto;
}
.card-body{
    height: auto;
}
.chart-pie{
    height: 20rem;;
}

.holder {
    background-color: white;
    width: 300px;
    height: 250px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width: 300px;
    height: 240px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
}

.holder ul li a {
    color: rgb(102, 3, 3);
    text-decoration: none;
}
thead{
    position: sticky;
    top: 0;
    z-index: 10;
}