.custom-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh
}

#centered-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

#centered-li {
    flex: 1 0 calc(20%);
    margin: 5px
}

.custom-input {
    width: 75%;
    height: 27px
}

.custom-label {
    margin-top: 5px
}

.custom-div {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

#loadingOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center
}

#loadingElement {
    background-color: white;
    text-align: center;
    padding: 20px
}

.loadingElementPara {
    margin-top: 10px
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}