.swal2-popup {
	width: 400px !important
}

.frm {
	border-radius: 0px !important;
}

.sidebar-link {
	text-decoration: none !important;
}

.table.dataTable thead {
	background-color: #6c757c;
	color: white;
}

.fake-textarea {
	min-height: 100px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.fake-textarea:focus-within {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tag {
	display: inline-block;
	background-color: #007bff;
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 0.2rem;
	margin: 2px;
	position: relative;
}

.tag-close {
	padding-left: 6px;
	cursor: pointer;
}

.fake-textarea input {
	flex: 1;
	border: none;
	outline: none;
	min-width: 100px;
}

@media screen and (max-width: 767px) {

	.dataTables_info,
	.dataTables_paginate,
	.dataTables_length,
	.dataTables_filter {
		text-align: right !important;
	}
}