#logo {
    width: 150px;
}

#main-content {
    max-width: 992px;
}

#backup-code-list {
    font-family: monospace;
}

#student-lookup-modal-list {
    max-height: 210px;
    overflow-y: auto;
}

@media print {
    .navbar {
        visibility: hidden;
        display: none;
    }
}

.pl-contact-progress-chart {
    height: 150px;
}

.select2-container {
    width: auto !important;
    z-index: 1065 !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-selection__arrow {
    display: None !important;
}

.select2-selection__rendered {
    padding-right: 0 !important;
}

.autocomplete-select select {
    display: none !important;
}

select.modelselect2.form-select {
    display: none !important;
}

.form-label {
    font-size: 16px !important;
}