.dataTables_wrapper .toprow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.table td:first-child, .table th:first-child, .table tr:first-child {
    padding-left: 9.75px;
}

form .buttonHolder {
    text-align: right;
}

.success {
    background-color: #06bf6b;
}

.error {
    background-color: #dc3545;
}

.repeater .row {
    position: relative;
}

.repeater .delete {
    position: absolute;
    top: 0;
    right: -7px;
}

.repeater .delete i {
    color: #dc3545;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #181c32;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc_disabled:after {
    content: '';
}

/*  CALENDARIO */

.fc {
    --fc-border-color: #69A2B9 !important;
}

.fc-col-header tbody tr {
    background-color: #00416b;
}

.fc .fc-col-header-cell .fc-col-header-cell-cushion {
    color: #fff !important;
}

@media print {
    #kt_aside_mobile_toggle, #kt_toolbar_container, #kt_header_user_menu_toggle {
        display: none!important;
    }
}