.select2-container--default .select2-selection--single {
    height: 38px;
    padding-top: 5px;
}

.select2-container {
    width: 100% !important;
    flex: 1;
}

.professor-select {
    min-width: 350px;
}

/* index */
.hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logoPage {
    max-height: 250px;
}

#logoPageSmall{
    max-height: 100px;
}

.footer-logos {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px 20px;
    z-index: 999;
}

.footer-logos img {
    height: 25px;
    width: auto;
}

/* professores-dsd */

.bg-success-50 {
    background-color: rgba(40, 167, 69, 0.25) !important;
}