.diarios-page-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
}

.filter-col-box {
    width: 330px;
    height: 60vh;
    padding: 0px 12px;
    border-right: 1px solid rgb(214,214,214);
    display: flex;
    flex-direction: column;
}

.diarios-board-box {
    width: calc(100% - 330px);
    height: fit-content;
    max-height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagination{
    width: 100% !important;
    background-color: transparent;
    padding: 1em !important;
    overflow-x: scroll !important;
}

@media (max-width: 768px) {
    .diarios-page-box {
        flex-direction: column;
    }

    .filter-col-box {
        width: 100%;
        border-right: none;
        height: auto;
        margin-bottom: 20px;
    }

    .diarios-board-box {
        width: 100%;
        max-height: none;
    }




}





































#baixar-btn {
    border: 2px solid rgb(164,164,164);

    &:hover {
        border-color: #113260;
    }
}

#vizualizar-btn {
    background-color: #113260;
    color: #FFF;
}
