.db-bright-modal-wrapper {
	-webkit-font-smoothing: antialiased;
}
.db-bright-modal-wrapper .db-modal-overlay {
	opacity: 0.8;
}
.db-bright-modal-wrapper .db-modal {
	width: 400px;
}
.db-bright-modal-wrapper .db-modal .db-modal-x {
	opacity: 0.5;
}
.db-bright-modal-wrapper .db-modal .db-modal-title {
	display: none;
}
.db-bright-modal-wrapper .db-modal .db-modal-content {
	background: rgb(255, 255, 255); padding: 48px 0px 0px; clear: both; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; max-height: none !important;
}
.hidden-x.db-bright-modal-wrapper .db-modal-x {
	display: none;
}
.hidden-x.db-bright-modal-wrapper .db-modal-content {
	border-radius: 5px;
}
.hidden-x.db-bright-modal-wrapper .bright-modal-header {
	margin-top: 22px;
}
.db-bright-modal-wrapper .bright-modal-logo {
	text-align: center;
}
.db-bright-modal-wrapper .bright-modal-header {
	padding: 0px 40px; text-align: center; font-size: 18px; font-weight: 600; margin-top: 12px;
}
.db-bright-modal-wrapper .bright-modal-header .secondary {
	color: rgb(123, 137, 148); font-size: 12px; margin-top: 6px;
}
.db-bright-modal-wrapper .bright-modal-content {
	padding: 0px 48px;
}
.db-bright-modal-wrapper .bright-modal-footer {
	background: rgb(246, 249, 252); padding: 12px 0px; text-align: center; margin-top: 24px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}
