﻿
@media only screen and (min-width: 576px) {
    .comprasInternas_generarReporteForm {
        width: 500px;
    }
}

@media only screen and (max-width: 576px) {
    .comprasInternas_generarReporteForm .GenerarReporteSC-input--dateInputContainer {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

#GenerarReporteSC_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comprasInternas_generarReporteForm select {
    min-width: 50%;
}

.comprasInternas_generarReporteForm .submitButton--container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.comprasInternas_generarReporteForm .submitButton--container button {
    width: 100px
}
