.body-mobile-app {
    .input-group .input-group-prepend {
        width: 100%;
    }

    [name="intervalDates"] {
        width: 100%;
        border-radius: 0 0 5px 5px !important;
        border-left: 1px solid #4A4C55;
    }

    .input-group .input-group-prepend select {
        border-radius: 5px 5px 0 0;
        margin-top: 1px;
    }
    .tickets-tab-switch .nav-item {
        width: 100%;
    }
    table.dataTable td {
        white-space: normal;
    }
}
