.mediaDiv{
    max-height: 700px;
    overflow-y: scroll;
}

.icon-wall-size{
    font-size: 50px;
}

.table-min-max-height{
    min-height: 24rem;
    max-height: 24rem;
}

.fs-20{
    font-size: 20px;
}

.fs-50{
    font-size: 50px;
}

.queueList-header div{
    width: 10%;
    font-size: calc(10px + (2vh/3));
    font-weight: 600;
    text-align: center;
}

.queueList-header div:first-child{
    width: 30%;
}

.queueList-header-bigger{
    width: 30% !important;
}

.queueList-header-bigger div{
    width: 33% !important;
}

.queueList-box div{
    width: 10%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.queueList-box div:first-child{
    width: 30%;
    justify-content: start;
}

.queueList-box{
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    min-height: 50px;
    width: 100%;
    position: relative;
    font-size: calc(10px + (2vh/3));
}

.queueList-box-bigger{
    width: 30% !important;
}

.queueList-box-bigger div{
    width: 33% !important;
}

.queueList-box-bigger div:first-child{
    justify-content: center !important;
}

.display-table-cell{
    display: table-cell !important;
}

.display-none{
    display: none;
}

.fab-menu{
    z-index: 4;
}

.menuTop{
    cursor: pointer;
}

.custom-icon{
    font-size: large !important;
}
