/* Line Duotone / Users / User Rounded */
.icon-user { 
	width: 18px;
	height: 18px;
	background: red;
}

.text-right {
    text-align: right !important;
}

.table-responsive div.dt-buttons {
	float: none;
}

.table-responsive .dt-length label {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 20px;
}

.table-responsive .dt-search label {
	display: inline-block;
	margin-right: 5px;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
	text-align: left;
}

.table-responsive .dataTables_length {
	display: inline-block;
}

.table-responsive .pagination {
	float: right;
}

.table-responsive .dropdown-toggle::after {
    content: none;
}

.inline-right {
	float: right;
}

.dropdown li a {
	text-decoration: none;
}

.nav-item li a {
	text-decoration: none;
}

.select2-container {
	width: 100% !important;
}

.tabs-error {
	background: red !important;
/*
    --tw-border-opacity: 1;
    border-color: rgb(231 81 90 / var(--tw-border-opacity));
    background-color: #e7515a14 !important;
    --tw-text-opacity: 1;
    color: rgb(231 81 90 / var(--tw-text-opacity));
*/
}

.text-danger ul {
	width: 100%;
}

.text-danger ul li {
	width: 100%;
	background: none;
	margin-bottom: 10px;
}