: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;
    }
}