html {
    font-size: 14px;

    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --custom-navbar-bg: #f6f6f6;
}

.btn-copy {
	--bs-btn-border-color: #f39c12 !important;
}

.alt-colors {
    --custom-navbar-bg: #29292d;
}

.alt-colors .navbar-custom {
    border-color: black !important;
}

.navbar-custom {
    background: var(--custom-navbar-bg) !important;
}

.uploadContainer {
    height: 250px;
    width: 250px;
    border: 1px #21252B solid;
    border-radius: 5px;
}

.upload {
    width: auto;
    height: 150px;
    border-radius: 5px;
    display: block;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}

.uploadBox {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}