@media (max-width: 1099px) {
    .widget-login #navigation ul#responsive {
        display: block;
    }

    #header .right-side .header-widget.widget-login {
        border-right: none;
    }
}

@media (max-width: 600px) {
    table th, table.dataTable tbody td {
        display: table-cell;
    }

    .datepicker-days table tr {
        display: flex;
        justify-content: space-between;
    }

    .datepicker-months td,
    .datepicker-years td {
        width: 100%;
    }

    .datepicker-months .datepicker-switch,
    .datepicker-years .datepicker-switch {
        width: 86%;
    }

    .datepicker-years table tr td span {
        width: 20%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #logo img {
        height: 42px;
        max-width: none;
    }

    .category-box {
        flex: 0 0 42%;
    }

    .track-complaint-btn,
    .register-complaint-btn {
        margin-bottom: 30px;
    }

    table.dataTable thead th, 
    table.dataTable tbody td {
        padding: 10px 5px;
        width: 23% !important;
        text-align: center;
    }

    table.dataTable thead th {
        width: 16% !important;
    }

    table.dataTable.display tbody td {
        border-top: none;
    }

    table.dataTable>tbody>tr.child span.dtr-title {
        text-align: left;
        display: flex;
        align-items: center;
        min-width: 100px;
        width: 30%;
    }

    table.dataTable>tbody>tr.child span.dtr-data {
        min-width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
    }

    table.dataTable>tbody>tr.child ul.dtr-details>li {
        display: flex;
    }

    .welcome-text h3 {
        line-height: 30px;
    }

    .send-otp {
        margin-top: 0;
    }

    #visit-detail-table,
    .mobile-table {
        margin-top: 0 !important;
    }

    .visit-detail-table-filter,
    .table-detail-filter {
        position: unset;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .visit-detail-table-filter .section-headline {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .blog-compact-item.location-tag {
        height: 100% !important;
    }

    .blog-compact-item.location-tag.create-wrapper {
        padding: 0 !important;
    }

    .login-footer#footer {
        position: unset;
        margin-top: 100px;
    }
}