.btn-block {
	dispay: block;
	width: 100%;
}

a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


button.btn-primary {
	max-width: 500px;
}


button {
	background-color: rgba(0,0,0,0);
	border: 0;
}


button.btn-remove {
	background-color: #e55353;
}


button.btn-remove:hover {
	background-color: #f8d7da;
}

.form-group {
	margin-top: 5px;
}


textarea.form-control {
	min-height: 150px;
}


.form-panel {
	max-width: 1280px;
	margin: auto;
}


.tagify__tag, .form-group .card-header {
	cursor: move;
}

.tagify__tag.sortable-chosen {
	background-color: #ffeeba;
}

.sortable-ghost {
	opacity: 0.4;
}


.select2-container .select2-selection__rendered {
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	height: 38px;
	line-height: 38px !important;
	color: var(--bs-body-color) !important;
}


.select2-container, .select2-container .select2-selection {
	border:0 !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}



@media (min-width: 576px) {
	.navbar-expand-sm .navbar-collapse {
		justify-content: flex-end;
	}
}


@media (max-width: 576px) {
	.form-group {
		text-align: left;
	}

	.form-group .form-input-elem {
		display: block;
	}
}


.alert {
	position: relative;
}


.alert .close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}


.alert .close:hover {
	text-decoration: none;
	opacity: 0.3;
}


.dataTable tbody tr {
	cursor: pointer !important;
}
