:root {
    --bs-body-font-size: 1rem;
}

.btn:not(.btn-sm,.btn-lg) {
    --bs-btn-font-size: 1rem;
}

.card-title,
.form-control,
.form-select {
    font-weight: bold;
    font-size: var(--bs-body-font-size)
}

@media(max-width:991.98px){
    .content {
        padding: 1rem 1rem 1rem;
        width: 100% !important
    }
}

.input-file-0 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}