.box-image img {
    max-height: 150px;
}

.box-image {
    text-align: center;
}

.city-header {
    margin: 0 auto !important;
    padding: 40px;
    width: 75%;
    min-width: 305px;
}

#dataTable .btn {
    padding: 0.065rem 0.35rem;
    margin-left:16px;
}

.dataTables_filter input {
    height: 23px;
}

.page-item.active .page-link {
    background-color: #8f8f8f !important;
    color: white !important;
    border-color: #ffffff !important;
}

.page-link {
    color: #000000 !important;
    margin-right: 7px;
}

#dataTable_next .page-link {
    margin-right: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-bottom: 50px !important;
    margin-top: 8px !important;
}

@media (max-width: 575.98px) {
    .box-image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .city-header {
        text-align: center;
        padding-bottom: 25px;
    }

    p {
        font-size: 16px;
    }

    #dataTable_filter {
        text-align: left;
    }

    #dataTable_wrapper {
        font-size: 10px;
    }

    #dataTable .btn {
        font-size: 10px;
    }

    .change-view {
        justify-content: center;
    }

    .modal-footer .btn {
        font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .box-image img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .house-title {
        padding-top: 18px;
    }

    .modal-body {
        font-size: 14px;
    }

    .modal-footer .btn {
        font-size: 14px;
    }

    .change-view {
        padding-top: 10px;
    }

    .city-header {
        text-align: center;
        padding-bottom: 25px;
    }

    p {
        font-size: 12px;
        margin-bottom: 0 !important;
    }

    h5 {
        font-size: 1rem !important;
    }

    #dataTable_filter {
        text-align: left;
    }

    #dataTable_wrapper {
        font-size: 10px;
    }

    #dataTable_paginate {
        margin-top: 10px;
    }
}