/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
*/

.tfc-model .kt-modal-overlay {
    width: 50%;
	height: 90vh;
    height: fit-content;
    margin: auto;
	padding: 50px;
    border-radius: 10px;
}
.tfc-model .kt-modal-container.kt-modal-height-fittocontent.kt-close-position-outside {
	max-width: 100%;
	height: 80vh;
	display: block;
	margin: 0;
    padding: 30px 30px;
}
.tfc-model button.kt-modal-close {
	top: 5px;
    right: 5px;
}