.select2-drop {
	z-index: 10010 !important;
}

.neuropace-sequence-modal {
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 0;
	border-radius: 5px;
}

.smoothup-header {
	position: relative;
	height: 70px;
	overflow: hidden;
	border-top-left-radius: 5px;
}

.smoothup-close-wrapper::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -52px;
	width: 100px;
	height: 100px;
	background-color: #935E9F;
	transition: .3s background-color;
	transform: rotate(45deg);
}

.smoothup-close-wrapper:hover::before {
	background-color: #7a4586;
}

.smoothup-header .smoothup-close {
	top: 3px;
	color: #fff;
}

.smoothup-content {
	position: relative;
	top: -10px;
	padding: 0 35px 35px;
}

.smoothup-content.has-form {
	padding-left: 60px;
	padding-right: 60px;
}

.smoothup-content form {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

