@import url("imports.css?appver=20251016");

.CheckboxTurno {
    display: inline-block;
    margin-right: 1rem;
}

.disciplina-professor {
    font-size: .75rem;
    line-height: 1rem;
}

.fake-link {
    text-decoration: underline;
    font-size: .6875rem;
    margin-top: -.3125rem;
}

.periodo-disciplina-horarios {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.simples-config {
    display: flex;
    justify-content: center;
}

.student-photo {
    background: var(--containers-border-color);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-fit);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.Turno {
    padding: 0 0.25rem;
    border-radius: 4px;
}

.blockUI.blockMsg {
    background-color: transparent !important;
    opacity: 1 !important;
}

.rematricula-view-tab .tab-content {
    margin-left: 0rem !important;
}
