* {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

body {
    margin: 0;
}

.image-lightbox img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#header h1 {
    text-align: center;
    margin-top: 42px;
    margin-bottom: -28px;
}

.uppy-Dashboard-poweredBy {
    display: none !important;
}

.containerButtons {
    margin-top: 10%;
    margin-left: 42%;

}

:root {
    --blue: #2E6DEA;
    --text-base: #464B53;
}

.btn {
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.modal-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    --placeholder: 'heading-2';
    font-family: raleway, sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 1.3;
    letter-spacing: .015625em;
    text-transform: none;
}

.download_size_label {
    display: block;
}

.download_size_label input[type="radio"] {
    display: none;
}

.download_size_label input[type=radio]~.checked {
    display: none;
}

.download_size_label input[type=radio]:checked~.checked {
    display: unset;
}

.download_size_label input[type=radio]:checked~.unchecked {
    display: none;
}

.download_size_label.custom input[type=radio]~#customDownload {
    display: none;
}

.download_size_label.custom input[type=radio]:checked~#customDownload {
    display: block;
}

#customDownload {
    margin: 16px 0;
}

.modal-body .download .download_size_label i.unchecked {
    opacity: .1;
    color: rgb(30, 30, 30)
}