/*! Responsive thẻ a dài */
a{
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	hyphens: auto;
}

/*! Điều chỉnh lại select trong form-floating */
.form-floating .select2-selection--single {
	height: calc(3.5rem + 2px) !important;
	padding: 1rem 0.75rem !important;
}
.form-floating
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	padding: 0 !important;
}

/*! Summernote */
.note-editor .dropdown-toggle::after {
	all: unset;
}
.note-editor .note-dropdown-menu {
	box-sizing: content-box;
}
.note-editor .note-modal-footer {
	box-sizing: content-box;
}
.note-editable {
	background: white;
}

/*! Bỏ viền với select trong th */
th .select2-container--default .select2-selection--single,
th .select2-container--default .select2-selection--multiple {
	border: none !important;
	outline: none;
	box-shadow: none;
}

/*! Select2 không xuống dòng trong th */
th .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: nowrap;
}

/*! Đổi trỏ chuọt zoom khi rê lên ảnh trong task_content */
.task_content img {
	cursor: zoom-in;
}

.select2{
	width: 100% !important;
}
.select2-container--open, .alert-dismissible{
	z-index: 99999 !important;
}

