.daterangepicker {
    z-index: 999999999!important;
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
	font-size: inherit!important;
}

.select2-container--bootstrap-5 .select2-dropdown {
	z-index: 99999999!important;
}

.rounded-0 > .select2-container--bootstrap-5 .select2-selection {
	border-radius: 0!important;
}

div[data-notify="container"] {
	z-index: 99999999!important;
}

div[data-notify="container"] .close {
	border: 0;
}

.tox-silver-sink { /* tinymce browse */
	z-index: 100000000!important;
}

/* Toaster: begin */
	.toast-container {
		z-index: 999999999!important;
	}

	.toast-header {
		color: inherit!important;
		background-color: rgba(255, 255, 255, 0.2)!important;
	}

	.toast {
		border-width: 0!important;
	}
/* Toaster: end */