.b-db-table[data-mobile] .widget-body-toolbar {
    border-bottom: 0;
    padding: 15px 15px 5px 15px;
}

.b-db-table[data-mobile] .widget-body-toolbar .caret {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.b-db-table[data-mobile] .widget-body-toolbar .dropdown-menu,
.b-db-table[data-mobile] .b-dgs-table-container .dropdown-menu {
    border-radius: 5px;
}

.b-db-table[data-mobile] .b-dgs-table-container:has(.grouped-actions-row) {
    margin-bottom: 15px;
}

.b-db-table[data-mobile] .b-dgs-table-container tr .e-db-table-row-actions .btn {
    border-radius: 5px;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-grouped button {
    border-radius: 5px;
}

.b-db-table[data-mobile] .btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-db-table-row-item:not(.e-table-grouped),
.b-db-table[data-mobile] .b-dgs-table-container .e-table-head-id {
    min-width: 70px;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-grouped-first {
    width: 1%;
}

.b-db-table[data-mobile] .b-dgs-table-container {
    border-radius: 10px;
    margin: 10px 15px;
}

.b-db-table[data-mobile] .b-dgs-table-container .table {
    border-radius: 10px;
    margin-bottom: 0;
    border-collapse: unset;
}

.b-db-table[data-mobile] .b-dgs-table-container tbody tr:first-child td {
    border-top: 0;
}

.b-db-table[data-mobile] .b-dgs-table-container tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.b-db-table[data-mobile] .b-dgs-table-container tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border-left: #ddd 1px solid;
}

.b-db-table[data-mobile] .b-dgs-table-container tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.b-db-table[data-mobile] .b-dgs-table-container tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.b-db-table[data-mobile] .b-dgs-table-container  {
    border: #ddd 2px solid;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-head {
    text-align: right;
    word-break: break-word;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-head .modal-content {
    text-align: left;
    font-weight: normal;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-head button {
    border-radius: 5px;
    font-weight: bold;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-head ul {
    list-style-type: none;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-table-head li:after {
    content: '•';
    margin-left: 0.5em;
}

.b-db-table[data-mobile] .b-dgs-table-container .e-db-table-row-item {
    word-break: break-word !important;
}

.b-db-table[data-mobile] .form-dgs-filters input,
.b-db-table[data-mobile] .form-dgs-filters select ,
.b-db-table[data-mobile] .form-dgs-filters button {
    border-radius: 5px !important;
}

.b-db-table[data-mobile] .b-dgs-table-container tbody tr:first-child:not(.e-db-table-row-actions) .e-table-head {
    border: 0;
}

.b-db-table[data-mobile] .message.info {
    margin: 10px 15px;
}
