.embedded .flowRuntimeV2 {
    background-color: white;
}

.flowRuntimeV2 .container {
    padding-top: 0!important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.flowButton {
	min-width: 150px;
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: white !important;
    border-color: var(--onet-blue) !important;
    color:var(--onet-blue);
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
	border: 1px solid;
	display:inline-block;
	text-align:center;
}

.flowButton:hover {
    background-color: var(--onet-blue)!important;
    color: white;
	cursor:pointer;
}

div.flowModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:3;
}

div#flowModal {
    width: 500px;
    overflow: auto;
    background-color:white;
    padding:20px;
    border-radius:10px;
}

.flowFrame {
    max-height: 550px;
}

a.closeButton {
    border: 1px solid #001c7350;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
	
	div#flowModal {
		width: 100%;
		height: 100%;
		max-height: 100%;
		border-radius:0;
	}
	
	.flowFrame {
		max-height: calc(100%);
	}
	
	.flowRuntimeV2 .content {
		padding-bottom:100px;
	}
}

@media (min-width:768px) {
		.embedded .flowRuntimeV2 {
			padding: 20px;
			border-radius: 5px;
	}
}
/* 
div#main-content {
    z-index: 500;
    position: relative;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    z-index: 0;
} */