:root {
    --pdm-blue: #183EFF;
}

header {
    position: fixed;
    z-index: 99999;
    width: 100%;
}

.bg-blue-pdm {
    background-color: var(--pdm-blue);
}

.pdm-bt {
    background-color: var(--pdm-blue) !important;
}

#container-select-filtro-ciclo {
    width: 120px;
}

.pdm-select .br-input .input-icon {
    display: none;
}

.linha-vertical {
    width: 1px;
    height: 92px;
    background-color: #FFF;
    margin: 0 24px;
}

@media (max-width: 992px) {
    .linha-vertical {
        display: none;
    }
}

.frequencia-desmatriculada {
    opacity: 0.45;
    pointer-events: none;
}

.frequencia-desmatriculada-wrapper {
    cursor: not-allowed;
}

.pdm-matricula-cancelada {
    background-color: rgb(229 34 7 / 14%);
    color: red;
    padding: 0.15rem 0.15rem;
    border-radius: 0.25rem;
}