#loadingIndicator{
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hidden{
    display: none !important;
}

.category-text{
    color: gray;
    font-size: 0.9em;
    border-top: 1px solid gray;
    padding-top: 5px;
}
