.vl {
    border-left: 1px solid rgb(212, 211, 211);
}

.vh-70 {
    height: 930px;
}

.vh-lobby {
    height: 730px;
}

.vh-mainhall {
    height: 600px;
}

.vh-stallnew {
    height: 800px;
}

/* 
.piechart{
    height: 360px;;
} */

.w-100 {
    max-height: 1500px;
}

.hover-border {
    border: 2px solid transparent;
    transition: border-color 0.3s;
    border-radius: 8px;
}

.hover-border:hover {
    border-color: rgb(11, 171, 235);
}

.font-size {
    font-size: 16px;
}

.box-color {
    border: 2px solid #D9DEEA;
}

.light-text {
    color: #a59d9d;
}

#pieChart {
    width: 240px !important;
    height: 250px !important;
}

#pieChartContainer {
    display: flex;
    justify-content: center;
}