@media (max-width: 992px) {

    .main-content {
        padding-top: 60px;
    }

    .navbar .navbar-container {
        padding-left: 0;
    }

    .calendar-hook .block-filter .next,
    .calendar-hook .block-filter .prev {

        width: 45px;

    }

    .calendar-hook .block-filter .date {

        width: 170px;

    }

    .calendar-hook .block-filter .today,
    .calendar-hook .block-filter .day,
    .calendar-hook .block-filter .week {

        width: 33%;

    }

    .card-header .block-filter-toggle { /* flex: inherit; */
        display: block;
        float: right; /* margin-right: 0 !important; */
    }

    .block-filter .header {
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 0 15px 0;
    }

    .block-filter .header h4 {
        text-align: center;
        width: 100%;
    }

    .block-filter .form-control, .block-filter button, .block-filter .btn-group, .block-filter > button.btn, .block-filter select, .block-filter .ng-select {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .block-filter .btn-group button {
        width: 100%;
    }

    .btns-group-week .btn,
    .block-filter .wrap-btn-group.dropdown, .block-filter > button.btn {
        width: 50%;
        display: inline-block;
    }

    .btns-group-week .btn {
        margin-bottom: 15px;
    }

    .block-filter {
        width: 312px;
        right: -400px;
        padding: 15px;
        background-color: #FFF;
        z-index: 1051;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
        transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
        backface-visibility: hidden;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        /* right: 0; */
        /* position: relative; */
    }

    .block-filter.open {
        right: 0;
    }

    .card-header export-button {
        position: relative;
    }

}