.page {
    min-width: 14rem;
}

.center-block {
    display: block;
    margin: auto;
}

.form-block {
    background-color: #f0f0f0;
    border-radius: 0.3rem !important;
}

.title-card {
    border-bottom: 2px solid grey;
}

.h {
    font-weight: 500;
}

.collapser, select {
    cursor: pointer;
}

.table .th-sort {
    vertical-align: middle !important;
    position: relative;
}

.nobr {
    white-space: nowrap;
}

.header {
    margin-bottom: 1rem;
}

.header .title {
    display: block;
    font-size: 1.3rem;
}

.header-bottom {
    border-bottom: 2px solid black;
    height: 1rem;
}

.btn-header {
    font-size: 1rem;
}

.logo {
    width: 100px;
}

.zero-height {
    height: 0px;
}

.text-strike {
    text-decoration: line-through;
}

@media (max-width: 376px) {
    .header .title {
        display: none;
    }
}

@media (min-width: 426px) {
    .header .title {
        font-size: 1.7rem !important;
    }
    .btn-header {
        font-size: 1rem !important;
    }
}

@media (min-width: 576px) {
    .header .title {
        font-size: 2rem !important;
    }
    .btn-header {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    .header .title {
        font-size: 2.5em !important;
    }
    .btn-header {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .header .title {
        font-size: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .header .title {
        font-size: 3.5rem !important;
    }
}

.form-control.date_select {
    width: initial;
}

@media (max-width: 560px) {
    .missed-pages {
        display: none;
    }
}

@media (max-width: 992px) {
    .pagination-sm-switch .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    .pagination-sm-switch .page-item:first-child .page-link {
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
    }
    
    .pagination-sm-switch .page-item:last-child .page-link {
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
    }
}