html,
body {
    margin-left: 0;
    height: 100%;
}

html,
body.container-xl {
    max-width: 90%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 3rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: calc(var(--bs-gutter-y) * .5);
    padding-bottom: calc(var(--bs-gutter-y) * .5);
    margin-right: auto;
    margin-left: auto;
}

.display-2 {
    font-size: 2.5rem;
}

.fileDrop {
    background: #a8a8a8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 3em;
    opacity: 0.9;
    border: 7px dashed #000000;
    visibility: hidden;
    font-family: Courier;
}

#fileList {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 0px;
}

#fileList li {
    margin: 0;
    padding-top: 15px;
    overflow: auto;
    position: relative;
}

.upload {
    width: 100%;
    height: 100%;
}

.thumb {
    padding: 1px 1px 1px 1px;
}

.progress {
    margin-bottom: 0 !important;
    height: 8px;
}

.link-custom {
    text-decoration: none;
}

.fileUpload {
    position: relative;
    height: fit-content;
    text-box: auto;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    margin-left: 1px;
    padding: 1px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn {
    border-radius: 1rem;
}

@media screen and (min-width: 576px) {
    .mobile-break {
        display: none;
    }
}


label {
    padding-left: 0.25rem;
}

a.nav-link.orange {
    background-color: orangered;
    color: white;
}
