html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
.bg-logo {
    background: url('/images/logo.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-secondary);
}
td {
    vertical-align: middle;
}
.bg-handle {
    background: url('/images/handle.png') no-repeat;
    cursor: move;
    margin: 1px;
}
.input-group-text {
  min-width: 10vw;
}
.upload-widget .btn--upload {
    font-size: .8em !important;
    padding: 0 20px !important;
    margin-bottom: 0 !important;
}
.upload-widget__internal {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}
.upload-widget__internal__children {
    flex-direction: initial !important;
    justify-content: space-around !important;
}
@media (max-width: 350px) {
    .upload-widget__internal__children {
        flex-direction: column !important;
    }
    #uploadDocument {
        height: 85px !important;
        min-width: 100% !important;
    }
}