.dr-flex-modal{
	position: fixed;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	z-index: 990 !important;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	display: none;
	opacity: 0;
}


.dr-flex-modal > .inner{
	background: #fff;
	height: auto;
	max-width: 1234px;
	margin: 80px auto;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .1490196078);
	border-radius: .7em;
	text-align: left;
	min-height: 275px;
	position: relative;
}

.dr-flex-modal .drflex-header {
	padding: 25px 30px;
}

.dr-flex-modal .drflex-header > *{
	font-family: 'Ubuntu', serif;
	color: #647f09;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
}

.dr-flex-modal .drflex-content {
	border-top: 1px solid #edeff0;
	padding: 25px 30px;
	color: rgba(30, 31, 31,.7);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Inter Regular', sans-serif;
}

.dr-flex-modal .drflex-button {
	position: absolute;
	bottom: 25px;
	right: 30px;
}

/** Button **/
.dr-flex-button {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 75px;
	transition: box-shadow .27s ease;
	border-radius: 100%;
	z-index: 90;
}

.dr-flex-button:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}