body.login {
    background-image: url('/img/bg10.jpeg');
}

body, html {
    background-color: var(--kt-app-bg-color);
}

.breadcrumb a {
    font-family: Inter,Helvetica,sans-serif;
}

.page-title {
    line-height: inherit;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
}

.app-container {
    background: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: var(--kt-pagination-active-color);
}

table.dataTable thead td, table.dataTable thead th, table.dataTable tbody td, table.dataTable tbody th {
    padding: 8px !important;
}

.page-link.active, .active > .page-link, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}

.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: auto;
    line-height: inherit;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
    height: auto;
    line-height: inherit;
}

.database-tables tr .bread_actions {
    opacity: 1;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: none;
}

.select2-container .select2-search--inline {
    float: inherit;
}

label {
    margin: 0;
    width: inherit;
}

.table a {
    text-decoration: inherit;
}

.card .card-header .card-title {
    padding: 0;
    float: inherit;
}

.form-control {
    height: auto;
}

.select2-container--bootstrap5 .select2-selection--single, .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal;
}

#dataTable a {
    display: flex !important;
}

.ui-autocomplete {
    z-index: 100;
}
