﻿@media screen and (max-width: 750px) {
    .d-mb-none {
        display: none !important;
    }

    .form-search {
        position: fixed;
        bottom: 0;
        left: 0;
        background: white;
        width: 100%;
        padding-left: 80px;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-right: 1em;
    }

    button.btn-icon {
        position: absolute;
        left: 95%;
        top: 60%;
        transform: translate(-50%,-50%);
        background: transparent;
        border: none;
    }

    .dtr-data a {
        float: inline-start;
    }

    table.dataTable > tbody > tr.child {
        padding: 0 !important;
    }

    td.text-right button {
        text-align: right;
        margin-right: 0 !important;
        position: relative;
        left: 10px;
    }
}
