/* Adwaita Sans - Regular */
@font-face {
    font-family: 'Adwaita Sans';
    src: url('/assets/admin/fonts/AdwaitaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Adwaita Sans - Italic */
@font-face {
    font-family: 'Adwaita Sans';
    src: url('/assets/admin/fonts/AdwaitaSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Adwaita Mono - Regular */
@font-face {
    font-family: 'Adwaita Mono';
    src: url('/assets/admin/fonts/AdwaitaMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Adwaita Sans', sans-serif;
}

.table.dataTable thead tr th {
    height: 42px;
    padding-bottom: 12px;
}

#table_wrapper input {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 38px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: none;
} 

#table_wrapper select {
    padding-left: 10px !important;
    height: 38px;
    border-radius: 8px;
    box-shadow: none;
}

div.table-responsive.table-full-to-card-body>div.dt-container>div.row:first-child,
div.table-responsive>div.dt-container>div.row:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.dt-container.dt-bootstrap5.dt-empty-footer .row.mt-2.justify-content-between {
    margin-bottom: 20px;
}

.modal-content, .modal-content .modal-footer {
    border-radius: 18px !important;
}

.card {
    border-radius: 18px !important;
    border: 1px rgba(0, 0, 0, .1) solid;
}

.card-header {
    border-radius: 18px 18px 0 0 !important;
}

.card-footer {
    border-radius: 0 0 18px 18px !important;
}